summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-04-29 15:28:30 -0600
committerMark Wagie2022-04-29 15:28:30 -0600
commit2cd162b9649fbec914c11b1312c31dbfbe07ee69 (patch)
treeb71fb1af47ebbeb2648784759fda988de5f97fd0
parentdc8b8c42e3a8bdb8949c044dbff5bff83346e2fc (diff)
downloadaur-2cd162b9649fbec914c11b1312c31dbfbe07ee69.tar.gz
2.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--apostrophe-NEWS12
3 files changed, 17 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f16b263fbff7..1222fc76fb77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = apostrophe
pkgdesc = A distraction free Markdown editor for GNU/Linux made with GTK+
- pkgver = 2.6.2
+ pkgver = 2.6.3
pkgrel = 1
url = https://world.pages.gitlab.gnome.org/apostrophe
changelog = apostrophe-NEWS
@@ -24,7 +24,7 @@ pkgbase = apostrophe
depends = webkit2gtk
optdepends = texlive-latexextra: for the pdftex module
optdepends = mathjax: for formula preview
- source = https://gitlab.gnome.org/World/apostrophe/-/archive/v2.6.2/apostrophe-v2.6.2.tar.gz
- sha256sums = b06ca4593ceb21bcd7f9734e41ba3fb69f632b5ab24afcdc66500d18d242c068
+ source = https://gitlab.gnome.org/World/apostrophe/-/archive/v2.6.3/apostrophe-v2.6.3.tar.gz
+ sha256sums = 6f73c80146af0820ec705ec8b32ec64f0f323f51de6b6a4cfd4d02f0719876f3
pkgname = apostrophe
diff --git a/PKGBUILD b/PKGBUILD
index 697cf25174c4..75ba6a92df56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=apostrophe
-pkgver=2.6.2
+pkgver=2.6.3
pkgrel=1
pkgdesc="A distraction free Markdown editor for GNU/Linux made with GTK+"
arch=('any')
@@ -15,7 +15,7 @@ optdepends=('texlive-latexextra: for the pdftex module'
checkdepends=('appstream-glib')
changelog="$pkgname-NEWS"
source=("https://gitlab.gnome.org/World/apostrophe/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha256sums=('b06ca4593ceb21bcd7f9734e41ba3fb69f632b5ab24afcdc66500d18d242c068')
+sha256sums=('6f73c80146af0820ec705ec8b32ec64f0f323f51de6b6a4cfd4d02f0719876f3')
prepare() {
cd "$pkgname-v$pkgver"
diff --git a/apostrophe-NEWS b/apostrophe-NEWS
index 3953c14d2eec..7203b24a4e92 100644
--- a/apostrophe-NEWS
+++ b/apostrophe-NEWS
@@ -1,3 +1,15 @@
+Version 2.6.3
+~~~~~~~~~~~~~~~
+Released: 2022-04-29
+
+Bugfixes:
+- Fix a bug where the preview wouldn't be shown when opening a file from Files or the CLI
+- Fix a bug where horizontal preview wouldn't request enough space at startup
+- Removed swipe gestures from the preview panel
+
+Features:
+- Added Persian translations, updated Catalan, German , Finnish and Turkish ones
+
Version 2.6.2
~~~~~~~~~~~~~~~
Released: 2022-03-31