Releases: Captain-ALM/CALM-Console
Captain ALM Command Console Release 1.0.5.2
Fix API issues for checking output text equality (Now only checks the string).
Fix the logging, clipboard and thread stopping system.
Check the following commits for more information:
84bcf2a (1.0.5.0)
84b46d5 (1.0.5.1)
e750ddb (1.0.5.2)
This has a completed GUI with colour capability.
Has a full set of commands and a command buffer accessible via alt+up or alt+down.
Has an api library which you can reference in your own projects to create libraries for this program.
The libraries can contain your own commands and syntaxes.
It has a full on hooking system as well.
Just reference the dll, have no class constructor and have a function that has the SetupMethod Attribute and returns a LibrarySetup object, make sure to reference the API library cnsrapi.dll in your library project.
Check the Wiki For More Information!
Captain ALM Command Console Release 1.0.4.2
Added in-execution command and syntax adding and removing.
Fixed some bugs and changed bits of the API.
Check the following commits for more information:
77538fc (1.0.4.0)
a1c8043 (1.0.4.1)
b52bd3a (1.0.4.2)
This has a completed GUI with colour capability.
Has a full set of commands and a command buffer accessible via alt+up or alt+down.
Has an api library which you can reference in your own projects to create libraries for this program.
The libraries can contain your own commands and syntaxes.
It has a full on hooking system as well.
Just reference the dll, have no class constructor and have a function that has the SetupMethod Attribute and returns a LibrarySetup object, make sure to reference the API library cnsrapi.dll in your library project.
Check the Wiki For More Information!
Captain ALM Command Console Release 1.0.3.2
API enhancement + bugfixes.
Check the following commits for more information:
5ad0162 (1.0.3.2)
This has a completed GUI with colour capability.
Has a full set of commands and a command buffer accessible via alt+up or alt+down.
Has an api library which you can reference in your own projects to create libraries for this program.
The libraries can contain your own commands and syntaxes.
It has a full on hooking system as well.
Just reference the dll, have no class constructor and have a function that has the SetupMethod Attribute and returns a LibrarySetup object, make sure to reference the API library cnsrapi.dll in your library project.
Captain ALM Command Console Release 1.0.3.1
API enhancement + bugfixes.
Check the following commits for more information:
b3afb36 (1.0.3.1)
3cfc648 (1.0.3.0)
This has a completed GUI with colour capability.
Has a full set of commands and a command buffer accessible via alt+up or alt+down.
Has an api library which you can reference in your own projects to create libraries for this program.
The libraries can contain your own commands and syntaxes.
It has a full on hooking system as well.
Just reference the dll, have no class constructor and have a function that has the SetupMethod Attribute and returns a LibrarySetup object, make sure to reference the API library cnsrapi.dll in your library project.
Captain ALM Command Console Release 1.0.2.5
Bug fix release.
This fixes a few bugs, check the commits for more information. (Library Loading, Command Entry Text Box, Textbox Context Menu)
This has a completed GUI with colour capability.
Has a full set of commands and a command buffer accessible via alt+up or alt+down.
Has an api library which you can reference in your own projects to create libraries for this program.
Just reference the dll, have no class constructor and have a setup function that returns the LibrarySetup object, make sure to reference the API library cnsrapi.dll in your library project.
You can load libs through a lib folder in the program's executing directory.
Fixes #1.
Captain ALM Command Console Release 1.0.2.4
The first completely full release.
This has a completed GUI with colour capability.
Has a full set of commands and a command buffer accessible via alt+up or alt+down.
Has an api library which you can reference in your own projects to create libraries for this program.
Just reference the dll, have no class constructor and have a setup function that returns the LibrarySetup object, make sure to reference the API library cnsrapi.dll in your library project.
You can load libs through a lib folder in the program's executing directory.
Captain ALM Command Console Release 1.0.1.3
This is the first full release with a fully functioning API.
Has the full set of internal commands.
To make libraries, you will need to reference the API dll into your project.
Captain ALM Command Console Pre-Release 1.0.0.3
This is the first public release of Captain ALM Console.
To make libraries, you will need to reference the API dll into your project.