Skip to content

Latest commit

 

History

History
50 lines (45 loc) · 1.97 KB

Changelog.md

File metadata and controls

50 lines (45 loc) · 1.97 KB

Changelog

All notable changes to this project will be documented in this file

  • Added

    • ✨ win: isget⎀UIA cursor position function
    • ✨ win: an alternative Accessibility library's cursor position function
    • ✨ win: add an option to Win_TitleToggle to clamp windows being resized above monitor's working area size
    • ✨ a listener to Window Messages to set a global variable that can be used to conditionally define keybinds
    • lib dbg: add Obj→Str alias
    • lib dbg: add dbgTL function that shows tooltip and prints to log
  • Changed

    • win: update get⎀Acc to return false for invisible caret
    • remove missing imports
    • update symbols
    • exclude Word from winkey keybinds
    • update app switcher to ignore same exes with different paths
    • update mouse hide on kb
    • move currency symbols from h to p, free h to on-hold editor functions
    • move app-specific functions to a separate file
    • add log function to outputdebug
  • Fixed

    • 🪲 win: TitleToggle repositioning windows incorrectly on style updates due to not properly taking into account the size of invisible borders that can go offscreen (and thus make the window left-most upper-most coordinates be negative)
    • 🪲 win: a missing window error
    • 🪲 make tooltip reset timers extend existing ones