Skip to content

Releases: dteoh/SlowQuitApps

v0.8.1

28 Dec 06:52
v0.8.1
Compare
Choose a tag to compare
  • Add sqa script to distribution (#81)
  • Build with Xcode 12.3 to enable Apple Silicon support

v0.8.0

03 Jan 02:22
v0.8.0
Compare
Choose a tag to compare

Happy New Year! 🎉

A small release to address the following:

  • Display name of app that will be terminated. (#60)
  • Don't interfere with the macOS App Switcher (Cmd + Tab). (#55)
  • Don't interfere with screen lock activation sequence (Cmd + Ctrl + Q). (#64)

Remember to reset accessibility permissions for the app after updating.

v0.7.3

29 Jun 05:48
v0.7.3
Compare
Choose a tag to compare

The app now has an icon courtesy of @fancyme (#35) 🎉

v0.7.2

25 Dec 01:19
v0.7.2
Compare
Choose a tag to compare
  • increase progress bar border thickness to improve contrast (#53)

v0.7.1

26 Nov 12:25
v0.7.1
Compare
Choose a tag to compare
  • improve contrast of progress bar

If you allowed SQA to automatically launch on login, you will need to manually remove SQA's "Login Item" entry. Please go to "System Preferences" -> "Users & Groups" -> "Login Items" and then remove SQA's item entry from the table. (reported at #51)

v0.7.0

23 Nov 08:14
v0.7.0
Compare
Choose a tag to compare
  • Drop support for macOS other than Mojave. Older macOS should use v0.5.0.
  • Rewrite autostart integration
  • Update Cmd-Q key capture strategy
  • Change design of progress bar to sidestep some annoying rendering bugs

If you allowed SQA to automatically launch on login, you will need to manually remove SQA's "Login Item" entry. Please go to "System Preferences" -> "Users & Groups" -> "Login Items" and then remove SQA's item entry from the table. (reported at #51)

v0.6.0

14 Oct 03:04
v0.6.0
Compare
Choose a tag to compare
  • Rewrote internals to better support Mojave and future macOS versions in anticipation of older Carbon APIs being broken once 32-bit support is removed.
  • Add support for not showing the overlay (#36) thanks to contribution of PR #41.
  • Compiled with macOS 10.14 SDK to enable support for Dark Mode in dialog boxes.

This version is not signed by a Developer ID as I no longer have a developer membership. I was dismayed to learn that Developer ID was not something that was provided for free. Unless Apple drastically reduces the cost of the membership program, I do not currently foresee paying the requested fees. I encourage all users of SlowQuitApps to only download the app from this project's Github page, install only through the documented Homebrew tap, or build from source. Thank you.

v0.5.0

18 Jun 11:28
v0.5.0
Compare
Choose a tag to compare
  • Add support for keyboard layouts other than QWERTY (#31). The keyboard layout active at the time of program start is used to determine the "Q" key.

v0.4.1

16 Jun 11:54
v0.4.1
Compare
Choose a tag to compare
  • Require Accessibility permissions (#32)
  • Drop support for Mountain Lion (10.8)

v0.4.0

11 Mar 11:44
v0.4.0
Compare
Choose a tag to compare
  • Add blacklist mode (#27, #28)