Releases: padvincenzo/lesson-player
v0.4.6
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
Bug fixing;
Silences improved;
Screenshots with hotkey P
;
Disabled cache to resolve update issues;
Implemented a first version for feedbacks.
v0.4.4
- 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 functionscreateButton()
andcreateSmallButton()
- 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
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
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.
v0.4.1: Bug fix
Bug fixing, database.sql
updated
v0.4.0
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
Added search bar
v0.3.3
Added errors check on encoding/decoding strings
v0.3.2
Minor improvements; added S hotkey.