Skip to content

Commit fa2af1a

Browse files
committed
Bump minor version number and add new release notes
1 parent 561a49e commit fa2af1a

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ android {
5656
minSdk = 30
5757
targetSdk = 35
5858
versionCode = 202
59-
versionName = "1.0.14"
59+
versionName = "1.1.0"
6060

6161
// Maintaining this list means that we can exclude translations that aren't complete yet
6262
resourceConfigurations.addAll(listOf(

app/src/main/res/values/strings.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,13 @@
11031103
<string name="menu_open_source_licenses">"Open source licenses"</string>
11041104
<!-- Text for dialog which explains what is new in the current release. This is in markdown format. -->
11051105
<string name="new_version_info_details">"
1106-
This is the first production release of Soundscape. If you are new to the app, then you can find out more about it from the *Help* screens or by taking the *Guided Tutorial*. These are both options in the main menu.
1106+
This is a new minor release of Soundscape. Here are the changes that have been made.
1107+
1108+
We\'ve fixed support for ASHA hearing aids, if you are a hearing aid user and Soundscape isn\'t working for you, please let us know.
1109+
1110+
There\'s a new Exit Soundscape option at the top of the main menu. Tapping on this is an easy way to close the app fully.
1111+
1112+
The offline maps details screen now has a button to re-download maps which have already been downloaded. Maps are updated once a month from OpenStreetMap and so re-downloading offline maps every so often is worth doing. There\'s also code which improves the validation of downloaded maps to prevent any corrupted maps being used.
11071113

11081114
We\'re still working hard on improving the app, so please report any problems that you have, however small they may be via the *Contact Support* option in the main menu.
11091115
"</string>

0 commit comments

Comments
 (0)