Releases: soymadip/KireiSakura-Kit
Releases · soymadip/KireiSakura-Kit
Release list
0.3.0-alpha
- First stable release is coming.
- In this release:
- Mainly worked on init.sh
- Made
test.shas example use case, testing the kit. - Started working on updater & completions (don't know if it's needed though)
Full Changelog: 0.2.1...0.3.0
0.2.1-alpha
-
Introduced init script to make sourcing the kit just one command.
- go to kit root:
cd <path/to/kit> - Create symlink of the init.sh to .local/bin dir:
ln -s -r -i init.sh ~/.local/bin/kireisakura - Now at the start of any sctipt include:
eval "$(kireisakura --init -d <path/to/kit> )" - kit will be imported.
- for help run
kireisakura -hin terminal
- go to kit root:
-
Now using snake_case to name Utilities.
-
Tons of bug fixes.
0.1.0-alpha
- This pre release includes 1st usable version
- Everything works mostly.
- Next release will hopefully be ready for full installlation.