From 89d6c0891f69e86762d7dd119858c8aa917844c57dc1ca494fa0e265e96e6886 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 23 Jul 2018 18:41:25 +0000 Subject: [PATCH 1/2] Accepting request 624854 from home:seb95passionlinux:branches:editors - Update to version 1.7.1 * Fixed regression in full screen mode where menu bar was not showing on mouse-over. * Fixed regression where wrong theme was shown as selected on opening the Theme Selection dialog. * Fixed issue #366 where warnings from Pandoc that were resulting in error dialogs on successful export. * Fixed issue #292 where saving a document under Windows resulted in end-of-line characters being written as \n instead of \r\n. * Fixed issue #360 where a graphical glitch under MacOS disabled the Theme Selection dialog's remove theme button. OBS-URL: https://build.opensuse.org/request/show/624854 OBS-URL: https://build.opensuse.org/package/show/editors/ghostwriter?expand=0&rev=35 --- ghostwriter-1.7.0.tar.gz | 3 --- ghostwriter-1.7.1.tar.gz | 3 +++ ghostwriter.changes | 11 +++++++++++ ghostwriter.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 ghostwriter-1.7.0.tar.gz create mode 100644 ghostwriter-1.7.1.tar.gz diff --git a/ghostwriter-1.7.0.tar.gz b/ghostwriter-1.7.0.tar.gz deleted file mode 100644 index 172ad09..0000000 --- a/ghostwriter-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53656a3f70e53c721e70ec4d2e329fb1d941c1059d76cbcd2e2b941df50e497d -size 680767 diff --git a/ghostwriter-1.7.1.tar.gz b/ghostwriter-1.7.1.tar.gz new file mode 100644 index 0000000..616c4b0 --- /dev/null +++ b/ghostwriter-1.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f4afe6315178578b5a550929d91767f95160040192857593764edeb3b54d80 +size 665907 diff --git a/ghostwriter.changes b/ghostwriter.changes index ae5216a..5f81ce4 100644 --- a/ghostwriter.changes +++ b/ghostwriter.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jul 23 17:52:19 UTC 2018 - seb95.scou@gmail.com + +- Update to version 1.7.1 + * Fixed regression in full screen mode where menu bar was not showing on mouse-over. + * Fixed regression where wrong theme was shown as selected on opening the Theme Selection dialog. + * Fixed issue #366 where warnings from Pandoc that were resulting in error dialogs on successful export. + * Fixed issue #292 where saving a document under Windows resulted in end-of-line characters being written as \n instead of \r\n. + * Fixed issue #360 where a graphical glitch under MacOS disabled the Theme Selection dialog's remove theme button. + + ------------------------------------------------------------------- Wed Jul 18 16:56:08 UTC 2018 - seb95.scou@gmail.com diff --git a/ghostwriter.spec b/ghostwriter.spec index 084e5f6..bd51413 100644 --- a/ghostwriter.spec +++ b/ghostwriter.spec @@ -17,7 +17,7 @@ Name: ghostwriter -Version: 1.7.0 +Version: 1.7.1 Release: 0 Summary: A distraction-free Markdown editor License: GPL-3.0-or-later From dabbd522e4b5d15079e57d8e4eaf73669e234bb08b656ffe8ae878b202f32578 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 31 Jul 2018 14:58:05 +0000 Subject: [PATCH 2/2] - Update to version 1.7.2: * Fixed issue where the --quiet option was mistakenly used with older Pandoc versions that did not support its use. * Worked around Qt 5.11 qinstall bug where running qmake and make would fail when installing the translation files OBS-URL: https://build.opensuse.org/package/show/editors/ghostwriter?expand=0&rev=36 --- ghostwriter-1.7.1.tar.gz | 3 --- ghostwriter-1.7.2.tar.gz | 3 +++ ghostwriter.changes | 7 +++++++ ghostwriter.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 ghostwriter-1.7.1.tar.gz create mode 100644 ghostwriter-1.7.2.tar.gz diff --git a/ghostwriter-1.7.1.tar.gz b/ghostwriter-1.7.1.tar.gz deleted file mode 100644 index 616c4b0..0000000 --- a/ghostwriter-1.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17f4afe6315178578b5a550929d91767f95160040192857593764edeb3b54d80 -size 665907 diff --git a/ghostwriter-1.7.2.tar.gz b/ghostwriter-1.7.2.tar.gz new file mode 100644 index 0000000..6e22f0d --- /dev/null +++ b/ghostwriter-1.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034358fbf3256fbc4cdf24942de39948fff420398dafb22c54c813dbc266e84e +size 672150 diff --git a/ghostwriter.changes b/ghostwriter.changes index 5f81ce4..239d767 100644 --- a/ghostwriter.changes +++ b/ghostwriter.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 31 14:56:18 UTC 2018 - mpluskal@suse.com + +- Update to version 1.7.2: + * Fixed issue where the --quiet option was mistakenly used with older Pandoc versions that did not support its use. + * Worked around Qt 5.11 qinstall bug where running qmake and make would fail when installing the translation files + ------------------------------------------------------------------- Mon Jul 23 17:52:19 UTC 2018 - seb95.scou@gmail.com diff --git a/ghostwriter.spec b/ghostwriter.spec index bd51413..93f19b5 100644 --- a/ghostwriter.spec +++ b/ghostwriter.spec @@ -17,7 +17,7 @@ Name: ghostwriter -Version: 1.7.1 +Version: 1.7.2 Release: 0 Summary: A distraction-free Markdown editor License: GPL-3.0-or-later