Skip to content

Releases: CKylinMC/cmand

v0.4.0

21 Nov 08:13
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Changes

  • [feat] New feature: export & import!
    • Now you could export your script and let other import it!
    • With new .cmdpkg export package, you could make a package contains many scripts and resources at once! (cli only support to create simple pack currently)
    • Download and run cmand install basic.cmdpkg to see this feature!

Prebuilt binary available with v0.4.1


Full Changelog: v0.3.0...v0.4.0

v0.3.0

17 Nov 07:52
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Changes

  • feat: enable/disable script should now working
  • feat: add enable|on, disable|off short cut for the feature above
  • feat: now could use cmand ls or cmand tasks to see all available tasks

BREAKING CHANGE

  • switched shortcut e and r from adminrun and run

Full Changelog: v0.2.0...v0.3.0

v0.2.0

17 Nov 07:48
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changes

  • feat: local task runner

No prebuilt binary for this version, but you can find it in Github Actions.
Full Changelog: v0.1.1...v0.2.0

v0.1.1

15 Nov 03:29
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Changes since v0.1.0

  • Fix admin run: it should work correctly now.
  • Switch nestdb to a folk version to resolve security problems.

Known issues

  • If you want to remove cmand and dont want to leave any data in your disk, please remove %USERPROFILE%\.cmand folder manually.
    • ⚠️Notice: This will remove cmand database and all your scripts created with cmand. Backup them first if you want keep them.
    • And also you need to remove all cmand related path from your system environment variables, such as %CMAND_SCRIPTS%.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

15 Nov 02:22
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Changes since v0.0.2

  • Improved startup logic, so it will start much faster than before.
  • Upgraded most of dependences, except of chalk and inquirer.

Known issues

  • Run as admin not working yet.
  • If you want to remove cmand and dont want to leave any data in your disk, please remove %USERPROFILE%\.cmand folder manually.
    • ⚠️Notice: This will remove cmand database and all your scripts created with cmand. Backup them first if you want keep them.
    • And also you need to remove all cmand related path from your system environment variables, such as %CMAND_SCRIPTS%.

Full Changelog: https://github.com/CKylinMC/cmand/commits/v0.1.0