summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-03-31 08:22:30 -0600
committerMark Wagie2022-03-31 08:22:30 -0600
commitdc8b8c42e3a8bdb8949c044dbff5bff83346e2fc (patch)
treea4963bc3946dab2e7db16ad3f500b3019f21cfd3
parentdced79f9e665ae18357593ec57fb087fe0c52883 (diff)
downloadaur-dc8b8c42e3a8bdb8949c044dbff5bff83346e2fc.tar.gz
2.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--apostrophe-NEWS22
3 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7acfae94463..f16b263fbff7 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.1
+ pkgver = 2.6.2
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.1/apostrophe-v2.6.1.tar.gz
- sha256sums = f1c38d97cc5413a21017b95c16f0e869fd0d316ec1a3c54ec5607534562cee5c
+ source = https://gitlab.gnome.org/World/apostrophe/-/archive/v2.6.2/apostrophe-v2.6.2.tar.gz
+ sha256sums = b06ca4593ceb21bcd7f9734e41ba3fb69f632b5ab24afcdc66500d18d242c068
pkgname = apostrophe
diff --git a/PKGBUILD b/PKGBUILD
index 78c4ea3dc356..697cf25174c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=apostrophe
-pkgver=2.6.1
+pkgver=2.6.2
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=('f1c38d97cc5413a21017b95c16f0e869fd0d316ec1a3c54ec5607534562cee5c')
+sha256sums=('b06ca4593ceb21bcd7f9734e41ba3fb69f632b5ab24afcdc66500d18d242c068')
prepare() {
cd "$pkgname-v$pkgver"
diff --git a/apostrophe-NEWS b/apostrophe-NEWS
index c76f2706e7da..3953c14d2eec 100644
--- a/apostrophe-NEWS
+++ b/apostrophe-NEWS
@@ -1,3 +1,14 @@
+Version 2.6.2
+~~~~~~~~~~~~~~~
+Released: 2022-03-31
+
+Bugfixes:
+- Fix handling of windowed preview mode on some circumstances
+
+Features:
+- Add proper titles to the preview window
+- Update translations
+
Version 2.6.1
~~~~~~~~~~~~~~~
Released: 2022-03-20
@@ -5,17 +16,6 @@ Released: 2022-03-20
Bugfixes:
- A small bug in 2.6 which didn't allow to save files
-Features:
-- Implemented multiwindow support
-- Save window state on exit
-- Ported to libhandy
-- Improved the overall UI
-- New animations
-- Follow the Dark Mode global preference
-- Add an "automatic" color mode
-- Improve the High Contrast styles
-- Improve inline preview markup
-
Version 2.6
~~~~~~~~~~~~~~~
Released: 2022-03-19