diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | emms.el | 4 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +New in 7.7 + + * Add sndioctl support. + * Use thing-at-point for URLs. + * Add player-preference interface. + + New in 7.6 * Change the way we write the NEWS file: "New in..." instead of "News since...". @@ -4,7 +4,7 @@ ;; Author: Jorgen Schäfer <forcer@forcix.cx>, the Emms developers (see AUTHORS file) ;; Maintainer: Yoni Rabkin <yrk@gnu.org> -;; Version: 7.6 +;; Version: 7.7 ;; Keywords: emms, mp3, ogg, flac, music, mpeg, video, multimedia ;; Package-Type: multi ;; Package-Requires: ((cl-lib "0.5") (nadvice "0.3") (seq)) @@ -44,7 +44,7 @@ ;;; Code: -(defvar emms-version "7.6" +(defvar emms-version "7.7" "EMMS version string.") |