Skip to content

Releases: scimusmn/stele

stele v2.2.0 - Upgrade Electron to v29

29 May 16:43
Compare
Choose a tag to compare

Major changes

What else has changed

Full Changelog: v2.1.6...v2.2.0

stele v2.1.6 - Serial communication & cookie auth

20 Jun 21:44
Compare
Choose a tag to compare

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

08 Mar 17:29
Compare
Choose a tag to compare

stele v2.1.0 - Multi-display functionality

06 Mar 22:08
Compare
Choose a tag to compare

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

19 Feb 18:06
Compare
Choose a tag to compare

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

09 Jan 22:21
Compare
Choose a tag to compare

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

28 Dec 20:59
Compare
Choose a tag to compare

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

28 Dec 16:41
Compare
Choose a tag to compare

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

27 Dec 21:28
Compare
Choose a tag to compare
  • 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

19 Dec 22:33
Compare
Choose a tag to compare

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.