New Features
- New Pricing System: Implemented a new pricing system for Aleph services. (PR #332)
Improvements
- Code Quality: Enabled the
ruff
linter to improve code quality and consistency. (PR #276) - Dependency Updates: Updated the
rich
library to the latest version. (PR #298)
Bug Fixes
- Command Argument Handling: Wrapped all command arguments in
Annotated
for better type hinting and improved user experience. (PR #339)
What's Changed
- Enable ruff by @Psycojoker in #276
- Chore(deps): update rich from 13.9.3 to 13.9.* by @dependabot in #298
- Feat: New pricing system by @philogicae in #332
- Fix: Wrap all command args in Annotated by @philogicae in #339
Full Changelog: 1.3.1...1.4.0