release 0.1.0
This commit is contained in:
parent
4c8e66aa46
commit
75c7b30056
2 changed files with 19 additions and 1 deletions
18
CHANGELOG.md
18
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
|
||||
|
|
|
|||
2
version
2
version
|
|
@ -1 +1 @@
|
|||
0.0.0
|
||||
0.1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue