Skip to content

Releases: steventheworker/DockAltTab

v3.00.1

07 Dec 04:57
Compare
Choose a tag to compare
  • fix updater button
  • updater webview bug (elementAtPoint crashes)

v3.00.0

06 Dec 13:25
Compare
Choose a tag to compare

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

05 Sep 03:26
Compare
Choose a tag to compare
  • 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

18 Aug 08:47
Compare
Choose a tag to compare
  • 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

07 May 06:00
Compare
Choose a tag to compare
  • 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

24 Feb 20:14
Compare
Choose a tag to compare
  • show previews from all spaces (checks if "All spaces" is checked under AltTab preferences (on launch))
  • remove hide delay & separate mousedown/mouseup (related to issue #11)

v2.6

21 Nov 15:37
Compare
Choose a tag to compare

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

21 Oct 09:57
Compare
Choose a tag to compare

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

30 Sep 05:26
Compare
Choose a tag to compare

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

16 Sep 15:22
Compare
Choose a tag to compare
  • 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