Skip to content

Latest commit

 

History

History
225 lines (119 loc) · 7.57 KB

CHANGELOG.md

File metadata and controls

225 lines (119 loc) · 7.57 KB

Changelog

v1.3.4 (2024-02-24)

Full Changelog

  • No changes in behavior
    • code refactoring only.

Closed issues:

  • none

v1.3.3 (2024-02-24)

Full Changelog

  • No changes in behavior
    • code refactoring only.

Closed issues:

  • none

[v1.3.2 (2020-05-10)

Full Changelog

  • No changes in behavior
    • code refactoring only.

Closed issues:

  • Refactoring that isn't needed #27

Merged pull requests:

v1.3.1 (2020-04-14)

Full Changelog

Summary:

  • No changes for users are included.

Closed issues:

  • Introduce Rubocop-performance for readability #23

Merged pull requests:

Other related topic:

  • Created PR #794 about github_changelog_generator on which giturl depends

v1.3.0 (2020-04-08)

Full Changelog

Implemented enhancements:

  • Support for Windows and Linux! #2

Merged pull requests:

v1.2.1 (2020-03-27)

Full Changelog

Implemented enhancements:

  • Open application even if --app alone without --open #13

Merged pull requests:

v1.2.0 (2020-03-24)

Full Changelog

Implemented enhancements:

  • Basic UI changed
    • Current directory is processed, even if no directory is specified. #8
      • i.e. giturl -o . and giturl -o behave exactly same.

Merged pull requests:

v1.1.6 (2020-03-23)

Full Changelog

Implemented enhancements:

  • Test code should be prepared #3

Merged pull requests:

v1.1.5 (2020-03-18)

Full Changelog

Implemented enhancements:

  • Specify a browser to open #1

Fixed bugs:

  • Encoding is required if the branch name contains '#' etc. #4

Merged pull requests:

v1.1.4 (2020-03-16)

Full Changelog

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)

Full Changelog

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)

Full Changelog

Implemented enhancements:

  • Described CHANGELOG.md and linked to it from README.md
  • Added license item to README.md

v1.1.1 (2020-03-12)

Full Changelog

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)

Full Changelog

Implemented enhancements:

  • Modularized main function, so now you can call Giturl as a module from your ruby code.

v1.0.5 (2020-03-12)

Full Changelog

Implemented enhancements:

  • Updated README.md
  • Formatted code by rubocop automatically

v1.0.4 (2020-03-12)

Full Changelog

Implemented enhancements:

  • Described how to install and how to use on README.md

v1.0.3 (2020-03-11)

Full Changelog

Fixed bugs:

  • Fatal: Fixed not following RubyGems format so it works correctly

v1.0.2 (2020-03-11)

Full Changelog

Fixed bugs:

  • Fatal: Fixed not following RubyGems format so it works correctly

v1.0.1 (2020-03-11)

Full Changelog

Fixed bugs:

  • Fatal: Fixed not following RubyGems format so it works correctly

v1.0.0 (2020-03-11)

Full Changelog

Implemented enhancements:

  • First release!

* This Changelog was automatically generated by github_changelog_generator