Skip to content

v0.4.0

Choose a tag to compare

@k2wanko k2wanko released this 04 Oct 17:37
· 6 commits to main since this release
c1d7afe

What's Changed

Breaking Changes

  • ❌ Removed dictionary_add_common tool (#7)
    • Users can add dictionary entries manually using dictionary_add tool

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 path
    • VOICEPEAK_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_TERMS constant (#7)

Documentation

  • 📝 Created GitHub Issue for Linux support (#4)
  • 📝 Created GitHub Issue for Windows support (#5)
  • 📝 Updated README to remove dictionary_add_common references

Full Changelog: v0.3.3...v0.4.0