pump version to 1.1.1

This commit is contained in:
Martin Marmsoler 2022-06-09 08:40:35 +02:00
parent d82edf1b65
commit 650d3fd1b7
2 changed files with 21 additions and 1 deletions

View File

@ -5,7 +5,7 @@ project(Gittyup)
set(GITTYUP_NAME "Gittyup")
set(GITTYUP_VERSION_MAJOR 1)
set(GITTYUP_VERSION_MINOR 1)
set(GITTYUP_VERSION_PATCH 0)
set(GITTYUP_VERSION_PATCH 1)
set(GITTYUP_VERSION
"${GITTYUP_VERSION_MAJOR}.${GITTYUP_VERSION_MINOR}.${GITTYUP_VERSION_PATCH}"
)

View File

@ -1,3 +1,23 @@
### v1.1.1 - 2022-06-09
Bug fix release
#### Added
* Distinguish between commit author and committer
* Show image preview also for deleted files
* Official macOS X release
#### Changed
* Fix single line staging if not all hunks are loaded
* Fix cherrypick commit author
* Fix segmentation fault if submodule update fails
* Fix line staging with windows new lines
* Show first change in the diff view when loading
* Improved windows icon
* Update openssl, libssh, scintilla, cmark and git
----
### v1.1.0 - 2022-04-30
Second release of Gittyup