Skip to content

Releases: soymadip/KireiSakura-Kit

0.5.5-alpha

06 Nov 09:41
Compare
Choose a tag to compare

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

30 Oct 15:18
Compare
Choose a tag to compare

Fix some things.

  • Added: -a flag in core util.
  • Updated: test script.
  • Fixed: disk-utils module.

0.5.3-alpha

29 Oct 21:11
Compare
Choose a tag to compare

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

23 Oct 23:26
Compare
Choose a tag to compare
0.4.3-alpha Pre-release
Pre-release

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

17 Oct 20:02
d47a274
Compare
Choose a tag to compare
0.3.3-alpha Pre-release
Pre-release

Update .version

0.3.0-alpha

08 Sep 09:24
Compare
Choose a tag to compare
0.3.0-alpha Pre-release
Pre-release
  • 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

27 Aug 20:45
2e7f9ec
Compare
Choose a tag to compare
0.2.1-alpha Pre-release
Pre-release
  • 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
  • Now using snake_case to name Utilities.

  • Tons of bug fixes.

0.1.0-alpha

27 Aug 09:16
2112a00
Compare
Choose a tag to compare
0.1.0-alpha Pre-release
Pre-release
  • This pre release includes 1st usable version
  • Everything works mostly.
  • Next release will hopefully be ready for full installlation.