All notable changes to this project will be documented in this file.
- fetch: added --switch-to-main flag to switch to the default branch and rebase it when not on it, skipping if there are uncommitted changes
- Shell scripts were cleaned up to pass pre-commit checks, and git/fetch now uses consistent info/success output.
- Replace raw echo output with standard die/success/info helpers in network/wg-create
- Replace raw echo with output helpers in linux/install-fp
- Replace raw echo with output helpers in git/update-preview
- Replace raw echo with standard output helpers in git/update-dotnet-sdk
- Replace raw echo with standard output helpers in git/switchtomain
- Replace raw echo with output helpers in git/optimise-git
- Replace raw echo with output helpers in git/mkmissing-release
- Replace raw echo with output helpers in git/init-preview
- Replace raw echo with output helpers in git/clone-repos
- Replace raw echo with output helpers in git/all-to-default-branch
- Replaced raw echo calls with die/info/success output helpers in general/wallpaper
- Replace raw echo with output helpers in general/update-dotnet-tools
- Replace raw echo with output helpers in general/stream
- Replace raw echo with output helpers in general/ssh-key-mgr
- Replace raw echo with output helpers in general/install-latest-dotnet
- Replaced raw echo with output helpers in general/install-dotnet-tools
- Replace raw echo with output helpers in general/convert-video
- Replace raw echo with output helpers in development/sln-migrate
- Replace raw echo with output helpers in development/restore-all
- Replace raw echo with output helpers in development/buildtest
- Replace raw echo with output helpers in development/buildnugetconfig
- Replace raw echo with output helpers in development/buildcheck
- Replace raw echo with output helpers in db/install-mssql
- Replace raw echo with output helpers in db/dropmssqldb
- Replace raw echo with output helpers in db/dbenv
- Replace raw echo with output helpers in db/dbappsettings
- Replace raw echo with output helpers in db/createmssqldb
- Replace raw echo with standard output helpers (die/info/success) in db/create-deploy-script
- git/fetch: Unset core.hookspath for each repo during fetch so that globally-configured hook paths do not persist on individual repos
- check: use mapfile array for file collection to handle filenames containing spaces correctly
- check: guard against empty file list before checking — prevents false-positive success when no scripts are found
- Replace raw echo with standard output helpers (die/info/success) in github/cancel-workflows
- Replace raw echo with standard output helpers (die/info/success) in git/update-repos-personal
- Replace raw echo with output helpers (die, info, success) in git/missing-release-branches
- git/make-preview: replaced raw echo with die/info/success output helpers
- Replaced raw echo with output helpers (die/info/success) in git/clean-all
- GEOIP - Updated GEOIP DB from MaxMind (2026-06-24)
- check: replaced raw echo-based output with standard die, info, and success helpers
- db/sqlcompare script deleted — no longer in use