diff --git a/app/assets/CHANGELOG.md b/app/assets/CHANGELOG.md index fe0ee408..9931acaf 100644 --- a/app/assets/CHANGELOG.md +++ b/app/assets/CHANGELOG.md @@ -1,5 +1,6 @@ -## 1.16.0 (unreleased) +## 1.16.0 (2024-11-03) +- feat: improve transfer speed from slow device to fast device by using Rust as HTTP client and multithreading (@Tienisto) - feat: add option to automatically receive files only from favorites (@Davte) - feat: only automatically finish when files are either successfully received or skipped (@Tienisto) - feat: improve various padding and spacing issues in RTL languages (@ShlomoCode) @@ -11,9 +12,11 @@ - feat(macos): starts hidden in menu bar instead of being minimized when autostart is enabled (@ShlomoCode) - feat(macos): show error and success state in the app icon (@ShlomoCode, @Tienisto) - feat(macos): also have autostart option in sandboxed version (App Store) (@ShlomoCode) +- feat(macos): LocalSend installed via dmg installer is sandboxed (@Tienisto) - feat(android): enable clipboard button (@Seidko) - feat(ios): enable clipboard button (@AnessZurba) - fix(macos): reopen app from launchpad after minimizing to menu bar should make window visible (@ShlomoCode) +- fix(macos): persist write access to download location after app restart (@ShlomoCode) - i18n: add Malaysian (@Gloridust), Slovak (@dodog) ## 1.15.4 (2024-08-20)