From 82b2b362579da62545b77288eea7f59ea25e4dfe Mon Sep 17 00:00:00 2001 From: Martin Marmsoler Date: Sat, 20 Apr 2024 18:10:21 +0200 Subject: [PATCH 1/5] update changelog for upcomming release --- docs/changelog.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 20f63e19..8ee9ded7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,4 @@ -### vX.X.X - 2023-04-20 (DEV) +### v1.4.0 - 2023-04-25 (DEV) Description @@ -8,12 +8,29 @@ Description * UI(Main Menu): Added a menu-entry to rename the current branch. * UI(Diff View): Added line wrapping option in Tools - Options - Diff * Option to open Gittyup maximized at startup +* Hotkeys for Navigating CommitList +* Referring repos with their git-dir instead of their work-tree. +* Use columns for file name, directory, and state when files are shown as a list in TreeViews. +* Possibility to change language from the settings +* Linux: Publishing Appimage bundle +* "Hide Untracked Files" option to DoubleTreeWidget +* Add display options to the commit list #### Changed * UI(Commit List): Collapse multiple branch and tag right-click menu entries into submenus. This affects the checkout and delete operations. * Fix(Build System): Force usage of clang-format v13 to ensure consistent formatting. +* Fix: Commit highlighting +* Compact commit list: move commit message closer to commit graph +* Updating translations +* Close the branch drop-down list after the user checks out a branch. + +#### Bug Fixes + +* Delete timeline causes crash on windows +* Rebase: Use original commit message as default message +* Fixing "Stage all" button ---- From 3145a3f936c0d39c28d95b1ce7e7f19d5e7c0116 Mon Sep 17 00:00:00 2001 From: Martin Marmsoler Date: Sat, 20 Apr 2024 18:32:46 +0200 Subject: [PATCH 2/5] fix appdata file --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 8ee9ded7..3812a2c1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -13,7 +13,7 @@ Description * Use columns for file name, directory, and state when files are shown as a list in TreeViews. * Possibility to change language from the settings * Linux: Publishing Appimage bundle -* "Hide Untracked Files" option to DoubleTreeWidget +* Hide Untracked Files option to DoubleTreeWidget * Add display options to the commit list #### Changed From 8c863b4f9840018d0d6732007d530cd64bde9e11 Mon Sep 17 00:00:00 2001 From: Martin Marmsoler Date: Sat, 20 Apr 2024 19:07:31 +0200 Subject: [PATCH 3/5] remove section because not handled correctly --- docs/changelog.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 3812a2c1..3cd58fe7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -25,12 +25,9 @@ Description * Compact commit list: move commit message closer to commit graph * Updating translations * Close the branch drop-down list after the user checks out a branch. - -#### Bug Fixes - -* Delete timeline causes crash on windows -* Rebase: Use original commit message as default message -* Fixing "Stage all" button +* Fix: Delete timeline causes crash on windows +* Fix: Rebase: Use original commit message as default message +* Fix: "Stage all" button ---- From 883930b3390b95676e61e79eea15833707b3975f Mon Sep 17 00:00:00 2001 From: Martin Marmsoler Date: Sat, 20 Apr 2024 19:34:07 +0200 Subject: [PATCH 4/5] fix --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 3cd58fe7..c0064702 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -27,7 +27,7 @@ Description * Close the branch drop-down list after the user checks out a branch. * Fix: Delete timeline causes crash on windows * Fix: Rebase: Use original commit message as default message -* Fix: "Stage all" button +* Fix: Stage all button ---- From 5a3e27ea8af26f7b1cac1f079dd35116be41b63a Mon Sep 17 00:00:00 2001 From: Martin Marmsoler Date: Sat, 20 Apr 2024 20:15:34 +0200 Subject: [PATCH 5/5] revert date Reason: so it can be merged and at the end only the date must be changed --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index c0064702..ddaa20c8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,4 @@ -### v1.4.0 - 2023-04-25 (DEV) +### vX.X.X - 2024-04-20 (DEV) Description