mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
release 2.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FlatLaf Change Log
|
FlatLaf Change Log
|
||||||
==================
|
==================
|
||||||
|
|
||||||
## 2.0-SNAPSHOT
|
## 2.0
|
||||||
|
|
||||||
- Added system property `flatlaf.nativeLibraryPath` to load native libraries
|
- Added system property `flatlaf.nativeLibraryPath` to load native libraries
|
||||||
from a directory. (PR #453)
|
from a directory. (PR #453)
|
||||||
@@ -26,9 +26,9 @@ FlatLaf Change Log
|
|||||||
(instead of using JetBrains custom decorations). System variable
|
(instead of using JetBrains custom decorations). System variable
|
||||||
`flatlaf.useJetBrainsCustomDecorations` is now `false` by default (was `true`
|
`flatlaf.useJetBrainsCustomDecorations` is now `false` by default (was `true`
|
||||||
in FlatLaf 1.x). (issue #454)
|
in FlatLaf 1.x). (issue #454)
|
||||||
- Native window decorations: Fixed blurry iconify/maximize/close button hover
|
|
||||||
rectangles at 125%, 150% or 175% scaling. (issue #431)
|
|
||||||
- Native window decorations:
|
- Native window decorations:
|
||||||
|
- Fixed blurry iconify/maximize/close button hover rectangles at 125%, 150% or
|
||||||
|
175% scaling. (issue #431)
|
||||||
- Updated maximize and restore icons for Windows 11 style. (requires Java
|
- Updated maximize and restore icons for Windows 11 style. (requires Java
|
||||||
8u321, 11.0.14, 17.0.2 or 18+)
|
8u321, 11.0.14, 17.0.2 or 18+)
|
||||||
- Updated hover and pressed colors of iconify/maximize/close buttons for
|
- Updated hover and pressed colors of iconify/maximize/close buttons for
|
||||||
|
|||||||
@@ -14,8 +14,8 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
val releaseVersion = "2.0-rc1"
|
val releaseVersion = "2.0"
|
||||||
val developmentVersion = "2.0-SNAPSHOT"
|
val developmentVersion = "2.1-SNAPSHOT"
|
||||||
|
|
||||||
version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion
|
version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user