From d0b62d4cbd59455c53d1ebc5157d2058dbcaf4e9 Mon Sep 17 00:00:00 2001 From: crschnick Date: Wed, 2 Oct 2024 19:00:39 +0000 Subject: [PATCH] Update 12.1_incremental.md --- dist/changelogs/12.1_incremental.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/changelogs/12.1_incremental.md b/dist/changelogs/12.1_incremental.md index 16b76d329..e9fff559a 100644 --- a/dist/changelogs/12.1_incremental.md +++ b/dist/changelogs/12.1_incremental.md @@ -1,5 +1,7 @@ - Improve performance on low performance systems - Add dropdown to quickly select SSH key files that are already synced via git - Add option to change SSH port for VM connections +- Add ability to fill in missing git author data within xpipe +- Fix git sync initialization order potentially causing problems - Fix file chooser dialog not closing -- Fix a few NullPointers \ No newline at end of file +- Fix a few NullPointers