chore(release): v1.5.0 (17) (#555)

Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
This commit is contained in:
fossifybot[bot] 2025-10-18 18:13:09 +00:00 committed by GitHub
parent 219e651a46
commit 9773ccb82b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 27 additions and 6 deletions

View file

@ -1,2 +1,2 @@
# Auto-generated file. DO NOT EDIT. # Auto-generated file. DO NOT EDIT.
1.4.0 1.5.0

View file

@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [1.5.0] - 2025-10-18
### Added ### Added
- Unread badge count for conversations ([#177]) - Unread badge count for conversations ([#177])
@ -12,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Optimized loading messages in conversations ([#234]) - Optimized loading messages in conversations ([#234])
- Updated conversation item design to be more compact ([#376]) - Updated conversation item design to be more compact ([#376])
- Pin/unpin actions now always show as action buttons in the menu ([#561]) - Pin/unpin actions now always show as action buttons in the menu ([#561])
- Updated translations
### Fixed ### Fixed
- Fixed position reset when opening attachments in conversations ([#82]) - Fixed position reset when opening attachments in conversations ([#82])
@ -169,7 +172,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#225]: https://github.com/FossifyOrg/Messages/issues/225 [#225]: https://github.com/FossifyOrg/Messages/issues/225
[#234]: https://github.com/FossifyOrg/Messages/issues/234 [#234]: https://github.com/FossifyOrg/Messages/issues/234
[#243]: https://github.com/FossifyOrg/Messages/issues/243 [#243]: https://github.com/FossifyOrg/Messages/issues/243
[#260]: https://github.com/FossifyOrg/Messages/issues/260
[#262]: https://github.com/FossifyOrg/Messages/issues/262 [#262]: https://github.com/FossifyOrg/Messages/issues/262
[#264]: https://github.com/FossifyOrg/Messages/issues/264 [#264]: https://github.com/FossifyOrg/Messages/issues/264
[#274]: https://github.com/FossifyOrg/Messages/issues/274 [#274]: https://github.com/FossifyOrg/Messages/issues/274
@ -185,9 +187,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#376]: https://github.com/FossifyOrg/Messages/issues/376 [#376]: https://github.com/FossifyOrg/Messages/issues/376
[#456]: https://github.com/FossifyOrg/Messages/issues/456 [#456]: https://github.com/FossifyOrg/Messages/issues/456
[#461]: https://github.com/FossifyOrg/Messages/issues/461 [#461]: https://github.com/FossifyOrg/Messages/issues/461
[#561]: https://github.com/FossifyOrg/Messages/pull/561 [#561]: https://github.com/FossifyOrg/Messages/issues/561
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.4.0...HEAD [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
[1.4.0]: https://github.com/FossifyOrg/Messages/compare/1.3.0...1.4.0 [1.4.0]: https://github.com/FossifyOrg/Messages/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/FossifyOrg/Messages/compare/1.2.3...1.3.0 [1.3.0]: https://github.com/FossifyOrg/Messages/compare/1.2.3...1.3.0
[1.2.3]: https://github.com/FossifyOrg/Messages/compare/1.2.2...1.2.3 [1.2.3]: https://github.com/FossifyOrg/Messages/compare/1.2.2...1.2.3

View file

@ -0,0 +1,18 @@
Added:
• Unread badge count for conversations
Changed:
• Optimized loading messages in conversations
• Updated conversation item design to be more compact
• Pin/unpin actions now always show as action buttons in the menu
• Updated translations
Fixed:
• Fixed position reset when opening attachments in conversations
• Fixed automatic scroll to searched message in conversations
• Fixed non-standard text and avatar sizes in list items
• Fixed "Mark as read" not working in some cases

View file

@ -3,6 +3,6 @@ android.useAndroidX=true
org.gradle.jvmargs=-Xmx8192m org.gradle.jvmargs=-Xmx8192m
# Versioning # Versioning
VERSION_NAME=1.4.0 VERSION_NAME=1.5.0
VERSION_CODE=16 VERSION_CODE=17
APP_ID=org.fossify.messages APP_ID=org.fossify.messages