Skip to content

Releases: bmutafov/keep-me-up

v1.4.0

14 Dec 21:48
Compare
Choose a tag to compare
  • Remove dependency on desktop-idle to work on Win 11
  • Change --max-idle-time to --interval and now run the move script as long as the program is running, not just when the PC is idle

v.1.3.1

10 Mar 21:21
Compare
Choose a tag to compare
  • Removed dependencies which were used to generate beautiful text, such as chalk, gradient-string and figlet. Instead, these strings are pre-generated and hard-coded into the application, to save on size & to reduce vulnerability to dependencies.
  • Changed some wordings and messages
  • Renamed the application from 'simple-keep-pc-awake' to 'keep-me-up'

v.1.2.0

09 Feb 22:00
Compare
Choose a tag to compare
  • Reworked the terminal visuals to better illustrate what is happening
  • Gave the script more professional look

v.1.1.0

09 Feb 18:49
Compare
Choose a tag to compare
  • Implement idle-detecting functionality. Now instead of moving the mouse every X seconds whenever the app is running, you can leave it always running and it will detect whenever you are idle and move the mouse when its needed.
  • Implemented options for npx and node usage

v1.0.0

09 Feb 13:29
bc570fe
Compare
Choose a tag to compare
  • First release of Simple keep pc awake
  • Will run when started, and will move by 1px diagonally back and forth every thirty seconds (not configurable)