Skip to content

Releases: padvincenzo/lesson-player

v0.4.6

13 Sep 23:45
0a94d5b
Compare
Choose a tag to compare

Bug fixing;

Many improvements:

  • Notify lesson title when loaded
  • Display "completed class" at the end
  • Removed decimals from secondsToTime()
  • Video's big-play-button moved to right
  • Added page header
  • Added settings (changes are not yet permanent)
  • Added form select and title
  • Added time offset of 0.1s to avoid time overflow
  • Added manifest.json to better integrate with mobile phones
  • Display lesson's real remaining time
  • Integrated zoom feature with touch
  • Added shortcuts list
  • Added zoom button
  • Implemented trash bin

v0.4.5

30 Aug 15:55
631783f
Compare
Choose a tag to compare

Bug fixing;
Silences improved;
Screenshots with hotkey P;
Disabled cache to resolve update issues;
Implemented a first version for feedbacks.

v0.4.4

10 Aug 16:59
5e2482b
Compare
Choose a tag to compare
  • Bug fixing
  • Cursor changes to crosshair when selecting an area to zoom
  • View the lessons on landscape on mobile when the player is in fullscreen mode
  • View the class directory when editing or adding a lesson
  • Added lesson edit() method
  • New method isEqualTo() for both classes and lessons
  • The error check for IP address is now on client side
  • Prevent playbackRate change on lesson load
  • Credits page removed and replaced with a message (UI.showCredits();)
  • Removed mouse event listeners when not used
  • View the screenshot name on top of the image (in the message)
  • Added method Message.text() that enclose text in a paragraph (to prevent html manipulation)
  • Class Button removed and replaced with functions createButton() and createSmallButton()
  • Updated README screenshots of the Lesson Player
  • Added a button "Install" that redirects to install.php when database is not installed yet.

v0.4.3

06 Aug 19:45
fecca70
Compare
Choose a tag to compare

Added hotkey Esc to close a message
Added hotkey X to zoom a portion of the video or restore inizial zoom
Get local IP address asynchronously
Classes and lessons' properties moved from constructor to update()
Added keys to lesson dictionary
Update overlay in real time (when updating current playing lesson or class)
Screenshot name is now dictionary parsed
Wrote css fallback for browsers that do not recognize clamp()

v0.4.2

30 Jul 16:36
afcea47
Compare
Choose a tag to compare

Improved messages;
edit/add form now appear on a message box;
bug fixing;
delete button temporary hidden, waiting for a trash bin section;
little css and language improvements.

Scopri di più

v0.4.1: Bug fix

28 Jul 10:50
c1c24a0
Compare
Choose a tag to compare

Bug fixing, database.sql updated

v0.4.0

26 Jul 18:39
63ed00b
Compare
Choose a tag to compare

Take screenshot of the current video with Shift+S;
Enable/disable overlay with O;
Remove or permanently delete classes and lessons with the corresponding button or with Del.

Per maggiori informazioni https://vincenzopadula.altervista.org/aggiornamenti-lesson-player/lesson-player-v0-4-0/

v0.3.4

18 Jun 11:12
43289a1
Compare
Choose a tag to compare

Added search bar

v0.3.3

08 Jun 19:28
3f3fb30
Compare
Choose a tag to compare

Added errors check on encoding/decoding strings

v0.3.2

28 May 19:22
abd10b3
Compare
Choose a tag to compare

Minor improvements; added S hotkey.