Skip to content

Releases: AndersonBY/md2word

Desktop App v0.2.3

27 May 04:57

Choose a tag to compare

Desktop App v0.2.2

26 Mar 13:53

Choose a tag to compare

Desktop App v0.2.1

17 Mar 07:55

Choose a tag to compare

Release v0.2.1

Desktop App v0.2.0

13 Mar 11:02

Choose a tag to compare

feat: improve CLI agent-friendliness with new discovery commands

- Add --show-config to print effective config as JSON
- Add --list-formats to list all heading numbering formats with examples
- Add --validate-config to check config for unknown keys/values
- Add stdin support (use '-' as input)
- Show config source info ([INFO] Using config/default) before conversion
- Warn when explicitly passed -c file doesn't exist (silent for implicit)
- Add table block to DEFAULT_CONFIG for complete --init-config output
- Add Config.validate() method for config validation
- Remove redundant md2word-cli skill, keep unified md2word skill
- Bump version to 0.2.0

Desktop App v0.1.3

06 Feb 15:05

Choose a tag to compare

fix: make pyinstaller spec robust