Skip to content

Releases: ingwarsw/tinyfugue

5.1.6

26 May 21:26
0924ce2
Compare
Choose a tag to compare

What’s Changed

  • Add new lua funcs - tf_setvar(), tf_unsetvar(), tf_sendstr(), tf_sendvar() (#85) @erikarn
  • [sock] flush / handle lines during input handling when a telnet SB (renegotation) is received (#84) @erikarn
  • Fix build (#86) @ingwarsw
  • [macro] Add support for whole line attribute matching. (#82) @erikarn
  • [help] include log_time_format, it's not mentioned in the help file. (#80) @erikarn
  • Disable windows build (#73) @ingwarsw

5.1.5

07 Aug 07:36
7954bc9
Compare
Choose a tag to compare

What’s Changed

5.1.4

16 Nov 14:33
dddf132
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.1.3...5.1.4

Fix segfault + install issues

22 Sep 17:58
02d9fcc
Compare
Choose a tag to compare

What’s Changed

Install/ssl fixes

21 Sep 13:14
8eaedf1
Compare
Choose a tag to compare

What’s Changed

Fixing few small issues after adding widechar support

04 Aug 09:45
9036a2c
Compare
Choose a tag to compare

What’s Changed

First release with automatic versioning schema

02 Aug 06:03
c952265
Compare
Choose a tag to compare

What’s Changed

  • Changed versioning schema, now uses git describe so each commit will have own version
  • Fixed issues with widechar support, now widechar requires icu libraries to be installed (#38) @warmstarter
  • Fixed issue with color processing, fixes #40 (#38) @warmstarter