diff options
| author | Adam Porter <adam@alphapapa.net> | 2026-01-05 22:32:02 -0600 |
|---|---|---|
| committer | Adam Porter <adam@alphapapa.net> | 2026-01-05 22:32:02 -0600 |
| commit | 2a867549dc1fe6aaee9140cfa1f913fa5a74a3bf (patch) | |
| tree | a1865b512400e8cb9c6475057a6a8176fb982367 | |
| parent | 5a6c613fa0e33c8601f5068b659243dfecb53139 (diff) | |
Release: v0.10.1externals-release/listen
| -rw-r--r-- | README.org | 2 | ||||
| -rw-r--r-- | docs/README.org | 2 | ||||
| -rwxr-xr-x | listen.el | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -198,7 +198,7 @@ The ~listen-mode~ minor mode runs a timer which plays the next track in the curr - Similarly, you might even see an icon in your task switcher indicating that Emacs is playing sound (e.g. with KDE Plasma). * Changelog -** v0.10.1-pre +** v0.10.1 *Fixes* - Race condition in MPV support. (Fixes [[https://github.com/alphapapa/listen.el/issues/40][#40]]. Thanks to [[https://github.com/SemyonSinchenko][Semyon Sinchenko]] and [[https://github.com/Sjmarf][Sjmarf]] for reporting.) diff --git a/docs/README.org b/docs/README.org index b9f5457..2685fcc 100644 --- a/docs/README.org +++ b/docs/README.org @@ -235,7 +235,7 @@ The ~listen-mode~ minor mode runs a timer which plays the next track in the curr * Changelog -** v0.10.1-pre +** v0.10.1 *Fixes* + Race condition in MPV support. (Fixes [[https://github.com/alphapapa/listen.el/issues/40][#40]]. Thanks to [[https://github.com/SemyonSinchenko][Semyon Sinchenko]] and [[https://github.com/Sjmarf][Sjmarf]] for reporting.) @@ -6,7 +6,7 @@ ;; Maintainer: Adam Porter <adam@alphapapa.net> ;; Keywords: multimedia ;; Package-Requires: ((emacs "29.1") (persist "0.6") (taxy "0.10") (taxy-magit-section "0.13") (transient "0.5.3")) -;; Version: 0.10.1-pre +;; Version: 0.10.1 ;; URL: https://github.com/alphapapa/listen.el ;; This program is free software; you can redistribute it and/or modify |
