Skip to content

Releases: hrzlgnm/mdns-browser

mDNS-Browser Release v0.10.7

18 Dec 21:36
d216014
Compare
Choose a tag to compare

What's Changed

✨ New Features

  • #641 feat: unify handling of trailing dot when copying to clipboard @hrzlgnm

🧰 Maintenance

  • #634 chore(version): bump version to 0.10.7 @github-actions
  • #635 Revert "chore: pin winget-releaser to v2 (#542)" @hrzlgnm
  • #639 chore: migrate to baptiste0928/cargo-install action for installing tools @hrzlgnm

⬆️ Dependency Updates

3 changes
  • #632 chore(deps): update actions/upload-artifact action to v4.5.0 @renovate
  • #637 fix(deps): update rust crate thiserror to v2.0.8 @renovate
  • #638 chore(deps): update actions/setup-java digest to 7a6d8a8 @renovate

Auditable binaries since v0.8.x

The binaries built for desktop targets are now all build in auditable mode using cargo-auditable.
For information on how to audit the binaries see Usage

Attested build artifacts since v0.8.x

The build artifacts are now attested. Attestations information about the binaries is available here. For more information and details on how to verify those, see Verifying artifact attestations with the GitHub CLI

mDNS-Browser Release v0.10.6

17 Dec 22:43
951a2b3
Compare
Choose a tag to compare

What's Changed

✨ New Features

  • #619 feat: also use opener plugin on android @hrzlgnm
  • #625 feat: add toast when text is copied to clipboard and use default cursor @hrzlgnm
  • #627 feat: only show toast about copied text on desktop plaforms @hrzlgnm

🧰 Maintenance

  • #610 chore(version): bump version to 0.10.5 @github-actions
  • #626 chore: install trunk without evil features @hrzlgnm
  • #629 chore: ci runs tests only on macos runners @hrzlgnm
  • #630 chore(version): bump version to 0.10.6 @github-actions
  • #631 Revert "chore(deps): update tauri-apps/tauri-action action to v0.5.17… @hrzlgnm

⬆️ Dependency Updates

14 changes
  • #612 fix(deps): update rust crate tauri-plugin-updater to v2.3.0 @renovate
  • #611 fix(deps): update rust crate tauri-plugin-opener to v2.2.1 @renovate
  • #613 chore(deps): update tauri-apps/tauri-action action to v0.5.17 @renovate
  • #614 fix(deps): update rust crate serde to v1.0.216 @renovate
  • #615 chore(deps): update crate-ci/typos action to v1.28.3 @renovate
  • #617 fix(deps): update rust crate thiserror to v2.0.7 @renovate
  • #616 chore(deps): update anchore/sbom-action digest to df80a98 @renovate
  • #618 fix(deps): update rust crate tauri-plugin-opener to v2.2.2 @renovate
  • #621 fix(deps): update rust crate mdns-sd to 0.13.0 @renovate
  • #620 chore(deps): lock file maintenance @renovate
  • #622 chore(deps): update dependency trunk to v0.21.5 @renovate
  • #623 chore(deps): update crate-ci/typos action to v1.28.4 @renovate
  • #624 fix(deps): update rust crate mdns-sd to v0.13.1 @renovate
  • #628 chore(deps): pin baptiste0928/cargo-install action to 904927d @renovate

Auditable binaries since v0.8.x

The binaries built for desktop targets are now all build in auditable mode using cargo-auditable.
For information on how to audit the binaries see Usage

Attested build artifacts since v0.8.x

The build artifacts are now attested. Attestations information about the binaries is available here. For more information and details on how to verify those, see Verifying artifact attestations with the GitHub CLI

mDNS-Browser Release v0.10.5

17 Dec 21:47
2e3a779
Compare
Choose a tag to compare
Pre-release

What's Changed

✨ New Features

  • #619 feat: also use opener plugin on android @hrzlgnm
  • #625 feat: add toast when text is copied to clipboard and use default cursor @hrzlgnm
  • #627 feat: only show toast about copied text on desktop plaforms @hrzlgnm

