File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 5.8.0 "
2+ "." : " 5.8.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 5.8.1] ( https://github.com/OpenDisplay/py-opendisplay/compare/v5.8.0...v5.8.1 ) (2026-04-02)
4+
5+
6+ ### Bug Fixes
7+
8+ * add refresh display state ([ 947686e] ( https://github.com/OpenDisplay/py-opendisplay/commit/947686e81d2051b2d596d76894cdca68b6046ad1 ) )
9+ * apply device config rotation additively during image upload ([ 6c1363f] ( https://github.com/OpenDisplay/py-opendisplay/commit/6c1363fce2ea364c77b7ff153b30a2ee6eb6cadb ) )
10+ * fix encryption ([ fd2ed20] ( https://github.com/OpenDisplay/py-opendisplay/commit/fd2ed207a2723fccbe088569f482a343764c2b77 ) )
11+ * progress bar starts at left edge ([ d580f17] ( https://github.com/OpenDisplay/py-opendisplay/commit/d580f17c6112c027c784fc433662052ec531b2c2 ) )
12+ * show rotation degrees correctly ([ 1f67c5b] ( https://github.com/OpenDisplay/py-opendisplay/commit/1f67c5b01b4fa10467c784c90e6fcec4126f0080 ) )
13+
314## [ 5.8.0] ( https://github.com/OpenDisplay/py-opendisplay/compare/v5.7.0...v5.8.0 ) (2026-04-01)
415
516
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " py-opendisplay"
7- version = " 5.8.0 "
7+ version = " 5.8.1 "
88description = " Python library for OpenDisplay BLE e-paper displays"
99readme = " README.md"
1010license = " MIT"
You can’t perform that action at this time.
0 commit comments