Skip to content

Infoscreen3

Compare
Choose a tag to compare
@reaby reaby released this 26 Feb 15:06
· 153 commits to master since this release

Updating from previous version

Please run npm install update the newest dependecies from npm.
Note: a new file: sessions.db will be created automatically to /data folder, this holds sessions cache in sqlite3 format.

Change log

Generic

  • Making it more secure:
    • add rate limiters: allow only 5 trials of login before cooldown period, rate limit routes.
    • ensure websocket doesn't connect if no valid user is accessing it from the site, so
    • all views are protected with password, and secureviews-config value is now deprecated and ignored (as it's always true)

Views

  • You can now toggle fullscreen mode with double clicking canvas or pressing enter at browser window

Adminpanel

  • Slide status is now saved everytime you change it (the disabled/enabled state at slideshow)
  • Status message has been moved from top to bottom panel, so you can see more of the text what's on status message.
  • Implement #10 :
    • In bundle manager you can rearrange and move slides from arrows-icon, edit, duplicate, delete slides in a bundle.
    • if you need to copy slide to another template, select both templates, make duplicate and just drag'n'drop the duplicated slide between the two bundles.