🧰 Maintenance

  • #610 chore(version): bump version to 0.10.5 @github-actions
  • #626 chore: install trunk without evil features @hrzlgnm
  • #629 chore: ci runs tests only on macos runners @hrzlgnm

⬆️ Dependency Updates

14 changes
  • #612 fix(deps): update rust crate tauri-plugin-updater to v2.3.0 @renovate
  • #611 fix(deps): update rust crate tauri-plugin-opener to v2.2.1 @renovate
  • #613 chore(deps): update tauri-apps/tauri-action action to v0.5.17 @renovate
  • #614 fix(deps): update rust crate serde to v1.0.216 @renovate
  • #615 chore(deps): update crate-ci/typos action to v1.28.3 @renovate
  • #617 fix(deps): update rust crate thiserror to v2.0.7 @renovate
  • #616 chore(deps): update anchore/sbom-action digest to df80a98 @renovate
  • #618 fix(deps): update rust crate tauri-plugin-opener to v2.2.2 @renovate
  • #621 fix(deps): update rust crate mdns-sd to 0.13.0 @renovate
  • #620 chore(deps): lock file maintenance @renovate
  • #622 chore(deps): update dependency trunk to v0.21.5 @renovate
  • #623 chore(deps): update crate-ci/typos action to v1.28.4 @renovate
  • #624 fix(deps): update rust crate mdns-sd to v0.13.1 @renovate
  • #628 chore(deps): pin baptiste0928/cargo-install action to 904927d @renovate

Auditable binaries since v0.8.x

The binaries built for desktop targets are now all build in auditable mode using cargo-auditable.
For information on how to audit the binaries see Usage

Attested build artifacts since v0.8.x

The build artifacts are now attested. Attestations information about the binaries is available here. For more information and details on how to verify those, see Verifying artifact attestations with the GitHub CLI

mDNS-Browser Release v0.10.4

10 Dec 08:53
de0e3f5
Compare
Choose a tag to compare

What's Changed

✨ New Features

  • #608 feat: Disable auto-capitalize attribute in quick-filter input @hrzlgnm

🐛 Bug Fixes

  • #605 fix: Only use opener plugin on desktop platforms @hrzlgnm

🧰 Maintenance

  • #603 chore(version): bump version to 0.10.3 @github-actions
  • #607 chore(version): bump version to 0.10.4 @github-actions

⬆️ Dependency Updates

2 changes
  • #606 chore(deps): update actions/attest-build-provenance action to v2.1.0 @renovate
  • #609 chore(deps): update actions/attest-sbom digest to cbfd002 @renovate

Auditable binaries since v0.8.x

The binaries built for desktop targets are now all build in auditable mode using cargo-auditable.
For information on how to audit the binaries see Usage

Attested build artifacts since v0.8.x

The build artifacts are now attested. Attestations information about the binaries is available here. For more information and details on how to verify those, see Verifying artifact attestations with the GitHub CLI

mDNS-Browser Release v0.10.2

09 Dec 20:25
3a89934
Compare
Choose a tag to compare

What's Changed

🐛 Known Issues

  • #604 Android version does not start

✨ New Features

  • #599 feat: Allow quick filtering resolved services @hrzlgnm

🧰 Maintenance

  • #590 chore(version): bump version to 0.10.2 @github-actions

♻️ Refactor

  • #602 refactor: migrate to opener plugin for opening url @hrzlgnm

⬆️ Dependency Updates

7 changes
  • #591 fix(deps): update rust crate thiserror to v2.0.6 @renovate
  • #592 chore(deps): lock file maintenance @renovate
  • #594 fix(deps): update rust crate tauri-plugin-log to v2.0.4 @renovate
  • #593 fix(deps): update rust crate chrono to v0.4.39 @renovate
  • #598 fix(deps): update rust crate tauri-plugin-log to v2.2.0 @renovate
  • #601 fix(deps): update rust crate tauri-plugin-updater to v2.2.0 @renovate
  • #597 fix(deps): update rust crate tauri-plugin-clipboard-manager to v2.2.0 @renovate

