You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-4Lines changed: 33 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,24 @@
1
1
# ToastDesk
2
2
3
-
ToastDesk is a Windows 11 desktop app that mirrors Windows notifications into persistent, always-on-top toast cards.
3
+
Persistent Windows notifications you cannot miss.
4
4
5
-
It is designed for people who miss important notifications because Windows Notification Center hides them behind the taskbar bell. ToastDesk keeps notifications visible until you take action.
5
+
ToastDesk is a Windows 11 desktop app that mirrors Windows notifications into persistent, always-on-top toast cards. It keeps important alerts visible until you open or dismiss them.
Use `ToastDesk-win-x64.zip`, extract it, then run `ToastDesk.exe`.
16
+
17
+
ToastDesk is currently distributed as a self-contained Windows x64 ZIP package. No separate .NET runtime install is required.
18
+
9
19
## Status
10
20
11
-
ToastDesk is early public-preview software. Core notification capture, persistent overlay cards, tray behavior, settings, startup registration, and notification sounds are implemented. Installer/signing work is still in progress.
21
+
ToastDesk is early public-preview software. Core notification capture, persistent overlay cards, tray behavior, settings, startup registration, notification actions, and notification sounds are implemented. Installer/signing work is still in progress.
12
22
13
23
## Features
14
24
@@ -23,6 +33,25 @@ ToastDesk is early public-preview software. Core notification capture, persisten
23
33
- Notification sound presets and custom sound files
24
34
- Production-safe bundled sound assets
25
35
36
+
## Release Flow
37
+
38
+
Maintainers can publish a GitHub Release by pushing a version tag:
39
+
40
+
```powershell
41
+
git tag v0.1.0
42
+
git push origin v0.1.0
43
+
```
44
+
45
+
The GitHub Actions release workflow will build `ToastDesk-win-x64.zip` and attach it to the release.
0 commit comments