Bläddra i källkod

Add changelog infos for 17.1.0 and 17.1.2

17.1.1 was skipped as it's not released on gplay, for reason see https://github.com/nextcloud/talk-android/pull/3397

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Marcel Hibbe 1 år sedan
förälder
incheckning
4094ff2fa8
1 ändrade filer med 42 tillägg och 0 borttagningar
  1. 42 0
      CHANGELOG.md

+ 42 - 0
CHANGELOG.md

@@ -5,6 +5,48 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 Types of changes can be: Added/Changed/Deprecated/Removed/Fixed/Security
 
+## [17.1.2] - 2023-10-19
+
+### Fixed
+- Fix to play voice messages
+- Fix to send voice message after recording was stopped to re-listen
+- Fix emoji size in markdown headers
+- minor bug fixes
+
+### Changed
+- message reminder: TimePicker format matches locale of device
+- removed Android Auto support for now
+
+Minimum: Android 7.0 Nougat
+
+For a full list, please see https://github.com/nextcloud/talk-android/milestone/76?closed=1
+
+## [17.1.0] - 2023-09-15
+
+### Added
+- Markdown support
+- Group system messages
+- Set reminders for messages
+- List open conversations
+- Call duration visible while in a call
+- Filter for unread / mentioned conversations
+- Continuous recording of voice messages
+- Android Auto support
+- Keep message drafts
+- Show status icon in chatview
+- Send indicator that user is speaking when being in a call
+
+### Fixed
+- Media playback does not retain state (@parneet-guraya)
+- minor bug fixes
+
+### Changed
+- Adjust app icon size for notifications (@Smarshal21)
+
+Minimum: Android 7.0 Nougat
+
+For a full list, please see https://github.com/nextcloud/talk-android/milestone/71?closed=1
+
 ## [17.0.2] - 2023-07-24
 
 ### Fixed