v5.3.4
Bug Fixes
- align with_detached() implementation with with()
On macOS, /usr/bin/open is natively detached. This commit changes
with_detached to use the same logic as with() .avoid double detachment to prevent silent failure
Commit Statistics
- 6 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
view details
- Uncategorized
- Merge pull request #119 from benzeneringlq/fix-macos-detach-silent-failure (7db5738)
- Align with_detached() implementation with with() (8e122d4)
- Merge pull request #117 from ChrisDenton/absolute (20ea175)
- Thanks clippy (on Windows) (7faae87)
- Enable clippy deny on CI, with all features, but allow incompatible MRSV there (1ab9c47)
- Use absolute instead of canonicalize (5604cee)