Skip to content

Releases: FuzzyIdeas/StartupFolder

v1.1.5

13 Mar 12:24
c6a81e9
Compare
Choose a tag to compare

Fixes

  • Fix Hide on launch not being clickable sometimes

v1.1.4

05 Feb 14:10
1b337c5
Compare
Choose a tag to compare

Improvements

  • Check if app is already running and hide it if Hide on launch is enabled

v1.1.3

03 Feb 17:44
632350a
Compare
Choose a tag to compare

Fixes

  • Fix app being kept alive after deletion

v1.1.2

30 Jan 17:18
cbcef68
Compare
Choose a tag to compare

Support for Intel Macs

v1.1.1

29 Jan 16:43
554afa8
Compare
Choose a tag to compare

Keep alive modes

You can now choose to keep scripts, and binaries alive if:

  • they quit unexpectedly
  • they terminate with success
  • always

This option can be found in the settings for each item.

keep alive modes

v1.1

29 Jan 14:47
66ae66f
Compare
Choose a tag to compare

Hide app on launch

There's now a Settings icon for each app which will show a Hide on launch option.

hide on launch setting

Keep alive

You can now choose to keep apps, scripts, and binaries alive if they quit unexpectedly. This option can be found in the settings for each item.

keep alive setting

A crash loop detection mechanism will prevent the item from restarting if it crashes more than 5 times in 30 seconds.

Keyboard shortcuts

The buttons in the window footer now have keyboard shortcuts:

  • Open Startup Folder: Command-Shift-O
  • Add App: Command-Shift-A
  • Add URL: Command-Shift-U
  • Add Script: Command-Shift-S
  • Add Shortcut: Command-Shift-K

Shell environment variables

At startup, the app will now load the shell environment variables from the login shell and make them available to scripts and binaries.

Fixes

  • Detect if the system is shutting down and don't show the "Run in background" dialog
  • Fix fetching runtime for some apps
  • Remove dynamic runtime timer text to remove unneccessary CPU usage
  • Detect if apps or processes have been launched or terminated outside of Startup Folder

v1.0

28 Jan 21:21
ab926f2
Compare
Choose a tag to compare

First version