Releases: ejbills/DockDoor
Releases Β· ejbills/DockDoor
v1.3
Changelog
π New Features
- Window Preview Preservation: Preview will no longer hide when traffic light buttons are used to manage window state (#376)
- Natural Mouse Movement: Allow natural lateral mouse movements between active app icons
- Added app icon and app title information to window switcher
π οΈ Fixes
- Window Cache Management: Regularly purge invalid cached windows
- Window Closing: Fixed handling of invalid dock notifications for window closure
- Window Sizing: Improved UX for window sizing options (is now a slider based on screen dimensions)
π§Ή Chores
- macOS Localization: Synced macOS app localizations with Crowdin (#369)
- Website Localization: Synced website localizations with Crowdin (#370)
β©οΈ Reverts
- Reverted fix for invalid dock notification window closure handling
v1.2.9
v1.2.8
We now have a website, it was created by the wonderful @illavoluntas! https://dockdoor.net
Changelog
π New Features
- Ignore Single-Window Apps: Added an option to ignore apps that only have one window, improving focus on multi-window applications.
π¨ Redesigns
- Update Page: Redesigned the update page for a more modern and intuitive user experience.
π οΈ Fixes
- Date Window Sorting: Fixed an issue with sorting windows by date, ensuring correct chronological order.
- Window Info Fetching: Refactored the
fetchWindowInfo
method for improved performance and reliability. - Resizable Settings Pane: Enabled the settings pane to be resized and adjusted the layout for slider settings to improve usability.
- Localized Strings: Fixed an issue where localized strings sometimes did not fit properly within UI elements.
π οΈ Chores
v1.2.7
v1.2.6
Changelog
π New Features
- Help Settings: Introduced a new section in the settings to provide help and support to users.
π οΈ Fixes
- Window Validation: Fixed an issue where windows were not properly validated when a window UI element was changed (#310).
- Fluid Gradient Package Removal: Removed the fluid gradient package in favor of a custom implementation to fix a small memory leak.
v1.2.5
β οΈ Note: Fixes critical v1.2.4 crash.β οΈ This update sets the default app name label style to "embedded" and changes the window switcher keybind to Option + Tab. You can customize these settings if preferred.
Changelog
π New Features
- Custom Menu Bar Icon: Introduced a custom menu bar icon for DockDoor, offering a fresh, distinct look for users.
- Embedded App Title Style: The embedded app title style is now set as the default, providing a more cohesive visual experience.
π¨ Redesigns
- First-Time Launch Experience: Completely redesigned the first-time launch flow of DockDoor for a more intuitive and modern onboarding experience.
- Permissions View: Redesigned the permissions view for clarity and ease of use, enhancing the overall user experience.
π οΈ Changes
- Window Switcher Keybind Change: The window switcher now defaults to
Option + Tab
instead ofCommand + Tab
.
π¨ Visual Updates
- New App Icon: Introduced another new icon, giving DockDoor a fresh, updated look.
v1.2.3
v1.2.2
v1.2.1
v1.2.0
Changelog
π New Features
- Efficient Dock Item Detection and Improved Window Management: @ShlomoCode, @ejbills
- Dock Item Detection: The current Dock item is now detected using macOS Dock's native detection (
kAXSelectedChildrenChangedNotification
andkAXSelectedChildrenAttribute
) instead of relying on mouse position calculations. - Performance Improvement: Removed the global listener for mouse events, which significantly reduces CPU usage to 0% when not interacting or hovering with the Dock.
- Window Cache Management: Windows are now cached by PID instead of BundleID, improving compatibility with apps like scrcpy that do not have a BundleID.
- Window State Management: Enhanced logic for managing window states, including addressing window switcher update inconsistencies.
- Window Fade Out Animations: Introduced window fade-out animations and added configuration options for customization.
- Dock Item Detection: The current Dock item is now detected using macOS Dock's native detection (
π οΈ Fixes
- Fix Window Close Update: Resolved an issue where the window was not updating its state upon closing. - @ejbills
- Window Placement and Configuration: Fixed inaccurate window placement and configuration when using SCWindow. - @ejbills
- Invisible Window Switcher: Corrected an issue where the window switcher would become invisible under certain conditions. - @ejbills
- Window Raise and Matching Logic: Addressed problems with the logic that raises windows and matches them correctly. - @ejbills
- Window Switcher Update Inconsistency: Fixed inconsistencies when updating the window switcher. - @ejbills
π§Ή Chores
- Localization Sync: Regular synchronization of localizations with Crowdin. [#286, #287] - @ejbills, @crowdin-bot
- Remove Unused Methods and Code: Cleaned up the codebase by removing unused methods and outdated logic. - @ejbills
- Update Appcast for 1.1.6: Updated the appcast to point to the patched version 1.1.6. - @ejbills
- Improve Button Reliability: Enhancements were made to improve the reliability of buttons within the application. - @ejbills
π¨ Refactor
- Window Dismissal Improvements: Applied debounce cancellation logic and refined mouse position checks to improve window dismissal. - @ejbills
- Smart Distance Threshold: Implemented a smart distance threshold for hiding lingering windows. - @ejbills