Releases: hrzlgnm/mdns-browser
Releases · hrzlgnm/mdns-browser
mDNS-Browser Release v0.7.17
What's Changed
- chore(version): bump version to 0.7.16 by @github-actions in #279
- chore(bump): version 0.7.17 by @hrzlgnm in #280
Full Changelog: mdns-browser-v0.7.16...mdns-browser-v0.7.17
mDNS-Browser Release v0.7.16
What's Changed
Full Changelog: mdns-browser-v0.7.15...mdns-browser-v0.7.16
mDNS-Browser Release v0.7.15
What's Changed
- chore(version): bump version to 0.7.15 by @github-actions in #252
- chore(renovate): disable concurrent pr limit by @hrzlgnm in #253
- Upload artifacts by @hrzlgnm in #256
- chore(deps): update actions/upload-artifact action to v3.2.1 by @renovate in #258
- feat: add creation of sbom by @hrzlgnm in #255
- chore(deps): update actions/upload-artifact action to v4 by @renovate in #259
- chore(renovate): enable lock file maintenance by @hrzlgnm in #262
- chore(deps): pin dependencies by @renovate in #260
- chore: maintain lock files by @hrzlgnm in #264
- feat(ci): auditable builds by @hrzlgnm in #265
- feat(ci): eliminate direct usage of rustup by @hrzlgnm in #266
- fix(deps): update rust crate mdns-sd to v0.11.5 by @renovate in #268
- chore(ci): install cached cargo-auditable v0.6.4 by @hrzlgnm in #270
- feat(renovate): enable custom manager for updating cached install tools by @hrzlgnm in #271
- chore(ci): add package versions to tools by @hrzlgnm in #272
- chore(deps): lock file maintenance by @renovate in #273
- feat(attest): add attestation provenance to releases by @hrzlgnm in #274
- chore(deps): pin actions/attest-build-provenance action to 1c608d1 by @renovate in #276
Full Changelog: mdns-browser-v0.7.14...mdns-browser-v0.7.15
mDNS-Browser Release v0.7.14
What's Changed
New features:
- feat: ✨ remove service types when those are removed by @hrzlgnm in #230
- feat: ✨ allow for setting log level filter via cmdline
-l <level>
or--log-level <level>
by @hrzlgnm in #231 - feat(ui): ✨ make input field min 320px wide by @hrzlgnm in #248
- feat(about): ✨ add about with links to github by @hrzlgnm in #249
Other changes:
- chore(version): ⬆️ bump version to 0.7.14 by @github-actions in #238
- chore(deps): ⬆️ use crate mdns-sd 0.11.3 by @hrzlgnm in #232
- chore(deps): ⬆️ update tauri-apps/tauri-action action to v0.5.13 by @renovate in #235
- chore(deps): ⬆️ update peter-evans/create-pull-request action to v7 by @renovate in #236
- chore(deps): ⬆️ bump tauri-build, clap and tauri dependencies by @hrzlgnm in #237
- chore(updater): 🆙 add alternative url due to issues with duckdns by @hrzlgnm in #239
- fix(deps): ⬆️ update rust crate thaw_utils to 0.0.6 by @renovate in #241
- chore(deps): ⬆️ update tauri-apps/tauri-action action to v0.5.14 by @renovate in #242
- chore(renovate): ⚙️ tune renovate settings by @hrzlgnm in #243
- chore(deps): ⬆️ bump dependencies: mdns-sd, leptos, leptos_meta and thaw by @hrzlgnm in #244
- chore(deps): ♻️ dependencies to avoid merge conflicts by @hrzlgnm in #245
- chore(renovate): ⚙️ tweak renovate settings by @hrzlgnm in #247
- chore(deps): ⬆️ bump deps of tauri-build and tauri by @hrzlgnm in #246
Full Changelog: mdns-browser-v0.7.12...mdns-browser-v0.7.14
mDNS-Browser Release v0.7.13
What's Changed
- ⬆️ chore(version): bump version to 0.7.13 by @github-actions in #227
- ✨ feat: remove service types when those are removed by @hrzlgnm in #230
- ⬆️ chore(deps): use crate mdns-sd 0.11.3 by @hrzlgnm in #232
- ✨ feat: allow for setting log level filter via cmdline by @hrzlgnm in #231
- ⬆️chore(deps): update tauri-apps/tauri-action action to v0.5.13 by @renovate in #235
- ⬆️chore(deps): update peter-evans/create-pull-request action to v7 by @renovate in #236
- ⬆️chore(deps): bump tauri-build, clap and tauri dependencies by @hrzlgnm in #237
Full Changelog: mdns-browser-v0.7.12...mdns-browser-v0.7.13
mDNS-Browser Release v0.7.12
What's Changed
- chore(version): bump version to 0.7.12 by @github-actions in #224
- feat: set autofocus and autocapitalize=none to service type input by @hrzlgnm in #223
- chore(deps): bump patch version of dependencies by @hrzlgnm in #225
- feat: integrate latest changes of dependency mdns-sd by @hrzlgnm in #226
- Avoid redundant query, announcement and unregistration keepsimple1/mdns-sd#239
- Refresh A and AAAA records of active .browse queriers keepsimple1/mdns-sd#240
Full Changelog: mdns-browser-v0.7.10...mdns-browser-v0.7.12
mDNS-Browser Release v0.7.11
What's Changed
- chore(version): bump version to 0.7.11 by @github-actions in #219
- feat: set attributes autofocus and autocapitalize to service type input by @hrzlgnm in #223
Full Changelog: mdns-browser-v0.7.10...mdns-browser-v0.7.11
mDNS-Browser Release v0.7.10
What's Changed
- chore(version): ⬆️ bump version to 0.7.10 by @hrzlgnm in #217
- chore(docs): 📝 Fix typo in readme by @hrzlgnm in #196
- feat: ✨ Add actual completion of services as one types by @hrzlgnm in #202
- chore(deps): use mdns-sd crate by @hrzlgnm in #211 which fixes an issue with resolving in a IPv6 link local only network, more details are available here keepsimple1/mdns-sd#235
- feat: ✨ tweak layout and remove annoying popovers by @hrzlgnm in #212, #214 and #216
- feat: ✨ validate service type while user is typing by @hrzlgnm in #218
Full Changelog: mdns-browser-v0.7.3...mdns-browser-v0.7.10
mDNS-Browser Release v0.7.9
What's Changed
- chore(version): ⬆️ bump version to 0.7.9 by @github-actions in #215
- chore(docs): 📝 Fix typo in readme by @hrzlgnm in #196
- feat: ✨ Add actual completion of services as one types by @hrzlgnm in #202
- chore(deps): use mdns-sd crate by @hrzlgnm in #211 which fixes an issue with resolving in a IPv6 link local only network, more details are available here keepsimple1/mdns-sd#235
- feat: ✨ tweak layout and remove annoying popovers by @hrzlgnm in #212, #214 and #216
Full Changelog: mdns-browser-v0.7.3...mdns-browser-v0.7.8
mDNS-Browser Release v0.7.3
What's Changed
- chore(deps): update tauri-apps/tauri-action action to v0.5.12 by @renovate in #188
- chore(build): reduce release binary size by @hrzlgnm in #189
Full Changelog: mdns-browser-v0.7.2...mdns-browser-v0.7.3