Skip to content

Commit 7284d3b

Browse files
committed
feat(release): bump version
1 parent a72077c commit 7284d3b

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.57.0] - 2025-12-07
11+
1012
### Changed
1113

1214
- Navigation rewritten for larger screens
@@ -519,7 +521,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
519521

520522
- Initial Play Store release
521523

522-
[Unreleased]: https://github.com/msfjarvis/compose-lobsters/compare/v1.55.0...HEAD
524+
[Unreleased]: https://github.com/msfjarvis/compose-lobsters/compare/v1.57.0...HEAD
525+
[1.57.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.55.0...v1.57.0
523526
[1.55.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.54.0...v1.55.0
524527
[1.54.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.53.0...v1.54.0
525528
[1.53.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.52.0...v1.53.0

android/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# This file was automatically generated by 'versioning-plugin'. DO NOT EDIT MANUALLY.
33
#
44
versioning-plugin.versionCode=15700
5-
versioning-plugin.versionName=1.57.0-SNAPSHOT
5+
versioning-plugin.versionName=1.57.0
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### Changed
2+
3+
- Navigation rewritten for larger screens
4+
- Comment expand/collapse now uses button UI
5+
- Comment rendering rewritten for better performance
6+
- Settings page redesigned
7+
8+
### Fixed
9+
10+
- Database concurrency improvements
11+
- Upgrade to Compose 2025-12 alpha
12+
- Swipe action trigger distance increased for Android 16 QPR1 Beta 1
13+
- Deeply nested comment tree collapsing
14+
- Post author indication in details
15+
- Dark mode toggle crash

0 commit comments

Comments
 (0)