Skip to content

Releases: mikeclayton/FancyMouse

FancyMouse-v0.0.20-preview

31 Jul 19:34
2b27fa5
Compare
Choose a tag to compare
Pre-release

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

14 Jul 17:35
4977f3f
Compare
Choose a tag to compare
Pre-release

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

10 May 21:57
4977f3f
Compare
Choose a tag to compare
Pre-release

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

25 Apr 22:07
2bacd3d
Compare
Choose a tag to compare
Pre-release

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

25 Jul 00:50
5dfae19
Compare
Choose a tag to compare
Pre-release

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

18 Jul 19:57
Compare
Choose a tag to compare
Pre-release

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::

image

Previous style

You can simulate the previous style by customising settings with the appropriate values to remove the borders and margins:

image

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.

image


Full Changelog: v0.0.14-preview...v0.0.15-preview

FancyMouse v0.0.14-preview

13 Apr 19:20
7aeff2e
Compare
Choose a tag to compare
Pre-release

Maintenance release - fixes the following:

Fixes the following:

  • #15 - Reduce dependency on WinForms
  • #16 - Progressive Preview - part 2

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

14 Mar 00:19
Compare
Choose a tag to compare
Pre-release

In this release:


Full Changelog: v0.0.12-preview...v0.0.13-preview

FancyMouse v0.0.12-preview

10 Mar 22:05
180e35b
Compare
Choose a tag to compare
Pre-release

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:

image

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

09 Mar 20:58
c916231
Compare
Choose a tag to compare
Pre-release

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:

image

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