chore(release): v1.3.0 (15) (#502)
This commit is contained in:
parent
4f78cd42fc
commit
16126c6f09
4 changed files with 18 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
# Auto-generated file. DO NOT EDIT.
|
||||
1.2.3
|
||||
1.3.0
|
||||
|
|
|
|||
|
|
@ -5,9 +5,14 @@ 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.3.0] - 2025-09-09
|
||||
### Added
|
||||
- Option to keep conversations archived ([#334])
|
||||
|
||||
### Changed
|
||||
- Updated translations
|
||||
|
||||
## [1.2.3] - 2025-08-21
|
||||
### Changed
|
||||
- Updated translations
|
||||
|
|
@ -141,7 +146,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.3...HEAD
|
||||
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.3.0...HEAD
|
||||
[1.3.0]: https://github.com/FossifyOrg/Messages/compare/1.2.3...1.3.0
|
||||
[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
|
||||
|
|
|
|||
8
fastlane/metadata/android/en-US/changelogs/15.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/15.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
Added:
|
||||
|
||||
• Option to keep conversations archived
|
||||
|
||||
Changed:
|
||||
|
||||
• Updated translations
|
||||
|
||||
|
|
@ -3,6 +3,6 @@ android.useAndroidX=true
|
|||
org.gradle.jvmargs=-Xmx8192m
|
||||
|
||||
# Versioning
|
||||
VERSION_NAME=1.2.3
|
||||
VERSION_CODE=14
|
||||
VERSION_NAME=1.3.0
|
||||
VERSION_CODE=15
|
||||
APP_ID=org.fossify.messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue