Skip to content

Commit 1aa23bc

Browse files
author
joelp
committed
v.0.1.1
1 parent 3c36e05 commit 1aa23bc

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Joel Pothering
3+
Copyright (c) 2024 Joel Pothering
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ Works fine generally, and allows me to more freely innovate and be less dependen
6767

6868
History
6969
-
70+
### v0.1.1
71+
- Log handled vs raised exceptions differently.
72+
- Explicitly set callback_api_version.
73+
- Improve client hostname logging.
74+
- Consistent mac upper casing.
7075
### v0.1.0
7176
- Functionality to group clients by AP hostname.
7277
- Optimization: filter client properties to save memory.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = unifi_tracker
3-
version = 0.1.0
3+
version = 0.1.1
44
author = Joel P.
55
author_email = joelp@live.com
66
description = Track the comings and goings of WiFi clients on multiple Unifi APs and generate a diff between scans.

src/unifi_tracker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'''Track the comings and goings of WiFi clients on multiple Unifi APs and generate a diff between scans.'''
22

3-
__version__ = '0.1.0'
3+
__version__ = '0.1.1'
44

55
from .unifi_tracker import *

0 commit comments

Comments
 (0)