Skip to content

GNOBAN 1.2.0

Choose a tag to compare

@caesrcd caesrcd released this 09 Jun 17:02
· 12 commits to master since this release
v1.2.0
29cb79e

This release introduces TOML-based configuration support and improved transport protocol detection.

New features and improvements:

  • Add support for TOML configuration
  • Add configurable transport protocol filtering via -t
  • Add configurable Bitcoin directory path via -btcdir
  • Add configurable log file location via -logfile

Migration notes (from v1.1.0):

  • -conf was repurposed to point to the configuration file (gnoban.toml)
  • -max-attempts was renamed to -maxattempts

Documentation:

  • Reorganize README to project overview and entry points
  • Move installation, verification and usage instructions to dedicated doc/ files

Full Changelog: v1.1.1...v1.2.0