Releases: muffinista/before-dawn
v0.11.3
Hello! This is a minor release that should help with a random file locking/timeout issue, and it has some general code cleanup.
v0.11.2
Bug fixes:
- Tweak battery/power check to do a better job of handling errors, should help with #30
UI updates:
- Cleanup prefs form a bit. Remove screensaver source repo as an option. I might add this back, but it seems like an easy way to break the app, and I don't know if anyone is using it?
Other updates:
- Add screensavers to the main download instead of making them an extra download when the app boots. This adds a bit to the release size, but means that the app will basically always work once it's been downloaded
- Tweak idle checks to run less frequently, which should cut back a little bit on our CPU usage
- Update the logic for fullscreen detection to hopefully deal with windows which overlap the edge of the screen on OSX
- Update Electron to v6
- Update other assorted packages
v0.11.1
UI updates:
- Removed tabs from the preferences and editor windows.
- Simplified the main prefs window, and added a modal that has some advanced options.
- Switched from using
webview
toBrowserView
for screensaver previews. This is still a little rough around the edges. - Lots of styling changes.
- Tweaked font sizing to be a little smaller in most places.
- Tweaked the 'new screensaver' window to have an input to set your local directory if needed.
- Added some code to output console/error messages from screensavers to the editor console tab.
- Hide the file menu on Windows/Linux since it's pretty unsightly.
Other updates:
- Updated assorted packages.
- Fixed some bugs, including a really annoying one which could cause a really bad issue where the screensaver list wouldn't fully populate correctly.
- General code refinements.
- Got tests mostly running on Travis CI and Appveyor, which should help keep the app stable.
- Other general test updates.
v0.10.10
This release adds a global shortcut hotkey option -- you can specify a couple of keys to push to launch your screensaver on demand! It's in the advanced preferences section. It also upgrades Electron, some other underlying packages, and has some other assorted code cleanup. Enjoy!
v0.10.9
- Fix the 'reset to defaults' button, which wasn't working
- Fix some other minor bugs
- Add another system default screensaver: 'dimmer'
- Bump some package dependencies
v0.10.8
This release primarily fixes some serious issues on Windows where the application wouldn't load at all, but should also help with some other bugs.
v0.10.7
This release restores the 'random' screensaver which picks a screensaver randomly when loading. It was coded awhile ago but disappeared for an assortment of reasons. It also fixes a few bugs and updates some underlying packages.
v0.10.6
- Change the preferences window to stay open when the save button is clicked. This makes it a lot easier to see any changes from picking a different screensaver source.
- Also remove the cancel button from the preferences window since you can just close the window
- Split the editor into three tabs
- Assorted updates to the screen grabber code to try and improve stability
- Update code for detecting idleness
- Cleanup CSS
- Upgrade underlying packages
v0.10.5
I'm attempting to debug some issues with running screensavers that use the screen grabber, hopefully this helps!
v0.10.4
Assorted bug fixes, including:
- Update code and try to handle some issues with screen grabber
- Don't try and load screensaver if not defined yet.
Enjoy!