feat(release): bump version

This commit is contained in:
GitHub Actions
2026-07-18 08:15:11 +00:00
parent f75f5c897e
commit a3c2e5b6ec
3 changed files with 15 additions and 2 deletions
+4 -1
View File
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.68.0] - 2026-07-18
### Fixed
- 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.
- Initial Play Store release
[Unreleased]: https://github.com/msfjarvis/compose-lobsters/compare/v1.67.0...HEAD
[Unreleased]: https://github.com/msfjarvis/compose-lobsters/compare/v1.68.0...HEAD
[1.68.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.67.0...v1.68.0
[1.67.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.66.0...v1.67.0
[1.66.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.65.0...v1.66.0
[1.65.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.64.0...v1.65.0
+1 -1
View File
@@ -2,4 +2,4 @@
# This file was automatically generated by 'versioning-plugin'. DO NOT EDIT MANUALLY.
#
versioning-plugin.versionCode=16800
versioning-plugin.versionName=1.68.0-SNAPSHOT
versioning-plugin.versionName=1.68.0
@@ -0,0 +1,10 @@
### Fixed
- Comment votes and tags in search results are now parsed correctly again (Already deployed via OTA)
- Failing to fetch the remote HTML parser manifest now falls back to the embedded copy
- Fixed tags failing to be fetched from the server
### Added
- Direct links to comments can now be shared via the context menu, tap on a comment to reveal it