|
8 | 8 | - CI server: <http://teamcity.codebetter.com/project.html?projectId=project127&guest=1>
|
9 | 9 | - @libgit2sharp: <http://twitter.com/libgit2sharp>
|
10 | 10 |
|
| 11 | +## v0.15.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.14.1...v0.15.0)) |
| 12 | + |
| 13 | +### Additions |
| 14 | + |
| 15 | + - Introduce ObjectDatabase.Archive() |
| 16 | + - Introduce Repository.Blame() |
| 17 | + - Introduce ObjectDatabase.CalculateHistoryDivergence() |
| 18 | + - Add Configuration.Find(regexp) |
| 19 | + - Add CommitFilter.FirstParentOnly |
| 20 | + - Expose Configuration.BuildSignature() |
| 21 | + - Add TreeDefinition.Add(string, TreeEntry) |
| 22 | + - Make Remote expose its refspecs |
| 23 | + |
| 24 | +### Changes |
| 25 | + |
| 26 | + - Make Network.Fetch() accepts optional refspec |
| 27 | + - Extend Network.Fetch() and ListReferences() to allow downloading from a url |
| 28 | + - Allow Network.Push() to control packbuilder parallelism |
| 29 | + - Expose Network.Push() progress reporting |
| 30 | + - Extend RemoteUpdater to allow updation of refspecs |
| 31 | + - Teach Index.RetrieveStatus to detect renames in index and workdir |
| 32 | + - Teach NoteCollection to optionally build a Signature from configuration |
| 33 | + - Add RewriteHistoryOptions.OnSucceeding and OnError |
| 34 | + - Introduce Blob FilteringOptions |
| 35 | + - Rename Blob.ContentAsText() as Blob.GetContentText() |
| 36 | + - Rename Blob.ContentStream() as Blob.GetContentStream() |
| 37 | + - Deprecate Blob.Content |
| 38 | + - Teach Diff.Compare<> to detect renames and copies |
| 39 | + - Split Patch and TreeChanges generation |
| 40 | + - Deprecate ResetOptions in favor of ResetMode. |
| 41 | + - Simplify OdbBackend.ReadPrefix() implementation |
| 42 | + - Deprecate ObjectId.StartsWith(byte[], int) in favor of ObjectId.StartsWith(string) |
| 43 | + - Update libgit2 binaries to libgit2/libgit2@96fb6a6 |
| 44 | + |
| 45 | +### Fixes |
| 46 | + |
| 47 | + - Fix building with Mono on OS X (#557) |
| 48 | + - Make RetrieveStatus() reload on-disk index beforehand (#322 and #519) |
| 49 | + |
11 | 50 | ## v0.14.1 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.14.0...v0.14.1))
|
12 | 51 |
|
13 | 52 | ### Changes
|
|
0 commit comments