Skip to content

Releases: muffinista/before-dawn

v0.10.3

08 Feb 21:29
Compare
Choose a tag to compare

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

06 Feb 22:45
Compare
Choose a tag to compare

This release should add some stability and improve error reporting.

v0.10.1

06 Feb 00:18
Compare
Choose a tag to compare

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

06 Oct 17:55
Compare
Choose a tag to compare

This release updates some packages, including Electron, fixes some icon rendering issues, and has some other minor cleanup.

v0.9.25

06 Apr 12:51
Compare
Choose a tag to compare

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

15 Mar 14:59
Compare
Choose a tag to compare

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

23 Feb 13:17
Compare
Choose a tag to compare

This fixes a logging error in the app which might cause issues with downloading screensavers.

v0.9.22

23 Feb 02:29
Compare
Choose a tag to compare

This release fixes an issue where downloading screensaver packages could fail.

v0.9.21

20 Feb 00:40
Compare
Choose a tag to compare

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

08 Jan 02:03
Compare
Choose a tag to compare

This fixes some issues with proper release checking