Skip to content

Releases: soymadip/KireiSakura-Kit

0.3.0-alpha

0.3.0-alpha Pre-release
Pre-release

Choose a tag to compare

@soymadip soymadip released this 08 Sep 09:24
  • 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

0.2.1-alpha Pre-release
Pre-release

Choose a tag to compare

@soymadip soymadip released this 27 Aug 20:45
2e7f9ec
  • 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

0.1.0-alpha Pre-release
Pre-release

Choose a tag to compare

@soymadip soymadip released this 27 Aug 09:16
2112a00
  • This pre release includes 1st usable version
  • Everything works mostly.
  • Next release will hopefully be ready for full installlation.