Releases: muffinista/before-dawn
Releases · muffinista/before-dawn
v0.18.7
Update electron to version 18, and update some other libraries.
What's Changed
- Update to electron 18 by @muffinista in #144
- Bump node-forge from 1.2.1 to 1.3.0 by @dependabot in #140
- Bump plist from 3.0.4 to 3.0.5 by @dependabot in #141
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #142
- Bump nokogiri from 1.13.3 to 1.13.4 in /docs by @dependabot in #143
Full Changelog: v0.18.6...v0.18.7
v0.18.6
This release should help with some problems in the 'run a URL' screensaver.
What's Changed
- Drop x-frame-options headers #138 by @muffinista in #139
Full Changelog: v0.18.5...v0.18.6
v0.18.5
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
- Bump node-fetch from 2.6.2 to 2.6.7 by @dependabot in #127
- Bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in #129
- Remove yarn, switch back to npm by @muffinista in #131
- Module audit by @muffinista in #132
- Handle middleware deprecation by @muffinista in #134
- Update doc dependencies and links to electron by @muffinista in #133
- Bump nokogiri from 1.13.1 to 1.13.3 in /docs by @dependabot in #136
Full Changelog: v0.18.4...v0.18.5
v0.18.4
Hello! This should fix a problem with the system tray icon failing to load sometimes in Windows.
What's Changed
- Add script to generate icon for windows by @muffinista in #126
Full Changelog: v0.18.3...v0.18.4
v0.18.3
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
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
- 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
- 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
- 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
- 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