Skip to content

Tags: gcla/termshark

Tags

v2.4.0

Toggle v2.4.0's commit message
Merge branch 'v24docs'

v2.3.0

Toggle v2.3.0's commit message
Embed v2.3.0 in the release binary

v2.2.0

Toggle v2.2.0's commit message
Ready for a new release...

v2.1.1

Toggle v2.1.1's commit message
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

Toggle v2.1.0's commit message
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

Toggle v2.0.3's commit message
Dot release - v2.0.3.

v2.0.2

Toggle v2.0.2's commit message
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

Toggle v2.0.1's commit message
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

Toggle v2.0.0's commit message
Move these out of the top-level, to avoid clutter.

v1.0.0

Toggle v1.0.0's commit message
Ready for pushing to github!