Pronto v0.5.0 Release Notes

  • ๐Ÿ†• New features

    • ๐Ÿ”ง #104: configure via .pronto.yml file.
    • ๐Ÿ”ง #86: ability to specify GitHub slug via configuration or environment variable.
    • ๐Ÿ”ง #77: ability to specify GitHub endpoints via configuration or environment variable.
    • ๐Ÿ”ง #108: ability to specify excluded files via configuration.

    ๐Ÿ”„ Changes

    • ๐Ÿ’Ž #82: treat Rake files as Ruby files.
    • #107: use desc: instead of banner: for CLI options descriptions.

    ๐Ÿ› Bugs fixed

    • #87: handle github remote urls without .git suffix.
    • #91: find position in full diff and fix how commit id is used in GithubPullRequestFormatter.
    • #92: ignore failed pull request comments.
    • #93: comments didn't have position when outdated.
    • #94: duplicate comment detection was failing for large GitHub pull requests.
    • poper#4: handle message uniqueness when they're without line numbers.
    • #101: make GitLab work with ssh port urls.