Skip to content

Latest commit

 

History

History
622 lines (421 loc) · 31.2 KB

CHANGELOG.md

File metadata and controls

622 lines (421 loc) · 31.2 KB
<style> h1:first-of-type { display: none; } .my-5 { margin: unset !important; } .markdown-body img { max-width: 50%; } @media (prefers-color-scheme: dark) { body { color-scheme: dark; color: white; background: transparent; } a, :link { color: #419cff; } a:active, link:active { color: #ff1919; } } .donation-link { display: inline-block; margin-top: 10px; padding: 5px 10px; background-color: #FFDD00; color: #000000 !important; text-decoration: none; font-size: 0.9em; font-weight: bold; border-radius: 3px; } .donation-link:hover { background-color: #E5C700; } </style>

☕ Support kepler.cafe

v1.2.9 - 17 Sep 2024

  • Fixes a bug where windows in the cache were not being properly updated

Changes

v1.2.8 - 13 Sep 2024

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

  • Localization Sync: Synced macOS app localizations with Crowdin, keeping translations up to date (#318).
  • Website Localization Sync: Updated website localizations using Crowdin (#316).

Changes

v1.2.7 - 13 Sep 2024

Changelog

No more dock alignment issues. It will now be placed accurately 100% of the time.

🛠️ Fixes

  • Dock Item Hover Preview: The hover preview is now placed using the Dock item’s Accessibility (AX) element, ensuring accurate positioning even on multi-monitor setups (#277).

Changes

v1.2.6 - 10 Sep 2024

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.

Changes

v1.2.5 - 08 Sep 2024

  • ⚠️ 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 of Command + Tab.

🎨 Visual Updates

  • New App Icon: Introduced another new icon, giving DockDoor a fresh, updated look.

Changes

v1.2.3 - 05 Sep 2024

  • Adds option to disable window sorting - #292

Changes

v1.2.2 - 04 Sep 2024

  • Fixes far windows being impossible to reach #291

Changes

v1.2.1 - 04 Sep 2024

  • Fixes windows having wrong size while they are not in the main screen #288

Changes

v1.2.0 - 04 Sep 2024

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 and kAXSelectedChildrenAttribute) 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.

🛠️ 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

Shoutout to @ShlomoCode for his amazing contributions!

Changes

v1.1.6 - 30 Aug 2024

🛠️ Fixes

  • Window Switcher Lag: Resolved lag issues when switching windows, enhancing overall responsiveness. [#280] - @ejbills
  • Previous Traffic Light Buttons Position: Updated the logic to correctly position traffic light buttons on the “OK” dialog. [#271] - @ShlomoCode
  • Gradient Twitching: Fixed an issue where gradients would twitch when using DockDoor within a fullscreen application. [#267] - @ejbills
  • RTL Layout Rendering: Corrected the right-to-left layout rendering for user-defined element positions. [#262] - @ShlomoCode
  • Bring Window to Front Logic: Restored the original logic for bringing windows to the front, improving window management. [#246] - @ShlomoCode

🚀 New Features

  • macOS 13 Ventura Support: Added full support for macOS 13 Ventura. [#267] - @ShlomoCode, @ejbills
  • Customizable Highlight Gradient Colors: Introduced customizable highlight gradient colors for enhanced user interface personalization. [#265] - @ejbills
  • Escape to Close Preview: Added the ability to press the Escape key to close the preview window, streamlining user interactions. [#255] - @ShlomoCode

🔧 Maintenance

  • Localization Sync: Regular synchronization of localizations with Crowdin to keep translations up-to-date. [#270], [#266], [#263], [#249] - @ejbills, @crowdin-bot
  • Format Preservation: Preserved unused arguments in code formatting to maintain consistency. [#252] - @ShlomoCode
  • Localizable.xcstrings Update: Updated the Localizable.xcstrings file with new keys to support additional translations. [#255] - @ShlomoCode
  • SwiftFormat Lint: Integrated SwiftFormat linting to ensure consistent code style. [#250] - @ShlomoCode
  • Autogenerated Xcode File Headers: Removed unnecessary autogenerated file headers in Xcode for cleaner codebase. [#251] - @ShlomoCode
  • CNAME Management: Created and deleted CNAME records as part of domain management efforts. - @ejbills

🛠️ Refactoring

  • AXUIElement Extension: Refactored code to use an AXUIElement extension for improved accessibility and cleaner code. [#242] - @ShlomoCode

Changes

v1.1.5 - 02 Aug 2024

Changelog

Features

  • Introducing ability to track & navigate to windows from all applications across all spaces, along with support for window previews on minimized and hidden windows. @hasansultan92 & @ejbills
    • Note: This is the initial rollout of this feature and things may be buggy. Please report any bugs you encounter. It works as follows: as you navigate, window states are tracked and stored across spaces, allowing support for windows in other spaces, along with tracking minimized and hidden windows (which are displayed in a faded-greyed out look in the window preview).
  • Restart the app when needed instead of just quitting @ShlomoCode
  • Open app settings by relaunch @ShlomoCode
  • Add ability to choose traffic light buttons position @ShlomoCode
  • Add quit button @ShlomoCode

Fixes

  • Disable fullscreen button in settings window @ShlomoCode
  • Use decimalFormatter in 'preview hover delay' setting @ShlomoCode

Chore

  • Sync localizations with Crowdin @ejbills
  • Clearer wording in settings @ShlomoCode
  • GitHub issue template enforcement @ejbills
  • Add manual run ability to stale issues action @ejbills
  • Create pull request template @ejbills
  • Add Homebrew installation instructions @ejbills
  • Show copy button for brew command @ShlomoCode

Changes

v1.1.4 - 16 Jul 2024

Changelog

Fixes

  • No longer filter out windows with empty titles
  • Blurry window preview images
  • Traffic light buttons visibility picker width (#193) @ShlomoCode

Chore

Changes

v1.1.3 - 16 Jul 2024

Changelog

Features

Fixes

  • Lingering full screen preview in certain scenarios
  • Minimized and hidden windows showing empty squircle

Refactor

  • HoverTimerActions -> PreviewHoverAction (#173)

Chore

  • License change from MIT to GPL-3.0 (#191)
  • Add release publish to crowdin sync action
  • Sync localizations with Crowdin @ejbills @crowdin-bot

Changes

v1.1.2 - 12 Jul 2024

Changelog

Features

Fixes

Chore

  • Sync localizations with Crowdin (#165) @ejbills @crowdin-bot
  • Set commit_message in crowdin-sync.yml (#158) @ShlomoCode
  • Initialize workflow file on main branch
  • Revert "fix: invalid formatting in changelog (#147)" (#149)
  • Patch: Update crowdin-sync.yml to not run based on push to main (was creating loop) (#167)
  • New Crowdin translations by GitHub Action (#156) @ejbills @crowdin-bot

Changes

v1.1.1 - 11 Jul 2024

Changelog

Features

Fixes

  • Incorrect placement of traffic light setting
  • Window should not be draggable
  • Accidentally deleted download link from readme
  • Chrome PWA's (#126) @ShlomoCode
  • Sparkle release notes in dark mode (#124) @ShlomoCode

Refactor

  • Replace numeric enums with named enums; reword keys and variables (#141) @ShlomoCode

Chore

Changes

v1.1.0 - 09 Jul 2024

Features

Fixes

Other

Changes

v1.0.17 - 08 Jul 2024

  • Fixes bug: Impossible to use Tab with default MacOS keybind activated (#92) @hasansultan92
  • Adds option to not use uniform window radius, so that you can see an entire window preview without it getting cropped. (#93) @ShlomoCode

Changes

v1.0.16 - 08 Jul 2024

  • Adds window switcher key bind customization (thanks to @hasansultan92)
  • Show menu bar icon when app icon is clicked (thanks to @ShlomoCode)
  • Fixes the title label UI flashing on hover

Changes

v1.0.15 - 06 Jul 2024

Quick patch for:

  • Windows that are on separate monitors not showing up
  • Some users were experiencing blurry windows (not sure if this is fully fixed)

Changes

v1.0.14 - 05 Jul 2024

  • 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

Changes

v1.0.13 - 04 Jul 2024

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)

Changes

v1.0.12 - 02 Jul 2024

  • 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

Changes

v1.0.11 - 30 Jun 2024

  • 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)

Changes

v1.0.10 - 30 Jun 2024

  • 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.

Changes

v1.0.9 - 30 Jun 2024

  • Adds option to disable window switcher entirely (so you can use more mature apps, like AltTab, alongside DockDoor) - thanks @hasansultan92

Changes

  • Patches the tab menu incorrectly showing desktop widgets

Changes

v1.0.7 patch - 26 Jun 2024

  • Fixes window buffer being on the wrong axis while the dock is on the bottom
  • Better memory management code

Changes

v1.0.6 - 26 Jun 2024

  • Fixes localized apps not showing their windows
  • Adds option "window buffer" which can be used to tweak the hover window location (if it's too far away, for example)
  • Adds donation link in settings

Changes

v1.0.5 - 25 Jun 2024

  • Quick patch to fix window previews for chromium browsers

Changes

v1.0.4 - 25 Jun 2024

  • Introduces minimized window support. Minimized windows will show up in a little box which will show you all of the hidden windows for that given application. It is scrollable (horizontally if the dock is on the left or right, vertically if on bottom.)
  • Hopefully remedies the selected window not being brought to front in browsers
  • UI Tweaks

Changes

v1.0.3 - 24 Jun 2024

  • Adjustments to app text label UI (you can now read it)
  • Added option to delay hover window opening, up to 2 seconds
  • Added option to disable the hover window sliding animation

Changes

v1.0.1 - 23 Jun 2024

This release is a quick patch to (hopefully) fix DMG notarization.

Changes

v1.0 (releases) - 23 Jun 2024

v1.0

Changes