From 62a234bda14a122d99da5404435b322b301a5cec Mon Sep 17 00:00:00 2001 From: Jason Haslam Date: Wed, 30 Oct 2019 13:48:47 -0600 Subject: [PATCH] Change version to 2.5.11 --- CMakeLists.txt | 2 +- doc/changelog.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 71567f5b..fca3856d 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 5) -set(GITAHEAD_VERSION_PATCH 10) +set(GITAHEAD_VERSION_PATCH 11) set(GITAHEAD_VERSION "${GITAHEAD_VERSION_MAJOR}.${GITAHEAD_VERSION_MINOR}.${GITAHEAD_VERSION_PATCH}" ) diff --git a/doc/changelog.md b/doc/changelog.md index 90169b79..fcc0aa56 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,3 +1,27 @@ +### v2.5.11 - 2019-10-30 + +#### Added + +* Added context menu item to remove remote account from the sidebar. +* Added usage reporting setting to the 'General' preferences panel. +* Remember sidebar remote account expansion state. +* Unique sidebar and open tab names in the same way as recent repositories. +* Added 'Fetch All' item to 'Remote' menu. + +#### Fixed + +* Fixed failure to launch external edit tools with spaces in their path. +* Disallow pasting rich text into the commit editor. +* (Win) Fixed several issues relating to symlinks. + +#### Changed + +* Allow more than 99 columns in line length plugin interface. +* Clarify copyright statement in the about dialog. +* (Mac) Enable the hardened runtime to allow notarization on macOS Catalina. + +---- + ### v2.5.10 - 2019-08-29 #### Added