devramsean0 / image-sync

An Image Sync system
MIT License
0 stars 0 forks source link

Update Rust crate open to v5 #25

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
open dependencies major 4.2.0 -> 5.0.1

Release Notes

Byron/open-rs (open) ### [`v5.0.1`](https://togithub.com/Byron/open-rs/blob/HEAD/changelog.md#501-2023-11-22) [Compare Source](https://togithub.com/Byron/open-rs/compare/v5.0.0...v5.0.1) ##### Bug Fixes - open paths with given applications with whitespace in their paths on windows. ##### Commit Statistics - 5 commits contributed to the release over the course of 21 calendar days. - 150 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#​85](https://togithub.com/Byron/open-rs/issues/85) ##### Commit Details
view details - **[#​85](https://togithub.com/Byron/open-rs/issues/85)** - Open paths with given applications with whitespace in their paths on windows. ([`15eedee`](https://togithub.com/Byron/open-rs/commit/15eedee81d851dd26e78984030020ba252812419)) - **Uncategorized** - Prepare changelog ([`2735009`](https://togithub.com/Byron/open-rs/commit/2735009c771056fbb65120a439e34c6a3f2038f3)) - Wrap provided app in quotes on Windows ([`e1b74d8`](https://togithub.com/Byron/open-rs/commit/e1b74d8e171ce63ddf4cad212a94b8238ae66be7)) - Merge pull request [#​84](https://togithub.com/Byron/open-rs/issues/84) from nomyfan/readme-version ([`a33caba`](https://togithub.com/Byron/open-rs/commit/a33caba441354a14bd55a16ad4a5e8bc793819f0)) - Update version to v5 ([`dca688b`](https://togithub.com/Byron/open-rs/commit/dca688bf473169b6d779695e35cb05596d094ba1))
### [`v5.0.0`](https://togithub.com/Byron/open-rs/blob/HEAD/changelog.md#500-2023-06-25) [Compare Source](https://togithub.com/Byron/open-rs/compare/v4.2.0...v5.0.0) ##### Bug Fixes (BREAKING) - `with()` on windows to be able to lookup `program` in registry/PATH. The underlying invocation of `with()` changed slightly on windows to make it more useful as it can now find application names like `chrome` in the registry, but that change may also be breaking for some who previously worked around the previous behaviour. Please let us know if this truly works better, or if more changes are needed to launch something with a program on Windows. See [https://github.com/Byron/open-rs/pull/82](https://togithub.com/Byron/open-rs/pull/82) for details. ##### Commit Statistics - 5 commits contributed to the release over the course of 3 calendar days. - 3 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#​80](https://togithub.com/Byron/open-rs/issues/80) ##### Commit Details
view details - **[#​80](https://togithub.com/Byron/open-rs/issues/80)** - Fix open::with() on Windows. ([`5607cd6`](https://togithub.com/Byron/open-rs/commit/5607cd69f4f53aa02c67bccb60f7d4f9be6b74ea)) - `open` application now reads `OPEN_WITH` environment variable to obtain the program to open with. ([`659b8a0`](https://togithub.com/Byron/open-rs/commit/659b8a0a6580fb89376daf27822fc08557ccf477)) - **Uncategorized** - Release open v5.0.0 ([`92695f6`](https://togithub.com/Byron/open-rs/commit/92695f6cfb397e84f13b997df06c5bf036305185)) - `with()` on windows to be able to lookup `program` in registry/PATH. ([`ddf4842`](https://togithub.com/Byron/open-rs/commit/ddf4842dc78389e87615f5c2ddf9e859b11277b2)) - Cleanup `main` program to support `--with` on all platforms. ([`b5528b6`](https://togithub.com/Byron/open-rs/commit/b5528b60d49f4dd48449d9ff5b75edbea71ce248))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.