aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaveHack2017-12-04 15:01:59 +0100
committerWaveHack2017-12-04 15:01:59 +0100
commitaa7114d9a9a0a4fe4af0bee2d60f8ace5eca7278 (patch)
treed8d68ab83ce853989ca7d6e5a05a29672756f5b1
parent7d12c4e0291b69d721494c0b4d91568f0af3321e (diff)
downloadaur-aa7114d9a9a0a4fe4af0bee2d60f8ace5eca7278.tar.gz
Bump to v1.4.12
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG.md12
-rw-r--r--PKGBUILD4
3 files changed, 17 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c878a6858ea..d368087a52ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitahead
pkgdesc = THE MOST POWERFUL GIT GUI
- pkgver = 1.4.11
+ pkgver = 1.4.12
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.11.bin::https://gitahead.com/downloads/v1.4.11/GitAhead-1.4.11.sh
+ source = gitahead-1.4.12.bin::https://gitahead.com/downloads/v1.4.12/GitAhead-1.4.12.sh
source = gitahead-license
source = gitahead.desktop
source = gitahead.png
source = gitahead.sh
- sha256sums = 5785df7fb89423532825eed002da9893204b2ae757c597a45857cf0d05a8787f
+ sha256sums = 875b13203a990105219dcba72c8f93872f0c0f5d0f495f59c67f65608b26a3e7
sha256sums = d71bfb48c954d213986816fc29478c7f80c8bd2dd10d2889bf51897d649eedd6
sha256sums = 6070ebf6752f55f8b7d8a79107ce491c3acf04310eeb9a8242b83cfb4df055f2
sha256sums = 66cb53fc57eb2ce2e6cd02ff392476fdfb91b723b76ef5da1856e9b5dc1b5c75
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3488c75f3795..79c93bdbf3a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# [v1.4.12 - 2017-11-30](https://gitahead.com/cgi-bin/update.py?platform=linux&version=1.4.11)
+
+## Added
+
+- Added tag icon next to tag reference badges.
+- Added option to show the full repository path in the title bar.
+
+## Fixed
+
+- Remember the size and location of the start dialog.
+- Reset selection more consistently to the HEAD branch when it changes.
+
# [v1.4.11 - 2017-11-21](https://gitahead.com/cgi-bin/update.py?platform=linux&version=1.4.10)
## Added
diff --git a/PKGBUILD b/PKGBUILD
index 9d8a61ff71b3..63e1c8b07e62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('gitahead')
pkgrel=1
-pkgver=1.4.11
+pkgver=1.4.12
pkgdesc='THE MOST POWERFUL GIT GUI'
url='http://gitahead.scitools.com/'
provides=('gitahead')
@@ -17,7 +17,7 @@ source=(
"gitahead.png"
"gitahead.sh"
)
-sha256sums=('5785df7fb89423532825eed002da9893204b2ae757c597a45857cf0d05a8787f'
+sha256sums=('875b13203a990105219dcba72c8f93872f0c0f5d0f495f59c67f65608b26a3e7'
'd71bfb48c954d213986816fc29478c7f80c8bd2dd10d2889bf51897d649eedd6'
'6070ebf6752f55f8b7d8a79107ce491c3acf04310eeb9a8242b83cfb4df055f2'
'66cb53fc57eb2ce2e6cd02ff392476fdfb91b723b76ef5da1856e9b5dc1b5c75'