Files
upage-git/CHANGELOG.md
2025-10-11 18:57:17 +08:00

1.8 KiB

1.0.1 (2025-10-11)

Features

  • allow using chat to modify page titles (7acc494)

Performance Improvements

  • make the generated page names unique rather than consistent (a93a679)
  • reduce the frequency of saving empty pages (3af1c30)

Bug Fixes

  • switching pages may cause page confusion (a672fca)
  • resolve logical issues when generating multi-page data (884f518)
  • resolve the issue of frequent triggering of replaceState (5b8408d)
  • allow rate limit trust proxy (196a0c3)
  • addressing the issues with outdated prompt information in multi-turn dialogues (5ff32f2)
  • resolve the issue of possible abnormal text generated during page creation. (c5d47c6)

Miscellaneous Chores

  • remove tracking script from layout (63636fe)

Code Refactoring

  • repartition server-side and client-side code (e9b573a)