Skip to content

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 28 Jul 20:07

Highlights

  • Storage page: see what Opal actually stores and reclaim it.
  • Fixed the two bugs reported against the shipped release (#21, #22).
  • Windows and Linux portability: /tmp writes were silently dead on
    Windows, and every sidecar (Suwayomi included) now starts on both. Added a
    Windows CI smoke run so this stops regressing.
  • Upcoming sorts by popularity rather than release date.
  • Danger buttons no longer float over the Storage rows.

Changes

Features

  • player — tested pure layer for the control bar; wire the clock through it (35b37af)
  • storage — show what Opal actually stores, and let users reclaim it (33fd547)

Fixes

  • two shipped-release bugs, plus the UI work they surfaced (#21, #22) (5c8bb42)
  • ui — danger buttons floated over the Storage rows (7131d25)
  • portability — /tmp writes were silently dead on Windows; add Windows CI smoke (1d72ae8)
  • portability — Suwayomi + every sidecar now work on Windows and Linux (0b71713)
  • tmdb — sort Upcoming by popularity, not release date (c8cbadd)
  • tests — CLAUDE.md is gitignored — don't hard-fail CI on its absence (3b88a4b)
  • assets — social preview tagline ran off the canvas (bc57040)
Internal (3 commits — tests, refactors, CI, docs)
  • chore(release): 0.6.2 (833a53a)
  • refactor(player): route the control bar through its tested pure layer (bd02a6f)
  • chore(brew): point the formula at v0.6.1 (7ff7c64)

Install: curl -fsSL https://raw.githubusercontent.com/debpalash/Opal/main/scripts/install.sh | sh
Verify a download against SHA256SUMS.txt below.

Full Changelog: v0.6.1...v0.6.2