Skip to content

Releases: samuellouf/WebMediaPlayer

WebMediaPlayer version 2.1

13 Apr 06:25

Choose a tag to compare

WebMediaPlayer version 2.1!
A minor update.

Commits

Changelog

  • Fixed the "wait for click"

WebMediaPlayer version 2.0

07 Apr 10:26

Choose a tag to compare

WebMediaPlayer version 2.0!
A major update with lots of changes.

Commits

Changelog

  • Change the way to import files
  • Fixed the time inputs
  • Replaced the Python Server by a NodeJS server
  • Added a .gitignore
  • Changed the update method
  • Added some code to the server builder
  • Changed the styles files' organisation
  • Fixed the play/pause button
  • Added STR subtitles
  • Fixed the subtitles reading errors and added multiline subtitle reading
  • Fixed the time inputs
  • Removed unused files/functions
  • Changed the viewer event listener to change the way functions are executed (eval('viewer.function()') -> viewer.function())
  • Fixed the iframe not closing problem
  • Fixed Firefox version of WebMediaPlayer
  • Added "Import file in new tab"
  • Made an improved Error 404 page
  • Added a "wait for click"
  • Changed the way to set/get viewer.mode, viewer.fullscreen, veiwer.volume, viewer.mute
  • Added code to properly format the files
  • Moved some code from player/scripts/script.js to player/scripts/viewer.js

WebMediaPlayer version 1.5

07 Apr 10:06

Choose a tag to compare

This is WebMediaPlayer version 1.5.

Commits

Changelog

  • Added Stylized Popups
  • Simplified and fixed basic_dark, red and orange themes
  • Changed translation's way of working (can now get translation id category/translation)
  • Can now load media from an url ("Netwok flux")
  • Fixed the "no sound/video tracks menus" in Firefox
  • Added an "offline" page
  • Added a favicon
  • Added a launcher (run.py)
  • Added an update software (update.py and updater.py)

WebMediaPlayer version 1.4

07 Apr 09:35

Choose a tag to compare

Version 1.4 of WebMediaPlayer.

Commits

Changelog

  • Tried to add a MIDI player
  • Fixed play when loaded

WebMediaPlayer version 1.3

07 Apr 09:32

Choose a tag to compare

This is version 1.3 of WebMediaPlayer.

Commits

Changelog

  • Added a popup menu for MacOS

WebMediaPlayer version 1.1

07 Apr 09:28

Choose a tag to compare

This is WebMediaPlayer 1.1.

Commits :

Changelog

  • Removed Watermark
  • Made the menus load in the window
  • Edited the way the time inputs refresh
  • Added some code to load files from urls
  • Created ui_translator.loadDialogs()
  • Added settings
  • Added a red color theme
  • Changed the way the color themes work (root variables)

WebMediaPlayer version 1.0

07 Apr 09:07
0b23695

Choose a tag to compare

This is the first version of WebMediaPlayer.