Skip to content

Commit

Permalink
changelog for v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DevEmperor committed Jan 29, 2024
1 parent 02e5b64 commit efaff25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ protected void onCreate(Bundle savedInstanceState) {
else newTts = "on";
}
sp.edit().putString("net.devemperor.wristassist.tts", newTts).apply();
md = md.concat("### TODO"); // TODO add changelog
md = md.concat(getString(R.string.changelog_md_24));
}
if (lastVersionCode < 23) md = md.concat(getString(R.string.changelog_md_23));
if (lastVersionCode < 22) md = md.concat(getString(R.string.changelog_md_22));
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-de-rDE/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@
<string name="wristassist_tts_off">Aus</string>
<string name="wristassist_tts_on_auto">An + automatisch vorlesen</string>
<string name="wristassist_tts_adapt_to_input">An Eingabemethode angepasst</string>
<string name="changelog_md_24">### Version 2.6.1 \n#### Weitere TTS-Einstellungen hinzugefügt \nDie TTS-Einstellungen sind jetzt in einer einzigen Liste zusammengefasst. Du kannst wählen zwischen: Ein, Aus, Ein und Automatisch lesen und angepasst an die Eingabemethode. \n</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@
<string name="wristassist_tts_off">Off</string>
<string name="wristassist_tts_on_auto">On + Auto read</string>
<string name="wristassist_tts_adapt_to_input">Adapt to input</string>
<string name="changelog_md_24">### Version 2.6.1 \n#### Added more TTS settings \nTTS settings are now in a single list. You can choose between: On, Off, On and auto read and adapted to the input method. \n</string>
</resources>

0 comments on commit efaff25

Please sign in to comment.