Skip to content

Releases: flox/t3

v1.0.9

24 Feb 13:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.8...v1.0.9

v1.0.8

18 Feb 19:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

04 Feb 16:42
Compare
Choose a tag to compare
  • fix: move midline-flush.c sleep to occur between flush() invocations

Full Changelog: v1.0.6...v1.0.7

v1.0.6

04 Feb 13:58
ce29659
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

30 Jan 17:47
Compare
Choose a tag to compare

What's Changed

  • fix: expect less of kernel, sleep longer in tests by @limeytexan in #10

Full Changelog: v1.0.4...v1.0.5

v1.0.4

18 Dec 18:11
813ed22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

16 Dec 03:07
Compare
Choose a tag to compare
fix: address flushes that happen in the middle of a line

Simplify the logic around capturing output from exec'd process. Swap
the use of poll() with the more straightforward read() idiom in the
(relatively simpler) stdout & stderr worker processes and add support
for relaying lines received across multiple read() system calls. Also
add test for testing lines received across multiple read calls.

Also updated ANSI color palette and default colors.

v1.0.2

14 Dec 04:29
Compare
Choose a tag to compare
feat: support relative timestamps

The timestamps in build logs are often more useful when measured from the
beginning of the t3 invocation rather than displaying the wall clock time.

v1.0.1

02 Dec 02:14
Compare
Choose a tag to compare
fix: return RC of invoked command, add tests

v1.0.0

25 Nov 17:43
Compare
Choose a tag to compare
Initial commit