Releases: pseudosavant/player.html
2.3.0
Release Notes - Version 2.3.0
New Features & Enhancements
-
Audio File Support:
player.html
now supports audio playback in addition to video. You can playMP3
,WAV
,OGG
,M4A
, andAAC
files seamlessly alongside your existing video content. -
PWA File Registration:
You can now installplayer.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
- Updated to folder.api 1.1.0
- Added test video with a quote in the path
Release 2.2.9
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
Fixed flashing thumbnail on hover for server-side thumbnails
Release 2.2.7
- 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
Really fixed the incorrect settings from a previous player.html instance causing the player to be red by default.
Release 2.2.5
Fixed enumerateSettings dumb bug.
Release 2.2.4
Release 2.2.3
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
Features:
- Support for browser picture-in-picture playback