release 0.28

This commit is contained in:
Karl Tauber
2020-03-16 22:47:44 +01:00
parent c706a79f74
commit e51ffe2a1c
2 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FlatLaf Change Log
==================
## Unreleased
## 0.28
- PasswordField: Warn about enabled Caps Lock.
- TabbedPane: Support <kbd>Ctrl+TAB</kbd> / <kbd>Ctrl+Shift+TAB</kbd> to switch
@@ -11,6 +11,10 @@ FlatLaf Change Log
- IntelliJ Themes: Added Gradianto themes to demo.
- Button, CheckBox and RadioButton: Fixed NPE when button has children. (PR #68)
- ScrollBar: Improved colors.
- Reviewed (and tested) all key bindings on Windows and macOS. Linux key
bindings are equal to Windows key bindings. macOS key bindings are slightly
different for platform specific behavior.
- UI default values are no longer based on Metal/Aqua UI defaults.
## 0.27

View File

@@ -14,8 +14,8 @@
* limitations under the License.
*/
val releaseVersion = "0.27"
val developmentVersion = "0.28-SNAPSHOT"
val releaseVersion = "0.28"
val developmentVersion = "0.29-SNAPSHOT"
version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion