aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKillWolfVlad2018-02-24 21:37:53 +0500
committerKillWolfVlad2018-02-24 21:37:53 +0500
commit294441dec828fabf54938ab3738b4a02bef54727 (patch)
tree70b3bfe0ee9200e7e573f708f796e45bc19a2c76
parentc1362c6a1bab3f8ab3b0e0f533d7545047138b26 (diff)
downloadaur-294441dec828fabf54938ab3738b4a02bef54727.tar.gz
Bump to v2.1.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG.md24
-rw-r--r--PKGBUILD4
3 files changed, 29 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7aba80aa172..f337cbf31533 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = gitahead
pkgdesc = THE MOST POWERFUL GIT GUI
- pkgver = 2.0.6
+ pkgver = 2.1.0
pkgrel = 1
url = http://gitahead.scitools.com/
arch = x86_64
license = custom
provides = gitahead
conflicts = gitahead
- source = gitahead-2.0.6.bin::https://gitahead.com/downloads/v2.0.6/GitAhead-2.0.6.sh
+ source = gitahead-2.1.0.bin::https://gitahead.com/downloads/v2.1.0/GitAhead-2.1.0.sh
source = gitahead-license
source = gitahead.desktop
source = gitahead.png
source = gitahead.sh
- sha256sums = 8050a8e840fda8434d8fbb03208c3793cfe52f4156bd43fe2b30fe874a33addb
+ sha256sums = 809fa3e6af88a13801ba6315224638e262fc378034448047fd55dc173fedfe76
sha256sums = d71bfb48c954d213986816fc29478c7f80c8bd2dd10d2889bf51897d649eedd6
sha256sums = 6070ebf6752f55f8b7d8a79107ce491c3acf04310eeb9a8242b83cfb4df055f2
sha256sums = 66cb53fc57eb2ce2e6cd02ff392476fdfb91b723b76ef5da1856e9b5dc1b5c75
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f188e15a63fd..f943e0ddd2a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,27 @@
+# [v2.1.0 - 2018-02-15](https://gitahead.com/cgi-bin/update.py?platform=linux&version=2.0.6)
+
+## Added
+
+- Allow tags to be pushed individually.
+- Added context menu option to clean untracked files from the working directory.
+- Automatically scale down images that are wider than the diff area.
+- Added options to collapse added and deleted files. All files now start expanded by default.
+- (Linux) Added libsecret credential storage for distros that have it.
+
+## Fixed
+
+- Fixed regression in visiting range links from the log.
+- Print error to log when the pre-push hook fails.
+- Print error to log when stage fails because of a filter error.
+- Fixed staged state of files that can't be staged because of a filter error.
+- Fixed failure to execute some filters (including the LFS ones) that require the working directory be set to the working directory of the repository.
+- Fixed interface issues in some themes.
+- Fixed failure to update graph during refresh when the refresh is triggered by changes to the working directory.
+
+## Changed
+
+- Changed selection in the commit list to allow only two commits to be selected with Ctrl+click (or Cmd+click on Mac) instead of a contiguous range with Shift+click. Selecting a contigous range doesn't make sense when it includes commits on different branches.
+
# [v2.0.6 - 2018-01-23](https://gitahead.com/cgi-bin/update.py?platform=linux&version=2.0.5)
## Fixed
diff --git a/PKGBUILD b/PKGBUILD
index 0c6dc1b980fc..d930dcc63ac6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=('gitahead')
pkgrel=1
-pkgver=2.0.6
+pkgver=2.1.0
pkgdesc='THE MOST POWERFUL GIT GUI'
url='http://gitahead.scitools.com/'
provides=('gitahead')
@@ -19,7 +19,7 @@ source=(
"gitahead.png"
"gitahead.sh"
)
-sha256sums=('8050a8e840fda8434d8fbb03208c3793cfe52f4156bd43fe2b30fe874a33addb'
+sha256sums=('809fa3e6af88a13801ba6315224638e262fc378034448047fd55dc173fedfe76'
'd71bfb48c954d213986816fc29478c7f80c8bd2dd10d2889bf51897d649eedd6'
'6070ebf6752f55f8b7d8a79107ce491c3acf04310eeb9a8242b83cfb4df055f2'
'66cb53fc57eb2ce2e6cd02ff392476fdfb91b723b76ef5da1856e9b5dc1b5c75'