|
10 | 10 | - CodeBetter TeamCity: <http://teamcity.codebetter.com/project.html?projectId=LibGit2Sharp&guest=1>
|
11 | 11 | - Travis: <https://travis-ci.org/libgit2/libgit2sharp>
|
12 | 12 |
|
| 13 | +## v0.19 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.18.1...v0.19)) |
| 14 | + |
| 15 | +### Additions |
| 16 | + |
| 17 | + - Introduce repo.Network.Remotes.Rename() (#730, #741) |
| 18 | + - Introduce repo.ObjectDatabase.ShortenObjectId() (#677) |
| 19 | + - Introduce Remote.IsSupportedUrl() (#754) |
| 20 | + - Introduce repo.CherryPick() (#755, #756) |
| 21 | + - Expose advanced conflict data (REUC, renames) (#748) |
| 22 | + |
| 23 | +### Changes |
| 24 | + |
| 25 | + - Make Patch expose a richer PatchEntryChanges type (#686, #702) |
| 26 | + - Make network operations accept Credentials through a callback (#759, #761, #767) |
| 27 | + - Make repo.Index.Stage() respect ignored files by default (#777) |
| 28 | + - Make OdbBackend IDisposable (#713) |
| 29 | + - Update libgit2 binaries to libgit2/libgit2@d28b2b7 |
| 30 | + |
| 31 | +### Fixes |
| 32 | + |
| 33 | + - Don't require specific rights to the parent hierarchy of a repository (#795) |
| 34 | + - Prevent Clone() from choking on empty packets (#794) |
| 35 | + - Ensure Tags can be created in detached Head state (#791) |
| 36 | + - Properly determine object size when calculating its CRC (#783) |
| 37 | + - Prevent blind fast forwards merges when there are checkout conflicts (#781) |
| 38 | + - Make repo.Reset() and repo.Index.Unstage() cope with renamed entries (#777) |
| 39 | + - Do not throw when parsing annotated tags without a Signature (#775, #776) |
| 40 | + - Remove conflicts upon repo.Index.Remove() call (#768) |
| 41 | + - Honor the merge.ff configuration entry (#709) |
| 42 | + - Make Clone() properly throws when passed an invalid url (#701) |
| 43 | + |
13 | 44 | ## v0.18.1 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.18.0...v0.18.1))
|
14 | 45 |
|
15 | 46 | ### Additions
|
|
0 commit comments