chore(release): v1.4.0 (16) (#529)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4371e264af
commit
c3f5cc0ef9
4 changed files with 26 additions and 5 deletions
|
|
@ -1,2 +1,2 @@
|
|||
# Auto-generated file. DO NOT EDIT.
|
||||
1.3.0
|
||||
1.4.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).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.4.0] - 2025-10-12
|
||||
### Added
|
||||
- Ability to save multiple attachments ([#75])
|
||||
- Ability to select numbers that aren't starred when starting a new conversation ([#153])
|
||||
|
||||
### Changed
|
||||
- Reordered menu options throughout the app
|
||||
- Updated translations
|
||||
|
||||
### Fixed
|
||||
- Fixed keyword blocking for MMS messages ([#99])
|
||||
|
|
@ -144,6 +147,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
[#115]: https://github.com/FossifyOrg/Messages/issues/115
|
||||
[#135]: https://github.com/FossifyOrg/Messages/issues/135
|
||||
[#153]: https://github.com/FossifyOrg/Messages/issues/153
|
||||
[#165]: https://github.com/FossifyOrg/Messages/issues/165
|
||||
[#180]: https://github.com/FossifyOrg/Messages/issues/180
|
||||
[#209]: https://github.com/FossifyOrg/Messages/issues/209
|
||||
[#217]: https://github.com/FossifyOrg/Messages/issues/217
|
||||
|
|
@ -159,11 +163,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
[#334]: https://github.com/FossifyOrg/Messages/issues/334
|
||||
[#349]: https://github.com/FossifyOrg/Messages/issues/349
|
||||
[#359]: https://github.com/FossifyOrg/Messages/issues/359
|
||||
[#165]: https://github.com/FossifyOrg/Messages/issues/165
|
||||
[#456]: https://github.com/FossifyOrg/Messages/issues/456
|
||||
[#461]: https://github.com/FossifyOrg/Messages/issues/461
|
||||
|
||||
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.3.0...HEAD
|
||||
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.4.0...HEAD
|
||||
[1.4.0]: https://github.com/FossifyOrg/Messages/compare/1.3.0...1.4.0
|
||||
[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
|
||||
|
|
|
|||
17
fastlane/metadata/android/en-US/changelogs/16.txt
Normal file
17
fastlane/metadata/android/en-US/changelogs/16.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
Added:
|
||||
|
||||
• Ability to save multiple attachments
|
||||
• Ability to select numbers that aren't starred when starting a new conversation
|
||||
|
||||
Changed:
|
||||
|
||||
• Reordered menu options throughout the app
|
||||
• Updated translations
|
||||
|
||||
Fixed:
|
||||
|
||||
• Fixed keyword blocking for MMS messages
|
||||
• Fixed contact number selection when adding members to a group
|
||||
• Fixed a glitch in pattern lock after incorrect attempts
|
||||
• Fixed disabled send button when sending images without text
|
||||
|
||||
|
|
@ -3,6 +3,6 @@ android.useAndroidX=true
|
|||
org.gradle.jvmargs=-Xmx8192m
|
||||
|
||||
# Versioning
|
||||
VERSION_NAME=1.3.0
|
||||
VERSION_CODE=15
|
||||
VERSION_NAME=1.4.0
|
||||
VERSION_CODE=16
|
||||
APP_ID=org.fossify.messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue