From 0c813db38e588e443cc1bf9f2e6c06cda5daa74a Mon Sep 17 00:00:00 2001 From: link Date: Fri, 10 Feb 2023 10:54:04 +0000 Subject: [PATCH] Add 0.4.2 changelog --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38ff1e2..24d1353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [0.4.2] + +### Added + +- [App] Increase the display of progress during the installation process +- [App] Label whether the current app supports x86 or Pi devices +- [App] Support single app version upgrade +- [File] Support mounting of Google Drive and Dropbox cloud drives +- [System] Support Mint Linux + +### Changed + +- [File] Optimize the download speed of a single file + +### Fixed + +- [Share] Fix the samba permission issue +- [Disk] Fix the problem of disk mount point plus 1 after upgrade ([#770](https://github.com/IceWhaleTech/CasaOS/issues/770)) +- [File] Fix the problem of file permission change caused by modifying files in casaos ([#829](https://github.com/IceWhaleTech/CasaOS/issues/829)) +- [Share] Fix the problem of files being deleted due to samba uninstallation failure ([#843](https://github.com/IceWhaleTech/CasaOS/issues/843)) + + + ## [0.4.1] - 2023-1-19