[1.480.*] Pre-release merge (#1074)
This commit is contained in:
+4
-1
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.60.0] - 2026-02-14
|
||||
|
||||
### Fixed
|
||||
|
||||
- Rare crash in widget handling
|
||||
@@ -563,7 +565,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Initial Play Store release
|
||||
|
||||
[Unreleased]: https://github.com/msfjarvis/compose-lobsters/compare/v1.59.0...HEAD
|
||||
[Unreleased]: https://github.com/msfjarvis/compose-lobsters/compare/v1.60.0...HEAD
|
||||
[1.60.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.59.0...v1.60.0
|
||||
[1.59.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.58.0...v1.59.0
|
||||
[1.58.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.57.0...v1.58.0
|
||||
[1.57.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.55.0...v1.57.0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# This file was automatically generated by 'versioning-plugin'. DO NOT EDIT MANUALLY.
|
||||
#
|
||||
versioning-plugin.versionCode=16000
|
||||
versioning-plugin.versionName=1.60.0-SNAPSHOT
|
||||
versioning-plugin.versionCode=16100
|
||||
versioning-plugin.versionName=1.61.0-SNAPSHOT
|
||||
|
||||
@@ -243,9 +243,9 @@ private fun TagText(tag: String, modifier: Modifier = Modifier) {
|
||||
text = tag,
|
||||
modifier =
|
||||
modifier
|
||||
.background(MaterialTheme.colorScheme.tertiaryContainer, CircleShape)
|
||||
.background(MaterialTheme.colorScheme.surfaceContainer, CircleShape)
|
||||
.padding(vertical = 4.dp, horizontal = 12.dp),
|
||||
color = MaterialTheme.colorScheme.onTertiaryContainer,
|
||||
color = MaterialTheme.colorScheme.onSurface,
|
||||
style = MaterialTheme.typography.labelLarge,
|
||||
)
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
### Fixed
|
||||
|
||||
- Rare crash in widget handling
|
||||
- Line-breaking behavior in comments now packs text densely
|
||||
- Tag filtering now applies to widgets as well
|
||||
|
||||
### Changed
|
||||
|
||||
- Links to other posts now open in the app itself
|
||||
- Widget handles bad network scenarios better
|
||||
Reference in New Issue
Block a user