mirror of https://github.com/sgoudham/git-view.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 KiB
13 KiB
CHANGELOG
v0.1.0 - 2022-06-26 02:51:53
CHANGELOG
v0.1.0 - 2022-06-26 02:51:53
What's Changed
- v0.1.0 by @sgoudham in https://github.com/sgoudham/git-view/pull/1
New Contributors
- @sgoudham made their first contribution in https://github.com/sgoudham/git-view/pull/1
Full Changelog: https://github.com/sgoudham/git-view/commits/v0.1.0
Feature
- general:
- Add support for suffix (b5572a5) (#1)
- Add support for BitBucket repositories (7a5afc7) (#1)
- Open default remote branch if no upstream exists (80465ec) (#1)
- Add functionality to open issue links (6e1ecf3) (#1)
- Add functionality for opening commit hashes (9426dec) (#1)
- Add argument 'issue' to open issues (ba6e9cf) (#1)
- Parse URL & (naively) open the url in the browser (26d9e5b) (#1)
- Parse URL in a robust way & start adding tests (9011c18)
- Ensure that arguments are correctly parsed (cdaab08)
- Add MVP git-browser (b46891e)
Bug Fixes
- general:
Documentation
- general:
- Update README.md (c66ab8a) (#1)
- Add 'usage.png' showing different usages (dee14a2) (#1)
- Add image for 'git view -h' (b1112bb) (#1)
- Add CONTRIBUTING.md (cf4d4f6) (#1)
- Update README.md (8077689) (#1)
- Update README (c8c7bdd) (#1)
- Fix formatting in README.md (d37764c) (#1)
- WIP Update README.md (6859b93) (#1)
- Update README.md to match new repository name (78d72ce)
Refactor
- general:
- Reformat '-h' flag output (efa38be) (#1)
- Move GitViewBuilder into module 'lib_tests' (8bb5abe) (#1)
- Change 'to_owned()' to 'into()' (d930d79) (#1)
- Implement functionality to retrieve git default branch (784aee1) (#1)
- Add GitTrait to allow for easier testing (f830f91) (#1)
- Add issue argument and start generating final url (7be0788) (#1)
- No need to store domain string in enum (ac48831) (#1)
- Use Cow<'_, str> and Url/Domain structs (de44601) (#1)
- Add Url & Domain structs (34cb2b6) (#1)
- Don't map to String anymore (8f7210a) (#1)
- Perform massive refactor (95953b8) (#1)
- Use 'AppError' for propagation to clap (ce41387) (#1)
- Add 'AppError' to allow cleaner propagation of different errors (c632965) (#1)
- Setup git-remote walking skeleton (e11e88b)
* This CHANGELOG was automatically generated by auto-generate-changelog
Feature
- general:
- Add support for suffix (b5572a5) (#1)
- Add support for BitBucket repositories (7a5afc7) (#1)
- Open default remote branch if no upstream exists (80465ec) (#1)
- Add functionality to open issue links (6e1ecf3) (#1)
- Add functionality for opening commit hashes (9426dec) (#1)
- Add argument 'issue' to open issues (ba6e9cf) (#1)
- Parse URL & (naively) open the url in the browser (26d9e5b) (#1)
- Parse URL in a robust way & start adding tests (9011c18)
- Ensure that arguments are correctly parsed (cdaab08)
- Add MVP git-browser (b46891e)
Bug Fixes
- general:
Documentation
- general:
- Update README.md (c66ab8a) (#1)
- Add 'usage.png' showing different usages (dee14a2) (#1)
- Add image for 'git view -h' (b1112bb) (#1)
- Add CONTRIBUTING.md (cf4d4f6) (#1)
- Update README.md (8077689) (#1)
- Update README (c8c7bdd) (#1)
- Fix formatting in README.md (d37764c) (#1)
- WIP Update README.md (6859b93) (#1)
- Update README.md to match new repository name (78d72ce)
Refactor
- general:
- Reformat '-h' flag output (efa38be) (#1)
- Move GitViewBuilder into module 'lib_tests' (8bb5abe) (#1)
- Change 'to_owned()' to 'into()' (d930d79) (#1)
- Implement functionality to retrieve git default branch (784aee1) (#1)
- Add GitTrait to allow for easier testing (f830f91) (#1)
- Add issue argument and start generating final url (7be0788) (#1)
- No need to store domain string in enum (ac48831) (#1)
- Use Cow<'_, str> and Url/Domain structs (de44601) (#1)
- Add Url & Domain structs (34cb2b6) (#1)
- Don't map to String anymore (8f7210a) (#1)
- Perform massive refactor (95953b8) (#1)
- Use 'AppError' for propagation to clap (ce41387) (#1)
- Add 'AppError' to allow cleaner propagation of different errors (c632965) (#1)
- Setup git-remote walking skeleton (e11e88b)
* This CHANGELOG was automatically generated by auto-generate-changelog