mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-14 07:47:12 -06:00
release 0.10
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FlatLaf Change Log
|
FlatLaf Change Log
|
||||||
==================
|
==================
|
||||||
|
|
||||||
## Unreleased
|
## 0.10
|
||||||
|
|
||||||
- Use new chevron arrows in "Flat Light" and "Flat Dark" themes, but keep
|
- Use new chevron arrows in "Flat Light" and "Flat Dark" themes, but keep
|
||||||
triangle arrows in "Flat IntelliJ" and "Flat Darcula" themes. (issue #7)
|
triangle arrows in "Flat IntelliJ" and "Flat Darcula" themes. (issue #7)
|
||||||
|
|||||||
@@ -20,8 +20,8 @@ Demo
|
|||||||
----
|
----
|
||||||
|
|
||||||
Download
|
Download
|
||||||
[flatlaf-demo-0.9.jar](https://download.formdev.com/flatlaf/flatlaf-demo-0.9.jar)
|
[flatlaf-demo-0.10.jar](https://download.formdev.com/flatlaf/flatlaf-demo-0.10.jar)
|
||||||
and run it with `java -jar flatlaf-demo-0.9.jar` (or double-click it). Requires
|
and run it with `java -jar flatlaf-demo-0.10.jar` (or double-click it). Requires
|
||||||
Java 8 or newer.
|
Java 8 or newer.
|
||||||
|
|
||||||
|
|
||||||
@@ -35,7 +35,7 @@ For Maven or Gradle use:
|
|||||||
Repository: jcenter (https://jcenter.bintray.com/)
|
Repository: jcenter (https://jcenter.bintray.com/)
|
||||||
Group Id: com.formdev.flatlaf
|
Group Id: com.formdev.flatlaf
|
||||||
Artifact Id: flatlaf-core
|
Artifact Id: flatlaf-core
|
||||||
Version: 0.9
|
Version: 0.10
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
version = "0.9"
|
version = "0.10"
|
||||||
|
|
||||||
// check required Java version
|
// check required Java version
|
||||||
if( JavaVersion.current() < JavaVersion.VERSION_1_8 )
|
if( JavaVersion.current() < JavaVersion.VERSION_1_8 )
|
||||||
|
|||||||
Reference in New Issue
Block a user