Skip to content

Commit

Permalink
release 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed Mar 16, 2020
1 parent c706a79 commit e51ffe2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e51ffe2

Please sign in to comment.