Bump version to 0.200.9 and add release note

This commit is contained in:
syl20bnr 2017-04-06 23:07:36 -04:00
parent f79a1693ec
commit 2d8d3046c6
4 changed files with 17 additions and 2 deletions

View File

@ -1,4 +1,7 @@
* Release 0.200.x
** 0.200.9 (2017/04/06)
*** Fixes
- Fix theme loading with terminal Emacs (thanks to wang0z)
** 0.200.8 (2017/04/01)
*** Convention changes
- Update debug conventions

View File

@ -13,7 +13,7 @@
;;
;;; Code:
(defconst spacemacs-buffer-version-info "af-2.01"
(defconst spacemacs-buffer-version-info "0.200.9"
"Current version used to display addition release information.")
(defconst spacemacs-buffer-name "*spacemacs*"

View File

@ -0,0 +1,12 @@
Spacemacs at your fingertips... in your browser!
Thanks to the @JAremko's wonderful work, it is now possible to try out Spacemacs
in the browser.
Try it on your phone and be amazed that even without any modifier you can still
use Emacs thanks to the 'spacebar' and 'fd' available on any touch keyboard.
We are looking into useful applications of this feature, if you want to share some
ideas you can post on https://github.com/syl20bnr/spacemacs/issues/8634 :heart:
Go to http://spacemacs.org to test it now!

View File

@ -16,7 +16,7 @@
;; lower value in your dotfile (function `dotspacemacs/user-config')
(setq gc-cons-threshold 100000000)
(defconst spacemacs-version "0.200.8" "Spacemacs version.")
(defconst spacemacs-version "0.200.9" "Spacemacs version.")
(defconst spacemacs-emacs-min-version "24.4" "Minimal version of Emacs.")
(if (not (version<= spacemacs-emacs-min-version emacs-version))