chore(release): v1.7.0 (19) (#602)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
This commit is contained in:
parent
25fea34035
commit
03d1a51a94
4 changed files with 27 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
# Auto-generated file. DO NOT EDIT.
|
# Auto-generated file. DO NOT EDIT.
|
||||||
1.6.0
|
1.7.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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.7.0] - 2025-12-16
|
||||||
### Added
|
### Added
|
||||||
- Ability to select and copy multiple text messages at once ([#600])
|
- Ability to select and copy multiple text messages at once ([#600])
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Updated translations
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
- Deprecated the recycle bin feature ([#290])
|
- Deprecated the recycle bin feature ([#290])
|
||||||
|
|
||||||
|
|
@ -214,7 +219,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
[#600]: https://github.com/FossifyOrg/Messages/issues/600
|
[#600]: https://github.com/FossifyOrg/Messages/issues/600
|
||||||
[#610]: https://github.com/FossifyOrg/Messages/issues/610
|
[#610]: https://github.com/FossifyOrg/Messages/issues/610
|
||||||
|
|
||||||
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.6.0...HEAD
|
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.7.0...HEAD
|
||||||
|
[1.7.0]: https://github.com/FossifyOrg/Messages/compare/1.6.0...1.7.0
|
||||||
[1.6.0]: https://github.com/FossifyOrg/Messages/compare/1.5.0...1.6.0
|
[1.6.0]: https://github.com/FossifyOrg/Messages/compare/1.5.0...1.6.0
|
||||||
[1.5.0]: https://github.com/FossifyOrg/Messages/compare/1.4.0...1.5.0
|
[1.5.0]: https://github.com/FossifyOrg/Messages/compare/1.4.0...1.5.0
|
||||||
[1.4.0]: https://github.com/FossifyOrg/Messages/compare/1.3.0...1.4.0
|
[1.4.0]: https://github.com/FossifyOrg/Messages/compare/1.3.0...1.4.0
|
||||||
|
|
|
||||||
17
fastlane/metadata/android/en-US/changelogs/19.txt
Normal file
17
fastlane/metadata/android/en-US/changelogs/19.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
Added:
|
||||||
|
|
||||||
|
• Ability to select and copy multiple text messages at once
|
||||||
|
|
||||||
|
Changed:
|
||||||
|
|
||||||
|
• Updated translations
|
||||||
|
|
||||||
|
Deprecated:
|
||||||
|
|
||||||
|
• Deprecated the recycle bin feature
|
||||||
|
|
||||||
|
Fixed:
|
||||||
|
|
||||||
|
• Fixed new conversation shortcut
|
||||||
|
• Fixed blocking MMS messages from unknown numbers
|
||||||
|
|
||||||
|
|
@ -3,6 +3,6 @@ android.useAndroidX=true
|
||||||
org.gradle.jvmargs=-Xmx8192m
|
org.gradle.jvmargs=-Xmx8192m
|
||||||
|
|
||||||
# Versioning
|
# Versioning
|
||||||
VERSION_NAME=1.6.0
|
VERSION_NAME=1.7.0
|
||||||
VERSION_CODE=18
|
VERSION_CODE=19
|
||||||
APP_ID=org.fossify.messages
|
APP_ID=org.fossify.messages
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue