aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKillWolfVlad2018-03-13 15:23:52 +0500
committerKillWolfVlad2018-03-13 15:23:52 +0500
commitc01e90de50aa301d865ddf40c35877a092a4fb7f (patch)
tree28520806062ca7ad86b5b14aaae856101312ecfd
parent294441dec828fabf54938ab3738b4a02bef54727 (diff)
downloadaur-c01e90de50aa301d865ddf40c35877a092a4fb7f.tar.gz
Bump to v2.1.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG.md32
-rw-r--r--PKGBUILD4
-rw-r--r--README.md10
4 files changed, 46 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f337cbf31533..fb13a141cb96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = gitahead
pkgdesc = THE MOST POWERFUL GIT GUI
- pkgver = 2.1.0
+ pkgver = 2.1.3
pkgrel = 1
url = http://gitahead.scitools.com/
arch = x86_64
license = custom
provides = gitahead
conflicts = gitahead
- source = gitahead-2.1.0.bin::https://gitahead.com/downloads/v2.1.0/GitAhead-2.1.0.sh
+ source = gitahead-2.1.3.bin::https://gitahead.com/downloads/v2.1.3/GitAhead-2.1.3.sh
source = gitahead-license
source = gitahead.desktop
source = gitahead.png
source = gitahead.sh
- sha256sums = 809fa3e6af88a13801ba6315224638e262fc378034448047fd55dc173fedfe76
+ sha256sums = 639eac691bcea7bc6eb19dbbe8bab188f7f9ba582a92f25b8276cbf2afdccb78
sha256sums = d71bfb48c954d213986816fc29478c7f80c8bd2dd10d2889bf51897d649eedd6
sha256sums = 6070ebf6752f55f8b7d8a79107ce491c3acf04310eeb9a8242b83cfb4df055f2
sha256sums = 66cb53fc57eb2ce2e6cd02ff392476fdfb91b723b76ef5da1856e9b5dc1b5c75
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f943e0ddd2a7..f7b7067c8b72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,35 @@
+# [v2.1.3 - 2018-03-06](https://gitahead.com/cgi-bin/update.py?platform=linux&version=2.1.2)
+
+## Fixed
+
+- Fixed failure to clone when the URL contains leading or trailing whitespace.
+- Fixed failure to identify the correct SSH key file when using an ssh: style URL.
+- Fixed unexpected quit after adding a valid license when the evaluation is expired.
+- (Win) Fixed intermittent indexer crash.
+
+# [v2.1.2 - 2018-03-01](https://gitahead.com/cgi-bin/update.py?platform=linux&version=2.1.1)
+
+## Added
+
+- Added privacy statement.
+
+## Fixed
+
+- Fixed crash on conflicted diffs after all conflicts have been resolved.
+- Fixed possible indexer crash.
+- (Win) Fixed failure to connect to GitHub through HTTPS on Windows 7.
+
+# [v2.1.1 - 2018-02-27](https://gitahead.com/cgi-bin/update.py?platform=linux&version=2.1.0)
+
+## Added
+
+- Allow 'Remove Untracked Files' context menu actions to remove untracked directories.
+- (Win) Generate crash dump file when the indexer process crashes.
+
+## Changed
+
+- Show commit list times in the local time zone. The detail view still shows time in the author's time zone offset from UTC.
+
# [v2.1.0 - 2018-02-15](https://gitahead.com/cgi-bin/update.py?platform=linux&version=2.0.6)
## Added
diff --git a/PKGBUILD b/PKGBUILD
index d930dcc63ac6..8aa0fcdff44b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=('gitahead')
pkgrel=1
-pkgver=2.1.0
+pkgver=2.1.3
pkgdesc='THE MOST POWERFUL GIT GUI'
url='http://gitahead.scitools.com/'
provides=('gitahead')
@@ -19,7 +19,7 @@ source=(
"gitahead.png"
"gitahead.sh"
)
-sha256sums=('809fa3e6af88a13801ba6315224638e262fc378034448047fd55dc173fedfe76'
+sha256sums=('639eac691bcea7bc6eb19dbbe8bab188f7f9ba582a92f25b8276cbf2afdccb78'
'd71bfb48c954d213986816fc29478c7f80c8bd2dd10d2889bf51897d649eedd6'
'6070ebf6752f55f8b7d8a79107ce491c3acf04310eeb9a8242b83cfb4df055f2'
'66cb53fc57eb2ce2e6cd02ff392476fdfb91b723b76ef5da1856e9b5dc1b5c75'
diff --git a/README.md b/README.md
index dff3608d381e..3ac30df51980 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,18 @@
## Installation on Arch Linux (and other Arch-Based distributions)
-- `makepkg -is`
+```bash
+$ makepkg -is
+```
## Need help or you want help?
1. Open issue
2. Send PR
3. Or write me to [vk](https://vk.com/killwolfvlad)
+
+## Clear your home after GitAhead
+
+```bash
+$ rm -rf ~/.config/gitahead.com ~/.local/share/GitAhead
+```