Files
.emacs.d/CHANGELOG.md
2020-06-07 16:04:18 +01:00

11 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.6.7 (2020-06-07)

Features

  • lang: Add jinja2-mode for Jinja2 templates (84bdd61)
  • lang: Language aware syntax highlight of markdown code-blocks (a746106)
  • navigation: Add file/directory size commands to Dired (ecc278b)

Bug Fixes

  • lang: Work around for whitespace-mode issue with caddyfile-mode (1ef8570)

0.6.6 (2020-06-05)

Features

  • lang: Add caddyfile-mode for Caddy config files (e6b52a5)
  • workspaces: Improve persp-mode "UI" helpers (984b9fb)

Bug Fixes

  • workspaces: Attempt to fix persp-mode forgetting persp layouts (ca2d51b)

0.6.5 (2020-05-30)

Features

  • lang: Add terraform-doc package (e6ff06e)
  • windows: Integrate windmove with tmux (0810857)

Bug Fixes

  • lang: terraform-mode now formats buffers on save correctly (bf4c49d)
  • themes: Handle highlight-indent-guides when switching themes (88ceeaa)

0.6.4 (2020-05-23)

Features

  • lang: Add module for terraform-mode package (e4c8643)
  • lang: Add support for Haskell via haskell-mode (0f13518)
  • lang: Format shell scripts with shfmt on save (c220e65)
  • persp-mode: Enable switching to most recent persp (3c8fe70)
  • text-editing: Add reformatter package (be39020)

Bug Fixes

  • lang: Switch back to formatting Ruby with rubocop-daemon (aee6af6)

0.6.3 (2020-05-19)

Features

  • lang: Enable use of markdown-edit-code-block (ac0bf9b)
  • lang: Format ruby files with lsp-format-buffer (a71fc70)
  • lang: Use rubocop-daemon to format ruby files on save (25441f4)
  • lsp: Improve lsp-mode setup with a prefix key and company tweaks (764c4da)
  • performance: Add explain-pause-mode (8814bf1)

Bug Fixes

  • navigation: Ensure imenu config was is set correctly (8868e97)

0.6.2 (2020-05-10)

Features

  • editor: Replace browse-kill-ring with helm-show-kill-ring (cdacf31)

Bug Fixes

  • lsp: Add helm-lsp-workspace-symbol keybinding for terminal use (a6a8452)
  • navigation: Improve helm-ag keybindings (decc1c5)
  • navigation: Improve helm-apropos usage (c69dec3)
  • navigation: Lazy-load helm without breaking keybindings (cb16ffe)
  • projects: Improve helm-projectile keybindings in terminal (cc8a76c)

0.6.1 (2020-05-07)

Features

  • dired: Add dired-subtree and dired-narrow packages (1d04474)
  • dired: Customize dired+ faces to match doom-themes (c458d8e)
  • navigation: Improve narrowing with recursive-narrow package (801d6f1)
  • navigation: Use ripgrep instead of the_silver_searcher in helm-ag (4869796)
  • text-editing: Safer case change keybindings (C-x C-u, C-x C-l) (4d447e7)

Bug Fixes

  • tools: Ensure helm-make package keybinding works (889da80)

0.6.0 (2020-05-04)

Features

  • completion: Add configuration for prescient and selectrum (07657bb)
  • editor: Add mwim package to replace custom function (663852a)
  • editor: Add siren-display-fill-column wrapper module (a0a72bd)
  • editor: Support Emacs 27's native fill-column-indicator (4647577)
  • editor: Use auto-highlight-symbol instead of highlight-symbol (045520a)
  • exports: Add pandoc exporting to org-mode and markdown-mode (07521a1)
  • lang: Add config for nxml-mode (1469865)
  • lang: Add go-gen-test package for generating tabular tests (38e20c7)
  • lang: Add nginx-mode and company-nginx packages (f66d246)
  • lang: Add support for AppleScript (e65698e)
  • lang: Add support for TOML files via toml-mode package (b5cb054)
  • lang: Format all the things (almost) with prettier (d50ffee)
  • lang: Format yaml files with prettier (d4ee9cc)
  • line-numbers: Swap linum for built-in display-line-numbers (392d769)
  • misc: Add grip-mode to preview Markdown via GitHub's API (801b32a)
  • navigation: Add config for centaur-tabs, not loaded on startup (8730b23)
  • packages: Replace package.el with straight.el (b13ca36)
  • projects: Get treemacs working nicely with helm (b257c7d)
  • tools: Add docker and kubernetes packages (ff378e1)
  • tools: Add helm-make package (79caa36)
  • workspaces: Enable easy re-ordering of persp-mode perspectives (767014d)
  • xwidgets: Add xwidget-plus package (c0993c8)

Bug Fixes

  • core: Auto-save folder was not being set correctly (fdfdbc1)
  • editor: Disable ido-everywhere (c8802b3)
  • editor: Improve reliability of undo history (6888df4)
  • helm: Do not defer helm-make package to ensure keybinding works (9efa5e5)
  • lang: Remove stray invalid character causing semi-random issues (92bc4af)
  • navigation: Improve dired on macOS (b09cc28)
  • org-mode: Remove invalid confluence export-backend (252553f)
  • vc: Disable magit-todos package (16264c3)
  • windows: Make zoom-window package play nice with persp-mode (1692aa1)
  • workspaces: Don't restore magit buffers on startup (683ab9a)
  • File associations for gitconfig-mode and dockerfile-mode (e1d64b8)