Releases: muffinista/before-dawn
v0.10.3
This release fixes a few issues:
- blank the screen instead of crashing if something is wrong with the selected screensaver
- fix some issues with the enable/disable toggles in the menu
- improved scripting for releases
- add a bunch of tests/etc
v0.10.2
This release should add some stability and improve error reporting.
v0.10.1
Hello! There's a bunch of background changes in this release to update stale packages and make the code more stable and more testable. Enjoy!
- Updated version of Electron
- Restyled preferences window to be a little cleaner and easier to use
- Remove robotjs as a dependency
- Removed a bunch of dependencies
- Updated error reporting code
- Cleaned up font usage to match system fonts more closely
- Improved the detection of running fullscreen apps, particularly on Windows
- Rewrote a bunch of code to improve stability
- Rewrite assorted code as ES6 classes
- Added a bunch of tests
- Add some code to make sure app is properly setup when booted
- Add the application icon to the about window, make it look a little nicer
- Fix some issues with finding directories to search for screensavers
- Worked on some performance issues when loading prefs window
v0.9.26
This release updates some packages, including Electron, fixes some icon rendering issues, and has some other minor cleanup.
v0.9.25
This release fixes a bug in the editor where previews weren't getting updated properly, and it also upgrades to a newer version of Electron to handle some security notices.
v0.9.24
This release mostly attempts to deal with some potential issues that would happen while downloading screensaver packages, but also fixes some other minor bugs and cleans up some code.
v0.9.23
This fixes a logging error in the app which might cause issues with downloading screensavers.
v0.9.22
This release fixes an issue where downloading screensaver packages could fail.
v0.9.21
Hello! This release adds a few new features, primarily the ability to run on just a single monitor, and a 'yes/no' option for screensaver options. Here's the full list:
- Add preferences option to run on a single display -- this helps keep CPU load down
- Add a 'yes/no' boolean option for screensavers -- this can be used to add boolean fields for screensavers.
- Minor updates to styles -- I'm working on cleaning up the app styles and CSS
- Keep app running if user quits the main window
- Activate asar for builds -- this should make downloads smaller and maybe help a bit with performance.
- Cleanup logging output and the code used to setup auto launching
- Update electron version
v0.9.20
This fixes some issues with proper release checking