Releases: PsychoLlama/teleport.vim
Releases · PsychoLlama/teleport.vim
Release list
v0.8.0
v0.7.0
Added:
- Command completion for the zoxide driver (requires zoxide@>=0.4.2).
- Real frecency values in the zoxide programmatic API (requires zoxide@>=0.4.2).
v0.6.0
v0.5.0
v0.4.0
Changed:
- Renamed the plugin from z.vim to teleport.vim.
- Moved
zcd#functions to theteleport#namespace. - Renamed
zcd#pathtoteleport#pathwith a hard error. - Renamed
zcd#drivertoteleport#driver.
v0.3.0
Added:
- Support for zoxide.
- Improved error reporting.
- API methods
zcd#api#find_match(...),zcd#api#find_matches(...), andzcd#api#query(...). - The
zcd#driveroption (renamed immediately after).
Deprecated:
zcd#FindMatches(...)has been replaced byzcd#api#find_matches(...).
v0.2.0
Added:
- Support for z.lua (thanks
@kuator!)
v0.1.1
Added:
- Expansion of special variables (e.g.
~,$HOME, or%:h). Affects both command and programmatic usage.