Skip to content

Commit a3c2e5b

Browse files
committed
feat(release): bump version
1 parent f75f5c8 commit a3c2e5b

3 files changed

Lines changed: 15 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.68.0] - 2026-07-18
11+
1012
### Fixed
1113

1214
- Comment votes and tags in search results are now parsed correctly again (Already deployed via OTA)
@@ -662,7 +664,8 @@ Thanks to Charles Lombardo for contributing the action button UI changes.
662664

663665
- Initial Play Store release
664666

665-
[Unreleased]: https://github.com/msfjarvis/compose-lobsters/compare/v1.67.0...HEAD
667+
[Unreleased]: https://github.com/msfjarvis/compose-lobsters/compare/v1.68.0...HEAD
668+
[1.68.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.67.0...v1.68.0
666669
[1.67.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.66.0...v1.67.0
667670
[1.66.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.65.0...v1.66.0
668671
[1.65.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.64.0...v1.65.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=16800
5-
versioning-plugin.versionName=1.68.0-SNAPSHOT
5+
versioning-plugin.versionName=1.68.0
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
### Fixed
3+
4+
- Comment votes and tags in search results are now parsed correctly again (Already deployed via OTA)
5+
- Failing to fetch the remote HTML parser manifest now falls back to the embedded copy
6+
- Fixed tags failing to be fetched from the server
7+
8+
### Added
9+
10+
- Direct links to comments can now be shared via the context menu, tap on a comment to reveal it

0 commit comments

Comments
 (0)