Skip to content

Commit 7ec3b95

Browse files
committed
chore(main): release 2.8.0
1 parent 8c99b65 commit 7ec3b95

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.7.0"
2+
".": "2.8.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [2.8.0](https://github.com/OpenEPaperLink/Home_Assistant_Integration/compare/v2.7.0...2.8.0) (2025-12-22)
4+
5+
6+
### Features
7+
8+
* **config-flow:** add DHCP discovery for AP devices ([c107abb](https://github.com/OpenEPaperLink/Home_Assistant_Integration/commit/c107abb6cfcd1988a22ea85ec806f15646db1deb))
9+
* **upload:** add refresh_type parameter to support partial refresh ([a72c2bc](https://github.com/OpenEPaperLink/Home_Assistant_Integration/commit/a72c2bc56c78ee1bcfd1b3616dadf34b46d641b0))
10+
* **upload:** add refresh_type parameter to support partial refresh ([864cc87](https://github.com/OpenEPaperLink/Home_Assistant_Integration/commit/864cc87f6510b52064d9d7a6a5148379307e1277))
11+
12+
13+
### Bug Fixes
14+
15+
* **ci:** correct include-v-in-tag to boolean value ([46be136](https://github.com/OpenEPaperLink/Home_Assistant_Integration/commit/46be13604b98ea873a421f3bd657df7a90c106a4))
16+
* properly set name on discovery of BLE devices ([b2148fb](https://github.com/OpenEPaperLink/Home_Assistant_Integration/commit/b2148fb04e91bcab46885fd0e902ed65c7d21b5d))
17+
318
## [2.7.0](https://github.com/OpenEPaperLink/Home_Assistant_Integration/compare/2.6.0...v2.7.0) (2025-12-17)
419

520

custom_components/open_epaper_link/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
"numpy>=1.26.4",
4545
"Pillow>=10.4.0"
4646
],
47-
"version": "2.7.0"
47+
"version": "2.8.0"
4848
}

0 commit comments

Comments
 (0)