Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

40 lines (29 loc) · 1.8 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • Improve status display text in new bitbucket pull request screen, from @bradrydzewski. See #27.

Fixed

  • Fix issue with GitHub enterprise deep link including API prefix, from @bradrydzewski.

[1.6.0]

Added

  • Support Head and Base sha for GitHub pull request, from @bradrydzewski.
  • Support Before sha for Bitbucket, from @jkdev81.
  • Support for creating GitHub deployment hooks, from @bradrydzewski.
  • Endpoint to get organization membership for GitHub, from @bradrydzewski.
  • Functions to generate deep links to git resources, from @bradrydzewski.

Fixed

[1.5.0]

Added

[1.4.0]

Added

[1.3.0]

Added

  • Fix missing avatar in Gitea commit from @jgeek1011.
  • Implement GET commit endpoint for Gogs from @ogarcia.