aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKillWolfVlad2017-10-31 17:07:54 +0500
committerKillWolfVlad2017-10-31 17:07:54 +0500
commit159ec114cc92224b33c74d26098d8b707d61f4ee (patch)
tree137dc433a9716d2fa59280ddab51e46fbff94ada
parent3e3ea318de9223440658c107a324c72adc789237 (diff)
downloadaur-159ec114cc92224b33c74d26098d8b707d61f4ee.tar.gz
Bump to v1.4.8-1
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG.md20
-rw-r--r--PKGBUILD4
3 files changed, 25 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eae159aef3b4..4ad4ff27d393 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitahead
pkgdesc = THE MOST POWERFUL GIT GUI
- pkgver = 1.4.7
+ pkgver = 1.4.8
pkgrel = 1
url = http://gitahead.scitools.com/
arch = x86_64
@@ -8,12 +8,12 @@ pkgbase = gitahead
depends = qt5-base
provides = gitahead
conflicts = gitahead
- source = gitahead-1.4.7.bin::https://gitahead.com/downloads/v1.4.7/GitAhead-1.4.7.sh
+ source = gitahead-1.4.8.bin::https://gitahead.com/downloads/v1.4.8/GitAhead-1.4.8.sh
source = gitahead-license
source = gitahead.desktop
source = gitahead.png
source = gitahead.sh
- sha256sums = 52a375430d840994fa5380fcca2431c60abb73e02110a842ee089cc423edd33c
+ sha256sums = faf5af11739f610e1be9aa32b3572409d385705e103225f1e9c426968d544181
sha256sums = d71bfb48c954d213986816fc29478c7f80c8bd2dd10d2889bf51897d649eedd6
sha256sums = 6070ebf6752f55f8b7d8a79107ce491c3acf04310eeb9a8242b83cfb4df055f2
sha256sums = 66cb53fc57eb2ce2e6cd02ff392476fdfb91b723b76ef5da1856e9b5dc1b5c75
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c3dcad41ac7..f1483e5d37e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,23 @@
+# [v1.4.8 - 2017-10-30](https://gitahead.com/cgi-bin/update.py?platform=linux&version=1.4.7)
+
+## Added
+
+- Added prompt before staging directories.
+- Substitute emoji for emoji short codes in commit messages.
+- Added missing extension mapping for CoffeeScript.
+
+## Fixed
+
+- Sort conflicts to the top unconditionally.
+- Automatically select the status row when the HEAD changes.
+- Fixed commit list scroll performance on repositories with many refs.
+- (Win) Search for git bash in default install location.
+- (Win) Added warning dialog when an external tool fails because bash can't be found.
+
+## Changed
+
+- Changed the behavior of double-click in the file list to open the external diff/merge tool if one is enabled.
+
# [v1.4.7 - 2017-10-20](https://gitahead.com/cgi-bin/update.py?platform=linux&version=1.4.6)
## Added
diff --git a/PKGBUILD b/PKGBUILD
index a7f7e3029c63..c6b28f203b34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('gitahead')
pkgrel=1
-pkgver=1.4.7
+pkgver=1.4.8
pkgdesc='THE MOST POWERFUL GIT GUI'
url='http://gitahead.scitools.com/'
provides=('gitahead')
@@ -17,7 +17,7 @@ source=(
"gitahead.png"
"gitahead.sh"
)
-sha256sums=('52a375430d840994fa5380fcca2431c60abb73e02110a842ee089cc423edd33c'
+sha256sums=('faf5af11739f610e1be9aa32b3572409d385705e103225f1e9c426968d544181'
'd71bfb48c954d213986816fc29478c7f80c8bd2dd10d2889bf51897d649eedd6'
'6070ebf6752f55f8b7d8a79107ce491c3acf04310eeb9a8242b83cfb4df055f2'
'66cb53fc57eb2ce2e6cd02ff392476fdfb91b723b76ef5da1856e9b5dc1b5c75'