Releases: tanvirtin/vgit.nvim
Releases · tanvirtin/vgit.nvim
v1.0.6
What's Changed
- chore(doc): update README.md by @tanvirtin in #392
- fix(#397): fix issue where scene quit keys would be binded globally by @tanvirtin in #398
- fix(#395): fix race condition around buffer attachment by @tanvirtin in #399
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- fix(#388): fix incorrect key maps displayed in project_logs_preview by @tanvirtin in #390
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- fix(#388): fix incompatibility with old setups by @tanvirtin in #389
Full Changelog: v1.0.3...v1.0.4
What's Changed
- fix(#388): fix incompatibility with old setups by @tanvirtin in #389
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- fix(#378): fix runtime error on execution by @tanvirtin in #379
- feat(#377): add keymap descriptions by @tanvirtin in #383
- fix(#384): fix word diff no longer rendering by @tanvirtin in #385
- chore(doc): prepare for release by @tanvirtin in #386
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v0.2.3
What's Changed
- fix(#361): fix diff functionality not working when cwd does not match .git folder by @tanvirtin in #362
- fix(#366): live gutter will no longer fetch data if it is disabled by @tanvirtin in #367
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- feat(live_gutter,live_blame,authorship_code_lens): make buffer events more reactive to git by @tanvirtin in #331
- chore(async): rename functions for clarity by @tanvirtin in #332
- fix(ui): check for nil config in SimpleView by @zdleaf in #335
- fix(git show): allow cwd outside root git dir by @zdleaf in #334
- fix(git show): cwd is sometimes required by @zdleaf in #337
- chore: remove stale bot by @tanvirtin in #349
- Optimize std out parsing by @tanvirtin in #350
- fix(git): fix stdout parsing by @tanvirtin in #351
- fix: ensure all of stdout can be collected by @tanvirtin in #352
- fix(#343): fix project_logs_preview by @tanvirtin in #354
- fix(screens): fix history and project diff screens crashing on projects without a git dir by @tanvirtin in #355
- live_signs | improve live signs readability by @tanvirtin in #356
- screens | replace j, k with event CursorMoved by @tanvirtin in #357
- #343 | fix vimdoc by @tanvirtin in #358
- fix | rendering | highlight rendering on last line by @tanvirtin in #359
- Update vim.notify by @cubatic45 in #360
New Contributors
- @zdleaf made their first contribution in #335
- @cubatic45 made their first contribution in #360
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- feat(project_commits_preview): add support for opening files by @tanvirtin in #304
- chore: rename internal views and components for maintenance by @tanvirtin in #305
- chore: remove unused hydration logic by @tanvirtin in #306
- feat: any error that is encountered behind the scenes is now notified to users using vim.notify by @tanvirtin in #307
- fix(buffer_history_preview): Prevent preview from showing up on empty buffers by @tanvirtin in #308
- chore(ci): add stale bot by @tanvirtin in #309
- style: update action bar help format for buffer_diff_preview and project_diff_preview by @tanvirtin in #310
- feat: blame enhancements by @tanvirtin in #301
- feat(project_commit_preview): add ability to commit changes by @tanvirtin in #312
- feat: added lua pattern highlight by @tanvirtin in #313
- style: fix misc issues by @tanvirtin in #314
- Misc fixes by @tanvirtin in #316
- fix(project_diff_preview): fix error showing up when preview is opened with no changes by @tanvirtin in #317
- feat(project_commit_preview): add highlight for preview by @tanvirtin in #318
- feat(project_commits_preview): autofocus first file in preview by @tanvirtin in #319
- fix(buffer_gutter_blame_preview): prevent preview being open on empty buffer by @tanvirtin in #320
- fix(project_diff_screen): prevent empty list folds by @tanvirtin in #322
- chore: notifications will come with VGit prefix by @tanvirtin in #323
- feat(project_diff_preview): show merge changes by @tanvirtin in #324
- fix(project_diff_preview): show diff on unmerged files by @tanvirtin in #325
- fix(project_diff_preview): show diff on UD unmerged changes by @tanvirtin in #329
Full Changelog: v0.2.0...v0.2.1