diff --git a/CHANGELOG.org b/CHANGELOG.org index 714371232b3f..6c93f37ec58e 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -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 diff --git a/init.el b/init.el index 11202730e077..27a8a4d49aa1 100644 --- a/init.el +++ b/init.el @@ -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))