Skip to content

mDNS-Browser Release v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 15:20
· 268 commits to refs/heads/main since this release
45c24bb

What's Changed

💥 Breaking Changes

  • #409 feat: drop appimage bundle and v1 compatible updater @hrzlgnm

✨ New Features

🐛 Bug Fixes

  • #392 fix(ui): disable copy button for when a resolved record dies @hrzlgnm

🐗 Chore

  • #349 chore(version): bump version to 0.8.13 @github-actions
  • #358 chore(templates): steal release drafter template @hrzlgnm
  • #364 chore(ci): set TAURI_ANDROID_PACKAGE_UNESCAPED @hrzlgnm
  • #365 chore(ci): build android on pushes to main and upload apk artifact @hrzlgnm
  • #366 fix(ci): always sign apk and upload as artifcat if not publishing @hrzlgnm
  • #368 chore(renovate): tune current version template of custom matcher @hrzlgnm
  • #369 fix(renovate): fix current value template @hrzlgnm
  • #370 chore(renovate): Add replacement string template @hrzlgnm
  • #374 chore(renovate): Steal semver trick for tool updates used in actions @hrzlgnm
  • #381 chore(ci): binstall trunk on windows instead of building @hrzlgnm
  • #383 fix(renovate): use matchStringStrategy any @hrzlgnm
  • #384 chore(ci): install openssl via vpkg on windows @hrzlgnm
  • #385 chore(ci): tweak job names to be more concise and add leptosfmt check @hrzlgnm
  • #388 chore(ci): emojify step names @hrzlgnm
  • #393 chore(trunk): address deprecation of serve.address in Trunk.toml @hrzlgnm
  • #394 chore(renovate): real json5 @hrzlgnm
  • #395 chore(version): bump version to 0.8.14 @github-actions
  • #398 chore(ci): add release drafter workflow @hrzlgnm
  • #400 chore(ci): draft prereleases @hrzlgnm
  • #401 chore(ci): release drafter things @hrzlgnm
  • #402 chore(ci): fix release drafter permissions @hrzlgnm
  • #403 chore(ci): remove include labels spec @hrzlgnm
  • #416 chore(ci): fix pr labeling and cleanup release drafting @hrzlgnm
  • #417 chore(ci): Use label "bug" for fixed bugs when drafting releases @hrzlgnm
  • #418 chore(ci): tweak release drafter settings @hrzlgnm
  • #419 chore(ci): add fixed sections to release draft @hrzlgnm
  • #420 chore(ci): add escaping for fixed sections in release drafter @hrzlgnm
  • #421 chore(ci): tweak release drafter @hrzlgnm
  • #422 chore(ci): Add missing new line to footer @hrzlgnm

⬆️ Dependency Updates

27 changes
  • #351 chore(deps): update actions/upload-artifact action to v4.4.1 @renovate
  • #350 chore(deps): update actions/checkout digest to eef6144 @renovate
  • #352 fix(deps): update rust crate tauri to v2.0.2 @renovate
  • #355 fix(deps): update rust crate clap to v4.5.20 @renovate
  • #356 chore(deps): update actions/upload-artifact action to v4.4.2 @renovate
  • #357 chore(deps): update actions/upload-artifact action to v4.4.3 @renovate
  • #359 fix(deps): update rust crate js-sys to v0.3.71 @renovate
  • #360 fix(deps): update rust crate js-sys to v0.3.72 @renovate
  • #362 chore(deps): update swatinem/rust-cache action to v2.7.5 @renovate
  • #361 chore(deps): update anchore/sbom-action digest to f5e124a @renovate
  • #363 fix(deps): update rust crate tauri to v2.0.3 @renovate
  • #367 chore(deps): bump tauri cli to 2.0.3 @hrzlgnm
  • #371 chore(deps): lock file maintenance @renovate
  • #372 fix(deps): update rust crate tauri to v2.0.4 @renovate
  • #373 chore(deps): update anchore/sbom-action digest to 8d0a650 @renovate
  • #375 chore(deps): update dependency cargo-make to v0.37.22 @renovate
  • #377 chore(deps): update dependency tauri-cli to v2.0.3 @renovate
  • #376 chore(deps): update dependency trunk to v0.21.1 @renovate
  • #387 chore(deps): pin actions/github-script action to 60a0d83 @renovate
  • #391 fix(deps): update rust crate serde_json to v1.0.129 @renovate
  • #397 fix(deps): update rust crate serde_json to v1.0.130 @renovate
  • #399 chore(deps): pin dependencies @renovate
  • #404 fix(deps): update rust crate serde_json to v1.0.131 @renovate
  • #405 chore(deps): update dependency cargo-make to v0.37.23 @renovate
  • #406 fix(deps): update rust crate serde_json to v1.0.132 @renovate
  • #408 fix(deps): update rust crate tauri-plugin-shell to v2.0.2 @renovate
  • #415 fix(deps): update rust crate tauri 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 he binaries is available here. For more information and details on how to verify those, see Verifying artifact attestations with the GitHub CLI