Skip to content

Commit

Permalink
Update docs for 2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalec committed Oct 13, 2024
1 parent 38a2a20 commit f654ed9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/docs/commands/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
17 changes: 17 additions & 0 deletions docs/docs/commands/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ 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
{: .fs-6 .fw-300 }

[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 }

<small>Version 2.21.1</small>
<small>Version 2.22</small>
---

## Disclaimer
Expand Down

0 comments on commit f654ed9

Please sign in to comment.