v5.25.1

Major Feature Updates (5.25)

New hotkey to adjust opacity! (#352)

You can now configure a shortcut to quickly adjust opacity using the mouse scroll button!
This setting can be configured under hotkey settings or opacity settings:

image

opacity scroll hotkey.webm

Currently, there is a known issue where it does not function on windows with higher privileges (elevated/admin windows) unless WindowTop is also running as Admin. I have spent some time trying to find a workaround, but unfortunately, no solution has been found yet.

Minor Changes (5.25.x)

5.25.0

  • Added several missing translations for a few languages. The coverage of translations is now much improved.
    Special thanks to ChatGPT for the assistance. If you spot any translation mistakes, please feel free to report them!
    You can report issues here: https://github.com/WindowTop/WindowTop-App/discussions/323 or by contacting us.
  • Fixed a potential issue where WindowTop might not exit properly (requiring manual termination through the task manager).

5.25.1

  • Fixed an issue that the license is not loaded in the secondary process that handles admin windows (#395)

v5.24.1

    Major Feature Updates (5.24)

    New option to export/import settings! (#63)

    When you first start WindowTop, the assistant window will show an option to import existing settings with a single click.
    After the import is complete, the app will restart with your imported settings.

    windowtop load settings from wizard.webm

    If you don’t have settings saved, you can click next as usual. In the last step, the assistant window will now show an option to export (backup) the settings you just set:
    image

    The backup file can also include your license if desired.
    Here are some screenshots showing the backup option:
    image
    image

    You can now quickly export settings and restore/reuse them on another device. The export creates a JSON file.
    When exporting, you have the option to include the license key, allowing a quick method to reuse your license key and preferred settings.

    To load settings, click “Import settings,” then browse to the file you created with the export option.

    Minor Changes (5.24.x)

    5.24.0

    No minor changes.

    5.24.1

    Improvements for #63

    • Added spinner icon while import is in progress
    • Added a confirmation message notifying the user that the import will override current settings and the app will restart, and requesting user confirmation to continue
    • Added a notification message shown after the app restarts to confirm import completion
    • Fixed an issue where auto-start with Windows was not applied from imported settings
    • The first page of the window assistant shows the import option, and the last page shows the export button