Skip to content

Releases: prayag17/Blink

Jellyfin 10.9 Support

06 Sep 20:30
10630c2
Compare
Choose a tag to compare
  • feat: add video player slider bubble theming #337
  • feat: add trickplay support #338 #337
  • fix(ci): update env variables
  • fix(ci): fix ubuntu build failing
  • chore(deps): update js and rust deps
  • feat: add chapter markers #337
  • feat: add subtitle support #337
  • fix(ci): invalid tauri build command
  • fix(ci):workflow repo name
  • feat: remember last search query
  • feat: add new audioPlayer route and allow reordering queue
  • chore(deps): update deps
  • chore(deps): cleanup unused dependencies and update dependencies
  • refactor: replace wavesurfer with html audio player
  • feat: add new album page
  • fix: quick connect not working
  • chore: change tauri updater signing keys
  • feat: show upNext card for episode items in player
  • fix: login page not working
  • Merge pull request #332 from pypp/feat/double-click-fullscreen
  • Merge pull request #333 from pypp/feat/scrollwheel-volume-control
  • fix: removed subtitleRenderer state that was added while merging
  • fix: fixed bug caused by merge econflicts
  • Merge remote-tracking branch 'upstream/main' into feat/scrollwheel-volume-control
  • fix: fixed fucntion to use the new API
  • Merge remote-tracking branch 'upstream/main' into feat/double-click-fullscreen
  • Merge branch 'main' of https://github.com/pypp/JellyPlayer into feat/double-click-fullscreen
  • fix(deps): update dependency babel-plugin-react-compiler to v0.0.0
  • fix(deps): update tauri monorepo
  • chore(deps): update dependencies
  • feat: allow toggling subtitles on and off from player
  • fix: playNext and playPrevious logic
  • feat: add intro-skipper
  • refactor: cleanup unused variables in playbackStore
  • chore(deps): update packages
  • refactor: support vtt and ass subtitles
  • refactor: add sorting options to library page for Series and BoxSets
  • style: update hero-carousel styling
  • chore(deps): update deps
  • fix(deps): update dependency framer-motion to v11.2.9
  • refactor: move most routing logic to tanstack
  • refactor: implement new login logic and verify context.api status
  • chore(deps): update dependencies
  • refactor: move to tanstack router
  • fix: videoPlayer not restoring playback position when queueItem is updated
  • fix: Slight UI regression when changing servers on latest version #288
  • fix: eac3 codec support
  • refactor: queueItem playback
  • fix(deps): update rust crate tauri to 1.6.2 (#298)
  • fix: episode playback
  • feat: add queueButton
  • Merge branch 'main' of https://github.com/prayag17/JellyPlayer
  • chore(deps): fix vite 5.2 bundle
  • fix(deps): update dependency @types/react to v18.3.1 (#295)
  • fix: scrollTrigger in libraryView
  • style: improve styling
  • fix: backdrop flashing
  • feat: use tanstack virtual for rendering library items
  • style: improve login notice ui
  • refactor: fetch mediaSource for series
  • refactor: implement new playback method for playbutton (wip)
  • ui: improve glass texture
  • ui: implement new appBar #284
  • feat: display sdr and hdr only videoRange
  • style: improve hdr10 logo spacing
  • chore: update title-movie screenshot in README.md
  • chore: update title-movie.png
  • fix: hdr10 icon height not matching
  • style: update mediainfo icons
  • style: update mediainfo icons
  • fix: no subtitle option not selecting
  • feat: use brand logo for hdr10plus
  • fix: default subtitle not being selected properly
  • style: display backdrops in boxset
  • fix: videoPlayer not exiting if subtitles are disabled
  • chore: add kitsu icon to iconLink
  • fix: carousel not rendering
  • chore: update readme
  • chore: update screenshots
  • fix: improve hdr10+ detection
  • feat: add quality and audio brand labels
  • style: improve page-margin
  • fix(player): unable to play media without subtitles
  • fix: album not displaying if no parent backdrop is found
  • chore: add screenshots and some features of JellyPlayer #242
  • chore: upload screenshots
  • fix(nsis): nsis setup images not displaying correctly
  • style: Improve titlePage styling
  • style: change cardText styling
  • style: Improve overall app component paddings and margins and rollback vite to 5.1.6
  • chore(deps): update dependency vite to v5.2.6 (#286)
  • fix(deps): update material-ui monorepo (#270)
  • fix(deps): update dependency @types/node to v20.11.29 (#292)
  • fix(deps): update dependency @types/react to v18.2.67 (#293)
  • fix(deps): update tanstack-query monorepo to v5.28.6 (#271)
  • fix(deps): update dependency @types/react to v18.2.67 (#272)
  • fix(deps): update dependency @types/node to v20.11.29 (#274)
  • fix(deps): update dependency framer-motion to v11.0.15 (#278)
  • fix(deps): update dependency typescript to v5.4.3 (#287)
  • fix(deps): update dependency material-symbols to v0.17.1 (#289)
  • chore(deps): update dependency @biomejs/biome to v1.6.2 (#290)
  • fix(deps): update rust crate log to ^0.4.21 (#276)
  • chore: update latest.json

Improved VideoPlayer and UI improvements

17 Mar 11:40
bb89093
Compare
Choose a tag to compare

What's Changed

Note: This is an unstable release

  • feat(web): Add new About page (#258) by @prayag17
  • feat(web): Allow managing servers from settings dialog by @prayag17
  • feat(search): Add Episode to search by @prayag17
  • feat(settings-server): Add a refretch button by @prayag17
  • feat(web): Add a global query fetch/mutation status by @prayag17
  • fix(server): Use redirect instead of relaunch when changing or deleting a server by @prayag17
  • refactor(player): Rewrite and improve video playback by @prayag17
  • feat(web): Use season backdrop in series page if available by @prayag17
  • feat(player): Allow selecting subtitles during playback by @prayag17
  • feat(ui): Add new episode layout by @prayag17

v0.0.4-dev

23 Jan 17:00
bbd6365
Compare
Choose a tag to compare
v0.0.4-dev Pre-release
Pre-release

What's Changed

  • refactor(web): update to typescript, cleanup small bugs + workspace by @dan-online in #244
  • feat(user): store accessToken over password by @dan-online in #247
  • fix(queries): staleTime and invalidating cache by @dan-online in #248
  • refactor: use crypto.randomUUID vs uuid.v4 by @dan-online in #249
  • style(icons): only use the rounded css by @dan-online in #250
  • feat: quick connect by @dan-online in #251
  • feat: add new itemDetail Pages by @prayag17 in #243
  • feat: Auto focus search input in search route when opened initially by @prayag17
  • feat: Improved Login page ui by @prayag17
  • refactor: improve error boundary component

New Contributors

Full Changelog: v0.0.3-dev...v0.0.4-dev

Dev Build

31 Dec 11:47
4dc71b4
Compare
Choose a tag to compare
  • Updated home carousel.
  • Removed sidemenu
  • Updated appBar
  • Update Notices

v0.0.2

20 Dec 13:45
2926e84
Compare
Choose a tag to compare

Dev build from now on will follow this v0.0.X versioning, alpha -> v0.X.0

v0.0.1

10 Dec 08:53
3db6249
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

THIS IS A DEV BUILD

v1.0.0-dev@c477f62

08 Dec 09:09
c477f62
Compare
Choose a tag to compare
v1.0.0-dev@c477f62 Pre-release
Pre-release
Add updater #231

v1.0.0-dev@abca227

08 Dec 09:34
abca227
Compare
Choose a tag to compare
v1.0.0-dev@abca227 Pre-release
Pre-release
Add env to workflow

v1.0.0-dev@2e62d3d

08 Dec 09:10
2e62d3d
Compare
Choose a tag to compare
v1.0.0-dev@2e62d3d Pre-release
Pre-release
fix build.yml

v0.0.1-dev@874646a

08 Dec 10:04
874646a
Compare
Choose a tag to compare
v0.0.1-dev@874646a Pre-release
Pre-release
Update package.json