5.0.0 (2024-11-25)
- upgrade commons.nvim library (#251)
4.13.2 (2024-09-19)
4.13.1 (2024-04-24)
4.13.0 (2024-04-23)
4.12.3 (2024-04-17)
4.12.2 (2024-03-26)
4.12.1 (2024-03-18)
4.12.0 (2024-03-09)
4.11.0 (2024-03-07)
4.10.0 (2024-02-26)
4.9.1 (2024-01-08)
4.9.0 (2024-01-04)
4.8.3 (2023-12-14)
4.8.2 (2023-12-14)
4.8.1 (2023-12-08)
- ci: upload luarocks package (d7341e6)
4.8.0 (2023-12-01)
- command: support command args complete suggestions (bbab7ba)
- remote: support multiple remotes (origin/upstream) (#166) (bbab7ba)
4.7.1 (2023-11-28)
4.7.0 (2023-11-27)
- routers: always add '?display=source' for codeberg (#156) (0a8925f)
- routers: always add '?plain=1' for github (#156) (0a8925f)
4.6.0 (2023-11-26)
4.5.0 (2023-11-24)
- parser: support
git.samba.org/samba.git
(d1d2482) - routers: support gitweb such as
git.samba.org
(#149) (d1d2482) - routers: support prioritized matching list (undocumented hidden feature) (d1d2482)
- test: improve unit tests to cover more use cases (d1d2482)
4.4.0 (2023-11-23)
- test: improve test cases (fb344ab)
4.3.0 (2023-11-22)
4.2.0 (2023-11-18)
4.1.1 (2023-11-17)
- parser: support
ssh://[email protected]/project/project.git
(#132) (bf92aa8)
4.1.0 (2023-11-17)
- command: fix command range in both manual enter & key mapping (48e1a2f)
4.0.0 (2023-11-17)
- mapping: drop of default key mappings! (#126)
3.1.0 (2023-11-16)
- spawn: fix cannot use vimL function in uv loop error (065f5c9)
- keys: deprecate default key mappings (065f5c9)
- routers: add placeholder to avoid loop call (#121) (e605210)
3.0.0 (2023-11-16)
- router: rename 'blob' router to 'browse' as a generic name
- router: merge 'src' router into 'browse' router
- blame: support more git hosts! (#118)
- router: merge 'src' router into 'browse' router (c60618c)
- router: rename 'blob' router to 'browse' as a generic name (c60618c)
- ssh: fix NPE for windows (c60618c)
2.1.0 (2023-11-15)
2.0.0 (2023-11-15)
- routers: use routers instead of lua patterns! (#110)
- alias host: support git alias host via
ssh -ttG
(c377f61) - routers: use routers instead of lua patterns! (#110) (c377f61)
1.3.0 (2023-11-13)
1.2.0 (2023-11-13)
- rules: fallback to pattern rules if custom_rules not hit (cf57151)
1.1.1 (2023-11-13)
1.1.0 (2023-11-13)
1.0.2 (2023-10-23)
- improve unit test coverage (#85) (d7a8d69)
- restructure code & improve unit tests coverage (#81) (29c4edd)
1.0.1 (2023-10-20)
- buffer.get_range: visual mode gets current
- Accept verbatim host matches alongside patterns (0443a35)
- add contribution (#34) (135d990)
- add plugin name to logger (#39) (9927cb6)
- add utils for job result (#20) (a5da862)
- allow file changes with warning (37e5b2b), closes #43
- ci & ut (#67) (730cdff)
- drop plenary (#58) (593ab1b)
- embed logger (d4700b3)
- generate repo's homepage (6a59e9c)
- optimize file in rev error message (#21) (3735844)
- optimize not in git root error (#22) (b2b8c5b)
- support command range (#60) (2c7a0b0)
- support gitlab, update doc (#40) (e6bc82d)
- 'plenary.path' on Windows (#54) (565f186)
- add ~ to the allowed repo path chars (775c8d5), closes #36
- add missing return true (fc72db9)
- allow url generation for changed files (7a2d359), closes #21
- buffer.get_range: visual mode gets current (1c49ccb)
- dash in repo name (#42) (47c822f)
- decode space char before extracting repo path (0af1fb2)
- do not error out on multiple remotes (00cbf99)
- do not pick a remote arbitrarily (3f29108)
- Do not use host in patterns (a9340a7), closes #27
- doc:
require
statments missing dot (9201073) - error when missing remote branch (#18) (5b00559)
- extract port from remote uri (b68d832), closes #12
- fix logger name (d3fce1a)
- hosts/gitlab: add trailing
/
after project name (7219b9d) - hosts: fix error msg when host not found (38938b2), closes #16
- mapping customization (#49) (29360ad)
- mappings (#51) (85794a7)
- reverse target_host matching (399bac3)
- set git root as cwd (14c52db)
- support dashes in repository names (#41) (80a6154)
- syntax error in lua for loop (cc2e3d2)
- uri parsing (closes #2) (f4fd8a7)
- use '<cmd>' instead of ':' for default mappings (d28028b)
- visual lines (#57) (b50ca53)
- windows symlink (#64) (bc1c680)