File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3838
3939### Added
4040
41- - Initial release of ` python-bitchat-client ` .
41+ - Initial release of ` python-bitchat-client ` : a lightweight, headless Python
42+ client library for BitChat BLE mesh integrations.
43+ - Protocol-focused foundations aligned with the BitChat whitepaper and informed
44+ by observed behavior in the Swift/iOS implementation for ecosystem
45+ compatibility.
46+ - Core library modules for packet parsing/building, Noise protocol session
47+ handling, identity/key material, and client-side message models.
48+ - A BLE-backed client implementation (` BleBitChatClient ` ) with a no-op fallback
49+ (` NullBitChatClient ` ) for environments where BLE backend support is missing.
50+ - Interactive terminal harness example for manual send/receive testing.
51+ - Initial unit test coverage across keys, protocol handling, client behavior,
52+ and Noise/session paths.
4253
4354[ 0.2.0 ] : https://github.com/BradWhittington/python-bitchat-client/compare/v0.1.0...v0.2.0
4455[ 0.1.0 ] : https://github.com/BradWhittington/python-bitchat-client/releases/tag/v0.1.0
You can’t perform that action at this time.
0 commit comments