Skip to content

Releases: Ciel-MC/RedLib-Command-File

v0.2.19

Choose a tag to compare

@github-actions github-actions released this 16 Jun 17:34
  • Use a new version of the plugin template
  • Move the project to use Kotlin

v0.2.18

Choose a tag to compare

@github-actions github-actions released this 04 Nov 14:57
  • Updated to be compatible with 2022.3

v0.2.17

Choose a tag to compare

@github-actions github-actions released this 08 Aug 14:19
  • Updated to be compatible with 2022.2
  • Updated the testing IDE to be 2022.2

v0.2.16

Choose a tag to compare

@github-actions github-actions released this 07 Apr 22:21
  • Small hotfix

v0.2.15

Choose a tag to compare

@github-actions github-actions released this 17 Mar 21:03
  • Fixed a bug which hidesub is not properly highlighted.
  • Fixed not being able to use key words as command names
  • Added commenter to allow commenting via hotkey

v0.2.13

Choose a tag to compare

@github-actions github-actions released this 02 Dec 09:16
  • Added 2021.3 support

v0.2.12

Choose a tag to compare

@github-actions github-actions released this 30 Nov 15:41
  • Fixed flags being broken from adding constraints
  • Added support for the hidesub tag

v0.2.11

Choose a tag to compare

@github-actions github-actions released this 13 Nov 06:51
  • Disabled postarg for base commands and the children of consuming commands
  • Optimized file size
  • Added support for consuming args with constraints
  • Added support for consuming args with constraints with default values
  • Added support for constraints
  • Fixed a bug where it would allow consuming arguments after one non-consuming subcommand
  • Fixed a bug where context and assert would only accept 2 words and nothing else
  • Fixed a bug where you can't have postargs in the command if it has a consuming argument

v0.2.10

Choose a tag to compare

@github-actions github-actions released this 06 Nov 07:15
  • Fixed a bug where you can't have empty lines between commands

v0.2.9

Choose a tag to compare

@github-actions github-actions released this 19 Aug 19:40
  • Added brace matching