diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | CHANGELOG.md | 70 |
2 files changed, 71 insertions, 0 deletions
@@ -36,3 +36,4 @@ !/.waterfox/native-messaging-hosts/* !/.librewolf/native-messaging-hosts/* !/.mozilla/native-messaging-hosts/* +!/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1781737 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,70 @@ +## [unreleased] + +### Bug Fixes + +- Define abbreviation length with abbrev, 4 is way too short +## [1.7.0] - 2026-03-07 + +### Bug Fixes + +- Executable flag was missing +- Do not display HEAD along with the branches +## [1.6.0] - 2026-01-26 + +### Other + +- Small bash helper for git to update all local $things +## [1.2.8] - 2025-06-25 + +### Other + +- Set core.abbrev to 4, set equal sign (=) indentations +## [1.2.5] - 2025-03-15 + +### Bug Fixes + +- Do not use exit in sourced scripts +- Then was missing + +### Other + +- SunOS' grep does not know "-P" +- SunOS' hostname does not know "-f" +- More SunOS incompatibilities +- Only acquire OSMAJVER from os-release if present +## [1.2.4] - 2025-03-15 + +### Other + +- Remove quotation marks from OS name string (RHEL derivatives) +## [1.2.3] - 2025-03-15 + +### Bug Fixes + +- "editor" is an alias, not a variable +## [1.2.0] - 2024-07-14 + +### Bug Fixes + +- Submodule info of git-prompt was garbage +- Git-prompt was present in submodules +## [0.9.5] - 2023-05-06 + +### Bug Fixes + +- Non-SLE suse did not apply anywhere +- Root colouring for Debian < 12 +## [0.9.3] - 2022-07-08 + +### Other + +- Only create the tarball once for all hosts +- Loc +## [0.9.1] - 2022-03-24 + +### Other + +- Wrong folder +- Squeeze double ; after sourcing sshenv +- Count (plus proper "doc-string") +- Debian pink for debian systems |
