File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 32
32
//
33
33
// You can specify all the values or you can default the Build and Revision Numbers
34
34
// by using the '*' as shown below:
35
- // [assembly: AssemblyVersion("1.0.0 ")]
36
- [ assembly: AssemblyVersion ( "1.0.0 " ) ]
37
- [ assembly: AssemblyFileVersion ( "1.0.0 " ) ]
35
+ // [assembly: AssemblyVersion("1.0.1 ")]
36
+ [ assembly: AssemblyVersion ( "1.0.1 " ) ]
37
+ [ assembly: AssemblyFileVersion ( "1.0.1 " ) ]
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >MouseTrap</id >
5
- <version >1.0.0 </version >
5
+ <version >1.0.1 </version >
6
6
<title >MouseTrap DPI aware mouse move across screens</title >
7
7
<tags >multiscreen mouse-pointer screen-scale dpi-awareness dpi-scaling cursor-moves cursor-position</tags >
8
8
<summary >A small tool to map the cursor between monitors with different DPIs</summary >
@@ -31,7 +31,13 @@ Here you can find the [documentation](https://github.com/r-Larch/MouseTrap/blob/
31
31
<docsUrl >https://github.com/r-Larch/MouseTrap/blob/master/README.md</docsUrl >
32
32
<iconUrl >https://raw.githubusercontent.com/r-Larch/MouseTrap/master/MouseTrap/AppIcon.png</iconUrl >
33
33
<requireLicenseAcceptance >false</requireLicenseAcceptance >
34
- <releaseNotes >a53dee1 fixes countless issues and makes app more stable
34
+ <releaseNotes >eb517c3 update setup.cmd
35
+ 7ddbf15 makes ScreensView able to handle negative screen coordinates
36
+ e3ac5f0 remove useless dispose
37
+ 135c8f9 fixes #1 Unhandled exception while user is logging in.
38
+ f3b141c v1.0.0-beta binarys
39
+ 37bde46 Update v1.0.0-beta
40
+ a53dee1 fixes countless issues and makes app more stable
35
41
245377b requireAdministrator
36
42
1ed14d9 added logger
37
43
7a5957c Update v1.0.0-beta
You can’t perform that action at this time.
0 commit comments