diff --git a/CHANGELOG.md b/CHANGELOG.md index 665ecdc..d4ffa27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Entries usually sorted by importance. +### v0.1.19 2024-10-01 + +- [`8ec690e`](https://github.com/phil294/GitLG/commit/8ec690e) Fix cryptic errors like `ENOENT 'C:\c:\...` on Windows. This happened when navigating files, as the "GitLG: Blame" command would not work anymore. Thanks to @GaryOma for ths fix + ### v0.1.18 2024-09-30 - [`ea9da60`](https://github.com/phil294/GitLG/commit/ea9da60) Fix missing graph lines for some merge commits (#105, #106). In particular, if the first commit of said graph line has a branch tip to it *and* that branch id's name does not exactly match the subject of its merge commit. diff --git a/package.json b/package.json index c0430a0..2f02168 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "git-log--graph", "displayName": "GitLG", "description": "git log --graph, a free, customizable Git UI", - "version": "0.1.18", + "version": "0.1.19", "icon": "img/logo.png", "publisher": "phil294", "private": false,