Releases: nick42d/youtui
Releases · nick42d/youtui
ytmapi-rs-v0.0.17
Added
- Clippy linting fix (#185)
- Update dependencies (#182)
youtui-v0.0.18
Added
- Configurable keyboard shortcuts - see #10 or README for docs (#185)
- Implement ability to move cursor within text box - closes #154 (#182)
Fixed
- Use a unique identifier to add albums instead of the album name. Closes #12. (#183)
json-crawler-v0.0.5
Other
- Clippy lint fix (#185)
- Update dependencies (#182)
async-callback-manager-v0.0.3
Added
- Refactor to improve combinators (#185)
- Update dependencies (#182)
ytmapi-rs-v0.0.16
Added
- Small fixes to alternative TLS builders (#178)
youtui-v0.0.17
Added
- refactor task management and improve responsiveness (#178)
Fixed
- [breaking] Update default auth method - closes #179 (#181)
- Youtui default auth method has changed from OAuth to Browser.
json-crawler-v0.0.4
Added
- Added additional project lints only (#178)
async-callback-manager-v0.0.2
Fixed
- Fixed tests breaking as unable to drain manager #179 (#181)
ytmapi-rs-v0.0.15
Fixed
- [breaking] Make album optional for songs search. Closes #174 (#176)
- album field on SearchResultSong is now optional
youtui-v0.0.16
Fixed
- Make album optional for songs search. Closes #174 (#176)
- album field on SearchResultSong is now optional, removed public ways to create custom error from json_crawler (CrawlerError::array_size_from_context, JsonCrawlerIterator::get_context and JsonCrawlerArrayIterContext struct)