Change version to 2.6.3

This commit is contained in:
Jason Haslam 2020-07-14 11:01:17 -06:00
parent bbb4f78a73
commit 74fb544980
2 changed files with 21 additions and 1 deletions

View File

@ -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}"
)

View File

@ -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