summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Schmidt2021-09-22 17:08:58 +0200
committerTobias Schmidt2021-09-22 17:09:24 +0200
commita2a8dfdf6836f74f0a8d6661913cb66a5acd3fb8 (patch)
tree00c68eae50a2c2ded9a36999704415ba055d0cbf
parentd2d5f1047414ad77fac9756feaea4a0c4c82e76e (diff)
downloadaur-a2a8dfdf6836f74f0a8d6661913cb66a5acd3fb8.tar.gz
Publish yopass 11.2.0
-rw-r--r--.SRCINFO7
-rw-r--r--CHANGELOG.md13
-rw-r--r--PKGBUILD4
3 files changed, 15 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac04da6f52c4..bdc811ac2690 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = yopass
pkgdesc = Secure sharing for secrets, passwords and files
- pkgver = 11.1.2
+ pkgver = 11.2.0
pkgrel = 1
url = https://yopass.se
changelog = CHANGELOG.md
arch = x86_64
license = Apache
makedepends = go
- source = yopass-11.1.2.tar.gz::https://github.com/jhaals/yopass/archive/11.1.2.tar.gz
- sha512sums = a5520218fa59a164ea5bf7bd05cd5b770519d51421c308822de61a1d5b5541ed621ce983d35c96cce15590e62f784b7a79c08e114164940e4ef6abc53db79b56
+ source = yopass-11.2.0.tar.gz::https://github.com/jhaals/yopass/archive/11.2.0.tar.gz
+ sha512sums = 7c301b5d250ec15933b205e156c862bb174b541dd83494a235c96c373e33741638cfdbbe12ef2e1361df30cfc2961c65a916fa34b14d459e5a64fb762dea2574
pkgname = yopass
pkgname = yopass-server
-
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5b7e0261a9d..abb27567f366 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,18 @@
+## 11.2.0 (2021-09-16)
+
+Notable changes:
+
+- Disable grammarly extenion and spellcheck attribute on textfield
+- improve internationalization #1037
+
## 11.1.2 (2021-03-11)
-#812 Fixes bug where secret would be downloaded from the browser twice.
+#812 Fixes bug where secret would be downloaded from the browser twice.
## 11.1.1 (2021-03-08)
-Fixes issue where rendering fails in Firefox private mode due to the fact that the serviceWorker API is not available.
-
+Fixes issue where rendering fails in Firefox private mode due to the fact that the serviceWorker API is not available.
+
#802 Update yopass cli to use the new consolidated URLs
## 11.1.0 (2021-03-07)
diff --git a/PKGBUILD b/PKGBUILD
index 1b7185586f95..7210a0303e30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=yopass
pkgname=(yopass yopass-server)
-pkgver=11.1.2
+pkgver=11.2.0
pkgrel=1
pkgdesc="Secure sharing for secrets, passwords and files"
url="https://yopass.se"
@@ -10,7 +10,7 @@ arch=("x86_64")
license=("Apache")
makedepends=("go")
source=("$pkgbase-$pkgver.tar.gz::https://github.com/jhaals/yopass/archive/$pkgver.tar.gz")
-sha512sums=('a5520218fa59a164ea5bf7bd05cd5b770519d51421c308822de61a1d5b5541ed621ce983d35c96cce15590e62f784b7a79c08e114164940e4ef6abc53db79b56')
+sha512sums=('7c301b5d250ec15933b205e156c862bb174b541dd83494a235c96c373e33741638cfdbbe12ef2e1361df30cfc2961c65a916fa34b14d459e5a64fb762dea2574')
changelog="CHANGELOG.md"
check() {