diff --git a/ghostwriter-1.7.4.tar.gz b/ghostwriter-1.7.4.tar.gz deleted file mode 100644 index 0552dc7..0000000 --- a/ghostwriter-1.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4987126e71a37556e575fbce2002c5504cf15a04c11bcce604a278f59ec9c11a -size 1195162 diff --git a/ghostwriter-1.8.0.tar.gz b/ghostwriter-1.8.0.tar.gz new file mode 100644 index 0000000..f0ecdf5 --- /dev/null +++ b/ghostwriter-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27fe83612fce5ce324e5110165c1e2a6f79f095240f6fb53cdb205e771ba37c0 +size 1195999 diff --git a/ghostwriter.changes b/ghostwriter.changes index 4a389f9..bd60b80 100644 --- a/ghostwriter.changes +++ b/ghostwriter.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed May 1 11:16:26 UTC 2019 - Sebastien CHAVAUX + +- Update to version 1.8.0: + * New Features: HTML preview has been ported from QtWebKit to QtWebEngine (Chromium). + * Issue #206: ghostwriter now has right-to-left language support. + * Issue #391: mathml option for pandoc is now used to render math equations for preview and export. + * Issue #411: Fixed crash when adding a new theme with no theme selected. + * Issue #412: Fixed export to PDF (wkhtmltopdf) failure with Pandoc. + * Issue #430: Fixed issue extra spaces appearing between
tags in the HTML preview. + * Removed print support, since it has some odd bugs on some platforms, and most users would want to print their exported content anyway. + * Removed graphics fade effect for the bottom of the editor, as it is a risky feature that has caused bugs in the past and does not work on HiDPI screens. + ------------------------------------------------------------------- Fri Dec 14 20:54:37 UTC 2018 - Sebastien CHAVAUX diff --git a/ghostwriter.spec b/ghostwriter.spec index 4d655b2..56b49d0 100644 --- a/ghostwriter.spec +++ b/ghostwriter.spec @@ -17,7 +17,7 @@ Name: ghostwriter -Version: 1.7.4 +Version: 1.8.0 Release: 0 Summary: A distraction-free Markdown editor License: GPL-3.0-or-later @@ -35,8 +35,9 @@ BuildRequires: pkgconfig(Qt5Multimedia) BuildRequires: pkgconfig(Qt5MultimediaWidgets) BuildRequires: pkgconfig(Qt5PrintSupport) BuildRequires: pkgconfig(Qt5Svg) -BuildRequires: pkgconfig(Qt5WebKit) -BuildRequires: pkgconfig(Qt5WebKitWidgets) +#BuildRequires: pkgconfig(Qt5WebKit) +#BuildRequires: pkgconfig(Qt5WebKitWidgets) +BuildRequires: pkgconfig(Qt5WebEngineCore) BuildRequires: pkgconfig(hunspell) Recommends: %{name}-lang Recommends: multimarkdown