Skip to content

Releases: newmarcel/KeepingYouAwake

Scripting and Custom Icons Update

02 Nov 09:01
Compare
Choose a tag to compare
  • Basic command line interface through URI schemes
    • Thank you KyleKing for the suggestion!
    • you can activate/deactivate the sleep timer with unlimited time intervals
    • you can open KeepingYouAwake from the command line with a custom sleep timer duration
    • the seconds, minutes and hours parameters are rounded up to the nearest integer number and cannot be combined at the moment
open keepingyouawake://  
open keepingyouawake:///activate    # indefinite duration  
open keepingyouawake:///activate?seconds=5  
open keepingyouawake:///activate?minutes=5  
open keepingyouawake:///activate?hours=5  
open keepingyouawake:///deactivate
  • Support for custom menu bar icons. Just place four images named ActiveIcon.png, ActiveIcon@2x.png, InactiveIcon.png, InactiveIcon@2x.png in your ~/Library/Application Support/KeepingYouAwake/ folder. The recommended size for these images is 22x20 points
  • hold down the option key and click inside the "Activate for Duration" menu to set the default duration for the menu bar icon

Thanks to everyone who helped with this release! 👋

Custom Icons Beta

24 Oct 21:18
Compare
Choose a tag to compare
Custom Icons Beta Pre-release
Pre-release
  • This (long awaited) beta introduces the custom icons feature, some of you have been waiting for
    • Just place four images named ActiveIcon.png, ActiveIcon@2x.png, InactiveIcon.png, InactiveIcon@2x.png in your ~/Library/Application Support/KeepingYouAwake/ folder. The recommended size for these images is 22x20 pts
  • The "disabled" menu bar icon has a thinner appearance on retina displays and is not dimmed anymore
  • please refer to the beta 1 changelog for additional changes
  • This is still beta software. If you notice any issues, please report them here

This will be the last beta for 1.2.2 and I'm determined to release the final version as soon as possible. Thanks for all your feedback, suggestions and mails. 🤔

Scripting Beta

05 Apr 19:30
Compare
Choose a tag to compare
Scripting Beta Pre-release
Pre-release
  • Basic command line interface through URI schemes
    • Thank you KyleKing for the suggestion!
    • you can activate/deactivate the sleep timer with unlimited time intervals
    • you can open KeepingYouAwake from the command line with a custom sleep timer duration
    • the seconds, minutes and hours parameters are rounded up to the nearest integer number and cannot be combined at the moment
open keepingyouawake://  
open keepingyouawake:///activate    # indefinite duration  
open keepingyouawake:///activate?seconds=5  
open keepingyouawake:///activate?minutes=5  
open keepingyouawake:///activate?hours=5  
open keepingyouawake:///deactivate
  • This is beta software. If you notice any issues, please report them here

Sorry for the lack of updates recently… busy times 😓. Happy testing!

AC Power Update

11 Jan 19:16
Compare
Choose a tag to compare
  • Fixed an issue where "Start at Login" would crash when clicked multiple times in a row (Fixed by registered99, thank you!)

  • Less aggressive awake handling when the MacBook lid is closed by using the caffeinate -di command instead of caffeinate -disu

  • You can revert back to the previous behaviour by pasting the following snippet into Terminal.app:

    defaults write info.marcel-dierkes.KeepingYouAwake.PreventSleepOnACPower -bool YES
    
  • ctrl + click will now display the menu

I wish everyone a productive new year!

AC Power Update Beta

23 Dec 20:23
Compare
Choose a tag to compare
AC Power Update Beta Pre-release
Pre-release
  • Less aggressive awake handling when the MacBook lid is closed by using the caffeinate -di command instead of caffeinate -disu

  • You can revert back to the previous behaviour by pasting the following snippet into Terminal.app:

    defaults write info.marcel-dierkes.KeepingYouAwake.PreventSleepOnACPower -bool YES
    
  • ctrl + click will now display the menu

  • This is beta software. If you notice any issues, please report them here

Thanks for testing!

Activation Timer

23 Nov 10:41
Compare
Choose a tag to compare
  • There are no significant changes since beta1
  • Tweaked the experimental (and hidden) notifications

You can enable the notifications preview by pasting the following snippet into Terminal.app:

    defaults write info.marcel-dierkes.KeepingYouAwake info.marcel-dierkes.KeepingYouAwake.NotificationsEnabled -bool YES

and to disable it again:

    defaults write info.marcel-dierkes.KeepingYouAwake info.marcel-dierkes.KeepingYouAwake.NotificationsEnabled -bool NO

Thanks once again for the support and feedback everyone!

Activation Timer Beta

13 Nov 19:56
Compare
Choose a tag to compare
Activation Timer Beta Pre-release
Pre-release
  • Activation timer
  • Sparkle integration for updates
    • Sparkle will check for updates once a day
    • A second beta will follow in the coming days to test automatic updates
  • This is beta software. If you notice any issues, please report them here

Thanks for 122 stars on GitHub in a very short time and thanks for all the feedback via email and GitHub. It definitely keeps me motivated. This is a fun little side project of mine and I already have more ideas for improvements and features…

😄

Start at Login & Developer ID

24 Oct 20:48
Compare
Choose a tag to compare

This release adds a "Start at Login" menu item.

  • Added Developer ID signing

First Release

19 Oct 19:10
Compare
Choose a tag to compare

This is the first public release of Keeping You Awake. Expect Bugs!

  • Requires OS X Yosemite
  • Supports dark mode
  • Allows to activate on launch

Nothing more, nothing less…