Skip to content

Releases: thecasualcoder/tztail

v1.2.0

02 Dec 18:08
e4529fe
Compare
Choose a tag to compare

Changelog

e4529fe (HEAD, tag: 1.2.0) Remove body option as it does not accept strings with newline
50933da Release version 1.2.0
49e2683 Update demo gif
ab07832 Update code comments
722a230 Add name and body for github releases
4d332bf Merge pull request #27 from thecasualcoder/colored-output
d54f21e Add option to color the rendered target time

v1.1.1

24 Nov 18:43
81e1820
Compare
Choose a tag to compare

81e1820 Update README.md for 1.1.1 version
e199207 Handle write failure
1ac30f9 Add automatic deployment on tags
cd741d1 Add more commonly used formats and remove formats that don't work
20ccfb3 Use write macro instead of print for stdout
8e83b42 Treat hyphen filename as stdin
58f5bec Introduce InputReader to abstract how line is read
e8dbbf4 Fix formatting issues
1278b0e Fix references to old version
654cfcf Merge pull request #25 from thecasualcoder/add-integration-test
3f23ca9 Add integration tests (closes #20)
9730c64 Remove unused libraries
723fc51 Update README on minimum rust version needed

v1.1.0

18 Nov 05:00
74ea2fe
Compare
Choose a tag to compare

74ea2fe Update version to 1.1.0
5c98d63 Merge pull request #18 from leethomas/feat/tail-follow
3dd5c50 Update README to include follow
87beb4a Merge pull request #21 from thecasualcoder/fix-test-depending-on-local-timezone
7f12301 Remove dependency on local timezone for unit test
444b537 Merge pull request #19 from thecasualcoder/format-readme
1de545b Format README.md
4e8c5c6 Change behavior of -f flag to follow the file (closes #12)
b10c411 Update README.md with link to crates.io
399b73d Add missing package information for packaging
b9772ee Merge pull request #13 from 0xflotus/patch-1
c9ec19f fixed explicitly

v1.0.0

10 Nov 19:00
4bfe0b8
Compare
Choose a tag to compare

Changelog

4bfe0b8 Merge pull request #10 from thecasualcoder/move-to-hourglass-from-chrono
af48386 Detect source timezone from local and target timezone from input
3ea17e0 Update README on feature list
19e81cf Merge pull request #7 from thecasualcoder/read-from-file
011e8ee Add option to read from file
b6d6149 Merge pull request #6 from thecasualcoder/improve-readme
fd8e116 Add license
2dcd730 Add documentation to build locally
d71b618 Add CI job to build and test
fb3367f Merge pull request #2 from thecasualcoder/custom-format
8d0071d Add option to specify custom format
4c11b7d Add standard formats like rfc2822, rfc3339 and nginx log format
a16cf4f Covert UTC timestamps into user input timezone with support for one format
cafff8a Initial commit