Skip to content

Commit

Permalink
nifty library: bump version to 0.9.28 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 22, 2022
1 parent a7d33cd commit 4aac1a2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ext {
heartCoordinates = 'com.github.stephengold:Heart:7.4.1'

// current versions of libraries:
jme3utilitiesniftyVersion = '0.9.28-SNAPSHOT'
jme3utilitiesniftyVersion = '0.9.28'
jme3utilitiesxVersion = '0.3.1-SNAPSHOT'
jme3Version = '3.5.1-stable'
}
Expand Down
10 changes: 10 additions & 0 deletions nifty/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# release log for the jme3-utilities-nifty library and related tests

## Version 0.9.28 released on TBD

+ Determine the color space automatically
in `actionInitializeApplication()`. (API changes)
+ Privatize fields in the `GuiTrack`, `NiftyJmeDisplay`,
and `SoundDeviceJme` classes. (API changes)
+ Bypass the Settings Dialog when running tests on macOS.
+ Base on version 3.5.1-stable of JMonkeyEngine, version 7.4.1 of the Heart
library, and version 0.9.10 of Acorus.

## Version 0.9.27 released on 21 February 2022

+ Manage radio buttons within tools.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ private LibraryVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.9.28-SNAPSHOT";
return "master 0.9.28";
}
}

0 comments on commit 4aac1a2

Please sign in to comment.