v1.16.0

NodePassProject/Anywherev1.16.0Mar 9, 2026

AI Summary

v1.16.0 is a maintenance and refactoring release that updates Go dependencies, enhances documentation with CLI reference and quick start examples, and refactors core functionality including UDP frame handling and command line parsing.

Key Highlights

  • Updated Go version and dependencies to latest stable releases
  • Added comprehensive CLI reference documentation with syntax and examples
  • Implemented UDP frame read/write functions for improved data handling
  • Enhanced README with quick start examples and updated contributing guidelines
  • Simplified main function by refactoring error handling

New Features

  • UDP frame read/write functions for improved data handling
  • Comprehensive CLI reference documentation

Full Release Notes

## Changelog
* 8c4c4ea5259fc2570530f7be31cbefee22a97495 chore: update contributing guidelines and enhance README with quick start examples
* 303e761c5c1c35abf79dbec70846c26e0d097f56 chore: update Docker and release workflows with latest action versions and permissions
* 2b827d825aa7b9095e2893df43702cdf9c4e9b7a chore: update Go version and dependencies to latest stable releases
* 80b64314dd5a150f2e325d3fc82b8364043e5309 refactor: implement UDP frame read/write functions for improved data handling
* a87717f22bb16eeb3166a8b52cfa0647d8f861a2 docs: add comprehensive CLI reference documentation with syntax and examples
* 15eb7b08bb164beede3fdca5b4e2c19300310fa4 refactor: enhance command line parsing and error handling in core functionality
* 23f4d026601d8f289d1bc432205d30fb2d710cdb refactor: simplify main function by removing error handling and using run()