From 8c6f55dda822f762d7855db002e410c5815e2b27 Mon Sep 17 00:00:00 2001 From: Takagi <1103069291@qq.com> Date: Sat, 11 Oct 2025 19:01:52 +0800 Subject: [PATCH] release: Release v1.0.1 version (#9) * release: Release v1.0.1 version * release: Release v1.0.1 version --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..87b2508 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +## [1.0.1](https://github.com/halo-dev/upage/compare/v1.0.0...v1.0.1) (2025-10-11) +### Features + +- allow using chat to modify page titles ([7acc494](https://github.com/halo-dev/upage/commit/7acc4949fb4d76a2c5429769ae3d1289ac07fcc5)) + +### Performance Improvements + +- make the generated page names unique rather than consistent ([a93a679](https://github.com/halo-dev/upage/commit/a93a679c712182c5348593df4f1b6a1c8c83ebdd)) +- reduce the frequency of saving empty pages ([3af1c30](https://github.com/halo-dev/upage/commit/3af1c30d49c37a69c442e03f2c0bea30a10716ef)) + +### Bug Fixes +- switching pages may cause page confusion ([a672fca](https://github.com/halo-dev/upage/commit/a672fcad1c6bda7b5ea927826d0218de5e1bc274)) +- resolve logical issues when generating multi-page data ([884f518](https://github.com/halo-dev/upage/commit/884f5186a6ded44832555c03661683d19ad23201)) +- resolve the issue of frequent triggering of replaceState ([5b8408d](https://github.com/halo-dev/upage/commit/5b8408d7da272f66ee7bce139d56d450158fc86b)) +- allow rate limit trust proxy ([196a0c3](https://github.com/halo-dev/upage/commit/196a0c39e7f970c9dc161d046d2530da053f8004)) +- addressing the issues with outdated prompt information in multi-turn dialogues ([5ff32f2](https://github.com/halo-dev/upage/commit/5ff32f2c987cf8b9fa3494a5b72f4b46c48abc90)) +- resolve the issue of possible abnormal text generated during page creation. ([c5d47c6](https://github.com/halo-dev/upage/commit/c5d47c680ce736f54aa7b35974e2317be0d73146)) + +### Miscellaneous Chores + +- remove tracking script from layout ([63636fe](https://github.com/halo-dev/upage/commit/63636fef1f32130079f7ce38bb21a25e37b80cb3)) + +### Code Refactoring + +- repartition server-side and client-side code ([e9b573a](https://github.com/halo-dev/upage/commit/e9b573a2762e86c4c4df066baa1c33c93436bdc4)) diff --git a/package.json b/package.json index 15a3afb..3c65186 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "upage", - "version": "1.0.0", + "version": "1.0.1", "private": true, "description": "使用人工智能构建可视化网页", "sideEffects": false,