Skip to content

Releases: axllent/wireguard-vanity-keygen

1.0.1

Choose a tag to compare

@axllent axllent released this 11 Apr 23:25
  • Add --json / -j flag to write results to a JSON file (#45)
  • Update Go dependencies

1.0.0

Choose a tag to compare

@axllent axllent released this 02 Apr 23:22

This is an AI-assisted release to include several minor speed improvements and tests.

  • Optimise key generation by reusing buffers to reduce heap allocations
  • Add comprehensive unit tests for key generation and utility functions
  • Add GitHub Actions workflow for automated testing on push and pull requests
  • Update Go to 1.25.0
  • Add -v / --version flag to display current version and check for updates
  • Add -u / --update flag to self-update to the latest release

0.1.3

Choose a tag to compare

@axllent axllent released this 25 Jan 04:20
  • Switch to github.com/oasisprotocol/curve25519-voi for a ~18% speed improvement
  • Refactor key management to use AtomicCounter for thread-safe operations in Cruncher
  • Add benchmark test
  • Update Go dependencies
  • Code cleanup
  • Update Dependabot schedule to semiannually

0.1.2

Choose a tag to compare

@axllent axllent released this 25 Nov 03:58
  • Update Go dependencies

0.1.1

Choose a tag to compare

@axllent axllent released this 20 Dec 10:01
  • Update Go modules

0.1.0

Choose a tag to compare

@axllent axllent released this 28 May 03:37
  • Add timeout option (#16)

0.0.9

Choose a tag to compare

@axllent axllent released this 12 May 04:19
  • Add regex support (#13)
  • Update Go modules

0.0.8

Choose a tag to compare

@axllent axllent released this 02 Apr 03:29
  • Update Go modules
  • Update Github workflow versions

0.0.7

Choose a tag to compare

@axllent axllent released this 16 Jan 04:43
  • Add Github actions for releases & updates
  • Update library function naming
  • Update Go modules
  • Remove Makefile (#3

0.0.6

Choose a tag to compare

@axllent axllent released this 26 Dec 10:20
  • Update core modules