feat: allow saving multiple attachments (#528)
* feat: allow saving multiple attachments Refs: https://github.com/FossifyOrg/Messages/issues/75 * docs: update changelog * docs: update changelog * fix: move work to the background thread * feat: allow saving attachment selections from different messages Bonus for https://github.com/FossifyOrg/Messages/issues/75
This commit is contained in:
parent
3fb86af731
commit
4c96bb2056
6 changed files with 91 additions and 47 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 save multiple attachments ([#75])
|
||||
|
||||
## [1.3.0] - 2025-09-09
|
||||
### Added
|
||||
|
|
@ -127,6 +129,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
[#13]: https://github.com/FossifyOrg/Messages/issues/13
|
||||
[#70]: https://github.com/FossifyOrg/Messages/issues/70
|
||||
[#75]: https://github.com/FossifyOrg/Messages/issues/75
|
||||
[#115]: https://github.com/FossifyOrg/Messages/issues/115
|
||||
[#135]: https://github.com/FossifyOrg/Messages/issues/135
|
||||
[#180]: https://github.com/FossifyOrg/Messages/issues/180
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue