Skip to content

Commit

Permalink
Bump version to 0.105.1 and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jan 5, 2016
1 parent fb1b940 commit 0f9743a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
* Release 0.105.x
** 0.105.1 (2016/01/05)
*** Hot fixes
- Fix and improve support for GUI clients using a server started with
=emacs --daemon=:
- Fix font
- Fix graphical Spaceline separator
- Fix theme colors (most of them)
- Fix Spacemacs logo in home buffer
- Add support for graphical Nyan Cat
**** Spacemacs layer
- Fix broken =evil-escape-mode= when toggling =holy-mode= (emacs style)
**** Bépo layer
- Fix support for Magit (thanks to StreakyCobra)
**** Magit layer
- Fix ~TAB~ key bindings to expand/collapse sections (thanks to justbur)
**** Scala layer
- Fix a typo in function name =scala-auto-insert-asterisk-in-comments=
(thanks to lunaryorn)
*** Layer changes
**** Spacemacs
- New key binding ~SPC h n~ to browse the Emacs news (thanks to lunaryorn)
**** Themes megapack
- Add =monokai= theme (thanks to jonboiser)
*** Other improvements
- Typos and documentation improvements (thanks to mjs2600, person808,
robbyoconnor, StreakyCobra, TheBB and xfq)
** 0.105.0 (2016/01/04)
*** IMPORTANT - Breaking changes
- ~SPC l~ for =avy-goto-line= is now under ~SPC y~. ~SPC l~ is for
Expand Down
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
;; (package-initialize)

(setq gc-cons-threshold 100000000)
(defconst spacemacs-version "0.105.0" "Spacemacs version.")
(defconst spacemacs-version "0.105.1" "Spacemacs version.")
(defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.")

(if (not (version<= spacemacs-emacs-min-version emacs-version))
Expand Down

0 comments on commit 0f9743a

Please sign in to comment.