Skip to content

Releases: pseudosavant/player.html

2.3.0

24 Aug 01:36
Compare
Choose a tag to compare

Release Notes - Version 2.3.0

New Features & Enhancements

  • Audio File Support:
    player.html now supports audio playback in addition to video. You can play MP3, WAV, OGG, M4A, and AAC files seamlessly alongside your existing video content.

  • PWA File Registration:
    You can now install player.html as a Progressive Web App (PWA) and set it as your default media player. This allows you to open audio and video files directly from your file system using the PWA.

  • UI Improvements:
    Media Name on Hover: Hovering over a media file now displays its name, making it easier to identify your files quickly.

Release 2.2.10

16 Jul 00:13
Compare
Choose a tag to compare
  • Updated to folder.api 1.1.0
  • Added test video with a quote in the path

Release 2.2.9

22 Jun 22:01
Compare
Choose a tag to compare

Release 2.2.9

  • Do not perform animations if the user's accessibility settings trigger prefers-reduced-motion
  • Fix handling of play/pause icon - it was inverted (issue 18)
  • Don't show seek bar preview until a video is loaded
  • Only show file info if a video is loaded
  • Show which folder is the parent folder more prominently
  • Remove support for creating AVIF thumbnails - not supported on browsers, and very slow currently
  • Fix bug when there is a single quote in a file/folder name (issue 17)
  • Show version number at bottom of page

Release 2.2.8

09 Apr 20:14
Compare
Choose a tag to compare

Fixed flashing thumbnail on hover for server-side thumbnails

Release 2.2.7

08 Apr 06:08
Compare
Choose a tag to compare
  • Added ability to use pre-rendered server-side thumbnail files
  • Dropped EdgeHTML support
  • Updated to folder.api v1.0.3 - minor date metadata bug

Release 2.2.6

27 Jan 20:03
Compare
Choose a tag to compare

Really fixed the incorrect settings from a previous player.html instance causing the player to be red by default.

Release 2.2.5

27 Jan 18:55
Compare
Choose a tag to compare

Fixed enumerateSettings dumb bug.

Release 2.2.4

27 Jan 18:54
Compare
Choose a tag to compare

Features

  • Improved progress bar animation smoothness

Bugs Fixed

  • Fixed bug where folder navigation did not work on Safari or Firefox (Thanks @noangel!) #13
  • Fixed default hue falling back to red due to incorrect settings from a previous player.html release

Release 2.2.3

03 Nov 22:35
Compare
Choose a tag to compare

Features

  • Changed accent color to be a complementary, instead of contrasting, color
  • Animated thumbnails default set to only 3 frames instead of 5 to reduce bandwidth consumption

Bugs Fixed

  • Modal was not being dismissed when clicking anywhere off the modal
  • Fixed CSS for checkbox toggles

Release 2.2.2

03 Nov 19:30
Compare
Choose a tag to compare

Features:

  • Support for browser picture-in-picture playback