Releases: mikeclayton/FancyMouse
FancyMouse-v0.0.20-preview
Minor Bugfixes
This release contains a couple of small bugfixes:
-
#44 - Background bleeding through on individual screen images - this only affected unit tests but is fixed now
-
#46 - Off-by-one preview size due to rounding - the preview image size was one pixel smaller than it should have been in some cases due to rounding down of dimensions
Full Changelog: v0.0.19-preview...v0.0.20-preview
FancyMouse-v0.0.19-preview
Maintenance release
There's no new features in this release - it's mostly a servicing update with the following changes:
- #43 - Moved "Common" code into a separate library to to sync code with PowerToys Mouse Jump
- Bumped nuget packages to latest versions
FancyMouse-v0.0.18-preview
Minor Bugfixes
This release contains a couple of small bugfixes:
-
#39 - Number pad keys now work and move the pointer to the centre of the appropriate screen.
-
#40 - Fixed a rounding error in preview image scaling that caused additional empty rows or columns of background pixels to be drawn at the right or the bottom of the preview image immediately inside the border. The screenshot thumbnails will now properly fill the content area (except for the margin and padding space where appropriate)
-
Fixing a few typos in the wiki
Full Changelog: v0.0.17-preview...v0.0.18-preview
FancyMouse-v0.0.17-preview
Maintenance release
There's no new features in this release - it's mostly a servicing update with the following changes:
- Upgrade to dotnet 8
- Refactoring to move the code shared with PowerToys MouseJump into a "Common" folder to make it easier to keep the two projects synchronised.
- A couple of new unit tests to test preview image rendering
Full Changelog: v0.0.16-preview...v0.0.17-preview
FancyMouse-v0.0.16-preview
New feature - appSettings.config watcher
FancyMouse now watches its config file and reloads it whenever it changes. Hotkey and style changes in the config file will be automatically incorporated into the running instance without needing to restart the application.
Full Changelog: v0.0.15-preview...v0.0.16-preview
FancyMouse v0.0.15-preview
New feature - customisable appearance
This release adds customisable margins, borders, padding and background so you can adapt the appearance to your use case a bit easier.
New default style
The new default style includes some padding between the screenshots, and a 3d-effect border to simulate the bezel around the screens::
Previous style
You can simulate the previous style by customising settings with the appropriate values to remove the borders and margins:
Custom styles
There's a whole load of settings to play with that will let you create your own styles - see the links for details.
Full Changelog: v0.0.14-preview...v0.0.15-preview
FancyMouse v0.0.14-preview
Maintenance release - fixes the following:
Fixes the following:
Progressive Preview
Enhanced the popup rendering to draw the screenshots of individual screens as soon as they're available - doesn't change the amount of time to draw them all, but makes it feel a bit more responsive:
FancyMouse.-.progressive.preview.v2.-.normal.mp4
Here's a slo-mo in case yyou missed it:
FancyMouse.-.progressive.preview.v2.-.slomo.mp4
Full Changelog: v0.0.13-preview...v0.0.14-preview
FancyMouse v0.0.13-preview
In this release:
-
feature - #7 - Keyboard shortcuts for centering cursor on specific screens (order of screens is defined in "System > Display" settings dialog:
- 1 - 9 - jump to centre of Screen 1-9
- p - jump to centre of Primary Screen
- <- -> - jump to centre of previous / next Screen
- home - jump to centre of Screen 1
- end - jump to centre of last Screen
Full Changelog: v0.0.12-preview...v0.0.13-preview
FancyMouse v0.0.12-preview
In this release:
v0.0.11-preview Patch
#10 - Fixes an issue in v0.0.11-preview where the mouse would be jumped to the wrong location if the primary monitor was not the top-left most monitor
New background texture:
Faster activation
There's now a "progressive activation" that draws solid rectangles if the preview takes too long to load (>250ms) and backfills the screenshots once the form is visible.
FancyMouse-6-screens.mp4
If the screenshot process completes within the first 250ms it will be displayed at startup to avoid any flicker:
FancyMouse-2-screens.mp4
Full Changelog: v0.0.11-preview...v0.0.12-preview
FancyMouse v0.0.11-preview
Update 2023-03-10
This version has been decommed due to a bug - see #10
Use FancyMouse v0.0.12-preview instead
In this release:
New background texture:
Faster activation
There's now a "progressive activation" that draws solid rectangles if the preview takes too long to load (>250ms) and backfills the screenshots once the form is visible.
FancyMouse-6-screens.mp4
If the screenshot process completes within the first 250ms it will be displayed at startup to avoid any flicker:
FancyMouse-2-screens.mp4
Full Changelog: v0.0.10-preview...v0.0.11-preview