v0.4.0
What's Changed
Breaking Changes
- ❌ Removed
dictionary_add_commontool (#7)- Users can add dictionary entries manually using
dictionary_addtool
- Users can add dictionary entries manually using
Added
- ✨ Command line arguments for custom paths (#6)
--voicepeak-path <path>- specify custom VOICEPEAK executable path--play-command <command>- specify custom audio playback command--help/-h- display usage information
- 🔧 Environment variables support
VOICEPEAK_PATH- custom VOICEPEAK executable pathVOICEPEAK_PLAY_COMMAND- custom audio playback command- Priority: command line arguments > environment variables > platform defaults
Removed
- 🗑️ Removed unused
scripts/setup-dictionary.ts(#7) - 🗑️ Removed
COMMON_PROGRAMMING_TERMSconstant (#7)
Documentation
- 📝 Created GitHub Issue for Linux support (#4)
- 📝 Created GitHub Issue for Windows support (#5)
- 📝 Updated README to remove
dictionary_add_commonreferences
Full Changelog: v0.3.3...v0.4.0