Skip to content

Commit

Permalink
UI library: bump version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Apr 28, 2020
1 parent ba04212 commit 2267146
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ext {
jcommanderVersion = '1.78'
heartVersion = '5.3.0'
jme3utilitiesniftyVersion = '0.9.14'
jme3utilitiesuiVersion = '0.8.2'
jme3utilitiesuiVersion = '0.8.3'
jme3utilitiesxVersion = '0.2.19'
jmonkeyengineVersion = '3.3.2-stable'
skycontrolVersion = '0.9.26'
Expand Down
9 changes: 8 additions & 1 deletion ui/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# release notes for the jme3-utilities-ui library and related tests
# release log for the jme3-utilities-ui library and related tests

## Version 0.8.3 released on TBD

+ Updated the `DisplaySettings` class to allow BPP, MSAA, and gamma-correction
changes to be applied via a restart, since JME issue #801 is fixed.
+ Added a `getApplication()` method to the `DisplaySettings` class.
+ Based on version 5.3.0 of the Heart Library.

## Version 0.8.2 released on 1 April 2020

Expand Down
2 changes: 1 addition & 1 deletion ui/src/main/java/jme3utilities/ui/UiVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ private UiVersion() {
* @return branch and revision (not null, not empty)
*/
public static String versionShort() {
return "master 0.8.2+SNAPSHOT";
return "master 0.8.3";
}
}

0 comments on commit 2267146

Please sign in to comment.