Skip to content

Commit 1e02de4

Browse files
committed
Add release notes and screenshot for v0.1.0
1 parent fef2d08 commit 1e02de4

3 files changed

Lines changed: 30 additions & 4 deletions

File tree

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Repository: [github.com/suspiriaa/ClickForMe](https://github.com/suspiriaa/Click
88

99
Current package version: `0.1.0`
1010

11+
## Screenshot
12+
13+
![ClickForMe main window](screenshots/ss-1.png)
14+
1115
## Features
1216

1317
- Global hotkeys for starting, stopping, replaying, and clearing recordings
@@ -80,16 +84,20 @@ ClickForMe/
8084
|-- LICENSE
8185
|-- README.md
8286
|-- .github/
83-
| `-- workflows/
84-
| `-- ci.yml
87+
| |-- workflows/
88+
| | `-- ci.yml
8589
|-- docs/
8690
| |-- localization.md
8791
| |-- roadmap.md
88-
| |-- smoke-test.md
92+
| |-- release-checklist.md
93+
| |-- release-notes-v0.1.0.md
94+
| `-- smoke-test.md
95+
|-- screenshots/
96+
| `-- ss-1.png
8997
|-- logos/
9098
|-- tests/
9199
`-- src/
92-
`-- clickforme/
100+
|-- clickforme/
93101
|-- __init__.py
94102
|-- i18n.py
95103
|-- input_backends/

docs/release-notes-v0.1.0.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# ClickForMe v0.1.0
2+
3+
Initial public release candidate for the ClickForMe desktop utility.
4+
5+
## Highlights
6+
7+
- Record, edit, save, load, and replay desktop click workflows
8+
- Multi-monitor-aware playback with proportional coordinate targeting
9+
- Mouse button, scroll, keyboard key, and hotkey chord support
10+
- Playback pause and resume controls
11+
- `.cfm.json` validation with clearer load failures
12+
- Baseline automated tests and GitHub Actions CI
13+
14+
## Notes
15+
16+
- Standard mouse buttons, scroll, and common keyboard input are supported today
17+
- Vendor-specific HID-only mouse buttons are still best-effort until a raw input layer is added
18+
- The current app ships as a Python desktop project; executable packaging is planned next

screenshots/ss-1.png

63.7 KB
Loading

0 commit comments

Comments
 (0)