Skip to content

Releases: vaughany/vcms

v0.0.10

10 Sep 21:38
dd85d50
Compare
Choose a tag to compare

Changelog

dd85d50 Added ability to use pre-shared key or data will be rejected; also random key generating helper function.
b691f09 Implemented a helper flag in both commands to spit out a handful of keys in hex and base64 with a variety of lengths.

v0.0.9

09 Sep 17:58
a7911d5
Compare
Choose a tag to compare

Changelog

a7911d5 Added logging to a file. Named per-program and dated to that day.

v0.0.8

07 Sep 23:01
60e0066
Compare
Choose a tag to compare

Changelog

e53b28f A little too harsh with the removal of template.HTML.
e9fb822 Added GoReleaser and basic config.
d95d03d Changed some global vars around a bit.
e52ef9b Changed the format of the struct used to un/marshal from/to JSON to pass data: feels better, but at the expense of more, and more complicated structs. Also changed the host uptime to a more readable format.
0df7d50 Changes from linting and Gophers Slack comments.
bdd52c8 Clarification of the readme.
4847a46 Coalesced functions to panic if called on an unsupported OS.
8718efd Convenience script for releasing (building binaries across OSes and architectures).
0b8a5e8 Correct attribution.
80ec070 Created a 'lighter' dashboard.
6fff397 Edited links to binaries on GitHub.
cd0bf2e Edited some function signatures to make them more accurate.
d3704eb First stab at some tests and benchmarks.
dd11a83 Found and fixed another victim of the blanket removal of template.HTML.
b7fb34c FreeBSD added to icons.
6f30857 More OSes tested and more to test; badges.
b490ca1 Moving vcms package to internal.
87f9df7 New 'hosts' page, listing all hosts simply; updated 'time since' text to make it less precise / verbose; created a footer function.
ea3b691 New linter 'Revive' and config; go.mod/sum updates.
60e0066 Readme and final linting tasks.
0618dd6 Removed init() and some global variables, after a code review by some of the nice people on the official Go Slack.
8d36c34 Removing template.HTML as I misunderstood the docs.
3aee741 Update the readme.
846558f Updated Fedora logo w/ transparency; added Elementary OS logo and check.
a931fb0 Updated releaser config.
5e77bf2 Using GoReleaser (Gophers Slack suggestion) instead of committing binaries, plus convenience script.
b0b9ede Zorin OS logo.
280ee9b codecov setup.

v0.0.7

13 Aug 20:13
0c074ee
Compare
Choose a tag to compare

Changelog

0c074ee JSON export.