This commit is contained in:
eddy
2026-08-01 02:11:12 +08:00
parent d85032bb09
commit c7c3db42f6
33 changed files with 7135 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
# Changelog
## 1.0.0 - 2026-07-19
- Refactored the single-file application into native ES Modules.
- Preserved existing storage keys, seed tasks, and version 1.0 backup format.
- Replaced inline handlers with static listeners and delegated actions.
- Added resilient normalization, scoped rendering, i18n interpolation, and automated tests.