Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [0.6.1] - 2026-01-03

### Added

- Provisional adding LiteAP AC as a mapping towards the full model name

## [0.6.0] - 2025-10-22

Major thanks to user HJ@discord for putting up with testing and dustball62 for confirming
Expand Down
1 change: 1 addition & 0 deletions airos/model_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@

# Manually added entries for common unofficial names
MANUAL_MODELS: dict[str, str] = {
"LiteAP AC": "LAP-120", # Shortened name for airMAX Lite Access Point AC, Issue 137
"LiteAP GPS": "LAP-GPS", # Shortened name for airMAX Lite Access Point GPS
"NanoStation loco M5": "LocoM5", # XM firmware version 6 - note the reversed names
}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "airos"
version = "0.6.0"
version = "0.6.1"
license = "MIT"
description = "Ubiquiti airOS module(s) for Python 3."
readme = "README.md"
Expand Down