-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
108 lines (65 loc) · 3.78 KB
/
CHANGELOG
File metadata and controls
108 lines (65 loc) · 3.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Version History
## Version 4.1:
Released: 2026
New Features:
- Three-state edge wrapping: each contour edge can now be set to Wrap (green), Delayed (yellow), or No Wrap (red) by clicking in the Options dialog.
- Delayed edge wrapping: cursor pauses at the boundary before wrapping, providing resistance at selected edges.
- Adjustable delay slider: configure the delayed-wrap timing from 200 ms to 1000 ms (snaps to 100 ms increments).
- Live cursor dot: the Options monitor preview now shows the real-time cursor position as a dot.
- Color key legend: the Options dialog displays a color legend explaining the three edge states.
- All edge states and delay settings are persisted in the registry and survive restarts.
## Version 4.0:
Released: 2026
New Features:
- Multi-monitor contour algorithm: wraps the mouse pointer around the true outer boundary of any monitor arrangement, including non-rectangular layouts.
- Theme-aware tray icons: automatically switches between light and dark icons to match the Windows system theme.
- Per-monitor DPI awareness (V2): sharp rendering on mixed-DPI setups.
- Single-instance enforcement: prevents multiple copies from running simultaneously.
- "Wrap within workspace" toggle: optionally confine wrapping to the work area (excluding taskbars).
- Pure C rewrite: entire application rewritten in C from the original C++ codebase for smaller footprint and simpler build.
## Version 2.04:
Released: 12/01/2005
Modification Details:
Customers of Mouse Wrap were experiencing problems while dragging or resizing windows from one side of the screen to the other using the wrapping functionality. This is because Microsoft Windows will restrict the mouse pointer to only the work-area of the desktop while dragging of normal windows (i.e. it is not possible to drag windows over the taskbar in its default ‘keep on top’ setting enabled).
Mouse Wrap 2.04 solves this problem by detecting when the user is trying to drag or resize a window beyond the taskbar, while still using the minimum amount of your computer’s resources.
Note, there is a very slight delay when wrapping from the edge of the taskbar, this is because it takes time to evaluate if it is necessary to do the wrap while using low resources.
Mouse Wrap will respect the size and position of your taskbar.
## Version 2.03:
Released: 25/08/2004
Modification Details:
- Some error messages are now more meaningful.
Fixed Issues:
- Removed non-critical error messages (when the error is self resolvable by Mouse Wrap).
## Version 2.02:
Released: 28/07/2003
Modification Details:
- Installer removes redundancies left behind from Mouse Wrap v1.
## Version 2.01:
Released: 17/06/2003
Modification Details:
- Slightly smaller download size.
- Minor improvements to help file.
- Donate prompt text is now not editable.
## Version 2.00:
Released: 13/06/2003
New Features:
- Movement pattern recognition. Allows; Cut, Copy, Paste, Forward and Backward navigation in Windows Explorer and Internet Explorer. The recognised patterns are rapid left and right motion, and rapid back and forth motion.
- Options window.
- Less memory and CPU usage.
- Smaller download.
- Redesigned icons.
Fixed Issues:
- Now auto-adjusts when changing screen resolutions.
- Multi-user environment now not an official error. See main page.
- Pop-up menu from task tray now unloads when clicking any where else on the screen.
- Better task tray icon management.
## Version 1.00:
Released 1/12/2001
Features:
- Allowed wrapping of the mouse pointing device.
- Auto update checking.
Known Issues:
- Did not auto-adjust when changing screen resolutions.
- Issues with Windows XP when user accounts was involved.
- Pop-up menu did not unload when attempting to unselect it.
- Did not support a multi-monitor environment.