You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co
13
13
## Unreleased
14
14
15
15
### Added
16
+
- The reader keeps content in the upper region during tabletop posture. The reader restores the normal layout when the device leaves tabletop posture.
16
17
- Library search comparison parsing now uses only documented aliases. The help explains that malformed comparison values never match and that negating one matches every entry.
17
18
- Library search now supports the comparison fields `id`, `added`, `fetchinterval` (or `fi`), `nextupdate` (or `nu`), `unread`, `read`, and `total` with the operators `>=`, `<=`, `>`, `<`, and `=`; dates use the `yyyy-MM-dd` format. The `language:` (or `lang:`) field filters by source language, and the `notes:` (or `note:`) field is not supported. For anime, `unread` means unseen, `read` means seen, and `total` means total episodes.
18
19
- Library search now supports the operators `&&` (AND), `||` (OR), and `-` (NOT), grouped expressions with parentheses, and double-quoted values. Field filters search by `title`, `author`, `artist`, `description` (or `desc`), `genre` (or `tag`), and `source` (or `src`); the `source:local` value matches local entries. Queries without these markers keep the old behavior, including comma lists, a leading minus, and the `id:` prefix. The new Search help item in the library menu explains the syntax.
0 commit comments