diff --git a/.github/releasenotes.txt b/.github/releasenotes.txt index 5858cf71..00a85650 100644 --- a/.github/releasenotes.txt +++ b/.github/releasenotes.txt @@ -6,6 +6,4 @@ The auto updaters will check for a new version on launch. The portable zip versions are used as update packages. You can run them standalone, but they are no longer truly portable as settings are stored on the local machine. **Release notes for this version:** -Add automated error reporting to Sentry that includes the support package -Updated the privacy policy -Add hint in Settings to disable blur for better bartender AR detection \ No newline at end of file +Several bugfixes and improvements \ No newline at end of file diff --git a/application/src/main/resources/text/whatsnew.txt b/application/src/main/resources/text/whatsnew.txt index 2a8a1ea7..db83b507 100644 --- a/application/src/main/resources/text/whatsnew.txt +++ b/application/src/main/resources/text/whatsnew.txt @@ -1,3 +1,7 @@ +Version 2.99 +------------- +Several bugfixes and improvements + Version 2.98 ------------- Add automated error reporting to Sentry that includes the support package diff --git a/gradle.properties b/gradle.properties index 83746dfa..b7b03b49 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.parallel=true org.gradle.caching=true -version=2.98 \ No newline at end of file +version=2.99 \ No newline at end of file