Skip to content

Commit af1eb08

Browse files
committed
Version bump
1 parent a933cdf commit af1eb08

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.5.7] - 2025-10-20
5+
## [0.6.0] - 2025-10-22
6+
7+
Major thanks to user HJ@discord for putting up with testing and dustball62 for confirming
68

79
### Added
810

911
- Support for v6 firmware XM models using a different login path (XW already was successful)
1012
- Calculated cpuload on v6 if values available (to prevent reporting close to 100%)
1113
- Fix frequency on v6 firmware (if value is cast as a string ending in MHz)
12-
- Added tx/rx rates for v6
14+
- Added tx/rx rates for v6 as capacity (throughput is available in v6 web interface, but probably through counters, so not yet available)
1315
- Fixed ieeemode (v8) vs opmode (v6) mapped back to IeeeMode enum
1416
- Derived antenna_gain (v8) from antenna (v6 string)
1517
- Improved internal workings and firmware detection

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "airos"
7-
version = "0.5.7a14"
7+
version = "0.6.0"
88
license = "MIT"
99
description = "Ubiquiti airOS module(s) for Python 3."
1010
readme = "README.md"

0 commit comments

Comments
 (0)