feat: show number picker when creating new chats or adding members (#532)
* feat: show number picker when adding members to group Refs: https://github.com/FossifyOrg/Messages/issues/456 * feat: always show number picker when creating new chats Refs: https://github.com/FossifyOrg/Messages/issues/153 * docs: update changelog * docs: update changelog * docs: update changelog * feat: never show add person as an action button * feat: never show add person as an action button * docs: update changelog
This commit is contained in:
parent
2280c4581e
commit
b5d865b8c0
5 changed files with 23 additions and 35 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -5,11 +5,16 @@ 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]
|
||||
### Changed
|
||||
- Reordered action buttons throughout the app
|
||||
|
||||
### 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
|
||||
|
||||
### Fixed
|
||||
- Fixed contact number selection when adding members to a group ([#456])
|
||||
- Fixed a glitch in pattern lock after incorrect attempts
|
||||
|
||||
## [1.3.0] - 2025-09-09
|
||||
### Added
|
||||
|
|
@ -135,6 +140,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
[#75]: https://github.com/FossifyOrg/Messages/issues/75
|
||||
[#115]: https://github.com/FossifyOrg/Messages/issues/115
|
||||
[#135]: https://github.com/FossifyOrg/Messages/issues/135
|
||||
[#153]: https://github.com/FossifyOrg/Messages/issues/153
|
||||
[#180]: https://github.com/FossifyOrg/Messages/issues/180
|
||||
[#209]: https://github.com/FossifyOrg/Messages/issues/209
|
||||
[#217]: https://github.com/FossifyOrg/Messages/issues/217
|
||||
|
|
@ -150,6 +156,7 @@ 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
|
||||
[#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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue