Experimental matrix support

This commit is contained in:
2026-05-02 12:59:30 +02:00
parent aaf516bcd5
commit 4033d214ff
7 changed files with 96 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "TellMe",
"version": "2.2.0",
"version": "3.0.0",
"description": "TellMe CLI",
"scripts": {
"dev": "webpack-dev-server --inline --hot"

View File

@@ -39,7 +39,7 @@ def sendmessage(message):
ran = True
__version__ = "2.2.0"
__version__ = "3.0.0"
versionstring='Taurix TellMe v' + __version__
signal.signal(signal.SIGINT, signal_handler)