Skip to content

v0.4.4

Compare
Choose a tag to compare
@padvincenzo padvincenzo released this 10 Aug 16:59
· 128 commits to main since this release
5e2482b
  • 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.