Skip to content

Commit 0a0720d

Browse files
committed
Release 0.14.5
1 parent ce61b49 commit 0a0720d

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

CHANGES.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
# CHANGES
22

3+
## 0.14.5 Quimby (2023-12-24)
4+
5+
Merry christmas everyone, here comes a small present! In this
6+
release @maxileith made some improvements to atvscript. App should be
7+
reported correctly now. All identifiers as well as MAC address is
8+
ouputted when scanning. Other than that it's merely house-keeping.
9+
10+
Been rather slow work on pyatv for a while, let's see what the new
11+
year might bring!
12+
13+
**Changes:**
14+
15+
*Other:*
16+
17+
```
18+
0da3258 scan: Fix python-zeroconf incompatibility
19+
454afc0 Fix a bug that causes atvscript push_updates to never report the app
20+
8d883fb update the list of contributors
21+
8be2b64 Changing the featured Homebridge plugin to a more recent and maintained one.
22+
2da50e9 add mac address to device info
23+
0937a7b Output all identifiers when scanning with atvscript
24+
```
25+
26+
**All changes:**
27+
28+
```
29+
ce61b49 build(deps): Bump black from 23.9.1 to 23.12.1 in /requirements
30+
10b0138 build(deps): Bump cryptography from 41.0.4 to 41.0.7 in /requirements
31+
04b75b7 build(deps): Bump mypy from 1.5.1 to 1.8.0 in /requirements
32+
1519ffc build(deps): Bump types-protobuf in /requirements
33+
f4f94d9 build(deps): Bump deepdiff from 6.6.0 to 6.7.1 in /requirements
34+
0732ee4 build(deps): Bump aiohttp from 3.8.6 to 3.9.1 in /requirements
35+
d7dfe9a build(deps): Bump protobuf from 4.24.2 to 4.25.1 in /requirements
36+
b4bd7ce build(deps): Bump chacha20poly1305-reuseable in /requirements
37+
0da3258 scan: Fix python-zeroconf incompatibility
38+
1bb0227 build(deps): Bump zeroconf from 0.118.0 to 0.131.0 in /requirements
39+
1392a00 build(deps): Bump pylint from 3.0.1 to 3.0.3 in /requirements
40+
454afc0 Fix a bug that causes atvscript push_updates to never report the app
41+
8d883fb update the list of contributors
42+
8be2b64 Changing the featured Homebridge plugin to a more recent and maintained one.
43+
2da50e9 add mac address to device info
44+
0937a7b Output all identifiers when scanning with atvscript
45+
427c362 build(deps): Bump pytest from 7.4.2 to 7.4.3 in /requirements
46+
```
47+
348
## 0.14.4 Patty (2023-10-27)
449

550
This release contains a fix when running with python 3.11

pyatv/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
MAJOR_VERSION = "0"
77
MINOR_VERSION = "14"
8-
PATCH_VERSION = "4"
8+
PATCH_VERSION = "5"
99
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
1010
__version__ = f"{__short_version__}.{PATCH_VERSION}"
1111

0 commit comments

Comments
 (0)