Skip to content

Commit b4698a7

Browse files
committed
Merge remote-tracking branch 'origin/main' into dependabot/pip/numpy-approx-eq-2.3.0
2 parents 71ec217 + 8a5c37d commit b4698a7

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Steps to reproduce the behavior:
2525
**Expected behavior**
2626
A clear and concise description of what you expected to happen.
2727

28+
**Logs**
29+
```
30+
Add logs either from the console output or the log.log file in the program main folder.
31+
```
32+
2833
**Screenshots / photos of the Turing screen**
2934
Add screenshots or photos of the rendering on the smart screen to help explain your problem.
3035
You can drag and drop photos here to add them to the description.

.github/workflows/themes-screenshot-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
python3 tools/theme-preview-generator.py
6868
6969
- name: Commit theme previews
70-
uses: stefanzweifel/git-auto-commit-action@v5
70+
uses: stefanzweifel/git-auto-commit-action@v6
7171
with:
7272
commit_message: "[GitHub Actions Bot] Update theme previews"
7373
file_pattern: 'res/themes/*/preview.png res/themes/themes.md'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Supported operating systems : macOS, Windows, Linux (incl. Raspberry Pi), basica
2525
| ⚠️ Turing Smart Screen 8.8" | ✅ Turing Smart Screen 2.1" |
2626
|---------------------------------------------|------------------------------------------------------------------|
2727
| <img src="res/docs/turing8inch.webp"/> | <img src="res/docs/turing2inch.webp" width="60%" height="60%"/> |
28-
| basic support (no video or storage for now)<br/>⚠️ [New revision V1.1 not supported!](https://github.com/mathoudebine/turing-smart-screen-python/issues/727)<br/>⚠️ [Current issues with first revision](https://github.com/mathoudebine/turing-smart-screen-python/issues/724) | basic support (no video or storage for now) |
28+
| basic support (no video or storage for now)<br/>⚠️ [New revision V1.1 not supported!](https://github.com/mathoudebine/turing-smart-screen-python/issues/727) | basic support (no video or storage for now) |
2929

3030
|[UsbPCMonitor 3.5" / 5"](https://aliexpress.com/item/1005003931363455.html) |[Kipye Qiye Smart Display 3.5"](https://www.aliexpress.us/item/3256803899049957.html) |
3131
|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ PyYAML~=6.0.2 # For themes files
44
psutil~=7.0.0 # CPU / disk / network metrics
55
pystray~=0.19.5 # Tray icon (all OS)
66
babel~=2.17.0 # Date/time formatting
7-
ruamel.yaml~=0.18.11 # For configuration editor
7+
ruamel.yaml~=0.18.14 # For configuration editor
88
sv-ttk~=2.6.0 # Tk Sun Valley theme for configuration editor
99
tkinter-tooltip~=3.1.2 # Tooltips for configuration editor
1010
uptime~=3.0.1 # For System Uptime
11-
requests~=2.32.3 # HTTP library
11+
requests~=2.32.4 # HTTP library
1212
ping3~=4.0.8 # ICMP ping implementation using raw socket
1313
pyinstaller~=6.13.0 # bundles a Python application and all its dependencies into a single package
1414
Pillow~=11.2.1 # Image generation

0 commit comments

Comments
 (0)