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

kew 2.7.1 #182465

Merged
merged 2 commits into from
Aug 26, 2024
Merged

kew 2.7.1 #182465

merged 2 commits into from
Aug 26, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
### 2.7

This release adds:

- Complete and corrected MPRIS implementation and support of playerCtl, except for opening Uris through mpris.
- Libnotify as a new optional dependency.
- Fixes to many minor issues that have cropped up. 
  • Proper MPRIS and PlayerCtl support. Set volume, stop, seek and others now work as expected. You can also switch tracks while stopped or paused now. Everything should work except openUri and repeat playlist which are not available for now.

  • New (optional) dependency: Libnotify. In practice, adding libnotify as a dependency means browsing through music will no longer make desktop notifications pile up, instead the one visible will update itself. Thank you, @kazemaksOG, this looks much better. kew uses libnotify only if you have it installed, so it should if possible be an optional thing during installation.

  • Allows binding of other keys for the different ui views that you get with F2-F6.

  • Removed the option to toggle covers on and off by pressing 'c'. This led to confusion.

  • Removed build warning on systems with ffmpeg 4.4 installed.

  • Only run one instance of kew at a time, thanks @werdahias for the suggestion.

  • If you exit the kew with 0% volume, when you open it next time, volume will be at 10%. To avoid confusion.

  • Handle SIGHUP not only SIGINT.

  • Prints error message instead of crashing on Fedora (thanks @spambroo) when playing unsupported .m4a files. This problem is related to ffmpeg free/non-free versions. You need the non-free version.

  • Fixed issue where special characters in the song title could cause mpris widgets to not work correctly.

@github-actions github-actions bot added linux-only Formula depends on Linux bump-formula-pr PR was created using `brew bump-formula-pr` ffmpeg FFMPEG use is a significant feature of the PR or issue labels Aug 25, 2024
@p-linnane p-linnane added upstream issue An upstream issue report is needed build failure CI fails while building the software labels Aug 26, 2024
@p-linnane
Copy link
Member

ravachol/kew#157

Signed-off-by: Patrick Linnane <patrick@linnane.io>
@p-linnane p-linnane changed the title kew 2.7.0 kew 2.7.1 Aug 26, 2024
@p-linnane p-linnane added ready to merge PR can be merged once CI is green and removed upstream issue An upstream issue report is needed build failure CI fails while building the software labels Aug 26, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Aug 26, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Aug 26, 2024
Merged via the queue into master with commit 5f0a8ad Aug 26, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-kew-2.7.0 branch August 26, 2024 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. ffmpeg FFMPEG use is a significant feature of the PR or issue linux-only Formula depends on Linux ready to merge PR can be merged once CI is green
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants