Releases: oren0e/gitopen
Releases · oren0e/gitopen
v1.3.3
What's Changed
- Binary size improvement, update dependencies, update rust toolchain by @oren0e in #12
v1.3.2
What's Changed
- Fix Repo address should be parsed even without
.git
at the end by @oren0e in #11
v1.3.1
What's Changed
- Allow opening lines from other branches than main branch by @oren0e in #9
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Bump regex crate version by @oren0e in #6
- Add option to open file at specific line number by @oren0e in #7
- Don't hardcode split char in the error message by @oren0e in #8
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- Use string slices in places where it is possible to replace String type for efficiency by @oren0e in #4
- Added feature to open a specific commit by @oren0e in #5
Full Changelog: v1.1.1...v1.2.1
v1.1.1
What's Changed
- Fix/work with gitlab: Fix PR URL parsing to work with GitLab as well by @oren0e in #3
Full Changelog: v1.1.0...v1.1.1