Auditable binaries since v0.8.x

The binaries built for desktop targets are now all build in auditable mode using cargo-auditable.
For information on how to audit the binaries see Usage

Attested build artifacts since v0.8.x

The build artifacts are now attested. Attestations information about the binaries is available here. For more information and details on how to verify those, see Verifying artifact attestations with the GitHub CLI

mDNS-Browser Release v0.10.3

09 Dec 22:03
4cfd60b
Compare
Choose a tag to compare
Pre-release

What's Changed

🐛 Bug Fixes

  • #605 fix: Only use opener plugin on desktop platforms @hrzlgnm

🧰 Maintenance

  • #603 chore(version): bump version to 0.10.3 @github-actions

Auditable binaries since v0.8.x

The binaries built for desktop targets are now all build in auditable mode using cargo-auditable.
For information on how to audit the binaries see Usage

Attested build artifacts since v0.8.x

The build artifacts are now attested. Attestations information about the binaries is available here. For more information and details on how to verify those, see Verifying artifact attestations with the GitHub CLI

mDNS-Browser Release v0.10.1

08 Dec 15:09
2c5c7e3
Compare
Choose a tag to compare

What's Changed

✨ New Features

  • #575 feat: Allow browsing for all found service types @hrzlgnm
  • #586 feat: Browse all if no service is selected @hrzlgnm
  • #589 feat: Allow sorting resolved services by fields @hrzlgnm

🧰 Maintenance

  • #561 chore(version): bump version to 0.9.11 @github-actions
  • #562 Revert "chore: Move treat warnings as error flag to config (#484)" @hrzlgnm
  • #579 chore(version): bump version to 0.10.1 @github-actions

⬆️ Dependency Updates

16 changes
  • #563 fix(deps): update rust crate js-sys to v0.3.73 @renovate
  • #564 fix(deps): update rust crate js-sys to v0.3.74 @renovate
  • #567 chore(deps): lock file maintenance @renovate
  • #568 fix(deps): update rust crate tauri-plugin-updater to v2.1.0 @renovate
  • #569 chore(deps): update crate-ci/typos action to v1.28.2 @renovate
  • #570 fix(deps): update rust crate tauri-plugin-log to v2.0.3 @renovate
  • #572 chore(deps): update tauri-apps/tauri-action action to v0.5.16 @renovate
  • #574 fix(deps): update rust crate tokio to v1.42.0 @renovate
  • #573 fix(deps): update rust crate thiserror to v2.0.4 @renovate
  • #576 fix(deps): update rust crate clap to v4.5.22 @renovate
  • #578 chore(deps): update actions/attest-sbom action to v2 @renovate
  • #577 chore(deps): update actions/attest-build-provenance action to v2 @renovate
  • #583 fix(deps): update rust crate clap to v4.5.23 @renovate
  • #585 chore(deps): update actions/attest-build-provenance action to v2.0.1 @renovate
  • #584 chore(deps): update actions/attest-sbom digest to 34581d8 @renovate
  • #588 fix(deps): update rust crate thiserror to v2.0.5 @renovate

Auditable binaries since v0.8.x

The binaries built for desktop targets are now all build in auditable mode using cargo-auditable.
For information on how to audit the binaries see Usage

Attested build artifacts since v0.8.x

The build artifacts are now attested. Attestations information about the binaries is available here. For more information and details on how to verify those, see Verifying artifact attestations with the GitHub CLI

mDNS-Browser Release v0.10.0

04 Dec 21:31
d9f75e4
Compare
Choose a tag to compare
Pre-release

What's Changed

✨ New Features

  • #575 feat: Allow browsing for all found service types @hrzlgnm

🧰 Maintenance

  • #561 chore(version): bump version to 0.9.11 @github-actions
  • #562 Revert "chore: Move treat warnings as error flag to config (#484)" @hrzlgnm

⬆️ Dependency Updates

