Releases: soymadip/KireiSakura-Kit
0.8.0-alpha
Improvement, Bugfix release.
Fixes:
• Fixed version compare logic.
• Fixed formating when initializing.
• Refactored docs to update with latest changes in repo structure.
Added:
• Added more test cases.
• Added new varables: kirei_version
, kirei_assets_dir
• Added compare-num
function to core utils.
Improvements:
• Test Script improvements.
• Added more test cases.
• Now development is focused in bash & zsh, so refactored some part.
• kimport -a now skips _EXAMPLE module which is only for example.
• Docs is now in maain branch, eleminating the need of seperate branch.
0.6.5-alpha
Changes
• add PROJECT_NAME option
• add header for init.
TODO
complete the header so that it can change to project name.
0.5.5-alpha
Modify codebase
- fix: remove-command-conflict loader util
- modify: tester
For a few months, development will be slow as i need to focus on a personal work, exams.
Feel free to contribute, i will be sure to accept PRs.
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.