Skip to content

Tags: gcla/termshark

Tags

v2.4.0

Merge branch 'v24docs'

v2.3.0

Embed v2.3.0 in the release binary

v2.2.0

Ready for a new release...

v2.1.1

Gorelease tagged what was in github, rather than what was local...

Since I published v2.1.0 to github, I already need a dot release :-(

v2.1.0

Fix possible crash related to coloring packets

The color array may not be adequately populated at the point I
dereference it. So check the length first. If the color isn't stored
yet, the next update will fix it.

v2.0.3

Dot release - v2.0.3.

v2.0.2

Now I understand how I should've versioned my go module.

https://stackoverflow.com/questions/53344471/taking-a-repository-to-v2
explains how to change the module path when upgrading the major version.

v2.0.1

This is for homebrew...

I messed up and merged a v2.0.0 tag that was a day old from another
branch... This meant github's 2.0.0 source archive was out of date,
which Ross discovered when building from the updated homebrew
formula. So this is a 2.0.1 version, and I will tag it accordingly.

v2.0.0

Move these out of the top-level, to avoid clutter.

v1.0.0

Ready for pushing to github!