diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb3faa3..8804ee6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ name: 'Build' env: - VERSION: 3.5.1 + VERSION: 3.5.2 BUILD_TYPE: Release ARCH: x64 VCPKG_CONFIG: Release diff --git a/common b/common index 877b51f..4b39327 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 877b51fb832e9e113fb1f6540c3f437365ebf916 +Subproject commit 4b39327083e121b46a461730df76f17c9dda594c diff --git a/docs/release-notes.md b/docs/release-notes.md index 7178a22..80a594f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,3 +1,9 @@ +## 3.5.2 + +Resolves an issue when Chromium browsers are not brought to foreground. Thanks to @tallen1983 in #39. + +> Not using `ShellExecute` and waiting for successful process handle seems to be making Chromium happy. + ## 3.5.1 **New feature!** [Office 365 link unwrapping](https://aloneguid.github.io/bt/url-processing.html#office-365-link-unwrapping) implemented, thanks to @maluht in #36.