Commit graph

21 commits

Author SHA1 Message Date
KhooLy
7f0d6165cd chore: bump version to 0.1.19 2026-06-27 20:55:02 +03:00
KhooLy
ef455f48b3 feat: prepare desktop release updates 2026-06-27 20:47:10 +03:00
KhooLy
243cbd5bd9 chore: bump version to 0.1.18 2026-06-20 20:35:58 +03:00
KhooLy
272adf8c52 chore: bump version to 0.1.17 2026-06-20 19:28:10 +03:00
KhooLy
dc99e24285 chore: bump version to 0.1.16 2026-06-20 16:52:50 +03:00
KhooLy
68d49f4a18 chore: bump version to 0.1.15 2026-06-20 16:30:36 +03:00
KhooLy
96c723c67f chore: bump version to 0.1.14 2026-06-20 16:06:51 +03:00
KhooLy
c446080918 chore: bump version to 0.1.13 2026-06-20 15:34:36 +03:00
KhooLy
f455261458 chore: bump version to 0.1.12 2026-06-20 14:58:57 +03:00
KhooLy
25ba100863 chore: bump version to 0.1.11 2026-06-18 22:14:01 +03:00
KhooLy
01cd9e4b4c chore: bump version to 0.1.10, add a one-command version bump script
tauri.conf.json no longer carries its own version -- it now inherits
from Cargo.toml, so a release bump only touches package.json and
Cargo.toml (scripts/bump-version.sh handles both plus Cargo.lock).
2026-06-18 21:34:27 +03:00
KhooLy
478769c350 chore: bump version to 0.1.9 2026-06-18 14:11:19 +03:00
KhooLy
41aa6e1a5d chore: bump version to 0.1.8 2026-06-18 13:59:30 +03:00
KhooLy
2445f71b5b chore: bump version to 0.1.7, speed up release builds
Thin LTO instead of full LTO + codegen-units=1 for faster CI compiles.
2026-06-18 12:59:10 +03:00
KhooLy
83bddb129a chore: bump version to 0.1.6 2026-06-18 04:00:44 +03:00
KhooLy
9e90ff0efe chore: bump version to 0.1.5 2026-06-18 03:09:54 +03:00
KhooLy
e2b710e694 chore: bump version to 0.1.4 2026-06-18 02:14:55 +03:00
KhooLy
0e57892ab8 chore: bump version to 0.1.3 2026-06-18 01:29:41 +03:00
KhooLy
0c9a251db7 chore: bump version to 0.1.2 2026-06-18 00:36:32 +03:00
KhooLy
8ffe193ec8 feat: switch to gpu-next libmpv fork, fix player UI bugs, bump v0.1.1
- Render backend now sources prebuilt libmpv from KhooLy/mpv (gpu-next),
  fetched via src-tauri/fetch-libmpv.sh; video-sync switched to
  display-resample with vsync-paced render loops on all platforms.
- CI (build.yml) updated to fetch the fork instead of building/bundling
  mpv per-platform.
- Fix: next-episode auto-skip countdown kept ticking while paused.
- Fix: addon HTTP fetches had no timeout, so a hung (not just refused)
  connection could block the home feed load forever, leaving a blank
  screen with no error.
- Fix: Nuvio offline banner overlapped the player's top bar instead of
  pushing it down.
- Add F11 as a fullscreen toggle in the player, alongside F.
- Restyle Skip Intro/Outro button: flat surface instead of native
  button chrome bleeding through, icon, hover/focus state, progress bar.
2026-06-17 18:50:15 +03:00
KhooLy
aaca1689c9 feat: initial release 2026-06-17 00:42:06 +03:00