Update README.md for v0.1.7 features

This commit is contained in:
pax 2026-04-05 15:51:30 -05:00
parent e59e405d73
commit 9d11a403d7

View File

@ -35,8 +35,11 @@ Supports custom styling via `custom.qss` — see [Theming](#theming).
- Auto-detect site API type — just paste the URL - Auto-detect site API type — just paste the URL
- Tag search with autocomplete, history dropdown, and saved searches - Tag search with autocomplete, history dropdown, and saved searches
- Rating and score filtering (server-side `score:>=N`) - Rating and score filtering (server-side `score:>=N`)
- Blacklisted tags (appended as negatives) - Blacklisted tags and posts (client-side filtering with backfill)
- Thumbnail grid with keyboard navigation - Thumbnail grid with keyboard navigation
- **Infinite scroll** — optional, auto-loads more posts at bottom
- **Page cache** — prev/next loads from memory, no duplicates
- **Copy File to Clipboard** — Ctrl+C, works for images and videos
### Preview ### Preview
- Image viewer with zoom (scroll wheel), pan (drag), and reset (middle click) - Image viewer with zoom (scroll wheel), pan (drag), and reset (middle click)
@ -48,10 +51,10 @@ Supports custom styling via `custom.qss` — see [Theming](#theming).
- Right-click preview → "Slideshow Mode" for fullscreen viewing - Right-click preview → "Slideshow Mode" for fullscreen viewing
- Arrow keys / `h`/`j`/`k`/`l` navigate posts (including during video playback) - Arrow keys / `h`/`j`/`k`/`l` navigate posts (including during video playback)
- `,` / `.` seek 5 seconds in videos, `Space` toggles play/pause - `,` / `.` seek 5 seconds in videos, `Space` toggles play/pause
- Toolbar with Bookmark and Save/Unsave toggle buttons showing current state - Toolbar with Bookmark, Save/Unsave, Blacklist Tag, and Blacklist Post buttons
- `F11` toggles fullscreen/windowed, `Ctrl+H` hides all UI - `F11` toggles fullscreen/windowed, `Ctrl+H` hides all UI, `Ctrl+P` privacy screen
- Bidirectional sync — clicking posts in the main grid updates the slideshow - Bidirectional sync — clicking posts in the main grid updates the slideshow
- Page boundary navigation — past the last/first post loads next/prev page - Video position and player state synced between preview and slideshow
### Bookmarks & Library ### Bookmarks & Library
- Bookmark posts, organize into folders - Bookmark posts, organize into folders
@ -149,6 +152,7 @@ Categories=Graphics;
| `Ctrl+Click` / `Shift+Click` | Multi-select | | `Ctrl+Click` / `Shift+Click` | Multi-select |
| `Home` / `End` | Jump to first / last | | `Home` / `End` | Jump to first / last |
| Scroll tilt left / right | Previous / next page | | Scroll tilt left / right | Previous / next page |
| `Ctrl+C` | Copy file to clipboard |
| Right click | Context menu | | Right click | Context menu |
### Preview ### Preview