Releases: syl20bnr/spacemacs
Releases · syl20bnr/spacemacs
Version 0.105.16
- Add FAQ entry about HTTPS issues (thanks to TheBB)
- Add startup list to Zemacs home buffer.
Version 0.105.15
Version 0.105.14
Fixes
- Fix bad window index for
neotreebuffer (thanks to bmag) - Fix error when using
SPC p lright after Emacs started (thanks to bixuanzju)
Layer changes
Go
- Fix bug when there is no test suite when running tests
(thanks to bogdanteleaga)
React
- Fix broken
helm-imenu(thanks to huaoguo)
Improvements
- Various documentation improvements (thanks to triklsbg)
Version 0.105.13
Fixes
- Fix smooth-scroll toggling at startup (thanks to TheBB)
- Fix auto-completion toggle
SPC t a(thanks to TheBB)
Layer changes
Clojure
- Fix function name
cider-pop-back(thanks to mlachmih)
Scala
- Fix various function names:
ensime-refactor-diff-organize-importsensime-refactor-diff-extract-methodensime-refactor-diff-renameensime-refactor-diff-extract-local
(thanks to TheBB)
Improvements
- Reformat
README.mdtitle section. - Add a GitHub pull request template (thanks to robbyoconnor)
Version 0.105.12
Fixes
- Fix activation of package dependencies
- Fix
smooth-scrollingerror due to recent changes in package repository
Layer changes
Distribution
- New key binding
SPC t vto toggle smooth scrolling.
C-C++
- Add notes on related layers (thanks to magthe)
- Remove srefactor from static package list (thanks to magthe)
- Set paths for C headers from clang (thanks to magthe)
Evil-snipe
- Disable
evil-snipeinranger(thanks to TheBB)
Haskell
- Fix bad indentation when pasting text (thanks to robbyoconnor)
Markdown
- Add support for
rustcode blocks (thanks to panicbit)
Org
- Fix custom Spacemacs layout when
org-agenda-filesisn't a list.
The org-agenda-files variable can be the name of a directory or a file.
(thanks to jmiven)
Osx
- Fix
osx-use-options-as-metafor Emacs 25 (thanks to d12frosted)
React
- make
evil-matchitjump between html/jsx tags (thanks to tko)
Racket
- Add command prefix names for
racket-modekey bindings
(thanks to rodrigosetti)
Scala
- Rename
ensime-refactor-inline-localtoensime-refactor-diff-inline-local
(thanks to chessman)
Shell
- Fix reverse key bindings for comint-previous/next (thanks to olejorgenb))
- Scope the aliases under
eshellso they are not defined globally
(thanks to bling)
Themes megapack
- Add
railscasts-theme(thanks to olsonjeffery)
Improvements
- Improve
toggle-maximize-centered-buffer(thanks to justbur) - Add
display-graphic-ptoSPC h d s(thanks to TheBB) - Various documentation improvements (thanks to d12frosted, davbo, marcopaga,
microamp, nixmaniack, NJBS, SShrike, TheBB, Tinche, triklsbg, xfq)
Version 0.105.11
Improve loading robustness:
- when an ELPA repository is down Spacemacs will now be able to finish loading,
- Spacemacs will use the default theme (i.e. no theme) if there is any error during the download of the starting theme.
Version 0.105.10
Fixes
- Fix re-toggle of fullscreen when pressing SPC f e R (thanks to MadAnd)
- Fix display of recent bookmarks without filename (thanks to lislon)
- Fix
toggle-maximize-buffer(thanks to justbur) - Remove files from rollback slot list (thanks to microamp)
- Don't catch errors while loading if
--debug-initis provided. - Don't change scratch major mode if buffer exists (thanks to TheBB)
- Restore windows layout when quitting
ediff(thanks to fbergroth) - Ensure that
pcache-directoryends in a slash (thanks to rpglover64) - Ensure new Spacemacs layouts only shows home buffer (thanks to bmag)
Improvements
- Add a bug report template for GitHub issues on SPC h I
(thanks to StreakyCobra) - Add files used by
ewwto.gitignore(thanks to ahyatt) - Various enhancements for themes handling (thanks to TheBB)
- Allow
defaulttheme (no theme) to be defined indotspacemacs-themes
(thanks to izahn) - Add support for missing
base16themes (thanks to curtmack) - Update recent files list when a file is renamed (thanks to lislon)
- Improve frame-fullscreen and maximize-frame toggles (thanks to MadAnd)
- Diminish relative line numbers lighter in mode-line (thanks to peterhoeg)
- Various documentation improvements (thanks to balajisivaraman, crododile,
darkfeline, ernestas, franciscoj, j4, kRITZCREEK, nixmaniack, numkem,
robbyoconnor, TheBB, tonylotts)
Layer changes
Auto-completion
- Better choice of
companyfront-ends (thanks to fbergroth)
C-C++
- Get
clangargs even ifflycheckisn't installed (thanks to TheBB)
Clojure
- Fix renamed
cider-test-run-testsfunction (thanks to AlejandroCatalina) - Substitute
align-cljletwithclojure-align.align-cljletwas deprecated
in favour of the vertical alignment in the clojure-mode package (thanks to
vise890)
Elm
- Fix
flychecknot working on sub-directories (thanks to AlejandroCatalina)
ERC
- Fix initialisation of
erc-terminal-notifier(thanks to Andre0991)
Gnus
- Remove
gnus-fetch-old-headerscustomization which was causing slowdown
while consulting some newsgroups (thanks to StreakyCobra)
Haskell
- Fix broken
hoogle-lookup-from-local(thanks to jb55)
Html<a id="0-105-10-orgheadline10 name="0-105-10-orgheadline10">
- Remove
.jsxfromweb-modeauto mode alist (thanks to lunaryorn)
Org<a id="0-105-10-orgheadline11 name="0-105-10-orgheadline11">
- Remove
HandLkey bindings fromevil-org(thanks to choppsv1)
Python<a id="0-105-10-orgheadline12 name="0-105-10-orgheadline12">
- Add missing
py-yapfconfiguration (thanks to TheBB) - Enable
anaconda-eldoc-mode(thanks to TheBB) - Only load
pyenvif it is installed (thanks to cpaulik)
Racket<a id="0-105-10-orgheadline13 name="0-105-10-orgheadline13">
- Disable
company-quickhelp-modeonly when it is already enabled
(thanks to syohex)
React<a id="0-105-10-orgheadline14 name="0-105-10-orgheadline14">
- Disable auto-quote of attributes (thanks to TheBB)
- Fix react magic mode, it will now recognize
/** @jsx React.DOM */in the
first line of a file (thanks to EMayej)
Ruby<a id="0-105-10-orgheadline15 name="0-105-10-orgheadline15">
- Use
popwinforrspeccompilations (thanks to joshcass) - Do not force
rspec-modeon ruby files (thanks to morhekil)
Rust<a id="0-105-10-orgheadline16 name="0-105-10-orgheadline16">
- Fix indentation setting for
evil-shift-width(thanks to Stebalien)
Shell<a id="0-105-10-orgheadline17 name="0-105-10-orgheadline17">
- Set the correct shell-pop size variable (thanks to TheBB)
Themes-megapack<a id="0-105-10-orgheadline18 name="0-105-10-orgheadline18">
- Add
draculatheme (thanks to MarkRedeman) - Add
omtose-phellacktheme (thanks to duien) - Add
majapahittheme (thanks to kostajh)
Tmux<a id="0-105-10-orgheadline19 name="0-105-10-orgheadline19">
- Fix key bindings
C-h,C-j,C-kandC-l(thanks to justbur)
Vagrant<a id="0-105-10-orgheadline20 name="0-105-10-orgheadline20">
- New key binding
SPC V Rto reload to restart VMs (thanks to kostajh)
Version control<a id="0-105-10-orgheadline21 name="0-105-10-orgheadline21">
- Fix bugs due to wrong mode for
diff-hlmargin (thanks to abaw) - Fix
git-gutterlinum setup (thanks to person808)
Wakatime<a id="0-105-10-orgheadline22 name="0-105-10-orgheadline22">
- Fix wakatime-dashboard url (thanks to hallfox)
Version 0.105.9
Improvements
- Fix error on Microsoft Windows 10 OS regarding missing
printfcommand
(don't callexec-path-from-shellfunction on Microsoft Windows)
(thanks to syohex) - New key bindings
C-eandC-yin evilified buffers to scroll lines
(thanks to CestDiego) - Remove key binding hack for
evil-jumpersince the issue has been fixed
upstream (thanks to justbur) - Remove unused
init-dired+function (thanks to AlejandroCatalina) - Various documentation improvements (thanks to balajisivaraman, jcppython,
jmiven, jorisE)
New conventions
use-packagecode guidelines- Key bindings documentation only need to mention
SPCprefix
Layer changes
Markdown
- Add syntax highlighting for
Rcode blocks (thanks to rustyplanet)
Org
- Fix early creation of empty
orgdirectory (thanks to tboby) - Add default key binding
C-c cfororg-capture
(thanks to AlejandroCatalina)
Spacemacs
- Add
bracketed-pastepackage to improve pasted text in terminals
(thanks to AlejandroCatalina)
Version 0.105.8
Fixes
- Fix the red mode-line when error occurs during loading
- Fix and improve layer templates and layer creation (thanks to chrisbarrett)
- Fix and simplify copyrights in file headers
- Fix
.gitignorepattern forprivatedirectory (thanks to jballanc)
Improvements
- New key binding
SPC h d lto describe the last key pressed, useful
when reporting a bug (thanks to StreakyCobra) - Sort alphabetically the list of package to be update on the home buffer
- Improve
describe-system-infofunction with completion engine info
(ivy completion engine will be available in 0.106) (thanks to StreakyCobra) - Add link to
BountySourcepage toREADME.md(thanks to houli) - Move
requeststorage folder to.cachedirectory
Layer changes
Markdown
- Add support for javascript code blocks syntax highlighting
(thanks to AlejandroCatalina)
Version 0.105.7
Hotfixes
- Fix missing
qkey binding in the home buffer introduced in0.105.5
(thanks to justbur)
ERC and RCIRC layers
- Properly add all opened buffers to custom layouts
(thanks to AlejandroCatalina)
Go layer
- Prevent from clobbering environment variables if already set (thanks to whilp)
Haskell
- Remove reference to undefined function
haskell-cabal-hook
(thanks to chrisbarrett)
Python layer
- Fix errors when reading
.python-versionfiles (thanks to fbergroth)
Dotfile changes
- New variable
dotspacemacs-scratch-modeto configure the default major-mode
for the scratch buffer, default value istext-mode(thanks to TheBB)
Improvements
- Display a list of packages to update when pressing the
[Update packages]
in the home buffer - Add highlight of TODOs in text mode files (thanks to StreakyCobra)
- Various documentation improvements (thanks to StreakyCobra, TheBB)