Skip to content

Commit 9773ccb

Browse files
chore(release): v1.5.0 (17) (#555)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 219e651 commit 9773ccb

File tree

4 files changed

+27
-6
lines changed

4 files changed

+27
-6
lines changed

.fossify/release-marker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto-generated file. DO NOT EDIT.
2-
1.4.0
2+
1.5.0

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.5.0] - 2025-10-18
810
### Added
911
- Unread badge count for conversations ([#177])
1012

1113
### Changed
1214
- Optimized loading messages in conversations ([#234])
1315
- Updated conversation item design to be more compact ([#376])
1416
- Pin/unpin actions now always show as action buttons in the menu ([#561])
17+
- Updated translations
1518

1619
### Fixed
1720
- 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
169172
[#225]: https://github.com/FossifyOrg/Messages/issues/225
170173
[#234]: https://github.com/FossifyOrg/Messages/issues/234
171174
[#243]: https://github.com/FossifyOrg/Messages/issues/243
172-
[#260]: https://github.com/FossifyOrg/Messages/issues/260
173175
[#262]: https://github.com/FossifyOrg/Messages/issues/262
174176
[#264]: https://github.com/FossifyOrg/Messages/issues/264
175177
[#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
185187
[#376]: https://github.com/FossifyOrg/Messages/issues/376
186188
[#456]: https://github.com/FossifyOrg/Messages/issues/456
187189
[#461]: https://github.com/FossifyOrg/Messages/issues/461
188-
[#561]: https://github.com/FossifyOrg/Messages/pull/561
190+
[#561]: https://github.com/FossifyOrg/Messages/issues/561
189191

190-
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.4.0...HEAD
192+
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.5.0...HEAD
193+
[1.5.0]: https://github.com/FossifyOrg/Messages/compare/1.4.0...1.5.0
191194
[1.4.0]: https://github.com/FossifyOrg/Messages/compare/1.3.0...1.4.0
192195
[1.3.0]: https://github.com/FossifyOrg/Messages/compare/1.2.3...1.3.0
193196
[1.2.3]: https://github.com/FossifyOrg/Messages/compare/1.2.2...1.2.3
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Added:
2+
3+
• Unread badge count for conversations
4+
5+
Changed:
6+
7+
• Optimized loading messages in conversations
8+
• Updated conversation item design to be more compact
9+
• Pin/unpin actions now always show as action buttons in the menu
10+
• Updated translations
11+
12+
Fixed:
13+
14+
• Fixed position reset when opening attachments in conversations
15+
• Fixed automatic scroll to searched message in conversations
16+
• Fixed non-standard text and avatar sizes in list items
17+
• Fixed "Mark as read" not working in some cases
18+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ android.useAndroidX=true
33
org.gradle.jvmargs=-Xmx8192m
44

55
# Versioning
6-
VERSION_NAME=1.4.0
7-
VERSION_CODE=16
6+
VERSION_NAME=1.5.0
7+
VERSION_CODE=17
88
APP_ID=org.fossify.messages

0 commit comments

Comments
 (0)