Skip to content

Commit 4be9e5f

Browse files
Merge branch 'rolling' into add-freenove-board-support
2 parents 87c5a77 + d6a1838 commit 4be9e5f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+3759
-2629
lines changed
File renamed without changes.

.github/workflows/reply-bot.yml renamed to .github/workflows/reply-bot.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Reply Bot
2-
# It uses the configuration in .github/label-commenter-config.yml
2+
# It uses the configuration in .github/label-commenter-config.yaml
33
# See https://github.com/peaceiris/actions-label-commenter
44

55
name: Reply-Bot
@@ -25,7 +25,7 @@ jobs:
2525

2626
####################################################################
2727
## Remove labels again (issues only)
28-
## Make sure to also add the reply message to .github/label-commenter-config.yml!
28+
## Make sure to also add the reply message to .github/label-commenter-config.yaml!
2929
## This currently seems no longer to work due to changes on the actions-cool/issues-helper!
3030
####################################################################
3131
# - name: Remove 'Logfile' label again (issues only)
@@ -74,6 +74,7 @@ jobs:
7474
## Write the response
7575
####################################################################
7676
- name: Write Response
77-
uses: peaceiris/actions-label-commenter@c2d00660c86f2b9ed0fb35b372c451558eba85b3
77+
uses: peaceiris/actions-label-commenter@v1
7878
with:
79-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
79+
github_token: "${{ secrets.GITHUB_TOKEN }}"
80+
config_file: .github/label-commenter-config.yaml

Changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [15.7.0] - 2024-02-17
2+
3+
For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.6.0...v15.7.0)
4+
5+
#### Core Changes
6+
- Added new camera settings (See `Settings > Alignment > Reference Image and Camera Settings`). You might need to re-create the reference image and alignment marks. Note worthy:
7+
- You can now crop the image
8+
- Support to configure sharpness, grayscale, negatoive and exposure
9+
- Enhanced various WebUI pages with better explanations and usability
10+
- Add Firmware Version to MQTT
11+
12+
#### Bug Fixes
13+
- Reverted "Implemented late analog / digital transition [#2778](https://github.com/jomjol/AI-on-the-edge-device/pull/2778) (introduced in `v15.5`) as is seems to cause issues for many users.
14+
15+
116
## [15.6.0] - 2024-02-09
217

318
For a full list of changes see [Full list of changes](https://github.com/jomjol/AI-on-the-edge-device/compare/v15.5.0...v15.6.0)
@@ -42,6 +57,8 @@ For a full list of changes see [Full list of changes](https://github.com/jomjol/
4257
- dig-class100-0167_s2_q.tflite
4358
- dig-class11_1700_s2.tflite
4459
- ana-cont_1208_s2_q.tflite
60+
61+
- Added config entries for MQTT TLS
4562

4663

4764
#### Fixed

0 commit comments

Comments
 (0)