chore(release): v1.8.0 (20) (#643)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
This commit is contained in:
parent
21abf8ff27
commit
3258aa98e3
4 changed files with 25 additions and 5 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
# Auto-generated file. DO NOT EDIT.
|
# Auto-generated file. DO NOT EDIT.
|
||||||
1.7.0
|
1.8.0
|
||||||
|
|
|
||||||
|
|
@ -5,12 +5,15 @@ 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.8.0] - 2026-01-30
|
||||||
### Added
|
### Added
|
||||||
- Added support for custom fonts
|
- Added support for custom fonts
|
||||||
- Added "Copy number to clipboard" option inside chat overflow menu ([#651])
|
- Added "Copy number to clipboard" option inside chat overflow menu ([#651])
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Improved multi-message copy formatting with timestamps and sender names
|
- Improved multi-message copy formatting with timestamps and sender names
|
||||||
|
- Updated translations
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed missing notifications in some cases ([#159])
|
- Fixed missing notifications in some cases ([#159])
|
||||||
|
|
@ -207,7 +210,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
[#209]: https://github.com/FossifyOrg/Messages/issues/209
|
[#209]: https://github.com/FossifyOrg/Messages/issues/209
|
||||||
[#217]: https://github.com/FossifyOrg/Messages/issues/217
|
[#217]: https://github.com/FossifyOrg/Messages/issues/217
|
||||||
[#225]: https://github.com/FossifyOrg/Messages/issues/225
|
[#225]: https://github.com/FossifyOrg/Messages/issues/225
|
||||||
[#232]: https://github.com/FossifyOrg/Messages/issues/232
|
|
||||||
[#234]: https://github.com/FossifyOrg/Messages/issues/234
|
[#234]: https://github.com/FossifyOrg/Messages/issues/234
|
||||||
[#243]: https://github.com/FossifyOrg/Messages/issues/243
|
[#243]: https://github.com/FossifyOrg/Messages/issues/243
|
||||||
[#262]: https://github.com/FossifyOrg/Messages/issues/262
|
[#262]: https://github.com/FossifyOrg/Messages/issues/262
|
||||||
|
|
@ -237,7 +239,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
[#644]: https://github.com/FossifyOrg/Messages/issues/644
|
[#644]: https://github.com/FossifyOrg/Messages/issues/644
|
||||||
[#651]: https://github.com/FossifyOrg/Messages/issues/651
|
[#651]: https://github.com/FossifyOrg/Messages/issues/651
|
||||||
|
|
||||||
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.7.0...HEAD
|
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.8.0...HEAD
|
||||||
|
[1.8.0]: https://github.com/FossifyOrg/Messages/compare/1.7.0...1.8.0
|
||||||
[1.7.0]: https://github.com/FossifyOrg/Messages/compare/1.6.0...1.7.0
|
[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
|
||||||
|
|
|
||||||
17
fastlane/metadata/android/en-US/changelogs/20.txt
Normal file
17
fastlane/metadata/android/en-US/changelogs/20.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
Added:
|
||||||
|
|
||||||
|
• Added support for custom fonts
|
||||||
|
• Added "Copy number to clipboard" option inside chat overflow menu
|
||||||
|
|
||||||
|
Changed:
|
||||||
|
|
||||||
|
• Improved multi-message copy formatting with timestamps and sender names
|
||||||
|
• Updated translations
|
||||||
|
|
||||||
|
Fixed:
|
||||||
|
|
||||||
|
• Fixed missing notifications in some cases
|
||||||
|
• Fixed incorrect blocking of MMS messages in some rare cases
|
||||||
|
• Fixed issue with importing alphanumeric blocked numbers
|
||||||
|
• Fixed issue where scheduled messages were not sent after a reboot or app updates
|
||||||
|
|
||||||
|
|
@ -3,6 +3,6 @@ android.useAndroidX=true
|
||||||
org.gradle.jvmargs=-Xmx8192m
|
org.gradle.jvmargs=-Xmx8192m
|
||||||
|
|
||||||
# Versioning
|
# Versioning
|
||||||
VERSION_NAME=1.7.0
|
VERSION_NAME=1.8.0
|
||||||
VERSION_CODE=19
|
VERSION_CODE=20
|
||||||
APP_ID=org.fossify.messages
|
APP_ID=org.fossify.messages
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue