mirror of
https://github.com/chenasraf/git-open.git
synced 2026-05-18 01:38:59 +00:00
99 lines
3.2 KiB
Markdown
99 lines
3.2 KiB
Markdown
# Changelog
|
|
|
|
## [1.4.0](https://github.com/chenasraf/git-open/compare/v1.3.6...v1.4.0) (2026-03-12)
|
|
|
|
|
|
### Features
|
|
|
|
* add --remote flag ([4a39ec3](https://github.com/chenasraf/git-open/commit/4a39ec3e9d73f59529dc6c2e3597c56c989044ca))
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* multiple remotes repo open ([3e587e4](https://github.com/chenasraf/git-open/commit/3e587e496426749ba300e8d1ecb09fed3ee29b37))
|
|
|
|
## [1.3.6](https://github.com/chenasraf/git-open/compare/v1.3.5...v1.3.6) (2026-02-17)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* open file from subdirectory using GIT_PREFIX var ([443ebeb](https://github.com/chenasraf/git-open/commit/443ebeb9c892d65e243afcda1eb75bba5b6f5762))
|
|
|
|
## [1.3.5](https://github.com/chenasraf/git-open/compare/v1.3.4...v1.3.5) (2026-02-16)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* open file from subdirectory ([301aed6](https://github.com/chenasraf/git-open/commit/301aed6af3e012dc92552b0d6af4d813bf508c15))
|
|
|
|
## [1.3.4](https://github.com/chenasraf/git-open/compare/v1.3.3...v1.3.4) (2025-11-09)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* uriencode quotes ([f43244d](https://github.com/chenasraf/git-open/commit/f43244dc021e367400fd15226b4d7b882f3b3665))
|
|
|
|
## [1.3.3](https://github.com/chenasraf/git-open/compare/v1.3.2...v1.3.3) (2025-05-06)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* trim branch before uriencode ([8705353](https://github.com/chenasraf/git-open/commit/8705353dafc5e0e4ae5645193518b2e99df0b9c6))
|
|
|
|
## [1.3.2](https://github.com/chenasraf/git-open/compare/v1.3.1...v1.3.2) (2025-01-25)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* copyright year ([afed007](https://github.com/chenasraf/git-open/commit/afed007ca248c68a19f141ea12449972b59e3f70))
|
|
|
|
## [1.3.1](https://github.com/chenasraf/git-open/compare/v1.3.0...v1.3.1) (2025-01-25)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* github find PR link ([dabf678](https://github.com/chenasraf/git-open/commit/dabf6780ac0a9568022453410f16955cc2cdced4))
|
|
|
|
## [1.3.0](https://github.com/chenasraf/git-open/compare/v1.2.0...v1.3.0) (2024-08-21)
|
|
|
|
|
|
### Features
|
|
|
|
* add existing pr branch args ([ac3b39f](https://github.com/chenasraf/git-open/commit/ac3b39f063e86e4b67b022c70c43cce6c3698977))
|
|
* add silent mode ([47bdf0d](https://github.com/chenasraf/git-open/commit/47bdf0d9ec56efd46a8055978b9386b8938b8a75))
|
|
* open existing pr ([6747027](https://github.com/chenasraf/git-open/commit/67470271aa207747edd71beb87df457b0d9723a4))
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* github find pr ([04e7e69](https://github.com/chenasraf/git-open/commit/04e7e69475c0b57a9838dcd6dd4a7e7b244641cb))
|
|
|
|
## [1.2.0](https://github.com/chenasraf/git-open/compare/v1.1.0...v1.2.0) (2024-08-16)
|
|
|
|
|
|
### Features
|
|
|
|
* add version flag ([b03edc1](https://github.com/chenasraf/git-open/commit/b03edc14c1557136ca220e1485bb7fcd9d0bdfb1))
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* direct script usage ([c62149d](https://github.com/chenasraf/git-open/commit/c62149d17ceeca51bdb57a034c9973111b224b97))
|
|
* version file path ([5e49e1d](https://github.com/chenasraf/git-open/commit/5e49e1dc5c9b361efc017f45044447a9fc7a072d))
|
|
|
|
## [1.1.0](https://github.com/chenasraf/git-open/compare/v1.0.1...v1.1.0) (2024-08-14)
|
|
|
|
|
|
### Features
|
|
|
|
* more keyword aliases ([0b07f46](https://github.com/chenasraf/git-open/commit/0b07f460afe44e0d127d62e3847a04fe0514ee80))
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* avoid polluting main shell ([e18cb46](https://github.com/chenasraf/git-open/commit/e18cb46b8f2d90baee14ff6a5c78867c2985cc2b))
|
|
|
|
## v1.0.0
|
|
|
|
- Initial commit
|