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