Releases: ejbills/DockDoor
Releases Β· ejbills/DockDoor
v1.0.14
- Initial support for hidden apps (CMD+H). If an app is hidden, its windows will show up as βhiddenβ and will be displayed similarly to minimized windows. If you click a hidden window from the window preview, the owning application will be marked as unhidden, and that window will be brought to the front.
- More changes to update page @ShlomoCode
v1.0.13
Changelog
New features:
- Feat: add quit app button to preview window (#51) @ShlomoCode
- Feat: change sizingMultiplier setting without restarting the app (#50) @ShlomoCode
Misc.
- Update page overhaul
- Fixes title UI inconsistencies for small window sizing
- Moves window title to bottom
- Update README.md documentation for new traffic light button
- Fixes jagged gradient animation
- Fully finish transition to ScreenCaptureKit in preparation for macOS Sequoia (remove CoreGraphics usage)
- Removes unnecessary ".00" in Window Cache Lifespan
- Enhances window filtering for certain applications (issue 1 issue 2)
v1.0.12
- Only shows window's title when you hover over the window
- Reduces animations to make it feel more polished
- Customizable screenshot caching timer (you can set it to 0 so window previews are always fresh)
- Adds support for maximizing a window from the window preview (thanks to @ShlomoCode)
- Migrates screenshot manager to new ScreenCaptureKit API to prevent deprecated warning in macOS sequoia
What's upcoming?
- Full size window previews on hover
- Window switcher keybind customization
- Homebrew releases
v1.0.11
- Adds window title to window previews
- Adds ability to minimize window via window previews
- Hides window when dock icon is clicked
- Hides window when dock item is right clicked
- UI tweaks
- Sets minimum width for settings pane to fix jagged resizing (thanks @ShlomoCode)
- Fixes button to open recording preferences (thanks @ShlomoCode)
v1.0.10
- Adds option to disable menu bar icon
Note:
When DockDoor initially opens, the menu icon will be visible for 10 seconds, until it disappears. This way, you can access the settings even with the icon disabled. Just relaunch the app and click it before it disappears if you need to change some settings.
v1.0.9
- Adds option to disable window switcher entirely (so you can use more mature apps, like AltTab, alongside DockDoor) - thanks @hasansultan92
v1.0.8 patch
- Patches the tab menu incorrectly showing desktop widgets
v1.0.7 patch
- Fixes window buffer being on the wrong axis while the dock is on the bottom
- Better memory management code