Skip to content

Commit 5d286a4

Browse files
tag 5.59, update readme/help
1 parent ebe7c5d commit 5d286a4

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Help.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
| -splash=0 | No splash window at PersistentWindows startup
99
| -legacy_icon | Switch to the original icon (as of 5.49 release)
1010
| -silent | No splash window, no balloon tip hint, no event logging
11+
| -capture_floating_window | capture floating child window and dialog window position as well
1112
| -ignore_process "notepad.exe;foo" | Avoid restoring windows for the processes notepad.exe and foo
1213
| -debug_process "notepad.exe;foo" | Print the window positioning event logs in Event Viewer for the processes *notepad.exe* and *foo*
1314
| -foreground_background_dual_position=0 | Turn off dual position switching

Ninjacrab.PersistentWindows.Solution/SystrayShell/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("5.58.*")]
34+
[assembly: AssemblyVersion("5.59.*")]
3535

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ and restores back to its previous settings.
1111
this tool and not have to worry about re-arranging when all is back to normal.
1212

1313
## Key Features
14-
- Keeps track of window position changes, and automatically restores the desktop layout, including the taskbar position, to the last matching monitor setup.
14+
- Auto restore: Keeps track of window position changes, and automatically restores the desktop layout, including the taskbar position, to the last matching monitor setup.
1515
- Supports remote desktop sessions with multiple display configurations.
16-
- Capture windows to disk: saves desktop layout capture to hard drive in liteDB format, so that closed windows can be restored after PC reboot, with virtual desktop observed.
17-
- Capture snapshot to ram: saves desktop layout in memory using one char from [0-9a-z] as the name. The window Z-order is preserved in the snapshot.
18-
- Automatically save window position history as xml files, so that snapshots and auto-restore points will continue to function after PC reboot or PersistentWindows upgrade/restart.
16+
- Capture windows to disk: manually saves desktop layout capture to hard drive in liteDB format, so that closed windows can be restored to corresponding virtual desktop after PC reboot.
17+
- Capture snapshot: manually saves desktop layout to ram. The window Z-order is preserved in the snapshot. Up to 36 snapshots ([0-9a-z]) can be taken for each display configuration.
18+
- Automatically persists the location history of all windows (alive and closed) to hard drive in xml format, so that manual-restore-point (aka snapshot) and auto-restore-point will continue to function smoothly upon app upgrade/restart, even after PC reboot.
1919
- Webpage commander to improve the efficiency of web browsing for all major web browsers using one-letter commands like in vi editor.
2020
- Efficient window switching between foreground and background dual positions.
2121
- Pause/resume auto restore.

0 commit comments

Comments
 (0)