mirror of
https://github.com/tailormade-eu/obsidian-task-export-plugin.git
synced 2026-07-22 06:41:42 +00:00
1.1 KiB
1.1 KiB
Changelog
All notable changes to this project will be documented in this file.
[1.0.5] - 2025-11-21
Added
- Include folder subfolders as hierarchical
Level1..LevelNCSV columns. Folder segments under the configuredCustomersfolder are now emitted as Level columns before the project filename and markdown headers. - README examples updated to use generic placeholders (
<CustomerName>,<Subfolder>,<ProjectName>,<Task>).
Changed
- CSV header format changed to:
CustomerName,Level1,Level2,...,Task(project filename moved intoLevelcolumns to maintain consistent hierarchical ordering). - CSV writer now uses a canonical
levelsarray on parsed tasks which contains: folder segments, project filename, document headers, and parent task text.
Notes
- The plugin bundle (
main.js) should be rebuilt after the version bump. Runnpm run buildlocally before publishing. - If you distribute the plugin via GitHub Releases, create a release tagged
v1.0.5and attach the rebuiltmain.js,manifest.json, andstyles.css.
Previous releases
- See repository history for older versions.