Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog infos for 17.1.0 and 17.1.2 #3398

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading