chore(release): v1.2.0 (11) (#417)
* docs: update changelog * chore(release): v1.2.0 (11)
This commit is contained in:
parent
c0e7fc2174
commit
fa05eb582b
3 changed files with 74 additions and 22 deletions
85
CHANGELOG.md
85
CHANGELOG.md
|
|
@ -7,107 +7,134 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.2.0] - 2025-06-04
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Conversation shortcuts ([#209])
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Updated translations
|
||||||
|
|
||||||
## [1.1.7] - 2025-04-01
|
## [1.1.7] - 2025-04-01
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Added more translations
|
- Added more translations
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed incorrect cursor position when reopening the app (#349)
|
|
||||||
- Fixed scrolling issue on conversation details screen (#359)
|
- Fixed incorrect cursor position when reopening the app ([#349])
|
||||||
|
- Fixed scrolling issue on conversation details screen ([#359])
|
||||||
|
|
||||||
## [1.1.6] - 2025-03-24
|
## [1.1.6] - 2025-03-24
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Other minor fixes and improvements
|
- Other minor fixes and improvements
|
||||||
- Added more translations
|
- Added more translations
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed crash when viewing messages
|
- Fixed crash when viewing messages
|
||||||
- Fixes incorrect author name in group messages (#180)
|
- Fixes incorrect author name in group messages ([#180])
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Removed storage permission requirement (#309)
|
|
||||||
|
- Removed storage permission requirement ([#309])
|
||||||
|
|
||||||
## [1.1.5] - 2025-02-02
|
## [1.1.5] - 2025-02-02
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Added more translations
|
- Added more translations
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed issue with third party intents (#294)
|
|
||||||
- Fixed toast error when receiving MMS messages (#287)
|
- Fixed issue with third party intents ([#294])
|
||||||
- Fixed RTL layout issue in threads (#279)
|
- Fixed toast error when receiving MMS messages ([#287])
|
||||||
|
- Fixed RTL layout issue in threads ([#279])
|
||||||
|
|
||||||
## [1.1.4] - 2025-01-23
|
## [1.1.4] - 2025-01-23
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Added more translations
|
- Added more translations
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed issue with forwarding messages (https://github.com/FossifyOrg/Messages/issues/288)
|
|
||||||
|
- Fixed issue with forwarding messages ([#288])
|
||||||
|
|
||||||
## [1.1.3] - 2025-01-05
|
## [1.1.3] - 2025-01-05
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Added more translations
|
- Added more translations
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed issues with conversation date
|
|
||||||
update (https://github.com/FossifyOrg/Messages/issues/225, https://github.com/FossifyOrg/Messages/issues/274)
|
- Fixed issues with conversation date update ([#225], [#274])
|
||||||
|
|
||||||
## [1.1.2] - 2025-01-05
|
## [1.1.2] - 2025-01-05
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Added more translations
|
- Added more translations
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed issues with conversation date
|
|
||||||
update (https://github.com/FossifyOrg/Messages/issues/225, https://github.com/FossifyOrg/Messages/issues/274)
|
- Fixed issues with conversation date update ([#225], [#274])
|
||||||
|
|
||||||
## [1.1.1] - 2025-01-04
|
## [1.1.1] - 2025-01-04
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Improved third party SMS/MMS intent
|
|
||||||
parsing (https://github.com/FossifyOrg/Messages/issues/217, https://github.com/FossifyOrg/Messages/issues/243)
|
- Improved third party SMS/MMS intent parsing ([#217], [#243])
|
||||||
- Modified short code check to exclude emails (https://github.com/FossifyOrg/Messages/issues/115)
|
- Modified short code check to exclude emails ([#115])
|
||||||
- Other minor bug fixes and improvements
|
- Other minor bug fixes and improvements
|
||||||
- Added more translations
|
- Added more translations
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed issue with messages draft deletion (https://github.com/FossifyOrg/Messages/issues/13)
|
|
||||||
- Fixed multiple toast errors for MMS
|
- Fixed issue with messages draft deletion ([#13])
|
||||||
messages (https://github.com/FossifyOrg/Messages/issues/70, https://github.com/FossifyOrg/Messages/issues/262)
|
- Fixed multiple toast errors for MMS messages ([#70], [#262])
|
||||||
- Fixed some layout issues in message thread (https://github.com/FossifyOrg/Messages/issues/135)
|
- Fixed some layout issues in message thread ([#135])
|
||||||
|
|
||||||
## [1.1.0] - 2024-12-27
|
## [1.1.0] - 2024-12-27
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Replaced checkboxes with switches
|
- Replaced checkboxes with switches
|
||||||
- Improved app lock logic and interface
|
- Improved app lock logic and interface
|
||||||
- Other minor bug fixes and improvements
|
- Other minor bug fixes and improvements
|
||||||
- Added more translations
|
- Added more translations
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed various issues related to importing/exporting messages
|
- Fixed various issues related to importing/exporting messages
|
||||||
- Fixed keyword blocking for MMS messages
|
- Fixed keyword blocking for MMS messages
|
||||||
- Fixed issue with messages draft deletion
|
- Fixed issue with messages draft deletion
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- Removed support for Android 7 and older versions
|
- Removed support for Android 7 and older versions
|
||||||
|
|
||||||
## [1.0.1] - 2024-02-09
|
## [1.0.1] - 2024-02-09
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Minor bug fixes and improvements
|
- Minor bug fixes and improvements
|
||||||
- Added some translations
|
- Added some translations
|
||||||
|
|
||||||
## [1.0.0] - 2024-01-24
|
## [1.0.0] - 2024-01-24
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.1.7...HEAD
|
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.2.0...HEAD
|
||||||
|
[1.2.0]: https://github.com/FossifyOrg/Messages/compare/1.1.7...1.2.0
|
||||||
[1.1.7]: https://github.com/FossifyOrg/Messages/compare/1.1.6...1.1.7
|
[1.1.7]: https://github.com/FossifyOrg/Messages/compare/1.1.6...1.1.7
|
||||||
[1.1.6]: https://github.com/FossifyOrg/Messages/compare/1.1.5...1.1.6
|
[1.1.6]: https://github.com/FossifyOrg/Messages/compare/1.1.5...1.1.6
|
||||||
[1.1.5]: https://github.com/FossifyOrg/Messages/compare/1.1.4...1.1.5
|
[1.1.5]: https://github.com/FossifyOrg/Messages/compare/1.1.4...1.1.5
|
||||||
|
|
@ -118,3 +145,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
[1.1.0]: https://github.com/FossifyOrg/Messages/compare/1.0.1...1.1.0
|
[1.1.0]: https://github.com/FossifyOrg/Messages/compare/1.0.1...1.1.0
|
||||||
[1.0.1]: https://github.com/FossifyOrg/Messages/compare/1.0.0...1.0.1
|
[1.0.1]: https://github.com/FossifyOrg/Messages/compare/1.0.0...1.0.1
|
||||||
[1.0.0]: https://github.com/FossifyOrg/Messages/releases/tag/1.0.0
|
[1.0.0]: https://github.com/FossifyOrg/Messages/releases/tag/1.0.0
|
||||||
|
|
||||||
|
[#13]: https://github.com/FossifyOrg/Messages/issues/13
|
||||||
|
[#70]: https://github.com/FossifyOrg/Messages/issues/70
|
||||||
|
[#115]: https://github.com/FossifyOrg/Messages/issues/115
|
||||||
|
[#135]: https://github.com/FossifyOrg/Messages/issues/135
|
||||||
|
[#180]: https://github.com/FossifyOrg/Messages/issues/180
|
||||||
|
[#209]: https://github.com/FossifyOrg/Messages/issues/209
|
||||||
|
[#217]: https://github.com/FossifyOrg/Messages/issues/217
|
||||||
|
[#243]: https://github.com/FossifyOrg/Messages/issues/243
|
||||||
|
[#262]: https://github.com/FossifyOrg/Messages/issues/262
|
||||||
|
[#274]: https://github.com/FossifyOrg/Messages/issues/274
|
||||||
|
[#288]: https://github.com/FossifyOrg/Messages/issues/288
|
||||||
|
[#309]: https://github.com/FossifyOrg/Messages/issues/309
|
||||||
|
[#349]: https://github.com/FossifyOrg/Messages/issues/349
|
||||||
|
[#359]: https://github.com/FossifyOrg/Messages/issues/359
|
||||||
|
[#279]: https://github.com/FossifyOrg/Messages/issues/279
|
||||||
|
[#287]: https://github.com/FossifyOrg/Messages/issues/287
|
||||||
|
[#294]: https://github.com/FossifyOrg/Messages/issues/294
|
||||||
|
|
|
||||||
7
fastlane/metadata/android/en-US/changelogs/11.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/11.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
Added:
|
||||||
|
|
||||||
|
• Conversation shortcuts
|
||||||
|
|
||||||
|
Changed:
|
||||||
|
|
||||||
|
• Updated translations
|
||||||
|
|
@ -3,6 +3,6 @@ android.useAndroidX=true
|
||||||
org.gradle.jvmargs=-Xmx8192m
|
org.gradle.jvmargs=-Xmx8192m
|
||||||
|
|
||||||
# Versioning
|
# Versioning
|
||||||
VERSION_NAME=1.1.7
|
VERSION_NAME=1.2.0
|
||||||
VERSION_CODE=10
|
VERSION_CODE=11
|
||||||
APP_ID=org.fossify.messages
|
APP_ID=org.fossify.messages
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue