Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Releases: Captain-ALM/CALM-Console

Captain ALM Command Console Release 1.0.5.2

23 Jun 23:02
Compare
Choose a tag to compare

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

12 Apr 14:09
Compare
Choose a tag to compare

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

25 Mar 10:08
Compare
Choose a tag to compare

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

02 Mar 14:16
Compare
Choose a tag to compare

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

20 Feb 20:51
Compare
Choose a tag to compare

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

18 Feb 09:03
Compare
Choose a tag to compare

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

16 Feb 13:43
Compare
Choose a tag to compare

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

14 Feb 17:06
Compare
Choose a tag to compare

This is the first public release of Captain ALM Console.

To make libraries, you will need to reference the API dll into your project.