perf: improve mark as read performance (#584)

Refs: https://github.com/FossifyOrg/Messages/issues/574
This commit is contained in:
Naveen Singh 2025-10-28 18:55:36 +05:30 committed by GitHub
parent 893fb3c2f9
commit 07b7e92d82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 9 deletions

View file

@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Compatibility updates for Android 15 & 16
- Calling now works directly without launching dialpad ([#562])
### Fixed
- Fixed freezing when sending messages ([#574])
## [1.5.0] - 2025-10-18
### Added
- Unread badge count for conversations ([#177])
@ -194,6 +196,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#461]: https://github.com/FossifyOrg/Messages/issues/461
[#561]: https://github.com/FossifyOrg/Messages/pull/561
[#562]: https://github.com/FossifyOrg/Messages/issues/562
[#574]: https://github.com/FossifyOrg/Messages/issues/574
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.5.0...HEAD
[1.5.0]: https://github.com/FossifyOrg/Messages/compare/1.4.0...1.5.0