From 75c7b300565ed81aa5e178ddc77922809f1380b2 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Tue, 25 Mar 2025 10:00:37 -0500 Subject: [PATCH] release 0.1.0 --- CHANGELOG.md | 18 ++++++++++++++++++ version | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2645ca0..bb1a694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 0.1.0 + +### Added + +- Support for initialization scripts in `~/.config/krayt/init.d/` + - Scripts run before package installation + - Support for proxy configuration + - Custom package repositories setup + - Environment variable configuration +- Example initialization scripts: + - `00_proxy.sh` for proxy configuration + - `10_install_git.sh` for git installation and configuration +- Improved binary installation process + - Better platform detection + - Support for multiple archive formats (.tar.gz, .gz, .bz2, .zip, .bin) + - Improved error handling and user feedback + - Automatic sudo elevation when needed for binary installation + ## 0.0.0 - Initial release diff --git a/version b/version index 77d6f4c..6e8bf73 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.0 +0.1.0