added dependencies changes to changelog

This commit is contained in:
samschott 2022-12-04 14:34:09 +01:00
parent c71670b66d
commit f75a25d915

View File

@ -3,8 +3,8 @@
#### Changed:
* Drops support for macOS 10.13 and 10.14. macOS 10.15 or later is now required,
reflected the support status from Apple. In the future, we will drop support for macOS
versions once they no longer receive security updates.
reflecting the support status from Apple. In the future, we will drop support for
macOS versions once they no longer receive security updates.
* Improved status messages: the sync count is now updated as items are uploaded or
downloaded instead of with a delay.
* `maestral activity` now shows animating progress bars to view upload and download
@ -25,6 +25,11 @@
* Fixes an issue on macOS where changing the casing of two local file names in the same
folder in quick succession could result in the second file being deleted during sync.
#### Dependencies:
* Introduced `rich` dependency.
* Removed `sdnotify` dependency.
## v1.6.3
#### Changed: