Skip to content

Commit 2f4337e

Browse files
committed
Add changelog and upstream project links
1 parent 4bffdbf commit 2f4337e

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
All notable changes to this fork are documented here.
4+
5+
The format is based on a simple chronological release history.
6+
7+
## v0.2.1 - Autostart and Broader Runtime Support
8+
9+
- Added Linux user autostart support via `systemd --user`.
10+
- Added `Enable autostart` / `Disable autostart` controls to `configure.py`.
11+
- Broadened SmartMonitor runtime support across more themes.
12+
- Added runtime fallback logic for themes with recoverable `source_ui` metadata.
13+
14+
## v0.2.0 - Shutdown Handling Improvements
15+
16+
- Improved application shutdown behavior.
17+
- Stopped background runtime workers more cleanly on exit.
18+
- Reduced cases where the process stayed alive after close or `Ctrl+C`.
19+
20+
## v0.1.0 - Initial Public HIDdev Release
21+
22+
- First public GitHub release of the SmartMonitor HID fork.
23+
- Linux SmartMonitor HID support published in a cleaned repository package.
24+
- Vendor `.dat` theme upload workflow included.
25+
- Runtime integration available for supported SmartMonitor themes.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
`turing-smart-screen-python-HIDdev` is a modified fork of `turing-smart-screen-python` with added support for 3.5" SmartMonitor devices that appear on Linux as USB HID (`0483:0065`) instead of serial/TTY displays.
44

5+
Based on the original project:
6+
7+
- https://github.com/mathoudebine/turing-smart-screen-python
8+
59
## Features
610

711
- Linux `hidraw` backend for SmartMonitor
@@ -57,6 +61,10 @@ See [LICENSE](./LICENSE).
5761

5862
Russian overview and usage notes are available in [README_RU.md](./README_RU.md).
5963

64+
## Changelog
65+
66+
Release history is available in [CHANGELOG.md](./CHANGELOG.md).
67+
6068
## 💰 Support the Project
6169

6270
If you find this project useful, you can support the development with a donation:

README_RU.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
`turing-smart-screen-python-HIDdev` — это модифицированный форк `turing-smart-screen-python` с поддержкой 3.5" SmartMonitor, который в Linux определяется как USB HID (`0483:0065`), а не как обычный serial/TTY-дисплей.
44

5+
Основан на оригинальном проекте:
6+
7+
- https://github.com/mathoudebine/turing-smart-screen-python
8+
59
## Что умеет проект
610

711
- работать с монитором через `hidraw`
@@ -64,6 +68,10 @@ python3 configure.py
6468

6569
См. [LICENSE](./LICENSE).
6670

71+
## История изменений
72+
73+
История релизов доступна в [CHANGELOG.md](./CHANGELOG.md).
74+
6775
## 💰 Поддержать проект
6876

6977
Если проект оказался полезным, вы можете поддержать разработку донатом:

0 commit comments

Comments
 (0)