Skip to content

Releases: sascha-andres/go-logsink

v1.0.0

03 Mar 08:23

Choose a tag to compare

Changelog

405bf61 Merged branch relase/v1.0.0 into master
0376b2e Updated version
a76e6cf Removed makefile added .editorconfig
c1a28de Added goreleaser.yml
4c1caf9 Using text/template instead of html/template
c7e31cd Merged feature/#16 into develop
36dd4e7 Updated documentation
dbf104d Lockfile as persistent flag in RootCmd
2d80556 Added lock file to listen command

--
Automated with @goreleaser
Built with go version go1.8 linux/amd64

20170124

24 Jan 18:18

Choose a tag to compare

Changelog

#7 Provide possibility to pause scrolling [web]

Added a new button in the web interface

#8 Make logwindow larger [web]

The grid system now occupies 90% of the Browser window

#9 Provide an option to limit lines [web]

Using the --limit switch you can limit the number of log lines in the browser

#10 Allow setting limit through frontend [web]

A textbox allowing to set the line limit at run time. The --limit switch acts as a default

#11 Add a pass through option

Adding --pass-through to connect prints out the piped content to stdout

#12 Allow line break configuration

Added a --break switch on server to have a hard break after the number of characters

#13 Detect schema [web]

Detecting if running behind a SSL enabled proxy

#14 empty lines in web mode [web]

For empty lines adding visibly empty space

#15 Allow filtering in web [web]

A textbox was added, when non empty only lines matching the content of the textbox are displayed

Prerelease for usability improvements

19 Jan 06:28

Choose a tag to compare

Pre-release

Solves enhancements:

  • #9 Limit lines
  • #8 Make log windows larger
  • #7 Pause/resume scrolling

20170117

17 Jan 19:30

Choose a tag to compare

Version 20170117

Web endpoint

You can start a web server that displays the aggregated logs: https://sascha-andres.github.io/go-logsink/docs/go-logsink_web.html

This was issue #6

doc command

Create markdown files from Cobra commands

version command

Print out version number

Allow providing a prefix

The client can prefix lines

This was issue #5

20170110.1

11 Jan 06:20

Choose a tag to compare

This is a bugfix release

Changes: relay command did not work as expected

20170110

10 Jan 16:55

Choose a tag to compare

Initial release through github