Skip to content

Commit

Permalink
use StartProcess and wait for handle (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Sep 7, 2023
1 parent be73ece commit 524bf55
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Build'

env:
VERSION: 3.5.1
VERSION: 3.5.2
BUILD_TYPE: Release
ARCH: x64
VCPKG_CONFIG: Release
Expand Down
2 changes: 1 addition & 1 deletion common
6 changes: 6 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 524bf55

Please sign in to comment.