From 1de7b141375395f6124ae422bfb192bdf7b75b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yingyi=20/=20=E9=A2=96=E9=80=B8?= <49649786+Zuoqiu-Yingyi@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:20:56 +0800 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e6dd009 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## 0.1.0 (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)) +* Update .gitignore ([f6ca91a](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass/commit/f6ca91a3599d8cfe3d920c86d6c021e278c7c584)) + + +### 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))