From dc8282acbba5e7d8e738a97b67859e93e3dda36b Mon Sep 17 00:00:00 2001 From: "a624669980@163.com" Date: Fri, 22 Jul 2022 11:17:33 +0800 Subject: [PATCH] update chage log --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 246685d..453ea9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [0.3.4-alpha] - 2022-07-22(UTC) + +### Added + +- SSH adds port-side options and prompts for connection status. ([#286](https://github.com/IceWhaleTech/CasaOS/issues/286)) + +### Changed + +- Normalize all routes +- Application names now support spaces ([#211](https://github.com/IceWhaleTech/CasaOS/issues/211)) + + +### Removed + +- Removed casaos connect + +### Security + +- Adjustment of authentication method + +### Fixed + +- Fixed storage format and remove password error issues ([#344](https://github.com/IceWhaleTech/CasaOS/issues/344) [#357](https://github.com/IceWhaleTech/CasaOS/issues/357)) + ## [0.3.3] - 2022-07-08(UTC) ### Added