• v1.0.17 784b05cfa5

    v1.0.17 Stable

    Ghost released this 2025-12-11 12:08:57 +01:00 | 678 commits to main since this release

    What's Changed

    • fix(deps): update dependency lucide-react to ^0.560.0 (c77f6f1)
    Downloads
  • v1.0.15 b834dea7be

    v1.0.15 Stable

    Ghost released this 2025-12-09 16:09:17 +01:00 | 686 commits to main since this release

    What's Changed

    Downloads
  • v1.0.14 0633e4424a

    v1.0.14 Stable

    Ghost released this 2025-12-09 00:26:56 +01:00 | 688 commits to main since this release

    What's Changed

    • chore(deps): pin oven/bun docker tag to 5ba314a (63aee67)
    Downloads
  • v1.0.13 d82d2785fb

    v1.0.13 Stable

    Ghost released this 2025-12-09 00:08:54 +01:00 | 692 commits to main since this release

    What's Changed

    Downloads
  • v1.0.12 a9e6719e39

    v1.0.12 Stable

    Ghost released this 2025-12-08 22:09:18 +01:00 | 694 commits to main since this release

    What's Changed

    Downloads
  • v1.0.11 b04fed5ddf

    v1.0.11 Stable

    Ghost released this 2025-12-07 17:05:59 +01:00 | 696 commits to main since this release

    What'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
  • v1.0.10 60f0b250de

    v1.0.10 Stable

    Ghost released this 2025-12-07 07:45:36 +01:00 | 698 commits to main since this release

    What'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
  • v1.0.9 92e6f4d189

    v1.0.9 Stable

    Ghost released this 2025-12-07 07:34:01 +01:00 | 700 commits to main since this release

    What'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
  • v1.0.8 a15c351a21

    v1.0.8 Stable

    Ghost released this 2025-12-07 07:30:06 +01:00 | 702 commits to main since this release

    What'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
  • v1.0.7 73193239fd

    v1.0.7 Stable

    Ghost released this 2025-12-07 07:21:04 +01:00 | 704 commits to main since this release

    What'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