From 3be0bd17df0595b6ff4628e41d9f469a51a056d9 Mon Sep 17 00:00:00 2001 From: Philip Waritschlager Date: Mon, 30 Sep 2024 18:49:21 +0200 Subject: [PATCH] v0.1.17 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 693f61d..5b602a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ Entries usually sorted by importance. +### v0.1.17 2024-09-30 + +- [`234944a`](https://github.com/phil294/GitLG/commit/234944a) Fix bad positioning of loading message once the view has initialized +- [`8d97dc4`](https://github.com/phil294/GitLG/commit/8d97dc4) Fix file commit file listing for commits that have no parent +- [`bb9856d`](https://github.com/phil294/GitLG/commit/bb9856d) Fix "Open file" from within commit file changes in multi-repo scenarios. Sometimes the wrong repo was assumed, leading to a wrong or non-found opened file path +idk + ### v0.1.16 2024-09-29 - [`794cf93`](https://github.com/phil294/GitLG/commit/794cf93) Rename the project to GitLG. Commented in #104 diff --git a/package.json b/package.json index 3892c33..dd80896 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.16", + "version": "0.1.17", "icon": "img/logo.png", "publisher": "phil294", "private": false,