From 74fb54498026b054c9a32b0ad5980549a10d03d0 Mon Sep 17 00:00:00 2001 From: Jason Haslam Date: Tue, 14 Jul 2020 11:01:17 -0600 Subject: [PATCH] Change version to 2.6.3 --- CMakeLists.txt | 2 +- doc/changelog.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c378b665..b11eb645 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project(GitAhead) set(GITAHEAD_NAME "GitAhead") set(GITAHEAD_VERSION_MAJOR 2) set(GITAHEAD_VERSION_MINOR 6) -set(GITAHEAD_VERSION_PATCH 2) +set(GITAHEAD_VERSION_PATCH 3) set(GITAHEAD_VERSION "${GITAHEAD_VERSION_MAJOR}.${GITAHEAD_VERSION_MINOR}.${GITAHEAD_VERSION_PATCH}" ) diff --git a/doc/changelog.md b/doc/changelog.md index 04b7bf17..e01d3c36 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,3 +1,23 @@ +### v2.6.3 - 2020-07-14 + +#### Added + +* Added external tool definitions for Beyond Compare 4. (Stefan Knotzer) +* Added option to disable translation. (Stefan Knotzer) +* Added options to delete branches and tags from the commit list context menu. (Stefan Knotzer) +* Added button to the clone dialog to navigate to a local directory. (Stefan Knotzer) +* Added Brazilian Portuguese translation. (Francisco) + +#### Fixed + +* Fixed incorrect setting change when checking the "update submodules after pull" check box. +* Fixed failure to stage some renames. (Maickonn Richard) +* Fixed crash on right-click when a both the status diff and another commit are selected. (Stefan Knotzer) +* Fixed the definition of an identifier in indexed search to include a dash followed a digit. +* (Mac) Fixed failure to load translations. + +---- + ### v2.6.2 - 2020-05-03 #### Added