-
v1.0.17 Stable
released this
2025-12-11 12:08:57 +01:00 | 678 commits to main since this releaseWhat's Changed
- fix(deps): update dependency lucide-react to ^0.560.0 (
c77f6f1)
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- fix(deps): update dependency lucide-react to ^0.560.0 (
-
v1.0.15 Stable
released this
2025-12-09 16:09:17 +01:00 | 686 commits to main since this releaseWhat's Changed
- chore(deps): update oven/bun:canary-slim docker digest to bd7eb51 (#51) (
b55f0a8)
Co-authored-by: Renovatebot renovatebot@wuastbude.de
Co-committed-by: Renovatebot renovatebot@wuastbude.de
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- chore(deps): update oven/bun:canary-slim docker digest to bd7eb51 (#51) (
-
v1.0.14 Stable
released this
2025-12-09 00:26:56 +01:00 | 688 commits to main since this releaseWhat's Changed
- chore(deps): pin oven/bun docker tag to 5ba314a (
63aee67)
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
0 downloads
- chore(deps): pin oven/bun docker tag to 5ba314a (
-
v1.0.13 Stable
released this
2025-12-09 00:08:54 +01:00 | 692 commits to main since this releaseWhat's Changed
- chore(deps): update dependency @types/node to v24.10.2 (#50) (
6ab9042)
Co-authored-by: Renovatebot renovatebot@wuastbude.de
Co-committed-by: Renovatebot renovatebot@wuastbude.de
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
- chore(deps): update dependency @types/node to v24.10.2 (#50) (
-
v1.0.12 Stable
released this
2025-12-08 22:09:18 +01:00 | 694 commits to main since this releaseWhat's Changed
- chore(deps): update dependency typescript-eslint to v8.49.0 (#49) (
a39c79e)
Co-authored-by: Renovatebot renovatebot@wuastbude.de
Co-committed-by: Renovatebot renovatebot@wuastbude.de
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- chore(deps): update dependency typescript-eslint to v8.49.0 (#49) (
-
v1.0.11 Stable
released this
2025-12-07 17:05:59 +01:00 | 696 commits to main since this releaseWhat's Changed
- refactor(ci): Remove frozen-lockfile flag from bun install commands (
083e6ba)- Remove --frozen-lockfile flag from lint workflow install step
- Remove --frozen-lockfile flag from build workflow install step
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- refactor(ci): Remove frozen-lockfile flag from bun install commands (
-
v1.0.10 Stable
released this
2025-12-07 07:45:36 +01:00 | 698 commits to main since this releaseWhat's Changed
- refactor(Sabnzbd): Redesign plugin UI with card layout and improved formatting (
d0afc63)- Add smooth width transition to Dashboard module containers
- Replace basic div with DaisyUI card component structure
- Add card header with title and speed badge
- Improve time formatting to handle edge cases (0:00:00, <1m)
- Fix size calculation to preserve original units (not just GB)
- Refactor progress display with separate filename, progress bar, and metadata rows
- Replace inline progress bar with dedicate
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- refactor(Sabnzbd): Redesign plugin UI with card layout and improved formatting (
-
v1.0.9 Stable
released this
2025-12-07 07:34:01 +01:00 | 700 commits to main since this releaseWhat's Changed
- refactor(layout): Replace min-height with fixed height and add flex layout for proper scrolling (
2ae3422)- Change body from min-h-screen to h-screen with overflow-hidden
- Replace container mx-auto with full width/height flex column layout
- Wrap children in flex-1 min-h-0 div to enable proper overflow handling in nested components
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- refactor(layout): Replace min-height with fixed height and add flex layout for proper scrolling (
-
v1.0.8 Stable
released this
2025-12-07 07:30:06 +01:00 | 702 commits to main since this releaseWhat's Changed
- refactor(Dashboard): Replace flexbox layout with CSS Grid for improved structure (
90b055e)- Replace outer div with CSS Grid layout using gridTemplateRows and gridTemplateColumns
- Conditionally add plugin sidebar column based on hasPlugins flag
- Change header from div to semantic header element with full-width span
- Move category filter to span full width using gridColumn style
- Replace flex container with semantic main element for modules grid
- Move plugin sidebar outside main content area as separate
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- refactor(Dashboard): Replace flexbox layout with CSS Grid for improved structure (
-
v1.0.7 Stable
released this
2025-12-07 07:21:04 +01:00 | 704 commits to main since this releaseWhat's Changed
- refactor(Dashboard): Replace auto-fill grid with flexbox and dynamic width calculation (
1e6ad83)- Add constants for module width constraints (220-320px) and layout dimensions
- Replace CSS grid auto-fill with flexbox wrap for module layout
- Implement ResizeObserver to dynamically calculate optimal module width based on container size
- Calculate number of columns that fit and distribute space evenly within min/max constraints
- Add gridContainerRef to track container dimensions
- Change plugin sidebar
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- refactor(Dashboard): Replace auto-fill grid with flexbox and dynamic width calculation (