Skip to content

Commit

Permalink
nifty library: bump version to 0.7.6 and update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 4, 2018
1 parent 064a384 commit ad0626d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ext {
jcommanderVersion = '1.72'
jme3utilitiesdebugVersion = '0.8.3'
jme3utilitiesheartVersion = '1.0.0for32'
jme3utilitiesniftyVersion = '0.7.5'
jme3utilitiesniftyVersion = '0.7.6'
jme3utilitiesuiVersion = '0.6.0for32'
jme3utilitieswesVersion = '0.3.0for32'
jme3utilitiesxVersion = '0.2.2for32'
Expand Down
8 changes: 4 additions & 4 deletions nifty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ dependencies {
compile "org.jmonkeyengine:jme3-core:$jmonkeyengineVersion"
compile "org.jmonkeyengine:jme3-niftygui:$jmonkeyengineVersion"

//compile "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
compile project(':heart')
compile "jme3utilities:jme3-utilities-heart:$jme3utilitiesheartVersion"
//compile project(':heart')

//compile "jme3utilities:jme3-utilities-ui:$jme3utilitiesuiVersion"
compile project(':ui')
compile "jme3utilities:jme3-utilities-ui:$jme3utilitiesuiVersion"
//compile project(':ui')
}

task pom {
Expand Down
8 changes: 8 additions & 0 deletions nifty/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# release notes for the jme3-utilities-nifty library and related tests

## Version 0.7.6 released on TBD

+ Remove disableSlider() and enableSlider() methods from GuiSceneControl.
+ Fix assertion error caused by clicking a mouse button in "bind" mode.
+ In "bind" screen, selecting a bound hotkey using a keypress will now select
its action as well.
+ Add a readVectorBank() method to the GuiWindowController class.

## Version 0.7.5 released on 3 January 2018

+ Remove one of the PopScreenController.showPopupMenu() methods.
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 getVersionShort() {
return "master 0.7.5+1";
return "master 0.7.6";
}
}

0 comments on commit ad0626d

Please sign in to comment.