diff --git a/CHANGELOG.md b/CHANGELOG.md index e875985..dfe3754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [0.1.2](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass/compare/v0.1.1...v0.1.2) (2023-10-21) + + +### Miscellaneous + +* **keepass:** Add .gitattributes ([cd47bfe](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass/commit/cd47bfe64e3c6123eb29fec761f14292943bab82)) +* **keepass:** release v0.1.0 ([930766e](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass/commit/930766ed2c06bbefedc089230dcac45581c93526)) +* **keepass:** release v0.1.1 ([1521276](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass/commit/1521276ff4155bb59e767a3f8791d9dfdc1bf3c3)) +* **keepass:** release v0.1.2 ([3462271](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass/commit/3462271d20965bd7b0dfd68866ad9e41e23b02ca)) +* **main:** release 0.1.0 ([1de7b14](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass/commit/1de7b141375395f6124ae422bfb192bdf7b75b3d)) +* **main:** release 0.1.1 ([52d4418](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass/commit/52d4418be5ec910172ce50595d996fc55de2d328)) +* Update .gitignore ([f6ca91a](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass/commit/f6ca91a3599d8cfe3d920c86d6c021e278c7c584)) + + +### Continuous Integration + +* **keepass:** 优化 CD 配置 | Optimize CD configuration. ([b53d717](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass/commit/b53d717028393aebf1d80ef1d48e748f77391d70)) + + +### Documentation + +* **keepass:** 完善用户文档 | Improve user documentation. ([74a6cb8](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass/commit/74a6cb87cb35d31100eec99ddd461f06916d6278)) + + +### Features + +* **keepass:** 实现 `localStorage` 数据加载与保存功能 | Implement `localStorage` data loading and saving function. ([32c9928](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass/commit/32c992871ce88f4689af4e9cd2cb16d73d55a9c7)) +* **keepass:** 实现数据库文件管理功能 | Implement database file management function. ([63673b3](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass/commit/63673b37e08ab3bc3e982e1b0c3a0fc24f9d41ba)) +* **keepass:** 添加安装/卸载 KeeWeb 插件功能 | Add install/uninstall KeeWeb plugin function. ([21dd0ca](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass/commit/21dd0caade9cebbd85e535da88653b13adf22925)) +* **keepass:** 添加打开 KeeWeb 的方案 | Add the scheme of opening KeeWeb. ([c80da75](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass/commit/c80da7516d8e3f97afefc78205dd22a20d664e0c)) +* **keepass:** 添加设置选项 | Add setting options. ([0f58bd2](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass/commit/0f58bd2510d60ab8b0b9ac416b6a1356d0938967)) +* **keepass:** 添加附属仓库 `keepass` | Add sub-repository `keepass`. ([abf376c](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass/commit/abf376c8badefd769bf435c0045764b2941e6db0)) +* **keepass:** 添加默认文件打开目录配置项 | Add default file open directory configuration item. ([de02cc6](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass/commit/de02cc6083ec6bb7f3dc2de28c96f0ea75407f04)) + ## [0.1.1](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass/compare/v0.1.0...v0.1.1) (2023-10-21)