Skip to content

v1.0.0-preview.2 (Windows-only)

Pre-release
Pre-release

Choose a tag to compare

@cymian cymian released this 16 Apr 17:11
e873bcb

This release adds deep links, fixes the overlay not showing over the taskbar, and includes several other quality-of-life improvements and fixes.

Note: Mouseless is jumping to v1.0! (There will be no v0.5 stable release.) v1.1 will bring even bigger changes, including an overhaul of the config editor / app windows, custom actions and more. 🚀

Feedback always appreciated!

Enhancements

Features

  • Deep link support
    • e.g. mouseless://toggle-overlay
    • Useful for avoiding conflicts with other utility apps
    • 8 commands
      • toggle-overlay, show-overlay, hide-overlay
      • toggle-free-mode, enter-free-mode, exit-free-mode
      • toggle-enabled, settings
  • Invert colors command added

UX / Quality-of-life

  • Consolidated update-related settings into General config section
    • Settings... menu item now opens 'config editor'
    • user_prefs.yaml file deprecated/removed
  • Settings window has buttons on the side for quick scrolling to sections
  • Improved config error handling
    • On startup, gracefully falls back to individual defaults (instead of entire default config)
  • Made comma and period 50% larger for visibility (and semicolon 25% larger)
  • Default grid settings now match the position_based_columns preset
  • Ctrl+S saves the config when editor open

Debug / logging

  • Added log_level config field
  • A new log file is now created per session (up to 10 stored)
  • Added force overlay resize command
  • Added reset keyboard state command

Fixes

  • Overlay now shows over taskbar 🎉
  • Fixed //? key on Brazilian keyboard layout (other non-English keys may be fixed as well)
  • Fixed slight misalignment of characters in overlay due to varying character width
  • Fixed escape not closing 'find' widget in config editor