Releases: lambdalisue/vim-gin
Releases · lambdalisue/vim-gin
v0.2.1
v0.2.0
What's Changed
- Add
statusline
andtabline
component functions by @lambdalisue in #40 - 🐛 Do NOT invoke RPC functions directly from components by @lambdalisue in #41
- 🐛 Do NOT invoke
redrawstatusline
norredrawtabline
by @lambdalisue in #42 - 👍 Update components stabilities by @lambdalisue in #43
- Refactoring by @lambdalisue in #44
- 💥 Remove ++plain option from GinChaperon etc. by @lambdalisue in #45
- Remove ` by @uhooi in #51
- Feature updates by @lambdalisue in #52
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Add
GinBranch
to list and manipulate git branches by @lambdalisue in #25 - Add
GIN_BUFFER_PROTOCOLS
to detect proper worktree on Gin buffers by @lambdalisue in #28 - 🐛 Fix
GinBranch
(#29) by @lambdalisue in #30 - Add diff jump mappings on
GinDiff
by @lambdalisue in #32 - 👍 Add prompts/editors proxy feature by @lambdalisue in #33
- Fix issue of handling a git repository on non current working directory by @lambdalisue in #35
- Fix minor issues by @lambdalisue in #36
- Enable ANSI Escape Code colors on
Gin
command (can be disabled by++monochrome
option) by @lambdalisue in #34 - Improve
GinBranch
by @lambdalisue in #38 - Use
++
prefix instead for Gin specific options inGinChaperon
andGinPatch
by @lambdalisue in #39
Full Changelog: v0.0.0...v0.1.0
v0.0.0
This is the first alpha version that has following pre-stable features
Gin
to call a raw git commandGinChaperon
to solve git conflicts (likegit mergetool
)GinDiff
to seegit diff
of a fileGinEdit
to seegit show
or local content of a fileGinPatch
to stage changes partially (likegit add -p
)GinStatus
to seegit status
of a repository
Some features are missed from https://github.com/lambdalisue/gina.vim but users can use both to gradually migrate.