New Stuff
- Refactored to Effect-TS
- Cancel running download
- Supports multiple concurrent downloads
- Re-connect to running download to get the current progress
- Shows the previously watched items on the "Create Clip" page, to easily create a clip from those
- Jelly-Clipper now checks if it can find the requested media on it's local filesystem. If the media is compatible with the browser, it can directly stream that, instead of needing to download and transcode it from jellyfin
- Better logging & Error handling (hopefully)
- Log Level can now be configured via an environment variable
- The cleanup job for original media can also be configured via environment variables
What's Changed
- chore: switch to pnpm by @arnolicious in #179
- chore: switch to zod v4 by @arnolicious in #180
- fix: fix some type issues by @arnolicious in #181
- refactor: Refactor to using Effect-TS by @arnolicious in #182
Full Changelog: v0.5.0...v1.0.0