Skip to content

Releases: muffinista/before-dawn

v0.18.5

02 Mar 13:51
Compare
Choose a tag to compare

This release updates electron to v17, and fixes a major bug -- screensavers were ignoring any options specified for them.

Big changes/fixes

  • Properly set screensaver options when loading #135 by @muffinista in #137
  • Update to electron v17 by @muffinista in #128
  • Add 'spotlight' screensaver
  • Fix some issues with 'Run a URL' screensaver

Other changes

Full Changelog: v0.18.4...v0.18.5

v0.18.4

27 Jan 13:22
Compare
Choose a tag to compare

Hello! This should fix a problem with the system tray icon failing to load sometimes in Windows.

What's Changed

Full Changelog: v0.18.3...v0.18.4

v0.18.3

26 Jan 02:14
Compare
Choose a tag to compare

What's Changed

  • Added 'spotlight' and 'beachball' screensavers
  • Update Electron to v16 #109
  • Fix some issues with windows file paths #112
  • Added a little 'custom' text for custom screensavers #113
  • Tweaked some webSecurity settings in #115
  • Updated icons in #116
  • Add left-click support to tray icon #117
  • Tweaked the idle time setting on windows to fix some issues with going to sleep #120
  • Added some logging and debugging code in #124

Full Changelog: v0.18.2...v0.18.3

v0.18.2

17 Oct 15:25
Compare
Choose a tag to compare

What's Changed

  • Update to Electron v15
  • Bump nokogiri from 1.11.4 to 1.12.5 in /docs by @dependabot in #108
  • Bump nth-check from 2.0.0 to 2.0.1 by @dependabot in #107

Full Changelog: v0.18.1...v0.18.2

v0.18.1

14 Sep 01:16
Compare
Choose a tag to compare
  • If there's an error loading a screensaver, just blank the screen instead (previously nothing happened)
  • Update assorted dependencies
  • Update Vue
  • Update to Electron 14
  • Use a slightly better call to check power status on Linux
  • Switch UI testing to use playwright

v0.17.0

05 Jun 19:39
Compare
Choose a tag to compare
  • Update to electron v13
  • Added some checks that should keep the app from crashing if there's a problem with the configuration
  • Fixed some issues with blanking the non-primary screen
  • Updated assorted packages

v0.16.0

29 May 19:44
Compare
Choose a tag to compare
  • Remove bootstrap and jquery. This chucks a couple of dependencies that were very useful but I don't want to deal with anymore.
  • Cleaned up some bad paths to assets
  • Switch to electron powerMonitor instead of custom code
  • Cleanup some weird frame issues when screensavers were running on OSX
  • Remove some dead files
  • Update electron to v12
  • Update to Vue 3
  • Remove Travis CI

v0.15.0

18 Feb 22:49
2d9de71
Compare
Choose a tag to compare
  • Removed some background checks for updated screensaver packages in favor of a button in the prefs section
  • Include screensaver directory in releases
  • Switch to run on just a single display by default
  • Tweak how releases are built

v0.14.1

02 Feb 17:55
Compare
Choose a tag to compare

This release attempts to fix some problems with locking the screen when the system goes idle.

v0.14.0

31 Dec 19:19
Compare
Choose a tag to compare
  • Try to fix some weird focus/navbar issues on Windows #74
  • Update to Electron v11
  • Use github actions instead of Travis CI
  • Fix some CSS/formatting issues in the editor