Skip to content

Commit

Permalink
Bump version to 0.200.9 and add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Apr 7, 2017
1 parent da24f0e commit fcc551f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/core-spacemacs-buffer.el
Original file line number Diff line number Diff line change
Expand Up @@ -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*"
Expand Down
12 changes: 12 additions & 0 deletions core/info/release-notes/0.200.9.txt
Original file line number Diff line number Diff line change
@@ -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!
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit fcc551f

Please sign in to comment.