summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWhovian93692018-01-24 02:11:53 -0500
committerKillWolfVlad2018-01-24 18:41:52 +0500
commitc1362c6a1bab3f8ab3b0e0f533d7545047138b26 (patch)
tree99c280dcc9a18f8c9f1e0bf4a9055122bc9b9f83
parent3947ce5f431a7fc5d4c2d1af7ede3135774f4588 (diff)
downloadaur-c1362c6a1bab3f8ab3b0e0f533d7545047138b26.tar.gz
Bump to v2.0.6-1
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG.md51
-rw-r--r--PKGBUILD5
3 files changed, 56 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f5aea881c49..e7aba80aa172 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = gitahead
pkgdesc = THE MOST POWERFUL GIT GUI
- pkgver = 2.0.2
+ pkgver = 2.0.6
pkgrel = 1
url = http://gitahead.scitools.com/
arch = x86_64
license = custom
provides = gitahead
conflicts = gitahead
- source = gitahead-2.0.2.bin::https://gitahead.com/downloads/v2.0.2/GitAhead-2.0.2.sh
+ source = gitahead-2.0.6.bin::https://gitahead.com/downloads/v2.0.6/GitAhead-2.0.6.sh
source = gitahead-license
source = gitahead.desktop
source = gitahead.png
source = gitahead.sh
- sha256sums = 0e31392a69d87a32ee2c097c83fdc7f8508bf0379ab1bb0adf58a76881577838
+ sha256sums = 8050a8e840fda8434d8fbb03208c3793cfe52f4156bd43fe2b30fe874a33addb
sha256sums = d71bfb48c954d213986816fc29478c7f80c8bd2dd10d2889bf51897d649eedd6
sha256sums = 6070ebf6752f55f8b7d8a79107ce491c3acf04310eeb9a8242b83cfb4df055f2
sha256sums = 66cb53fc57eb2ce2e6cd02ff392476fdfb91b723b76ef5da1856e9b5dc1b5c75
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bbf24fd66dc6..f188e15a63fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,57 @@
+# [v2.0.6 - 2018-01-23](https://gitahead.com/cgi-bin/update.py?platform=linux&version=2.0.5)
+
+## Fixed
+
+- Disable editing and hide caret on untracked files in the diff view.
+- Fixed failure to cancel remote transfer in some cases.
+- Fixed failure to report error after invalid offline registration attempt.
+
+# [v2.0.5 - 2018-01-17](https://gitahead.com/cgi-bin/update.py?platform=linux&version=2.0.4)
+
+## Added
+
+- Added theme menu item to edit the current theme.
+
+## Fixed
+
+- Fixed crash on some diffs.
+- (Win) Fixed issues with localized repository and config path names.
+
+## Changed
+
+- Changed HEAD reference color in dark theme.
+
+# [v2.0.4 - 2018-01-10](https://gitahead.com/cgi-bin/update.py?platform=linux&version=2.0.3)
+
+## Added
+
+- Allow more SSL errors to be ignored.
+- Remember ignored SSL errors and don't continue to prompt about them.
+- (Mac) Added 'Open in GitAhead' services context menu action.
+
+## Fixed
+
+- Fixed crash on conflicted files that only exist on one side of the merge.
+- (Win) Install updates in the previous install location.
+
+# [v2.0.3 - 2018-01-05](https://gitahead.com/cgi-bin/update.py?platform=linux&version=2.0.2)
+
+## Added
+
+- Remember 'no commit' setting in the merge dialog.
+- Added more specific error message on failure to establish SSL connection.
+- Allow certain SSL errors to be ignored.
+- (Win) Added explorer context menu shortcuts to installer.
+
+## Fixed
+
+- Fixed integration with GitLab. A personal access token is now required for authentication.
+
# [v2.0.2 - 2017-12-22](https://gitahead.com/cgi-bin/update.py?platform=linux&version=2.0.1)
## Fixed
-Fixed issues with offline licenses.
+- Fixed issues with offline licenses.
# [v2.0.1 - 2017-12-20](https://gitahead.com/cgi-bin/update.py?platform=linux&version=2.0.0)
diff --git a/PKGBUILD b/PKGBUILD
index 7327bbe51d81..0c6dc1b980fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: KillWolfVlad <github.com/KillWolfVlad>
# Contributor: WaveHack <email@wavehack.net>
+# Contributor: Whovian9369 <Whovian9369@gmail.com>
pkgname=('gitahead')
pkgrel=1
-pkgver=2.0.2
+pkgver=2.0.6
pkgdesc='THE MOST POWERFUL GIT GUI'
url='http://gitahead.scitools.com/'
provides=('gitahead')
@@ -18,7 +19,7 @@ source=(
"gitahead.png"
"gitahead.sh"
)
-sha256sums=('0e31392a69d87a32ee2c097c83fdc7f8508bf0379ab1bb0adf58a76881577838'
+sha256sums=('8050a8e840fda8434d8fbb03208c3793cfe52f4156bd43fe2b30fe874a33addb'
'd71bfb48c954d213986816fc29478c7f80c8bd2dd10d2889bf51897d649eedd6'
'6070ebf6752f55f8b7d8a79107ce491c3acf04310eeb9a8242b83cfb4df055f2'
'66cb53fc57eb2ce2e6cd02ff392476fdfb91b723b76ef5da1856e9b5dc1b5c75'