v1.1.4 - 16 Jul 2024
- No longer filter out windows with empty titles
- Blurry window preview images
- Traffic light buttons visibility picker width (#193) @ShlomoCode
- Clearer wording in settings (#194) @ShlomoCode
- Typo in settings (#197) @ShlomoCode
v1.1.3 - 16 Jul 2024
- Add option to select window title visibility (whenOveringPreview/alwaysVisible) (#188) @ShlomoCode
- [SharedPreviewWindowCoordinator] add fall back (#186) @chrisharper22
- Center Dock Tile Preview horizontally/vertically to icon (#182) @chrisharper22
- Clearer wording (#181) @ShlomoCode
- Suggest users contribute translations (#178) @ShlomoCode
- Improve settings layout (#175) @ShlomoCode
- Add app icon to readme (#176) @ShlomoCode
- Lingering full screen preview in certain scenarios
- Minimized and hidden windows showing empty squircle
- HoverTimerActions -> PreviewHoverAction (#173)
- License change from MIT to GPL-3.0 (#191)
- Add release publish to crowdin sync action
- Sync localizations with Crowdin @ejbills @crowdin-bot
v1.1.2 - 12 Jul 2024
- Preview window hover actions, with time and action customizations (#171)
- More localizations! You can now contribute to the translation here: https://crowdin.com/project/dockdoor/invite?h=895e3c085646d3c07fa36a97044668e02149115
- Make more strings localizable (#168) @ShlomoCode
- Settings: scale pickers and add number fields next to sliders (#170) @ShlomoCode
- Add top right window title position option (#150) @ShlomoCode
- Crowdin localization and automation (#155)
- Add Crowdin localization support and actions (#151)
- Local labels are cutting (#169) @ShlomoCode @ejbills
- Better setting names for preview hover action items
- Release notes loading (#148) @ShlomoCode
- Invalid formatting in changelog (#147) @ShlomoCode
- 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
v1.1.1 - 11 Jul 2024
- Update app icon to new design (Thanks to the awesome artwork by @VisualisationExpo)
- Traffic light button display customization options
- Make traffic lights symbols dark in light theme (#135) @ShlomoCode
- Added customization options for Window Titles (#128) @chrisharper22
- Improve release notes style (#125) @ShlomoCode
- Show changelog in in-app update (#120) @ShlomoCode
- Localize to FR (#115) @illavoluntas
- Focus when unminimized (#118) @UnknownCrafts
- 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
- Replace numeric enums with named enums; reword keys and variables (#141) @ShlomoCode
- Update he localization (#143) @ShlomoCode
- Add readme badges
- Remove useless maxwidth
- Create xcscheme file (#127) @ShlomoCode
- Create pr-lint.yml (#122) @ShlomoCode
v1.1.0 - 09 Jul 2024
- Add Hover App Title Styling options (#101) (@chrisharper22)
- Window title alignment option
- Use "hidden" word for window title hidden style (#112) (@ShlomoCode)
- Subtle traffic light buttons
- Add an "Appearance" tab in app settings (#106) (@ShlomoCode)
- Make more strings localizable (#105, #102) (@ShlomoCode)
- Localize Hebrew (#100) (@ShlomoCode)
- Close preview when dock icon is clicked (#62) (@ShlomoCode)
- Show menu bar icon only on app reopen, not on interact (#98) (@ShlomoCode)
- OpenDelay display format (#99) (@ShlomoCode)
- Remove xcuserdata files (#113) (@ShlomoCode)
- Scale effect
v1.0.17 - 08 Jul 2024
- Fixes bug: Impossible to use Tab with default MacOS keybind activated (ejbills#92) @hasansultan92
- Adds option to not use uniform window radius, so that you can see an entire window preview without it getting cropped. (ejbills#93) @ShlomoCode
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
v1.0.15 - 06 Jul 2024
- Windows that are on separate monitors not showing up
- Some users were experiencing blurry windows (not sure if this is fully fixed)
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
v1.0.13 - 04 Jul 2024
- Feat: add quit app button to preview window (#51) @ShlomoCode
- Feat: change sizingMultiplier setting without restarting the app (#50) @ShlomoCode
- 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 - 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
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)
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.
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
v1.0.8 patch (v1.0.7patch2) - 27 Jun 2024
- Patches the tab menu incorrectly showing desktop widgets
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
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
v1.0.5 - 25 Jun 2024
- Quick patch to fix window previews for chromium browsers
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
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
v1.0.1 - 23 Jun 2024
This release is a quick patch to (hopefully) fix DMG notarization.
v1.0 (releases) - 23 Jun 2024
v1.0