sourcecred/CHANGELOG.md
William Chargin c7ba89b807
license: relicense under MIT + Apache-2 (#896)
Summary:
All contributors to SourceCred have agreed to this more permissive
licensing option:

  - @decentralion: [link to comment][decentralion]
  - @wchargin: [link to comment][wchargin]
  - @claireandcode: [link to comment][claireandcode]

[decentralion]: https://github.com/sourcecred/sourcecred/issues/812#issuecomment-420817902
[wchargin]: https://github.com/sourcecred/sourcecred/issues/812#issuecomment-420819732
[claireandcode]: https://github.com/sourcecred/sourcecred/issues/812#issuecomment-424914639

Archive link to thread: <https://archive.fo/BH2v5>

Resolves #812.

Test Plan:
Note that the GitHub tree explorer correctly links from the README to
the individual license files.

wchargin-branch: license-dual-mit-apache2
2018-09-26 19:28:41 -07:00

1.4 KiB
Raw Blame History

Changelog

[Unreleased]

  • Relicense from MIT to MIT + Apache-2 (#812)
  • Display short hash + summary for commits (#879)
  • Hyperlink to GitHub entities (#860)
  • Add GitHub reactions to the graph (#846)
  • Detect references to commits (#833)
  • Detect references in commit messages (#829)
  • Add commit authorship to the graph (#826)
  • Add MentionsAuthor edges to the graph (#808)

[0.1.0]

  • Organize weight config by plugin (#773)
  • Configure edge forward/backward weights separately (#749)
  • Combine "load graph" and "run pagerank" into one button (#759)
  • Store GitHub data compressed at rest, reducing space usage by 68× (#750)
  • Improve weight sliders display (#736)
  • Separate bots from users in the UI (#720)
  • Add a feedback link to the prototype (#715)
  • Support combining multiple repositories into a single graph (#711)
  • Normalize scores so that 1000 cred is split amongst users (#709)
  • Stop persisting weights in local store (#706)
  • Execute GraphQL queries with exponential backoff (#699)
  • Introduce a simplified Git plugin that only tracks commits (#685)
  • Rename cred explorer table columns (#680)
  • Display version string in the app's footer
  • Support hosting SourceCred instances at arbitrary gateways, not just the root of a domain (#643)
  • Aggregate over connection types in the cred explorer (#502)
  • Start tracking changes in CHANGELOG.md