Skip to content

Tags: thingsiplay/tochd

Tags

v0.13

Toggle v0.13's commit message

Verified

This commit was signed with the committer’s verified signature.
thingsiplay Tuncay
bump to v0.13 in changelog as well

v0.12

Toggle v0.12's commit message

Verified

This commit was signed with the committer’s verified signature.
thingsiplay Tuncay
forgot to remove option -f from usage in readme

v0.10

Toggle v0.10's commit message
bug: a missing counter for started jobs

v0.9

Toggle v0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
## v0.9 - July 06, 2022

- changed: now flushes the output of job message without buffering, useful for
  live monitoring and reading stdout the moment it is written
- new: added a "PKGBUILD" for use with `pacman`, can be used to generate an
  Archlinux package

v0.8

Toggle v0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
## v0.8 - March 30, 2022 - standalone release

- new: pseudo compiled bundle of the script with pyinstaller to build a
  standalone executable, available on
  [Releases](https://github.com/thingsiplay/tochd/releases) page
- new: "Makefile" script for `make` to create the standalone bundle of Python
  script with the Python interpreter and package it into an archive
- changed: runs with default options `-X .`, if no options provided
- some little internal optimizations or additions, such as code comments