Skip to content

Commit 52987c1

Browse files
Expand v0.1.0 changelog entry details
1 parent dde42f5 commit 52987c1

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)