Releases: aaronhallaert/advanced-git-search.nvim
Releases · aaronhallaert/advanced-git-search.nvim
v1.2.0
What's Changed
Breaking Changes 🛠
- fix: remove quotes in fzf previewer by @marcoSven in #70
Exciting New Features 🎉
- Make Telescope theme configurable by @aaronhallaert in #45
- Add subcommands for "AdvancedGitSearch" by @aaronhallaert in #50
- Implement a toggle to show author or date of commit by @aaronhallaert in #53
- feat: custom keymaps by @aaronhallaert in #64
- feat: only show current file in preview window for search_log_content_file by @aaronhallaert in #67
- feat: Add custom browse command support by @marcoSven in #69
Bug Fixes 🐛
- Fix diff_branch_file quotes format by @aaronhallaert in #47
- fix: bad revisions by @aaronhallaert in #60
- fix: keymap configuration not working in fzf picker by @marcoSven in #71
- fix: diff preview is broken on windows because it uses backslahses as path separators instead of slashes by @li6in9muyou in #74
Other Changes
- docs: example config lazy loads the plugin for lazy.nvim by @mikavilpas in #66
New Contributors
- @mikavilpas made their first contribution in #66
- @marcoSven made their first contribution in #71
- @li6in9muyou made their first contribution in #74
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
Exciting New Features 🎉
- Add support for diffview.nvim by @aaronhallaert in #21
- Support config of git (diff) flags by @aaronhallaert in #22
- Add descriptions to previewers and keymaps by @aaronhallaert in #32
- Add copy commit hash action by @aaronhallaert in #33
- Enable
show_entire_commit
for all commit finders by @aaronhallaert in #34 - fzf-lua support by @aaronhallaert in #41
Bug Fixes 🐛
- Fix first commit in preview by @aaronhallaert in #27
Other Changes
- Add builtin pickers to
show_custom_functions
picker by @aaronhallaert in #40 - Update readme underscores by @aaronhallaert in #42
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
Exciting New Features 🎉
- Search log content by file by @aaronhallaert in #11
- Changed on current branch by @aaronhallaert in #17
Bug Fixes 🐛
- Fix git relative path by @aaronhallaert in #4
- Normal mode selection works too now by @WhiteBlackGoose in #7
- Fix underscore commit message by @aaronhallaert in #16
Other Changes
- Update README.md by @axkirillov in #2
- Add format and lint + workflows by @aaronhallaert in #18
New Contributors
- @axkirillov made their first contribution in #2
- @WhiteBlackGoose made their first contribution in #7
Full Changelog: https://github.com/aaronhallaert/advanced-git-search.nvim/commits/v1.0.0