mdSilo / mdSilo-app

Lightweight Knowledge Base and Feed Reader.
https://mdsilo.com/
GNU Affero General Public License v3.0
587 stars 40 forks source link

chore(deps): bump open from 4.1.0 to 5.0.0 in /src-tauri #493

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps open from 4.1.0 to 5.0.0.

Release notes

Sourced from open's releases.

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 Byron/open-rs#82 for details.

Commit Statistics

  • 4 commits contributed to the release over the course of 3 calendar days.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #80

Commit Details

  • #80
    • Fix open::with() on Windows. (5607cd6)
    • open application now reads OPEN_WITH environment variable to obtain the program to open with. (659b8a0)
  • Uncategorized
    • with() on windows to be able to lookup program in registry/PATH. (ddf4842)
    • Cleanup main program to support --with on all platforms. (b5528b6)

v4.2.0

New Features

  • add that_detached() and with_detached() functions.

    They allow to open the program in a completely independent fashion so that it can out-live the program that spawned it.

Commit Statistics

  • 3 commits contributed to the release over the course of 1 calendar day.
  • 55 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

... (truncated)

Changelog

Sourced from open's changelog.

5.0.0 (2023-06-25)

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 Byron/open-rs#82 for details.

Commit Statistics

  • 4 commits contributed to the release over the course of 3 calendar days.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #80

Commit Details

  • #80
    • Fix open::with() on Windows. (5607cd6)
    • open application now reads OPEN_WITH environment variable to obtain the program to open with. (659b8a0)
  • Uncategorized
    • with() on windows to be able to lookup program in registry/PATH. (ddf4842)
    • Cleanup main program to support --with on all platforms. (b5528b6)

4.2.0 (2023-06-21)

New Features

  • add that_detached() and with_detached() functions.

    They allow to open the program in a completely independent fashion so that it can out-live the program that spawned it.

Commit Statistics

  • 4 commits contributed to the release over the course of 1 calendar day.

... (truncated)

Commits
  • 92695f6 Release open v5.0.0
  • ddf4842 fix!: with() on windows to be able to lookup program in registry/PATH.
  • b5528b6 cleanup main program to support --with on all platforms.
  • 5607cd6 Fix open::with() on Windows. (#80)
  • 659b8a0 open application now reads OPEN_WITH environment variable to obtain the p...
  • b4592a4 Release open v4.2.0
  • 4ad428e prepare changelog prior to release
  • d21c48e Merge branch 'feat/detached-process'
  • 7ad9cb3 feat: add that_detached and with_detached
  • See full diff in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.