Skip to content

Releases: control-hub/controlhub-lib

v0.6.1

31 May 17:10

Choose a tag to compare

Pynput update

  • Switched back to pynput from pyautogui
  • Little changes to write function
  • Fixed bug, when delay is 0, than it was BASE_DELAY

v0.6.0

30 May 20:51

Choose a tag to compare

Indexing update

  • Shifted from gui input to direct lunch of programs via subprocess.Popen()
  • Added search file, that finds link using indexed links

Full Changelog: v0.5.1...v0.6.0

v0.5.1

13 May 07:50

Choose a tag to compare

Kill process update

  • Added kill_proccess function

Full Changelog: v0.5.0...v0.5.1

v0.5.0

08 May 18:01

Choose a tag to compare

DB record update

Note

This update will be usefull to controlhub app users

  • Added functions to interact with pocketbase computer and execution records
  • Removed data veriable, because this kind of interaction with data is obamination

Full Changelog: v0.4.2...v0.5.0

v0.4.2

05 May 16:06

Choose a tag to compare

Remake download function

  • Now using wget download function instead of using requests and other complex stuff

Full Changelog: v0.4.1...v0.4.2

v0.4.1

05 May 07:05

Choose a tag to compare

Hotfix

Full Changelog: v0.4.0...v0.4.1

v0.4.0

05 May 06:56

Choose a tag to compare

Delay env variable update

  • Added CH_DELAY env variable to make default delay customizable
  • Increased default CH_DELAY to 0.2 from 0.1
  • Refactored every delay variable to use CH_DELAY if it is set to None

Full Changelog: v0.3.4...v0.4.0

v0.3.4

05 May 06:34
c88f58c

Choose a tag to compare

Test fix

  • Again fixing download function

Full Changelog: v0.3.3...v0.3.4

v0.3.3

05 May 06:19
54f9bf3

Choose a tag to compare

Hotfix

  • Removed sudden debug print in code

Full Changelog: v0.3.2...v0.3.3

v0.3.2

03 May 16:30

Choose a tag to compare

Keyboard update and bugfixes

  • Fixed bug with download function
  • Added more info in docs to keyboard functions
  • Minor changed to README
  • Added support for \n in write function

Full Changelog: v0.3.1...v0.3.2