Releases: scimusmn/stele
stele v2.2.0 - Upgrade Electron to v29
Major changes
- Upgrade electron by @joelmiles in #156
What else has changed
- Update serial device manufacturer names by @joelmiles in #153
- Logging from renderer process by @tnordberg in #154
- Renderer IPC logging + Bad URL crashing fix by @tnordberg in #155
Full Changelog: v2.1.6...v2.2.0
stele v2.1.6 - Serial communication & cookie auth
Adding features that allows for serial communication through Stele to the remote web app.
Added the ability to authenticate with the remote web app by setting a cookie.
Documentation improvements and bugfixes.
Full Changelog: https://github.com/scimusmn/stele/blob/master/CHANGELOG.md#216-2019-05-31
stele v2.1.1 - Project structure improvements
Modularizing our main process code.
Full Changelog: https://github.com/scimusmn/stele/blob/master/CHANGELOG.md#211-2019-03-07
stele v2.1.0 - Multi-display functionality
Configure your multi display kiosk to show different content per display.
Full Changelog - https://github.com/scimusmn/stele/blob/master/CHANGELOG.md#210-2019-03-06
stele v2.0.2 - Code structure refactor
Refactor to separate the Electron main and renderer processes.
#66 - Move common config in webpack to base.js file
#64 - Refactor the app to organize the renderer (React app) in its own folder separate from the main
#65 - Clean up CSS handling in Webpack
#54 - Add a security warning
#56 - As a user I want a setting that will allow me to make Stele automatically start on boot so that I don't need to configure startup options manually user story
#58 - Ensure app has keyboard focus 5
stele v2.0.3-alpha.1 - Multidisplay functionality
Use the Electron screen API to link multiple webpages to a specific display. Useful for exhibit situations where you are controlling two displays with one computer.
This is an alpha and certainly contains bugs, only support supports two displays, and might be buggy on various OS'es.
stele v2.0.1
Changelog
#11 - Create switch to desktop
keyboard shortcuts for Linux and Windows
#13 - Release 2.0.0
#14 - Update project wiki with stele documentation
#22 - Implement URL regex for URL input validation
#31 - Update README to reflect new settings behavior
#35 - Reimplement delay page timer
#37 - Add setting to hide mouse cursor
#38 - The delay timer keeps running even when settings actions have been called
#40 - Keyboard shortcuts should only trigger when the app has focus
#42 - Cannot use Command+V to paste text in Production build.
#43 - Fix eslint settings
#44 - Production build: Command+COMMA does not trigger Settings screen.
#45 - Production build drops down top menu bar when cursor hovers.
#46 - Menu shows on Windows production build
#48 - As a developer I want a way to build just the .exe or .app of the production app, so that I can test production issues quicker
#49 - App crashes when you configure it with an invalid URL
stele v2.0.1-alpha.3 - Eslint improvements
Update packages and code to standardize on our in-house eslint styles (mostly just airbnb).
stele v2.0.1-alpha.2 - Cross platform menu improvements
- Fix menus and keyboard shortcuts on Windows and Linux
- Improvements to the publish login in package.json
stele v2.0.1-alpha.1 - Cursor Visibility
Minor changes and features.
- Implemented setting for hiding cursor.
- Styled delay-on-startup page.
- Added button to skip startup delay.
- Fixed issues with Keyboard Shortcuts.