Releases: ejbills/DockDoor
Releases · ejbills/DockDoor
v1.1.5
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
v1.1.4
Changelog
Fixes
- No longer filter out windows with empty titles
- Blurry window preview images
- Traffic light buttons visibility picker width (#193) @ShlomoCode
Chore
- Clearer wording in settings (#194) @ShlomoCode
- Typo in settings (#197) @ShlomoCode
v1.1.3
Changelog
Features
- 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
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
v1.1.2
Changelog
Features
- 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)
Fixes
- 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
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
v1.1.1
Changelog
Features
- 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
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
- 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
Features
- 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)
Fixes
- Show menu bar icon only on app reopen, not on interact (#98) (@ShlomoCode)
- OpenDelay display format (#99) (@ShlomoCode)
Other
- Remove xcuserdata files (#113) (@ShlomoCode)
- Scale effect
v1.0.17
- 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
v1.0.16
- 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
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