All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.6.3 - 2024-11-02
- Update dependencies
- Short options for sort, search-providers and color
0.6.2 - 2024-08-15
- Bump MSRV to 1.74
- Update dependencies
- Add
--version
flag and about text to CLI
- Fix torrent-csv search
0.6.1 - 2024-01-03
- Fix torrent-csv search
- Update dependencies
0.6.0 - 2023-10-19
- Print size of torrents when supported
- Bump MSRV to 1.70
- Update dependencies
0.5.3 - 2023-07-11
- Update dependencies
0.5.2 - 2023-06-03
- Update dependencies
0.5.1 - 2023-04-04
- Update dependencies
0.5.0 - 2023-02-15
- Added torrent-csv as a new search provider.
- Bump MSRV to 1.64
- Update dependencies
0.4.2 - 2022-12-01
- Update to clap 4.0 for command line parsing. While this shouldn't change
behaviour, it changed the format of the
--help
output. - Bump MSRV to 1.60
- Update dependencies
0.4.1 - 2022-10-03
- Update dependencies
- Switch CI to GitHub actions
- Mention how to install from AUR in README
0.4.0 - 2022-09-24
- Use clap directly for command line parsing, which leads to a different
--help
output for the--sort
and--search-providers
options. - Bump MSRV to 1.57
- Switch from
ansi_term
totermcolor
piratebay
changed topirate-bay
when specifing it as a search provider with--search-providers
0.3.0 - 2022-09-12
- Rename project to Attractorr
- Update dependencies
- Bump MSRV to 1.56
- Make
search_providers::pirate_bay_search::Entry
fields public
0.2.0 - 2021-10-31
- Allow to specify search providers on command line
- Allow to disable colored output
- Build with msvc toolchain on Windows
- Use structopt instead of docopt for command line parsing
- Print a warning to stderr when no results were found
- Do not output error message pseudo torrent from piratebay
0.1.0 - 2021-10-23
- Initial release