Skip to content

Releases: shoootyou/stay-awake

v1.0.1

25 May 10:20
89d3351

Choose a tag to compare

1.0.1 (2026-05-25)

Bug Fixes

  • deps: bump multiple dependencies for v1.0.1 (#43) (4eca2dc)

v1.0.0

24 May 20:22
8141355

Choose a tag to compare

1.0.0 (2026-05-24)

⚠ BREAKING CHANGES

  • release: First stable public release. Bumping to 1.0.0 to signal API/UX stability commitment going forward.

Features

  • release: prepare Stay Awake for public v1.0.0 release (#27) (e2b769b)

v0.6.1

22 May 18:45
373b95a

Choose a tag to compare

What's Fixed

  • Restore missing async function autoSave() declaration that caused settings.js to fail parsing, breaking all dynamic UI behavior introduced in v0.6.0 (WiFi section did not appear, mode descriptions did not update).
  • Move WiFi section directly below the App Mode select so the related controls appear inline.
  • Auto-request Location Services permission when WiFi Mode is already active on app launch, not only when switching mode.

Notes

This is a hotfix for v0.6.0 — strongly recommended for all users.

v0.6.0

22 May 15:43
3428bb1

Choose a tag to compare

0.6.0 (2026-05-22)

Features

  • modes: add WiFi as first-class AppMode, auto location request, dep cleanup (#21) (06a6d71)

v0.5.1

22 May 13:19
0595fcc

Choose a tag to compare

0.5.1 (2026-05-22)

Bug Fixes

  • engine: v0.6 — mode-aware startup, WiFi/AlwaysOn guard, location guard, accessibility recheck (#19) (22426c5)

v0.5.0

22 May 08:42
c4a9184

Choose a tag to compare

0.5.0 (2026-05-22)

Features

  • initial implementation — No Sleep Please v0.1.0 (#1) (aabdf0f)
  • rebrand from No Sleep Please to Stay Awake (#11) (0ed9045)
  • update version to 0.2.0 and enhance CI/CD workflows (f7d0f25)
  • wifi: WiFi auto-activation — enable app based on connected SSID (#18) (53fe0fa)

Bug Fixes

  • add JIT entitlement for macOS hardened runtime (#10) (7a7df87)
  • security audit — patch CVEs, harden config, CSP, CI/CD (#7) (aa71dec)
  • switch autostart to AppleScript, update publisher, fix postcss vuln (#13) (db19486)

stay-awake: v0.4.1

29 Apr 18:53
eefd51c

Choose a tag to compare

0.4.1 (2026-04-29)

Bug Fixes

  • switch autostart to AppleScript, update publisher, fix postcss vuln (#13) (db19486)

stay-awake: v0.4.0

29 Apr 15:12
2ce48cc

Choose a tag to compare

0.4.0 (2026-04-29)

Features

  • rebrand from No Sleep Please to Stay Awake (#11) (0ed9045)

stay-awake v0.3.1 (bridge release)

29 Apr 15:04
08bfd31

Choose a tag to compare

Bridge release for rebrand from non-sleep-please to stay-awake. See non-sleep-v0.3.1 for original release notes.

No Sleep Please v0.3.1

29 Apr 07:12
08bfd31

Choose a tag to compare

Fix: macOS app crash on launch

Problem: The signed macOS DMG from v0.3.0 would immediately crash (SIGKILL) on launch — no output, no crash report.

Root cause: Tauri v2 uses WKWebView which requires JIT compilation for JavaScript. macOS hardened runtime (required for notarization) disables JIT by default, and AMFI enforcement kills the process instantly.

Fix: Added com.apple.security.cs.allow-jit entitlement to the code signing process.

Changes

  • Added src-tauri/Entitlements.plist with JIT entitlement
  • Configured tauri.conf.jsonbundle.macOS.entitlements

Full Changelog

non-sleep-v0.3.0...non-sleep-v0.3.1