Skip to content

Releases: dgokcin/dotfiles

v3.11.0

05 Apr 12:04
Compare
Choose a tag to compare

3.11.0 (2025-04-05)

Features

  • add github mcp integration (06b4263)

Bug Fixes

  • enhance the gh pr create command (8e7711e)
  • force correct timestamp creation in the agile workflow (4df34c4)
  • get rid of unneeded docs (d765339)
  • only output the workflow docs (cac7628)
  • optimize agile workflow rule for claude-3.7 (b30ae3a)
  • resolve conflicting zsh plugins (78fcb55)

v3.10.0

24 Mar 10:24
8a35d02
Compare
Choose a tag to compare

3.10.0 (2025-03-24)

Features

v3.9.0

21 Feb 19:22
0a4f5ab
Compare
Choose a tag to compare

3.9.0 (2025-02-21)

Features

  • rules: add pr creation and commit message standards (#166) (a48889e)

v3.8.0

20 Feb 21:21
ecc6ba9
Compare
Choose a tag to compare

3.8.0 (2025-02-20)

⚠ BREAKING CHANGES

  • utils: encode method no longer throws.
  • some keybindings have been removed or altered, which may affect user workflows

Features

  • add to multi cursor event types (#134) (fb399ea)
  • add bufferline plugin (534eb7c)
  • add command abbreviations (a407c62)
  • add command to get the parent branch of the current branch (#129) (114c2c2)
  • add create_pr function (#58) (893989e)
  • add functions for handling common nvim typos and PR management (#63) (b2fd490)
  • add git commit verbose (25a651e)
  • add karabiner configuration and update clean task (#114) (4007dc1)
  • add keymaps for C to change without yanking (#28) (5fb78ea)
  • add lazygit config file and makefile target (7293e04)
  • add local opt variable and set wrap option in options.lua (#48) (0af2c05)
  • add new key mappings and improve prompts (#94) (dd95ed9)
  • add new key mappings and improve prompts (#97) (c13bce1)
  • add nvim config (0874872)
  • add plan and act modes (#150) (e86d638)
  • add substitute plugin (b86d85e)
  • add toggle terminal keymap for vscode integration (#100) (a67f74f)
  • add updated settings (e82916c)
  • add vscode plugin to nvim config (#46) (18762e0)
  • add vscode-specific keymaps and plugin configuration (#87) (195d76c)
  • adds v4 UUID to crypto (#91) (d6c23f5)
  • ci: add release-please integration (bc9faf5)
  • cursor enhancements (#162) (3a0530a)
  • customizing fast-cursor-move.nvim (#34) (d4f77eb)
  • disable convert to uppercase and lowercase in visual mode (#109) (e9cffd2)
  • disable vi-mode if running inside neovim (#59) (44a7e33)
  • docs: implement structured lessons documentation standard (#163) (b1f256b)
  • enable gpg signing (#149) (d031724)
  • enable tab completion in nvim-cmp (95e4472)
  • enhance CopilotChat.nvim plugin with new features and improvements (#140) (7452ca5)
  • enhance git diff context resolution (#146) (7101bde)
  • enhance prompts and add git prune alias (#122) (9f068c3)
  • enhance telescope-undo and toggleterm (84ae0c4)
  • git: make default branch vim on new repos (486e470)
  • introduce personas to the assistant (#52) (2543203)
  • introduce task difficulties (#64) (88cc721)
  • nvim-tree: add key mappings for file explorer (#108) (73b1643)
  • nvim: add alpha-nvim plugin (f88282c)
  • nvim: add autopairs plugin (ff2ab16)
  • nvim: add copilot plugin (e9efcb0)
  • nvim: add keymap for exiting terminal mode (2841178)
  • nvim: add noice.nvim for floating terminal (114dad9)
  • nvim: add persistence.nvim plugin (582c1a7)
  • nvim: add telescope git commands (69a9794)
  • nvim: add telescope-undo plugin (59a4da9)
  • nvim: add terraform and hcl to treesitter (1c13cb1)
  • nvim: add toggleterm and term-edit plugins (250c289)
  • nvim: add vscode support for some plugins (ead1990)
  • nvim: add vscode-multi-cursor plugin (5bab6bb)
  • nvim: change theme to tokyonight (25dab30)
  • nvim: disable swap files (5d1b670)
  • nvim: enhance git short-log alias (1a9b45b)
  • nvim: migrate to lazyvim (2951aa4)
  • nvim: remove s keymap from flash.nvim (5d2ed55)
  • replace nvim-comment with comment.nvim (5f30855)
  • stop media buttons from starting apple music (#133) (d3f68c3)
  • update .cursorrules (#61) (a01a5eb)
  • update cursor rules and improve markdown handling (#132) (19a8801)
  • update git configuration setup (#142) ([f0b6f49](f0b6f493ae89...
Read more

v3.6.0

09 Sep 11:02
112ccb5
Compare
Choose a tag to compare

3.6.0 (2024-09-09)

Features

  • add karabiner configuration and update clean task (#114) (4100e44)
  • enhance prompts and add git prune alias (#122) (3525a14)

Bug Fixes

  • fetch latest changes and update key mappings (#112) (48dc110)
  • keymap: change visual mode 'u' and 'U' keymaps to escape instead of no operation (#115) (d7d57b3)
  • update commit message examples to use multiline strings (#127) (1b2f67d)

v3.5.0

26 Aug 08:42
dfcfb72
Compare
Choose a tag to compare

3.5.0 (2024-08-26)

Features

  • disable convert to uppercase and lowercase in visual mode (#109) (8b1cee2)

Bug Fixes

  • keymap: separate disabling of convert to uppercase and lowercase in visual mode (#111) (5844832)

v3.4.0

25 Aug 15:38
8cf4d83
Compare
Choose a tag to compare

3.4.0 (2024-08-25)

Features

  • nvim-tree: add key mappings for file explorer (#108) (09c8f3e)

Bug Fixes

  • update gh pr create command example to use commitzen style title (#105) (237dbe9)

v3.3.0

15 Aug 18:58
fcbfccb
Compare
Choose a tag to compare

3.3.0 (2024-08-15)

Features

  • add toggle terminal keymap for vscode integration (#100) (1892024)

v3.2.0

12 Aug 09:59
9b446ac
Compare
Choose a tag to compare

3.2.0 (2024-08-12)

Features

  • add new key mappings and improve prompts (#97) (61b5aa8)
  • use diff with main branch for pr (61b5aa8)

Bug Fixes

  • update git diff command to use origin/main branch (61b5aa8)

v3.1.0

12 Aug 09:08
9e52bf0
Compare
Choose a tag to compare

3.1.0 (2024-08-12)

Features

  • add new key mappings and improve prompts (#94) (1486ac1)