Releases: reaby/infoscreen3
Releases · reaby/infoscreen3
Infoscreen3
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.
Infoscreen3
Changelog
Generic
- Fixed translations for english locale, sorry it was broken due the json-file wasn't valid...
- Added simple plugin system to extend functionality, see example plugins for how to use.
- Updated dependent scripts versions at cdn's, if you use local assets, please update them locally.
Editor
- Added tooltips, so its more clear what each button does.
- Added simple undo system for editor.
- Added helpers to align elements.
Infoscreen3
Releasing 1.0 version, since it's good-enough working and been used now for 4 known lanparties.