Commit graph

11 commits

Author SHA1 Message Date
Research Assistant
babe340379 fix: add v prefix to bump.py tags to match workflow trigger 2026-05-11 21:40:01 +08:00
Research Assistant
fb2a21678a fix: bump.py — add UTF-8 encoding to git show, remove release logic (handled by Actions) 2026-05-11 19:25:09 +08:00
Research Assistant
3db2e1b5dd fix(bump): git-add+commit before tag, verify version in HEAD, handle push failures 2026-05-10 00:13:21 +08:00
Research Assistant
caab9ff9ee refactor: inline src/ modules back into main.js — single file, no runtime require 2026-05-09 23:48:08 +08:00
Research Assistant
56ee621bd7 fix: include src/ plugin modules in release assets 2026-05-09 23:42:34 +08:00
Research Assistant
0816f43e99 refactor: remove versions.json from bump script — redundant with manifest.json minAppVersion 2026-05-09 23:34:56 +08:00
Research Assistant
18b6f07ce6 chore(52-001): align manifest sources, bump minAppVersion to 1.9.0, add PyYAML dep
- Add clarifying comment in bump.py about canonical version source
- Update root and plugin manifest.json minAppVersion from 1.0.0 to 1.9.0
- Update versions.json compatibility mapping to 1.9.0
- Add pyyaml>=6.0 to pyproject.toml dependencies
2026-05-08 17:47:38 +08:00
Research Assistant
11a5a2b1dd fix: add root manifest.json to version bump/sync tooling 2026-05-06 23:03:38 +08:00
Research Assistant
88fcdf6907 fix: bump.py creates tags without v prefix (Obsidian compatibility) 2026-05-01 12:17:14 +08:00
Research Assistant
a9c4881324 feat: complete i18n refactor + automated release script
- i18n.js: zh/en language pack with auto-detect from Obsidian config
- main.js: all UI strings use t() calls (settings tab, wizard, pre-check)
- scripts/bump.py: --release flag: bump + commit + tag + push + gh release
- AGENTS.md: developer guide section (bump, release, i18n, pre-commit)
2026-04-30 13:55:54 +08:00
Research Assistant
354fc656c5 chore: add automated version bump script (bump.py) 2026-04-30 13:29:26 +08:00