diff --git a/docs/docs/commands/commands.md b/docs/docs/commands/commands.md index 4a8ca8d..b6dc453 100644 --- a/docs/docs/commands/commands.md +++ b/docs/docs/commands/commands.md @@ -20,6 +20,7 @@ The following arguments may be run directly after `deemon`: `--whats-new` - prints current version release notes from GitHub `--init` - Initializes deemon's application data directory. (*If directory exists, it will be deleted!*) +`--arl` - Update your ARL quickly without having to edit your config.json `-P ID`, `--profile ID` - Uses specified profile ID `-V` - Prints current version and exits `-v`, `--verbose` - Show all verbose log messages diff --git a/docs/docs/commands/search.md b/docs/docs/commands/search.md index 09ee361..e301eda 100644 --- a/docs/docs/commands/search.md +++ b/docs/docs/commands/search.md @@ -86,6 +86,23 @@ At the bottom of the screen you see four rows: Filters, Sort, Mode and Actions. ### Filters Here you can filter albums by type (albums, EP and singles), show only explicit releases and reset filters back to their default view. +As of v2.22, you can now filter by date using `>=`, `<=` or `=` followed by the four digit year. For example, to find all releases between (and including) 2000 and 2003: + +Released in year 2000 or later: +```bash +:: [SELECT] Please choose an option or type 'exit': >=2000 +``` + +Released in year 2003 or prior: +```bash +:: [SELECT] Please choose an option or type 'exit': <=2003 +``` + +You'll notice the header has updated to reflect the filter: +```bash +Filter: All | Sort: Release Date (desc) | Year: 2000 - 2003 +``` + ### Sorting You can sort the results by release year and title, both ascending and descending. diff --git a/docs/index.md b/docs/index.md index 359f294..b350616 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ description: "deemon is a monitoring utility for new artist releases that can pr permalink: / --- -# deemon 2.21.1 Documentation +# deemon 2.22 Documentation {: .fs-9 } deemon is a monitoring utility for new artist releases that can provide email alerts and automate downloading via the deemix library @@ -14,7 +14,7 @@ deemon is a monitoring utility for new artist releases that can provide email al [Get started now](#getting-started){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } [View it on GitHub](https://github.com/digitalec/deemon){: .btn .fs-5 .mb-4 .mb-md-0 } -Version 2.21.1 +Version 2.22 --- ## Disclaimer