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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user