12 changes
  • #563 fix(deps): update rust crate js-sys to v0.3.73 @renovate
  • #564 fix(deps): update rust crate js-sys to v0.3.74 @renovate
  • #567 chore(deps): lock file maintenance @renovate
  • #568 fix(deps): update rust crate tauri-plugin-updater to v2.1.0 @renovate
  • #569 chore(deps): update crate-ci/typos action to v1.28.2 @renovate
  • #570 fix(deps): update rust crate tauri-plugin-log to v2.0.3 @renovate
  • #572 chore(deps): update tauri-apps/tauri-action action to v0.5.16 @renovate
  • #574 fix(deps): update rust crate tokio to v1.42.0 @renovate
  • #573 fix(deps): update rust crate thiserror to v2.0.4 @renovate
  • #576 fix(deps): update rust crate clap to v4.5.22 @renovate
  • #578 chore(deps): update actions/attest-sbom action to v2 @renovate
  • #577 chore(deps): update actions/attest-build-provenance action to v2 @renovate

Auditable binaries since v0.8.x

The binaries built for desktop targets are now all build in auditable mode using cargo-auditable.
For information on how to audit the binaries see Usage

Attested build artifacts since v0.8.x

The build artifacts are now attested. Attestations information about the binaries is available here. For more information and details on how to verify those, see Verifying artifact attestations with the GitHub CLI

mDNS-Browser Release v0.9.10

26 Nov 19:06
03ff502
Compare
Choose a tag to compare

What's Changed

✨ New Features

  • #549 feat: Use material design icons @hrzlgnm
  • #550 feat: Allow for verifying a service instance @hrzlgnm
  • #560 feat: show loading animation while verify timeout is not over @hrzlgnm

🧰 Maintenance

  • #540 chore(version): bump version to 0.9.9 @github-actions
  • #541 chore: Use published as trigger for bumping version @hrzlgnm
  • #542 chore: pin winget-releaser to v2 @hrzlgnm
  • #555 chore(version): bump version to 0.9.10 @github-actions

⬆️ Dependency Updates

10 changes
  • #543 chore(deps): pin vedantmgoyal9/winget-releaser action to 93fd8b6 @renovate
  • #544 fix(deps): update rust crate serde_json to v1.0.133 @renovate
  • #545 chore(deps): lock file maintenance @renovate
  • #546 fix(deps): update rust crate icondata to 0.5.0 @renovate
  • #551 chore(deps): update anchore/sbom-action digest to 55dc4ee @renovate
  • #552 chore(deps): update dependency cargo-auditable to v0.6.6 @renovate
  • #553 fix(deps): update rust crate mdns-sd to 0.12.0 @renovate
  • #554 chore(deps): lock file maintenance @renovate
  • #556 chore(deps): update crate-ci/typos action to v1.28.0 @renovate
  • #559 chore(deps): update crate-ci/typos action to v1.28.1 @renovate

Auditable binaries since v0.8.x

The binaries built for desktop targets are now all build in auditable mode using cargo-auditable.
For information on how to audit the binaries see Usage

Attested build artifacts since v0.8.x

The build artifacts are now attested. Attestations information about the binaries is available here. For more information and details on how to verify those, see Verifying artifact attestations with the GitHub CLI

mDNS-Browser Release v0.9.9

25 Nov 21:53
3f3c0a7
Compare
Choose a tag to compare
Pre-release

What's Changed

✨ New Features

🧰 Maintenance

  • #540 chore(version): bump version to 0.9.9 @github-actions
  • #541 chore: Use published as trigger for bumping version @hrzlgnm
  • #542 chore: pin winget-releaser to v2 @hrzlgnm

⬆️ Dependency Updates

8 changes

Auditable binaries since v0.8.x

The binaries built for desktop targets are now all build in auditable mode using cargo-auditable.
For information on how to audit the binaries see Usage

Attested build artifacts since v0.8.x

The build artifacts are now attested. Attestations information about the binaries is available here. For more information and details on how to verify those, see Verifying artifact attestations with the GitHub CLI