chore(release): v1.2.3 (14) (#487)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d657c0fd6a
commit
c0f2c25e32
4 changed files with 18 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
# Auto-generated file. DO NOT EDIT.
|
||||
1.2.2
|
||||
1.2.3
|
||||
|
|
|
|||
|
|
@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.2.3] - 2025-08-21
|
||||
### Changed
|
||||
- Updated translations
|
||||
|
||||
### Fixed
|
||||
- Fixed stale/missing notification badge on some devices
|
||||
|
||||
|
|
@ -133,7 +138,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
[#359]: https://github.com/FossifyOrg/Messages/issues/359
|
||||
[#461]: https://github.com/FossifyOrg/Messages/issues/461
|
||||
|
||||
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.2.2...HEAD
|
||||
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.2.3...HEAD
|
||||
[1.2.3]: https://github.com/FossifyOrg/Messages/compare/1.2.2...1.2.3
|
||||
[1.2.2]: https://github.com/FossifyOrg/Messages/compare/1.2.1...1.2.2
|
||||
[1.2.1]: https://github.com/FossifyOrg/Messages/compare/1.2.0...1.2.1
|
||||
[1.2.0]: https://github.com/FossifyOrg/Messages/compare/1.1.7...1.2.0
|
||||
|
|
|
|||
8
fastlane/metadata/android/en-US/changelogs/14.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/14.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Changed:
|
||||
|
||||
• Updated translations
|
||||
|
||||
Fixed:
|
||||
|
||||
• Fixed stale/missing notification badge on some devices
|
||||
|
||||
|
|
@ -3,6 +3,6 @@ android.useAndroidX=true
|
|||
org.gradle.jvmargs=-Xmx8192m
|
||||
|
||||
# Versioning
|
||||
VERSION_NAME=1.2.2
|
||||
VERSION_CODE=13
|
||||
VERSION_NAME=1.2.3
|
||||
VERSION_CODE=14
|
||||
APP_ID=org.fossify.messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue