Skip to content

Releases: tanvirtin/vgit.nvim

v1.0.6

06 Feb 22:25
aba23f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

05 Feb 01:49
Compare
Choose a tag to compare

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

05 Feb 00:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

31 Jan 23:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

25 Jan 18:18
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

v1.0.1

24 Jan 22:24
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

22 Jan 01:45
Compare
Choose a tag to compare

Full Changelog: v0.2.3...v1.0.0

Tons of bug fixes, new features, and massive optimization! Please checkout updated README.md.

v0.2.3

03 Aug 14:42
Compare
Choose a tag to compare

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

05 Jun 20:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

13 Jan 05:53
Compare
Choose a tag to compare

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