v1.2.0
Changelog
All notable changes to this project will be documented in this file.
[1.2.0] - 2025-01-23
🐛 Bug Fixes
- Tests failinig an Unix
- Tests errors on Unix and macOS
🚜 Refactor
- Move all models to new
models
module - Move command-specific code to new
commands
module - Command handling code
- Make code more readable (#5)
📚 Documentation
- (readme) Document --global flag
- (readme) Add my other projects
- (readme) Add Arch Linux installation instructions
- (readme) Update features description
🧪 Testing
- Temporary remove tests for global commands (closes #2)
⚙️ Miscellaneous Tasks
- Add .idea directory to gitignore
- Comment all of things
- Add pull request template
- Add CODEOWNERS file
- Add release workflow