summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-11-03 17:23:25 +0100
committerThomas <tschneider.ac@gmail.com>2022-11-03 17:23:25 +0100
commit3883af2f788417878b3ccb72b60cf94645256c55 (patch)
tree1b6ec1f1f9889c55a1b595967dec7d7369b778cd
parent829b348a18aee7a3693e0d51f26ba20a4ff56f56 (diff)
release note++3.6.0
-rw-r--r--app/src/main/assets/release_notes/notes.json2
-rw-r--r--src/fdroid/fastlane/metadata/android/en/changelogs/421.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/assets/release_notes/notes.json b/app/src/main/assets/release_notes/notes.json
index 1ce763782..a82fa8893 100644
--- a/app/src/main/assets/release_notes/notes.json
+++ b/app/src/main/assets/release_notes/notes.json
@@ -2,7 +2,7 @@
{
"version": "3.6.0",
"code": "421",
- "note": "Added:\n- Edit messages (if your instance supports that feature)\n- Pin/Unpin messages\n- Set the default language for translations\n- Change app icon (Settings > Interface)\n- Allow to disable \"remember position\" in timelines\n- Allow to disable notification aggregation in settings\n- Icon on media previews if a description is available\n\nChanged:\n- Allow to disable/enable media for notifications\n\nFixed:\n- Post loses \"spoiler message\" when adding a media\n- Camera not working on Android 11\n- Notification aggregation\n- Vibrations when fetching new notifications\n- Fix an issue with media timelines\n- Fix some theme issues\n- Bad behaviours with Art Timelines\n- Some crashes"
+ "note": "Added:\n- Edit messages (if your instance supports that feature)\n- Pin/Unpin messages\n- Set the default language for translations\n- Change app icon (Settings > Interface)\n- Allow to disable \"remember position\" in timelines\n- Allow to disable notification aggregation in settings\n- Icon on media previews if a description is available\n\nChanged:\n- Allow to disable/enable media for notifications\n\nFixed:\n- Post loses \"spoiler message\" when adding a media\n- Camera not working on Android 11\n- Notification aggregation\n- Vibrations when fetching new notifications\n- Fix an issue with media timelines\n- Fix some theme issues\n- Fix an issue with built-in browser & openId\n- Bad behaviours with Art Timelines\n- Some crashes"
},
{
"version": "3.5.3",
diff --git a/src/fdroid/fastlane/metadata/android/en/changelogs/421.txt b/src/fdroid/fastlane/metadata/android/en/changelogs/421.txt
index fd676bd04..221512169 100644
--- a/src/fdroid/fastlane/metadata/android/en/changelogs/421.txt
+++ b/src/fdroid/fastlane/metadata/android/en/changelogs/421.txt
@@ -17,5 +17,6 @@ Fixed:
- Vibrations when fetching new notifications
- Fix an issue with media timelines
- Fix some theme issues
+- Fix an issue with built-in browser & openId
- Bad behaviours with Art Timelines
- Some crashes \ No newline at end of file