Releases: muffinista/before-dawn
Releases Β· muffinista/before-dawn
v0.35.0
v0.32.1
This fixes an error in Windows where screensavers would sometimes render with the taskbar still showing.
v0.32.0
This is mostly an update to electron 32, but there's also a few new screensavers in here.
What's Changed
- Bump ejs from 3.1.9 to 3.1.10 by @dependabot in #203
- Electron 30 by @muffinista in #204
- Bump rexml from 3.2.5 to 3.2.8 in /docs by @dependabot in #205
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #206
- Bump ws from 8.13.0 to 8.17.1 by @dependabot in #207
- Bump commonmarker from 0.17.13 to 0.23.10 in /docs by @dependabot in #208
- Bump electron and some other old packages by @muffinista in #210
- Bump activesupport from 6.0.6.1 to 6.1.7.8 in /docs by @dependabot in #209
- Bump phin and load-bmfont by @dependabot in #211
- Update some packages by @muffinista in #212
- Bump rexml from 3.2.8 to 3.3.3 in /docs by @dependabot in #213
- Bump svelte from 4.2.18 to 4.2.19 by @dependabot in #215
- Bump webpack from 5.93.0 to 5.94.0 by @dependabot in #216
- Bump body-parser and express by @dependabot in #219
- Upgrade to electron 32 by @muffinista in #220
- Bump cookie and express by @dependabot in #221
Full Changelog: v0.30.1...v0.32.0
v0.30.1
Fix an issue where there weren't any screensavers in the release oops!
Full Changelog: v0.30.0...v0.30.1
v0.30.0
Hello! This mainly fixes a bug where the system tray icon wasn't rendering properly.
What's Changed
- Bump follow-redirects from 1.15.5 to 1.15.6 by @dependabot in #195
- Bump webpack-dev-middleware from 5.3.1 to 5.3.4 by @dependabot in #196
- Bump express from 4.18.2 to 4.19.2 by @dependabot in #198
- Remove calls to __dirname #194 by @muffinista in #199
- Bump to electron 29 by @muffinista in #200
Full Changelog: v0.29.0...v0.30.0
v0.29.0
- update to Electron 28
- Fix an issue where the default system savers (random, blank screen) weren't available #190
- Switch javascript to ES6
- Some other assorted minor updates
What's Changed
- Bump nokogiri from 1.14.3 to 1.16.2 in /docs by @dependabot in #187
- ES6 webpack cleanup by @muffinista in #186
- Bump ip from 2.0.0 to 2.0.1 by @dependabot in #189
- Bump app-builder-lib and electron-builder by @dependabot in #191
- Use proper paths so system savers get picked up #190 by @muffinista in #192
Full Changelog: v0.28.0...v0.29.0
v0.28.0
What's Changed
- Bump to v28 electron by @muffinista in #183
- Bump follow-redirects from 1.15.2 to 1.15.5 by @dependabot in #185
Full Changelog: v0.27.0...v0.28.0
v0.26.0
- Upgrade to electron 26
- Upgrade Svelte code to v4
- Fix a bug where if BD was paused and the computer went to sleep, the app would unpause when the computer wakes up
v0.25.0
- Upgrade to electron 25
- Update a bunch of packages
- Use electron's included
fetch
to download files - Work on some issues loading files on windows
v0.22.0
- Upgrade to electron 22
- Switch to electron's built in idle check instead of using native check
- Drop node-gyp usage
- Switch from Vue to Svelte for assorted UI
- Update system for resetting state and putting computer to sleep
- Cleanup some stale code/CSS/etc