Releases: soymadip/KireiSakura-Kit
Releases · soymadip/KireiSakura-Kit
0.5.5-alpha
0.5.4-alpha
Fix some things.
- Added: -a flag in core util.
- Updated: test script.
- Fixed: disk-utils module.
0.5.3-alpha
The rebirth!
- Now we have a new icon.
- revamped utils, ported modules
- Moved, deletedsome modules
- Corrected README.md
- Updated TODO list, added dir structure
NOTICE
For a few months, development will be slow as i need to focus on a personal work.
Feel free to contribute, i will be sure to accept PRs.
0.4.3-alpha
Revamped project structure.
- Now directories are more specific.
- Added -t flag for testing.
- Auto update is now available.
- MODULES NEEDS TO BE PORTED.
0.3.3-alpha
Update .version
0.3.0-alpha
- First stable release is coming.
- In this release:
- Mainly worked on init.sh
- Made
test.sh
as 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 -h
in 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.