Skip to content

Releases: muffinista/before-dawn

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

v0.13.0

06 Nov 02:25
Compare
Choose a tag to compare

This release is mostly just bug fixes and assorted upgrades:

  • Move battery/power checks into the main codebase
  • Add check for zero idle/blank times #64
  • Upgrade to Electron 10
  • Upgrade to webpack 5
  • Also update other assorted packages and remove some unused ones

v0.12.2

28 Jul 20:35
Compare
Choose a tag to compare

This is a pretty minor update, other than upgrading all the way from Electron 7 to 9. Enjoy!

v0.12.1

19 May 18:01
Compare
Choose a tag to compare

This release fixes a bug with loading screensavers.

v0.12.0

18 May 23:17
f1d2065
Compare
Choose a tag to compare

Hello! Lots of stability fixes in this release:

  • Assorted bug fixes for display problems in Windows
  • Disabled the 'hide cursor' code for Windows, because it seems to be causing weird issues.
  • Cleaned up a bunch of code for previews.
  • Fixed an issue with the screen grabber code, which was sometimes returning the wrong screen if you have multiple displays.
  • Added some caching to help with performance
  • Wrote some code to hopefully address a timing issue which would happen if a screensaver was activated with
  • Updated assorted packages

v0.11.7

29 Mar 18:55
Compare
Choose a tag to compare

Assorted bugfixes!

v0.11.6

18 Mar 13:35
Compare
Choose a tag to compare

This fixes a bug with locking the screen, oops!

v0.11.5

16 Mar 15:47
Compare
Choose a tag to compare
  • Upgrade to Electron 8
  • Update assorted dependencies
  • Handle bug with registering global shortcuts
  • Add OSX permission checks for microphone, screen grabs
  • Add code to properly hide cursor when screensaver is running
  • Add node module for sleeping/locking the screen
  • Update fullscreen detection checks

v0.11.4

14 Oct 18:55
Compare
Choose a tag to compare
  • Fix some issues with checking battery/power levels in Linux
  • Add some code to try and properly blank the screen in Linux
  • Update some packages
  • Point to a new release server URL