Skip to content

Commit 0f9743a

Browse files
committed
Bump version to 0.105.1 and update change log
1 parent fb1b940 commit 0f9743a

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.org

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11
* Release 0.105.x
2+
** 0.105.1 (2016/01/05)
3+
*** Hot fixes
4+
- Fix and improve support for GUI clients using a server started with
5+
=emacs --daemon=:
6+
- Fix font
7+
- Fix graphical Spaceline separator
8+
- Fix theme colors (most of them)
9+
- Fix Spacemacs logo in home buffer
10+
- Add support for graphical Nyan Cat
11+
**** Spacemacs layer
12+
- Fix broken =evil-escape-mode= when toggling =holy-mode= (emacs style)
13+
**** Bépo layer
14+
- Fix support for Magit (thanks to StreakyCobra)
15+
**** Magit layer
16+
- Fix ~TAB~ key bindings to expand/collapse sections (thanks to justbur)
17+
**** Scala layer
18+
- Fix a typo in function name =scala-auto-insert-asterisk-in-comments=
19+
(thanks to lunaryorn)
20+
*** Layer changes
21+
**** Spacemacs
22+
- New key binding ~SPC h n~ to browse the Emacs news (thanks to lunaryorn)
23+
**** Themes megapack
24+
- Add =monokai= theme (thanks to jonboiser)
25+
*** Other improvements
26+
- Typos and documentation improvements (thanks to mjs2600, person808,
27+
robbyoconnor, StreakyCobra, TheBB and xfq)
228
** 0.105.0 (2016/01/04)
329
*** IMPORTANT - Breaking changes
430
- ~SPC l~ for =avy-goto-line= is now under ~SPC y~. ~SPC l~ is for

init.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
;; (package-initialize)
1515

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

2020
(if (not (version<= spacemacs-emacs-min-version emacs-version))

0 commit comments

Comments
 (0)