LeoVasanko
ff10c86e84
Add Gitea Actions cross-platform release workflow
...
Build the GUI app on macos/windows/linux host runners on v* tag pushes.
All platform jobs converge on one Gitea release; release.py now reuses an
existing release, skips duplicate assets, and supports --no-dist so only
the linux job uploads the wheel/sdist.
2026-09-22 03:54:05 +00:00
LeoVasanko
c11cbd4250
Fix console encoding crash in release script summary output
2026-09-10 21:33:43 +00:00
LeoVasanko
c072f15cb5
Make helper scripts directly executable with uv run shebang
...
guibuild.py and release.py use the project environment; rtorrent-manager.py
is standalone and declares its own dependency via uv script metadata.
2026-09-09 02:08:49 +00:00
LeoVasanko
6115a3ff0a
Misc. ruff fixes.
2026-05-25 02:22:55 +00:00
LeoVasanko
3768967e7d
BLE001 except Exception replaced for more specific types.
2026-05-25 02:19:41 +00:00
LeoVasanko
54a4b57230
Unsafe fixes.
2026-05-25 02:12:31 +00:00
LeoVasanko
0e5251ab91
Ruff automatic fixes and formatting.
2026-05-25 01:57:17 +00:00
LeoVasanko
eeed9f3ef7
Implement Safari video startup fixes and range streaming support
2026-05-21 04:06:44 +00:00
LeoVasanko
c3f5ac2f6e
Add Gitea release script
...
- Add Windows download link to README
2026-05-14 05:02:51 +00:00