Skip to content

v0.8.0

Choose a tag to compare

@JoeKarow JoeKarow released this 01 Aug 01:17
· 14 commits to main since this release
9727ce7

What's Changed in v0.8.0

🎯 Major Features

  • Multiple Analysis Runs: Added support for running multiple analyses within a single project (#52)
  • N-gram Dashboard Word Filter: Enhanced n-gram dashboard with word filtering capabilities (#50)
  • Improved N-gram Tokenization: Updated tokenizer to split on whitespace for better text processing (#74)

🔧 Improvements & Fixes

  • UI/UX Enhancements: Updated main menu copy for better user experience (#94)
  • Data Export: Fixed column headers in copypasta output (#63, #64)
  • Windows Build: Added conditional logic to remove strip flag from Windows builds (#73)

🏗️ Architecture & Development

  • Code Architecture: Separated application logic from terminal interface logic for better maintainability (#55)
  • Testing Infrastructure: Established comprehensive test framework with context stubs (#67)
  • Development Documentation: Added detailed development guide with practical examples (#66)

🚀 Build & Deployment

  • macOS Code Signing: Implemented code signing and notarization for macOS builds (#156)
  • CI/CD Improvements:
    • Moved code formatting enforcement from pre-commit to CI pipeline (#54)
    • Fixed GitHub Actions workflow secret inheritance (#158)
    • Improved release workflow and macOS notarytool output (#159, #160)

👥 New Contributors

  • @davissmith1 made their first contribution with UI copy improvements

Full Changelog: v0.7.0...v0.8.0