Commits
hooks now dont automatically run with operations, only schedule. also moved backup to the new operations submenu, and made a separate "run schedule now" outside the operations submenu that also runs the prune/check and hooks if enabled. this was previously "run backup now".
this is to prepare for the cli interface im considering implementing, but i also just think this is far cleaner :)
on MacOS, self-managed copy gets killed by code-signing requirement. So just install it with package manager manager, or have it pulled in by package manager as a dependency (Nix package now does this, and if I were to ever make a homebrew tap or something I'll do it there too)
only on windows/macos, linux users should just use package manager
maybe ill add linux support and a setting later
does not automatically run update, just a button that you can manually click to run new installer / download macos .app
also add a neat little download animation
just turn it into a button, with the version as title, that links to repo. no need for a submenu
gets copied to root by justfile, untracked by git, just cleaner repo structure
wow im really just spamming this
hooks now dont automatically run with operations, only schedule. also moved backup to the new operations submenu, and made a separate "run schedule now" outside the operations submenu that also runs the prune/check and hooks if enabled. this was previously "run backup now".
this is to prepare for the cli interface im considering implementing, but i also just think this is far cleaner :)