Skip to content

v1.6.7

Choose a tag to compare

@martinargalas martinargalas released this 11 Jun 13:42
· 22 commits to main since this release

What's new

UI Scale (styles.uiScale)

Proportionally scales all card content — posters, tags, text, Activity Queue, Prowlarr, Statistics. Useful on large monitors, TVs, or high-DPI displays where the default size is too small. Configure in the visual editor (Appearance section) or via YAML:
```yaml
styles:
uiScale: 1.3 # default: 1
```
Values above 1 enlarge everything; below 1 shrink. If content overflows horizontally, reduce Items per category.

Left Panel Width (styles.leftPanelWidth)

Adjusts the downloads panel (qBittorrent / SABnzbd) width as a percentage of the card. Default is 40 %. Configure in the visual editor or via YAML:
```yaml
styles:
leftPanelWidth: 35 # default: 40 (%)
```
Has no effect when the downloads panel is hidden or on mobile.

Search add button fix

The add button on search result posters now shows the correct SVG plus icon (matching library posters) instead of the text "+ Add".


Full changelog: v1.6.5...v1.6.7