Skip to content

build(deps): bump nowhear from 0.5.1 to 0.5.2 - #499

Merged
akiomik merged 1 commit into
mainfrom
dependabot/cargo/nowhear-0.5.2
Aug 3, 2026
Merged

build(deps): bump nowhear from 0.5.1 to 0.5.2#499
akiomik merged 1 commit into
mainfrom
dependabot/cargo/nowhear-0.5.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps nowhear from 0.5.1 to 0.5.2.

Release notes

Sourced from nowhear's releases.

v0.5.2

Fixed

  • macOS: A missing OSAKit framework no longer crashes the host application. The OSA worker resolved OSALanguage/OSAScript with the class! macro, which panics on the nowhear-osa thread when the class is not registered (i.e. OSAKit is not linked into the process). The classes are now looked up with AnyClass::get, and an unresolved class is surfaced as a MediaSourceError::InternalError whose message points at the cause. Cargo links OSAKit automatically for normal bin/cdylib builds; static-library embedders must add -framework OSAKit to their final link, which the error message now states
  • Linux: Track::duration is now populated when a player reports mpris:length as a signed 64-bit integer (e.g. Chromium-based players). The MPRIS2 spec types mpris:length as x (signed int64), but the parser only matched Value::U64, so spec-compliant players silently produced a None duration
  • Linux: Track::track_id is now populated when a player reports mpris:trackid as a D-Bus object path. The MPRIS2 spec types mpris:trackid as an object path (o), which zvariant deserializes as Value::ObjectPath; the parser only matched Value::Str, so spec-compliant players silently produced a None track ID
Changelog

Sourced from nowhear's changelog.

[0.5.2] - 2026-07-22

Fixed

  • macOS: A missing OSAKit framework no longer crashes the host application. The OSA worker resolved OSALanguage/OSAScript with the class! macro, which panics on the nowhear-osa thread when the class is not registered (i.e. OSAKit is not linked into the process). The classes are now looked up with AnyClass::get, and an unresolved class is surfaced as a MediaSourceError::InternalError whose message points at the cause. Cargo links OSAKit automatically for normal bin/cdylib builds; static-library embedders must add -framework OSAKit to their final link, which the error message now states
  • Linux: Track::duration is now populated when a player reports mpris:length as a signed 64-bit integer (e.g. Chromium-based players). The MPRIS2 spec types mpris:length as x (signed int64), but the parser only matched Value::U64, so spec-compliant players silently produced a None duration
  • Linux: Track::track_id is now populated when a player reports mpris:trackid as a D-Bus object path. The MPRIS2 spec types mpris:trackid as an object path (o), which zvariant deserializes as Value::ObjectPath; the parser only matched Value::Str, so spec-compliant players silently produced a None track ID
Commits
  • 8a41721 Merge pull request #151 from akiomik/chore-bump-version-to-0.5.2
  • 62f8803 chore: bump version to 0.5.2
  • d1a6f85 Merge pull request #149 from akiomik/fix-mpris-trackid-object-path
  • f765783 fix(linux): accept object path for mpris:trackid
  • 3a59e61 Merge pull request #150 from akiomik/changelog-mpris-length
  • d75d397 docs(changelog): add entry for signed mpris:length fix (#147)
  • 089bbfc Merge pull request #147 from ToguyC/fix-mpris-length-int64
  • 4e719c2 PR improvements
  • 9682912 Merge pull request #142 from akiomik/dependabot/cargo/tokio-1.53.1
  • a95236d Merge pull request #143 from akiomik/dependabot/cargo/serde_json-1.0.151
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [nowhear](https://github.com/akiomik/nowhear) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/akiomik/nowhear/releases)
- [Changelog](https://github.com/akiomik/nowhear/blob/main/CHANGELOG.md)
- [Commits](akiomik/nowhear@v0.5.1...v0.5.2)

---
updated-dependencies:
- dependency-name: nowhear
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 3, 2026
@akiomik
akiomik merged commit 3f5541d into main Aug 3, 2026
6 checks passed
@akiomik
akiomik deleted the dependabot/cargo/nowhear-0.5.2 branch August 3, 2026 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant