Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.4.0 #608

Merged
merged 63 commits into from
Feb 24, 2023
Merged

0.4.0 #608

merged 63 commits into from
Feb 24, 2023

Conversation

xou816
Copy link
Owner

@xou816 xou816 commented Feb 24, 2023

No description provided.

supremesnickers and others added 30 commits June 22, 2022 15:13
The theme preference now an enum with 3 options:

  - light   => maps to libadwaita::ColorScheme::ForceLight
    The app uses the light theme - regardless of system prefs

  - dark    => maps to libadwaita::ColorScheme::ForceDark
    The app uses the dark theme - regardless of system prefs

  - system  => maps to libadwaita::ColorScheme::Default
    The Apps style follows the system theme preferences
Feature / Fix?: Follow the system theme
That way desktop environments know not to offer launching a second instance
Implement track preloading for gapless playback
Try to unlock the keyring collection when it is locked
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.93.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.79...v1.0.93)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [isahc](https://github.com/sagebind/isahc) from 1.7.0 to 1.7.2.
- [Release notes](https://github.com/sagebind/isahc/releases)
- [Commits](sagebind/isahc@1.7.0...1.7.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [async-std](https://github.com/async-rs/async-std) from 1.10.0 to 1.12.0.
- [Release notes](https://github.com/async-rs/async-std/releases)
- [Changelog](https://github.com/async-rs/async-std/blob/main/CHANGELOG.md)
- [Commits](async-rs/async-std@v1.10.0...v1.12.0)

---
updated-dependencies:
- dependency-name: async-std
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
abegert and others added 28 commits February 18, 2023 14:13
Fixed bug that caused backwards skips to be accumulated

Placate rustfmt

Fixed another edge case when at the start of a playlist
Bumps [secret-service](https://github.com/hwchen/secret-service-rs) from 2.0.2 to 3.0.1.
- [Release notes](https://github.com/hwchen/secret-service-rs/releases)
- [Changelog](https://github.com/hwchen/secret-service-rs/blob/master/CHANGELOG.md)
- [Commits](hwchen/secret-service-rs@v2.0.2...v3.0.1)

---
updated-dependencies:
- dependency-name: secret-service
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
….0.1

Bump secret-service from 2.0.2 to 3.0.1
@xou816 xou816 marked this pull request as ready for review February 24, 2023 21:01
@xou816 xou816 merged commit 1a5e3e0 into master Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet