Skip to content

Releases: ejbills/DockDoor

v1.1.5

02 Aug 23:35
9b4158c
Compare
Choose a tag to compare

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

16 Jul 23:37
Compare
Choose a tag to compare

Changelog

Fixes

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

Chore

v1.1.3

16 Jul 00:20
e187248
Compare
Choose a tag to compare

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

v1.1.2

12 Jul 00:16
d371a3e
Compare
Choose a tag to compare

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

v1.1.1

11 Jul 01:30
6a8c92c
Compare
Choose a tag to compare

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

v1.1.0

09 Jul 15:28
Compare
Choose a tag to compare

Features

Fixes

Other

v1.0.17

08 Jul 21:15
0d5cb46
Compare
Choose a tag to compare
  • 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

08 Jul 15:06
7c5761e
Compare
Choose a tag to compare
  • 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 16:13
Compare
Choose a tag to compare

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)

v1.0.14

05 Jul 14:12
1eeceb6
Compare
Choose a tag to compare
  • 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