diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..06ec318 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## 0.0.0 (2023-04-03) + + +### Features + +* access the azure voice system ([8daad6c](https://github.com/liou666/polyglot/commit/8daad6c783fa16c7ee5624d5420286affc9c6b25)) +* base layout ([c4461ce](https://github.com/liou666/polyglot/commit/c4461ce60c6a7da564e9ded8a556b7b975a2a8d3)) +* card style and input keyup ([f77d3b1](https://github.com/liou666/polyglot/commit/f77d3b12781e1375026ca35b64aa9e468bc797b4)) +* improve chat , ui and prompt ([8ef806d](https://github.com/liou666/polyglot/commit/8ef806d9ebe09917a638c50a6cc12d2d17b6236e)) +* nav style dark mode ([829bfac](https://github.com/liou666/polyglot/commit/829bfacdbf474ac4f23576bbccd7e0bccfa5b459)) +* open proxy ([b815b8e](https://github.com/liou666/polyglot/commit/b815b8e3443d81d1ca34fae55b59539fac15f1ce)) +* openai api ([a898eca](https://github.com/liou666/polyglot/commit/a898eca4f6e631ce68f59137bb34bad5aef82cc1)) +* recognizeSpeech ([8b5326d](https://github.com/liou666/polyglot/commit/8b5326d821d4ed8c4247d72eaa7265f4b22018db)) +* speech hooks ([0177d31](https://github.com/liou666/polyglot/commit/0177d310acae166520fc4420dafb90daa3e7fc40)) +* text to speak ([e90ec2c](https://github.com/liou666/polyglot/commit/e90ec2ca230366177429f650c10d3a5f1f495f95)) +* update image url ([1b9a933](https://github.com/liou666/polyglot/commit/1b9a933017e71c0ee1e8442a1122cd154b2c3337)) +* use piana store ([adcbeae](https://github.com/liou666/polyglot/commit/adcbeae02c35a1b00d8956d8758ac17adad47782)) +* 添加网络超时处理 ([3d239ad](https://github.com/liou666/polyglot/commit/3d239ad77c0a2e54d19970fdd3d1d3f674678a1f)) + + +### Bug Fixes + +* 语音识别失败时增加错误处理 ([057d9c7](https://github.com/liou666/polyglot/commit/057d9c726199e7fd98be0561dec068f3ab93bfb6)) diff --git a/package.json b/package.json index 6e3ad70..59092f6 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,9 @@ "preview": "vite preview", "lint": "eslint .", "lint:fix": "eslint . --fix", - "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s 0" + "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s 0", + "release:app": "electron-builder --publish always", + "release:version": "npx standard-version" }, "dependencies": { "@vueuse/core": "^9.13.0",