Skip to content

Commit

Permalink
chore: update changelog for v1.1.6
Browse files Browse the repository at this point in the history
    This commit was created by changelog-from-release in 'Update changelog on release published' CI workflow
  • Loading branch information
ejbills committed Aug 30, 2024
1 parent a220ed7 commit b1a29e7
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,40 @@
}
</style>

<a name="v1.1.6"></a>
# [v1.1.6](https://github.com/ejbills/DockDoor/releases/tag/v1.1.6) - 30 Aug 2024

## 🛠️ Fixes

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

## 🚀 New Features

- **macOS 13 Ventura Support**: Added full support for macOS 13 Ventura, ensuring compatibility with the latest macOS release. [[#267](https://github.com/ejbills/DockDoor/issues/267)] - [@ShlomoCode](https://github.com/ShlomoCode), [@ejbills](https://github.com/ejbills)
- **Customizable Highlight Gradient Colors**: Introduced customizable highlight gradient colors for enhanced user interface personalization. [[#265](https://github.com/ejbills/DockDoor/issues/265)] - [@ejbills](https://github.com/ejbills)
- **Escape to Close Preview**: Added the ability to press the Escape key to close the preview window, streamlining user interactions. [[#255](https://github.com/ejbills/DockDoor/issues/255)] - [@ShlomoCode](https://github.com/ShlomoCode)

This comment has been minimized.

Copy link
@ShlomoCode

ShlomoCode Aug 31, 2024

Contributor

@ejbills Is it created using AI? 😁 #255 is "update Localizable.xcstrings file with new keys"


## 🔧 Maintenance

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

## 🛠️ Refactoring

- **AXUIElement Extension**: Refactored code to use an `AXUIElement` extension for improved accessibility and cleaner code. [[#242](https://github.com/ejbills/DockDoor/issues/242)] - [@ShlomoCode](https://github.com/ShlomoCode)


[Changes][v1.1.6]


<a name="v1.1.5"></a>
# [v1.1.5](https://github.com/ejbills/DockDoor/releases/tag/v1.1.5) - 02 Aug 2024

Expand Down Expand Up @@ -370,6 +404,7 @@ v1.0
[Changes][releases]


[v1.1.6]: https://github.com/ejbills/DockDoor/compare/v1.1.5...v1.1.6
[v1.1.5]: https://github.com/ejbills/DockDoor/compare/v1.1.4...v1.1.5
[v1.1.4]: https://github.com/ejbills/DockDoor/compare/v1.1.3...v1.1.4
[v1.1.3]: https://github.com/ejbills/DockDoor/compare/v1.1.2...v1.1.3
Expand Down

0 comments on commit b1a29e7

Please sign in to comment.