Skip to content

stele v2.0.0 - In-app settings

Compare
Choose a tag to compare
@bryankennedy bryankennedy released this 14 Dec 22:21

Implementing in-app settings.

v2 is a big restructure of the application, using React to create a settings page that allows us to save kiosk settings to the standard app folders. This does away with the clunky custom configuration file.

  • Implement internal react app for configuration and other non-kiosk user interface.
  • Restructure webpack to enable writing our app in ES6
  • Implement IPC communication so pass information between the main and render processes
  • Improved keyboard shortcuts
  • Improved build process for Mac, Windows, & Linux