Change version to 2.5.11

This commit is contained in:
Jason Haslam 2019-10-30 13:48:47 -06:00
parent 1e7809521f
commit 62a234bda1
2 changed files with 25 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 5)
set(GITAHEAD_VERSION_PATCH 10)
set(GITAHEAD_VERSION_PATCH 11)
set(GITAHEAD_VERSION
"${GITAHEAD_VERSION_MAJOR}.${GITAHEAD_VERSION_MINOR}.${GITAHEAD_VERSION_PATCH}"
)

View File

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