diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2019-05-01 12:39:59 -0400 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2019-05-01 12:39:59 -0400 |
commit | 2253146e5607e12f62b0c1c474fded1219da2d5d (patch) | |
tree | a15c73e742aebc196c54892c251764a7c443272e | |
parent | 6013464eb7295fcd749b3146f758fc9295fbe11a (diff) |
Bump to version 5.2.
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | lisp/emms.el | 2 |
3 files changed, 12 insertions, 2 deletions
@@ -20,7 +20,7 @@ INSTALLINFO = /usr/bin/install-info --info-dir=$(INFODIR) CHANGELOG_CMD = git log --pretty=medium --no-merges # The currently released version of EMMS -VERSION=5.1 +VERSION=5.2 .PHONY: all install lisp docs deb-install clean .PRECIOUS: %.elc @@ -1,3 +1,13 @@ +News since version 5.1 + + - emms-browser.el: faster thumbnail cache lookups. + - emms-player-mpd.el: Parse disc number for mpd tracks. + - Make thing-at-point behavior more consistent. + - Remove redundant functions in code. + - Allow changing the mode-line icon. + - Bug fix: emms-player-mode, more consistent behavior. + - Bug fix: emms-browser, Don't rely on (interactive "r"). + News since version 5.0 - Add `emms-toggle-single-track'. diff --git a/lisp/emms.el b/lisp/emms.el index e629cae..fc92e81 100644 --- a/lisp/emms.el +++ b/lisp/emms.el @@ -42,7 +42,7 @@ ;;; Code: -(defvar emms-version "5.1" +(defvar emms-version "5.2" "EMMS version string.") |