Skip to content

Latest commit

 

History

History
90 lines (63 loc) · 2.75 KB

File metadata and controls

90 lines (63 loc) · 2.75 KB

Changes

Not yet released

Version 0.12.10

  • Commit metalinks in emails.
  • Show changed filenames with non-ascii characters.
  • Support for Trac with multiple repositories.
  • Support for Stash.

Version 0.12.5-0.12.6

  • Fix behaviour when git output is not utf-8.

Version 0.12.3

  • Links updated for Gitlab 5.x

Version 0.12.2

  • Restrict nokogiri gem version to be lower than 1.6.0 to allow Ruby 1.8.7 installations.
  • Introduce a new option: reply_to_mailinglist. This option is mutually exclusive to reply_to_author. It gives us the ability to set the Reply-To adddress to the either the recipient/mailinglist.
  • More opaque diffs.
  • Minor updates.

Version 0.12.1

  • The regular expression adjusted to include the underscore in repo name.
  • More HTML commit messages appearance improvements.
  • Fix the issue of notifications for all commits being sent out when a new branch is pushed with unique_commits_per_branch set to false.
  • gitlabhq also supports the character "-" within repository names.
  • Fixing broken links of renamed files in case of gitweb and other interfaces.
  • Do not list commit to closest annotated tag until configuration option set.
  • Show shortlog from previous tag on tag creation.

Version 0.12.0

  • Detects renamed files.
  • Fudge email send date to ensure ordering of commit messages.

Version 0.11.11

  • Allow per branch mailing lists.
  • Support for github option for link_files setting.
  • Added possibility to automatically send a mail to the committer.
  • Allow short_commit_id in subject template

Version 0.11.10

  • Display info message if the config.yml specified is not found.
  • Strip whitespace after splitting emails for SMTP.
  • Added prefer_git_config_mailinglist config variable.
  • Allow to use one configuration file per all cgit projects.
  • Support for Gitalist.

Version 0.11.9

  • Notifier now do not falls on invalid utf-8 text in diffs.
  • Fixes erroneous 0.11.7 release (partially incomplete code was pushed to rubygems and breaks ruby 1.8 compatibility).

Version 0.11.7

  • Summary email section has been updated to be shown correctly.
  • More fine-grained values for ignore_whitespace option (all, change, none).
  • Add support for gitlabhq 4.0+ namespace repo arrangement.
  • Correct urls to cgit installations.
  • Correct Trac integration.
  • Support for GitHub WebHooks (as client).
  • Fix mailformed tag notifications.
  • A lot of other fixes.

Version 0.11.6

  • Project home has been moved to git-commit-notifier GitHub organization.

Version 0.11.5

  • Support for GitHub-flavoured WebHooks (as server).
  • Ability to reply_to_author.
  • Shows summary.
  • Do not send additional email on branch creation.

Versions 0.11.0 - 0.11.4

  • Fix segmentation faults with Unicode subjects on Ruby 1.9
  • A lot of refactorings.