feat: allow copying multiple messages (#601)
Refs: https://github.com/FossifyOrg/Messages/issues/600
This commit is contained in:
parent
7dff7d62b8
commit
30ecbbe3cb
2 changed files with 14 additions and 5 deletions
|
|
@ -5,6 +5,8 @@ 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]
|
||||
### Added
|
||||
- Ability to select and copy multiple text messages at once ([#600])
|
||||
|
||||
## [1.6.0] - 2025-10-29
|
||||
### Changed
|
||||
|
|
@ -200,6 +202,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
[#561]: https://github.com/FossifyOrg/Messages/issues/561
|
||||
[#562]: https://github.com/FossifyOrg/Messages/issues/562
|
||||
[#574]: https://github.com/FossifyOrg/Messages/issues/574
|
||||
[#600]: https://github.com/FossifyOrg/Messages/issues/600
|
||||
|
||||
[Unreleased]: https://github.com/FossifyOrg/Messages/compare/1.6.0...HEAD
|
||||
[1.6.0]: https://github.com/FossifyOrg/Messages/compare/1.5.0...1.6.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue