From b705f1b0370a50bf9a14cbf02d94701911afa1eda979f7df89aad26fd5c63567 Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Sat, 27 May 2017 22:21:10 +0000 Subject: [PATCH] Accepting request 498710 from home:luke_nukem:branches:editors OBS-URL: https://build.opensuse.org/request/show/498710 OBS-URL: https://build.opensuse.org/package/show/editors/ghostwriter?expand=0&rev=20 --- ghostwriter-1.4.2.tar.gz | 3 --- ghostwriter-1.5.0.tar.gz | 3 +++ ghostwriter.changes | 50 ++++++++++++++++++++++++++++++++++++++++ ghostwriter.spec | 2 +- 4 files changed, 54 insertions(+), 4 deletions(-) delete mode 100644 ghostwriter-1.4.2.tar.gz create mode 100644 ghostwriter-1.5.0.tar.gz diff --git a/ghostwriter-1.4.2.tar.gz b/ghostwriter-1.4.2.tar.gz deleted file mode 100644 index 97a83c5..0000000 --- a/ghostwriter-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:775760d04c5a794c3810cffe9d1daa72ee123c77cc3041fc15a2052503899438 -size 589182 diff --git a/ghostwriter-1.5.0.tar.gz b/ghostwriter-1.5.0.tar.gz new file mode 100644 index 0000000..42e0c23 --- /dev/null +++ b/ghostwriter-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd64024d9741f55d587afa5661f4b5e2a48becbbc92495c2186fca44fb08486 +size 620301 diff --git a/ghostwriter.changes b/ghostwriter.changes index 3af8b1d..0a82722 100644 --- a/ghostwriter.changes +++ b/ghostwriter.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Sat May 27 22:13:51 UTC 2017 - luke.nukem.jones@gmail.com + +- Update to version 1.5.0 + +- New Features + * HUD windows can now be closed using the Esc key when they have + focus. + * A new option has been added to highlight double spaces at the + end of a line. + * Github-style task lists can now be made using the * and + + bullet point characters, in addition to the - character. + * Support for ConTeXt and wkhtmltopdf when exporting to PDF with + Pandoc has been added. + * Auto-matching characters for selected text now respects the + existing preferences for the matching done while typing without + text selected. + * Typing a single quote (') will no longer result in a second + quote being automatically inserted after the cursor if the + cursor is positioned in the middle of a word. + * Most settings have been moved into a new Preferences dialog to + accommodate the ever increasing number of application options. + * Font size can now be increased by pressing Ctrl+=or decreased + by pressing Ctrl+-. It can also be changed by using Ctrl and + the mouse wheel. + * When exporting to other file formats, the output file will be + opened after export with its default application. + * E-books created using Pandoc will now also be generated with a + table of contents. + * When passing in a file path via the command line, a new file + will be created with that path if it does not already exist. + * When typing a * character, ghostwriter would auto-insert a + second '*' character in anticipation of emphasized text. The + auto-inserted second * will now be removed if a space is typed + to accommodate a bullet list instead. + * Rudimentary support for HiDPI has been added. See notes below. + * Various performance enhancements and tweaks have been made + under the hood. + +- Bug Fixes + * Hyphenated words are now considered one word for spell checking + * ghostwriter can now be built from its source tarball without + needing git to be installed. + * Linux desktop file now specifies that ghostwriter can open only + one file from the command line rather than multiple files. + * Ctrl+M now opens the HTML Preview instead of Ctrl+W. This is to + avoid a conflict with closing windows in Linux. + * Copy and paste no longer makes the word count jump. + * Sundry minor fixes have been added. + ------------------------------------------------------------------- Sun Feb 19 16:58:13 UTC 2017 - mpluskal@suse.com diff --git a/ghostwriter.spec b/ghostwriter.spec index c83c67c..bac9517 100644 --- a/ghostwriter.spec +++ b/ghostwriter.spec @@ -17,7 +17,7 @@ Name: ghostwriter -Version: 1.4.2 +Version: 1.5.0 Release: 0 Summary: A distraction-free Markdown editor License: GPL-3.0+