Skip to content

Releases: ejbills/DockDoor

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

v1.0.13

04 Jul 04:30
Compare
Choose a tag to compare

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)