aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKillWolfVlad2017-11-09 10:10:03 +0500
committerKillWolfVlad2017-11-09 10:10:03 +0500
commit7c90f472931653e90fb6861ca7a8501ca85fee86 (patch)
tree411a3416bacaf203318cdd84a26ef4cd50f2208e
parent159ec114cc92224b33c74d26098d8b707d61f4ee (diff)
downloadaur-7c90f472931653e90fb6861ca7a8501ca85fee86.tar.gz
Bump to v1.4.9-1
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG.md14
-rw-r--r--PKGBUILD4
3 files changed, 19 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ad4ff27d393..2eb12a8d4b4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitahead
pkgdesc = THE MOST POWERFUL GIT GUI
- pkgver = 1.4.8
+ pkgver = 1.4.9
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.8.bin::https://gitahead.com/downloads/v1.4.8/GitAhead-1.4.8.sh
+ source = gitahead-1.4.9.bin::https://gitahead.com/downloads/v1.4.9/GitAhead-1.4.9.sh
source = gitahead-license
source = gitahead.desktop
source = gitahead.png
source = gitahead.sh
- sha256sums = faf5af11739f610e1be9aa32b3572409d385705e103225f1e9c426968d544181
+ sha256sums = 13ff4f7c7b5b02f37a563eaac0d65ffc1b22ae64051c47c0b5fb019220a19537
sha256sums = d71bfb48c954d213986816fc29478c7f80c8bd2dd10d2889bf51897d649eedd6
sha256sums = 6070ebf6752f55f8b7d8a79107ce491c3acf04310eeb9a8242b83cfb4df055f2
sha256sums = 66cb53fc57eb2ce2e6cd02ff392476fdfb91b723b76ef5da1856e9b5dc1b5c75
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1483e5d37e7..2d1f82d65622 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+# [v1.4.9 - 2017-11-06](https://gitahead.com/cgi-bin/update.py?platform=linux&version=1.4.8)
+
+## Added
+
+- Added context menu action to remove multiple untracked files at once.
+- Show detached HEAD label at a specific tag if any tags point directly to the commit.
+
+## Fixed
+
+- Fixed cancel during resolve.
+- Fixed regression is showing the detached HEAD label in the commit list.
+- Fixed failure to immediately index some commits if the indexer is running while references are updated.
+- Fixed failure to get more than the first page of GitHub repositories.
+
# [v1.4.8 - 2017-10-30](https://gitahead.com/cgi-bin/update.py?platform=linux&version=1.4.7)
## Added
diff --git a/PKGBUILD b/PKGBUILD
index c6b28f203b34..387a6b8026bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('gitahead')
pkgrel=1
-pkgver=1.4.8
+pkgver=1.4.9
pkgdesc='THE MOST POWERFUL GIT GUI'
url='http://gitahead.scitools.com/'
provides=('gitahead')
@@ -17,7 +17,7 @@ source=(
"gitahead.png"
"gitahead.sh"
)
-sha256sums=('faf5af11739f610e1be9aa32b3572409d385705e103225f1e9c426968d544181'
+sha256sums=('13ff4f7c7b5b02f37a563eaac0d65ffc1b22ae64051c47c0b5fb019220a19537'
'd71bfb48c954d213986816fc29478c7f80c8bd2dd10d2889bf51897d649eedd6'
'6070ebf6752f55f8b7d8a79107ce491c3acf04310eeb9a8242b83cfb4df055f2'
'66cb53fc57eb2ce2e6cd02ff392476fdfb91b723b76ef5da1856e9b5dc1b5c75'