Releases: steventheworker/DockAltTab
v3.00.1
v3.00.0
v3.00.0
- all previews are centered! (caused by whitespace around thumbnails)
- works on >2 monitors
- wait for dock icon / mouse “stability” to show preview
v2.91.0
- currently ignores delay slider, "MacOS" mode (coming soon) and "Windows" mode are the same code, previews immediately hide (opposed to after a timeout) *
DockAltTab-2.91.0.zip
- no need to restart DAT for change in dock position to take effect
DockAltTab-2.91.0-build4.zip
- new finder window if there's none
- fix memory leaks
- the dock gap area now treated as part of the dock --reacts to clicks, and shows previews
DockAltTab-2.91.0-build3.zip
- prefs window
- fix bug where the app suddenly has event listeners stop working (cgeventtapenable on timeout)
DockAltTab-2.91.0-build2.zip
rebuild, adds sparkle update framework, working previews, no prefs
- polished Ubuntu mode
- basic Windows™ implementation. Requires updating modded AltTab
DockAltTab-2.91.0-ubuntu-unpolished.zip
- works with the AltTab that DockAltTab uses for v2.9
v2.9
- fix annoying bug (hidden app unhides and/or switches space at the wrong time)
- close/minimize buttons no longer auto-closes the preview window
updating scriptable AltTab to latest is required: https://github.com/steventheworker/alt-tab-macos/releases/
v2.8
- send coordinates of dock icon to AltTab / center previews
updating scriptable AltTab to latest is required: https://github.com/steventheworker/alt-tab-macos/releases/
v2.7
v2.6
build 2
- update at launch checkbox, manual updates, fetch
build 1
- add "Differentiate Hidden Apps" in dock settings
- bug fix: DockAltTab centered previews if you recently reset dock settings in terminal or were using a new macOS install and never changed your dock position before
- add hyperlinks menu
v2.5
v2.5
build 4
- ask for input monitoring first, then ask for accessibility
build 3
- all dock right clicks show contextmenu (attempt 2)
build 2
- all dock right clicks show contextmenu
- handle firefox pip windows
build 1
- show contextmenu for all right clicks on dock icons
NOTE: This version hasn't been notarized as my dev license has expired (hence the pre-release). Please consider donating using the "Support FOSS" link on the homepage.https://github.com/steventheworker/DockAltTab/releases/edit/v2.5
v2.4
NOTE: This version hasn't been notarized as my dev license has expired (hence the pre-release). Please consider donating using the "Support FOSS" link on the homepage.
build 1 (September 29)
- fix memory leak
- add Dock Delay setting in preferences
- repair clickToggle (hiding disabled after click/mouse out of dock (bug introduced @ v2.3))
- relaunch AltTab w/ same path (if already running) --prevent running the wrong copy (eg: Xcode archived versions)
build 2 (Patched October 4)
- re-add Apple Events to hardened runtime (under Project Targets -> Signing & Capabilities)
build 3 (Patched October 13)
- improve preview position on external monitors that have offsets
build 4 (Patched October 17)
- detect github issue #4 and default to default (center) AltTab location (if x = 0 & y = 0)
v2.3
- add “reopen previews on clicks that switch spaces” setting in preferences
- stop showing previews when icons clicked immediately (before delay finished)
- reset AltTab preview position when DockAltTab preview hidden
- minor improvements / bug fixes