File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22# This file was automatically generated by 'versioning-plugin'. DO NOT EDIT MANUALLY.
33#
44versioning-plugin.versionCode =16800
5- versioning-plugin.versionName =1.68.0-SNAPSHOT
5+ versioning-plugin.versionName =1.68.0
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments