Skip to content

Releases: WoozyMasta/bercon-cli

Release v0.3.0

14 Jan 21:17
Compare
Choose a tag to compare

0.3.0 - 2025-01-14

Refactoring and Simplification

Added

  • new Messages channel in Connection for receiving server messages
    (authorization status, server notifications) sent by the server not
    in response to direct commands
  • 32x32 and 64x64 winres icons for cli
  • .golangci.yml config and fix linting issues
  • more detailed comments in accordance with godoc

Changed

  • cli args parse now with jessevdk/go-flags
  • removed logging from bercon and bercon-cli
  • dependencies related to cli have been moved to internal packages

VirusTotal analysis results

Release v0.2.0

11 Dec 00:11
Compare
Choose a tag to compare

0.2.0 - 2024-12-11

Added

  • Output of short country code based on GeoIP data in plain or JSON response format if path to mmdb GeoIP city database is specified in --geo-db flag, -g or BERCON_GEO_DB variable
  • ParseWithGeo and ParseWithGeoDB functions in beparser for simple use with geo data
  • beprinter package for simple response data printing
  • Bill of materials for cli and binaries
  • CI stage to check the alignment of go structure fields

Changed

  • Aligned fields for all go structures
  • Update dependencies

VirusTotal analysis results

Release v0.1.1

08 Dec 04:36
Compare
Choose a tag to compare

Release v0.1.0

29 Nov 03:21
Compare
Choose a tag to compare

0.1.0 - 2024-11-28

Added

  • First public release