Skip to content

Releases: dkarter/dotfiles

v13.1.0

10 Jan 05:20
6837ebd
Compare
Choose a tag to compare

13.1.0 (2024-01-10)

Features

  • nvim: automatically install TreeSitter parsers (436aa8e)
  • nvim: lint ansible files (71b075f)
  • nvim: use relativenumber (74a21d3)
  • wezterm: add mappings for move tab left / right (9822080)
  • zsh: add nvims (NvimSwitcher utility) (afc67b2)
  • zsh: add pingf command (53d7436)
  • zsh: add prettyping (pping) (0b847d1)

Bug Fixes

  • nvim: jsonls: -32601: Unhandled method textDocument/diagnostic (4c6bcce)
  • nvim: remove flash.nvim (e85b622)
  • nvim: remove unnecessary code (e086c65)
  • nvim: type annotations (9532bb0)
  • tmux: don't detach tmux when exiting session (a6e5fbc)
  • zsh: humanize file sizes for erd (f2bce37)
  • zsh: localip function was not working (1ed625f)
  • zsh: remove covid stuff (cd85de2)
  • zsh: remove old alias to oh-my-zsh (fcc1072)
  • zsh: remove unused aliases (f217ddc)
  • zsh: support killing pingf with SIGINT (51c6c5b)
  • zsh: use erd for tree commands (653d847)

v13.0.0

18 Dec 04:02
c536fda
Compare
Choose a tag to compare

13.0.0 (2023-12-18)

⚠ BREAKING CHANGES

  • tmux: move tmux config to ~/.config/tmux

Features

  • installer: add gh-dash (cd38432)
  • installer: automate auto-hide dock on macOS (289417c)
  • mac: set additional defaults/disable annoyances (6b6cf8f)
  • tmux: add CMD+u to open fzf url popup (9a14d4b)
  • tmux: add tmux session manager (69e20e6)
  • tmux: add tmux-fzf-url for opening urls using fzf (98f9308)
  • tmux: open tmux-fzf-url in a tmux popup (b5658bb)
  • wezterm: add command palette keybinding + font size (0fbc4f9)
  • wezterm: add mapping to toggle opacity+blur (cd0c644)
  • zsh: add some tmux aliases (81bdc93)
  • zsh: add vi mode with zvm (704d018)

Bug Fixes

  • remove accidentally committed tmux-nerd-font-window-name (de0eed9)
  • tmux: remove tmux-thumbs (unused) (deb2941)
  • wezterm: allow CMD+SHIFT+[/] to cycle tmux tabs (e8e20ac)
  • wezterm: allow setting CMD+SHIFT+[] (660db2e)
  • wezterm: disable native tab bar (in favor of tmux) (3e484be)
  • wezterm: disable window close confirmation (1f80a0a)

Code Refactoring

  • tmux: move tmux config to ~/.config/tmux (dfb6c1f)

v12.7.0

10 Dec 04:33
36f054f
Compare
Choose a tag to compare

12.7.0 (2023-12-10)

Features

  • wezterm: add wezterm config (26d1a98)
  • wezterm: use CaskaydiaCove patched fonts in wezterm (39b14bc)

Bug Fixes

  • psql: improve config for pspg (86937d2)

v12.6.1

27 Nov 15:58
b2406ac
Compare
Choose a tag to compare

12.6.1 (2023-11-27)

Bug Fixes

  • nvim: remove lazy loading for treesitter (5c41011)

v12.6.0

20 Nov 02:00
8667408
Compare
Choose a tag to compare

12.6.0 (2023-11-20)

Features

  • nvim: add peek definition to treesitter text objects (6f2c860)
  • nvim: add treesitter scope textobjects (5b683d6)

Bug Fixes

  • nvim: fix deprecated config for context-commentstring (f2791ed)

v12.5.0

27 Oct 04:11
0e3c4c3
Compare
Choose a tag to compare

12.5.0 (2023-10-27)

Features

  • installer: add codespell (a7dd2d4)
  • installer: add Taskfile (31af44b)

v12.4.2

27 Oct 03:51
f930ceb
Compare
Choose a tag to compare

12.4.2 (2023-10-27)

Bug Fixes

  • nvim: disable SHAred DAta writing to fix annoying notifs (e02a4d6)
  • nvim: helm file support (f5bee17)

v12.4.1

17 Oct 01:33
e3a57fc
Compare
Choose a tag to compare

12.4.1 (2023-10-16)

Bug Fixes

v12.4.0

02 Oct 16:18
57c6a4c
Compare
Choose a tag to compare

12.4.0 (2023-10-02)

Features

  • add LSP rename mapping (7b7a0e8)
  • git: enable diff3 conflict style (00a31fc)
  • installer: add additional duti mappings (88980ea)
  • nvim: add CSV syntax highlighting (69df162)
  • nvim: add xml formatting via xq (dca0c29)
  • nvim: add xml synxtax highlighting via TreeSitter (86e0a9b)

Bug Fixes

  • nvim: migrate indent-blankline config to v3 (8fa98e6)
  • nvim: remove deprecated setting for indent-blankline (9063f38)
  • remove personal info from gitconfig (cc8fdba)
  • zsh,nvr: don't use NVIM_LISTEN_ADDRESS (7bf5598)
  • zsh,nvr: improve behavior for ECTO_EDITOR (7a18d1a)

v12.3.3

15 Sep 20:26
4b555cc
Compare
Choose a tag to compare

12.3.3 (2023-09-15)

Bug Fixes

  • nvim: annoying indentation for comments in Elixir (546eeb0)