v1.3.4 (2024-02-24)
- No changes in behavior
- code refactoring only.
Closed issues:
- none
v1.3.3 (2024-02-24)
- No changes in behavior
- code refactoring only.
Closed issues:
- none
[v1.3.2 (2020-05-10)
- No changes in behavior
- code refactoring only.
Closed issues:
- Refactoring that isn't needed #27
Merged pull requests:
- Non urgent refactoring #27 #28 (shinyaohtani)
v1.3.1 (2020-04-14)
Summary:
- No changes for users are included.
Closed issues:
- Introduce Rubocop-performance for readability #23
Merged pull requests:
- Introduced Rubocop-performance #24 (shinyaohtani)
Other related topic:
- Created PR #794 about github_changelog_generator on which giturl depends
v1.3.0 (2020-04-08)
Implemented enhancements:
- Support for Windows and Linux! #2
Merged pull requests:
- Feature/#2 support windows linux #17 (shinyaohtani)
- fixed an Abc warning from rubocop #16 (shinyaohtani)
v1.2.1 (2020-03-27)
Implemented enhancements:
- Open application even if --app alone without --open #13
Merged pull requests:
- Issue #13 support for forgetting
--open
with--app
#14 (shinyaohtani)
v1.2.0 (2020-03-24)
Implemented enhancements:
- Basic UI changed
- Current directory is processed, even if no directory is specified. #8
- i.e.
giturl -o .
andgiturl -o
behave exactly same.
- i.e.
- Current directory is processed, even if no directory is specified. #8
Merged pull requests:
- Feature/#8 if no directories are specified #11 (shinyaohtani)
v1.1.6 (2020-03-23)
Implemented enhancements:
- Test code should be prepared #3
Merged pull requests:
- Feature/#3 test code #9 (shinyaohtani)
v1.1.5 (2020-03-18)
Implemented enhancements:
- Specify a browser to open #1
Fixed bugs:
- Encoding is required if the branch name contains '#' etc. #4
Merged pull requests:
- bugfix: encoded the target branch name #6 (shinya-ohtani)
- Feature/#1 specify a browser to open #5 (shinyaohtani)
v1.1.4 (2020-03-16)
Implemented enhancements:
- Changed method name
- url to convert: low level method. git-managed dir only
- safe_url to url: check if git-managed and convert to url
v1.1.3 (2020-03-16)
Implemented enhancements:
- Improved README.md so that you can understand what
giturl
is immediately - Improved description for
--help
and--version
options
v1.1.2 (2020-03-13)
Implemented enhancements:
- Described CHANGELOG.md and linked to it from README.md
- Added license item to README.md
v1.1.1 (2020-03-12)
Implemented enhancements:
- Updated description for giturl in the giturl.gemspec to make it easier to understand what giturl is.
Fixed bugs:
- Fatal: Fixed an issue that giturl could not be run at all from the command line
v1.1.0 (2020-03-12)
Implemented enhancements:
- Modularized main function, so now you can call Giturl as a module from your ruby code.
v1.0.5 (2020-03-12)
Implemented enhancements:
- Updated README.md
- Formatted code by rubocop automatically
v1.0.4 (2020-03-12)
Implemented enhancements:
- Described how to install and how to use on README.md
v1.0.3 (2020-03-11)
Fixed bugs:
- Fatal: Fixed not following RubyGems format so it works correctly
v1.0.2 (2020-03-11)
Fixed bugs:
- Fatal: Fixed not following RubyGems format so it works correctly
v1.0.1 (2020-03-11)
Fixed bugs:
- Fatal: Fixed not following RubyGems format so it works correctly
v1.0.0 (2020-03-11)
Implemented enhancements:
- First release!
* This Changelog was automatically generated by github_changelog_generator