aboutsummarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKillWolfVlad2017-10-12 00:26:11 +0500
committerKillWolfVlad2017-10-12 00:26:11 +0500
commit93930cb860c1d57460210ae7f44d30cee6d26d55 (patch)
treefb80851960cc1a1efa2fe2f627ff5db830e8d0e9 /CHANGELOG.md
parent2badb494bbf72dda70ffb07cb84fe51a5c533d31 (diff)
downloadaur-93930cb860c1d57460210ae7f44d30cee6d26d55.tar.gz
Bump to v1.4.5-1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9a5fc222ceb..96fef42c8f3c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+# [v1.4.5 - 2017-10-10](https://gitahead.com/cgi-bin/update.py?platform=linux&version=1.4.4)
+
+## Added
+
+- Added option to merge without committing.
+- Added context menu actions to stage/unstage multiple files at once.
+
+## Fixed
+
+- Fixed usability issues in the custom external tools editor interface.
+- Don't yield focus to the commit message editor when staging files with the keyboard.
+- Fixed state of stash toolbar button and menu item when the working directory is clean except for untracked files.
+- Fixed failure to cherry-pick and revert when the working directory is dirty.
+- Fixed hang on some diffs.
+- Fixed garbage remote transfer rate when the elapsed time is too small to measure.
+- (Mac) Fixed several issues on macOS 10.13.
+
# [v1.4.4 - 2017-09-22](https://gitahead.com/cgi-bin/update.py?platform=linux&version=1.4.3)
## Added