Track configuration version and page lifecycle in wiki export.

Record created/edited/deleted-in versions per page; add History.md and update workflow docs.
This commit is contained in:
mihailkudravcev
2026-07-23 15:16:06 +03:00
parent fa6a2a3799
commit ecddcef586
8 changed files with 672 additions and 168 deletions
+18
View File
@@ -2,6 +2,23 @@
All notable changes to **export_1c_help** are documented in this file.
## [0.2.0] - 2026-07-23
### Added
- Configuration version on each export (`VERSION` / `Configuration.xml`)
- Per-page lifecycle in wiki footer and `manifest.json`:
- `created_in` — версия конфигурации, в которой страница впервые попала в wiki
- `edited_in` — версия, в которой содержимое справки изменилось
- `deleted_in` — версия, в которой страница исчезла из `src`
- `History.md` — сводка выгрузки и накопительный список удалённых страниц
- `push` читает предыдущий `manifest.json` из wiki перед пересборкой
- CLI: `--prev-manifest`, `--config-version`
### Changed
- Home / Sidebar показывают версию конфигурации и ссылку на History
## [0.1.0] - 2026-07-23
### Status
@@ -25,4 +42,5 @@ All notable changes to **export_1c_help** are documented in this file.
- Nested subsystem help paths (`Subsystems/A/Subsystems/B/…`) no longer collapse to the parent meta key
- Unicode wiki filenames replaced with percent-encoded slugs (Gitea UI returned HTTP 500)
[0.2.0]: https://git.p7net.ru/tools/export_1c_help/releases/tag/v0.2.0
[0.1.0]: https://git.p7net.ru/tools/export_1c_help/releases/tag/v0.1.0