Skip to content

Latest commit

 

History

History
181 lines (120 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

181 lines (120 loc) · 10.3 KB

Change Log

2.1.6 (2019-05-31)

Full Changelog

Fixed bugs:

  • Window hiding doesn't work as expected in fullscreen kiosk mode #73

Closed issues:

  • Document requirements and process for Stele dev setup on Windows #97
  • Refactor Stele documentation into usage/development focus, adding notes on Windows #96
  • Update jQuery for security issues #83
  • Unable to build serial-comm branch for production. #82
  • As a media developer, I need a way to listen for data streams on USB and SerialPorts, so my software can react to physical input. #79
  • Evaluate upgrading Electron to v4 #47

Merged pull requests:

v2.1.1 (2019-03-07)

Full Changelog

Closed issues:

  • Allow the user to forget a display even if it's not enabled #76
  • Simplify webpack and app structure #62
  • Clean up keyboard shortcut code #61
  • Break the main.dev file into modules #51

v2.1.0 (2019-03-06)

Full Changelog

Implemented enhancements:

  • Allow configurers to forget a display #71
  • As a user I want to be able to be able to display the dev tools console when the app is in production so that I can debug the renderer process #63
  • Implement window control #6

Fixed bugs:

  • If you move settings window off the primary display the configured URL won't display on the correct display in kiosk mode #75
  • Global keyboard shortcuts are blocking copy & paste in other apps #74
  • Can't save URLs from the Settings page after multi-display code added #70

Closed issues:

  • Don't require a display to be shown on the primary display #72
  • As a person configuring the app, I would like to be able to see when a display is configured in the settings, but the display is no longer connected, so that I can understand why some content isn't displaying. #69
  • As a user I would like to disable displays so that I don't have to configure content for a connected monitor #68
  • Fix menu code duplication #67
  • Handle initial settings setup for window control #53
  • Hide cursor feature should only be active on remote pages, not delay or setting pages #52

v2.0.2 (2019-02-19)

Full Changelog

Implemented enhancements:

  • Refactor the app to organize the renderer (React app) in its own folder separate from the main (Electron) process #64

Closed issues:

  • Move common config in webpack to base.js file #66
  • Clean up CSS handling in Webpack #65
  • Ensure app has keyboard focus #58
  • 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 #56
  • Add a security warning #54

Merged pull requests:

v2.0.2-alpha.1 (2019-01-04)

Full Changelog

v2.0.1 (2018-12-28)

Full Changelog

Implemented enhancements:

  • Fix eslint settings #43
  • Implement URL regex for URL input validation #22

Fixed bugs:

  • App crashes when you configure it with an invalid URL #49
  • Fix eslint settings #43
  • Cannot use Command+V to paste text in Production build. #42

v2.0.1-alpha.3 (2018-12-28)

Full Changelog

Implemented enhancements:

  • 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 #48
  • Reimplement delay page timer #35

Fixed bugs:

  • Menu shows on Windows production build #46
  • Production build: Command+COMMA does not trigger Settings screen. #44

Closed issues:

  • Release 2.0.0 #13
  • Create switch to desktop keyboard shortcuts for Linux and Windows #11

v2.0.1-alpha.2 (2018-12-27)

Full Changelog

Closed issues:

  • Update README to reflect new settings behavior #31

v2.0.1-alpha.1 (2018-12-19)

Full Changelog

Implemented enhancements:

  • Add setting to hide mouse cursor #37

Fixed bugs:

  • Keyboard shortcuts should only trigger when the app has focus #40
  • The delay timer keeps running even when settings actions have been called #38

Closed issues:

  • Publish built assets for version 2.0.0 #36
  • Update project wiki with stele documentation #14

Merged pull requests:

v2.0.0 (2018-12-14)

Full Changelog

Implemented enhancements:

  • Add an option to save a log of the console.log from the render process #32
  • Figure out a better way to handle window focus #27
  • Modify webpack to prevent browser focus on hot-module-reload #23
  • Handle URL lookup errors #16
  • Implement a settings page for URL definition #3

Fixed bugs:

  • Application isn't loading settings on Windows #26
  • Pass environment through to the electron.js file / Fix kiosk mode #21
  • Handle URL lookup errors #16
  • Edit menu item visible in Windows application #15

Closed issues:

  • Enable log rotation on file logging #33
  • Configure a keyboard shortcut to navigate to settings #30
  • After submitting the settings page, you should be taken to the setup URL #29
  • Style the settings form #28
  • Fix electron configuration errors #25
  • Implement Hot Module Reload for the React pages #18
  • Add a "What's a Stele" explanation to the README #9
  • Release a version of the Electron system #8
  • Update app code to match our in-house style #5
  • Update app icons #4

v2.0.0-alpha.1 (2018-09-15)

Full Changelog

v1.0.0 (2015-08-05)

Full Changelog

v0.0.1 (2013-04-05)

* This Change Log was automatically generated by github_changelog_generator