Skip to content

Releases: ZackeryRSmith/tercontrol

1.0.6

01 Apr 23:55
Compare
Choose a tag to compare

TerControl release 1.0.6

Changelog

  • The long awaited WINDOWS SUPPORT | Massive thanks to anic17 who made this support possible!

Please report any bugs, or request any features here

Installation

  1. install the header file
  2. place it into your project directory
  3. include it like so #include "tercontrol.h"

1.0.5

01 Apr 12:19
Compare
Choose a tag to compare

TerControl release 1.0.5

Changelog

  • Switched from Cython -> C code!!

Please report any bugs, or request any features here

Installation

  1. install the header file
  2. place it into your project directory
  3. include it like so #include "tercontrol.h"

1.0.4

29 Mar 15:28
a0e77ec
Compare
Choose a tag to compare

TerControl release 1.0.4

Changelog

  • PYPI Package!!

Please report any bugs, or request any features here

Installation

I never hit the goal I set to create a PYPI repo, but due to the rapid development of TerControl I have created one!

python3 -m pip install tercontrol==1.0.4

1.0.3

28 Mar 20:24
Compare
Choose a tag to compare

TerControl release 1.0.3

Changelog

  • Added support for the TERMINFO database

Please report any bugs, or request any features here

There is still no PYPI repo

I'll create one if this project gets to 10 stars on github. For now please just download the build for your platform (currently only linux), place it in your project directory and import it like:

from tercontrol import *

1.0.2

27 Mar 23:49
Compare
Choose a tag to compare

TerControl release 1.0.2

Changelog

  • Added some more functionality to TerControl

Please report any bugs, or request any features here

There is still no PYPI repo

I'll create one if this project gets to 10 stars on github. For now please just download the build for your platform (currently only linux), place it in your project directory and import it like:

from tercontrol import *

1.0.1

26 Mar 13:41
Compare
Choose a tag to compare

TerControl release 1.0.1

Changelog

  • Added a linux build (speeds up the code)

Please report any bugs, or request any features here

There is still no PYPI repo

I'll create one if this project gets to 10 stars on github. For now please just download the build for your platform, place it in your project directory and import it like:

from tercontrol import *

1.0.0

26 Mar 04:21
0aa2911
Compare
Choose a tag to compare

TerControl release 1.0.0

Please report any bugs, or request any features here

There is still no PYPI repo

I'll create one if this project gets to 10 stars on github. For now please just download tercontrol.py, place it in your project directory and import it like:

from tercontrol import *