Skip to content

Releases: WhyIsEvery4thYearAlwaysBad/CmdMenuGenerator

v0.3.6

03 Aug 23:32
Compare
Choose a tag to compare

v0.3.5

18 Jun 15:24
Compare
Choose a tag to compare

I'm able to compile linux binaries now (at least for Debian and by extension Ubuntu and Linux mint anyway).

Additions

  • Added raw strings. Check the Syntax wiki page for more info.

Changes

v0.3.4

25 May 18:13
Compare
Choose a tag to compare

Some bug fixes. Also this program is going to be defined a compiler instead of a generator, because it completely fits the definition of a compiler.

v0.3.3

03 May 06:47
Compare
Choose a tag to compare
  • Added the ability to force binds, toggle binds, and CMenus to use keys through the KEY KV modifier.

    • Any bind/toggle bind/cmenu with the KEY modifier will not increment the number keys of those without the KEY modifier.
  • Renamed $(nkey) metastring to $(key) to account for the KEY KV modifier change.

  • Also renamed $(str) metastring to $(title) to reduce confusion.

  • Modifiers prepended to KVs will now cause errors, as KVs aren't meant to interpret modifiers.

  • bind-key aliases are named _cmenu.key_ instead of _cmenu. to reduce ambiguity. Key names that increase the alias character length beyond 32 will have their names shortened.

v0.3.2

11 Apr 20:24
Compare
Choose a tag to compare

I'm uncertain on what to name the executables, but I'll try cmg-x<bit architecture>.exe for now.

v0.3.1

23 Mar 22:50
Compare
Choose a tag to compare
  • Changed repository name to CmdMenuGenerator from VoicemenuGenerator. (Reason: The old title was confusing and did not properly communicate what this generator was for.)

  • Changed the compiled command menu structure.

    • Command Menu CFG files are now prefixed with "$cmenu_" instead of "$pageopen_".
    • The initialization CFG is now named "cmenu_initialize.cfg" instead of "activate_cvm.cfg"
  • The initialization file now echos "[Command Menu Generator] Initialized command menus!" when ran.

v0.3.0

v.0.2.10

09 Feb 04:47
Compare
Choose a tag to compare

v0.2.9

07 Feb 20:59
Compare
Choose a tag to compare

(Also I'll start including 32-bit binaries from now on.)

v0.2.8

24 Jan 22:00
Compare
Choose a tag to compare
  • Actually Fixed: Duplication check is not performed on first page in the page stack. (a2de8942a806d98b64b0589f6ab50763a715b81e)
  • In formatted names, the null ('\0') character is no longer replaced with underscores ('_').

Let's forget that I suck with git ok?