Update editors/ghostwriter 1.4.2 => 1.5
OK landry@ port changes: - no need to @sed VERSION as upstream stopped shelling out to git upstream changelog: --- 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. Fixes * Issue #128: Hyphenated words are now considered one word for spell checking. * Issue #131: ghostwriter can now be built from its source tarball without needing git to be installed. * Issue #132: Linux desktop file now specifies that ghostwriter can open only one file from the command line rather than multiple files. * Issue #170: Ctrl+M now opens the HTML Preview instead of Ctrl+W. This is to avoid a conflict with closing windows in Linux. * Issue #219: Copy and paste no longer makes the word count jump. * Sundry minor fixes have been added. ---
This commit is contained in:
parent
da4ee20831
commit
7cc0c83eee
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2017/04/12 18:12:33 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2017/05/23 09:54:13 awolk Exp $
|
||||
|
||||
# qt5 webkit
|
||||
USE_WXNEEDED = Yes
|
||||
@ -7,8 +7,7 @@ COMMENT = distraction-free Markdown editor
|
||||
|
||||
GH_ACCOUNT = wereturtle
|
||||
GH_PROJECT = ghostwriter
|
||||
GH_TAGNAME = v1.4.2
|
||||
REVISION = 0
|
||||
GH_TAGNAME = v1.5.0
|
||||
|
||||
CATEGORIES = editors
|
||||
|
||||
@ -34,8 +33,6 @@ LIB_DEPENDS = textproc/hunspell \
|
||||
NO_TEST = Yes
|
||||
|
||||
pre-configure:
|
||||
@sed -i 's,VERSION = ..system.*,VERSION =,' \
|
||||
${WRKSRC}/ghostwriter.pro
|
||||
@sed -i 's,/share/man/man1,/man/man1,' \
|
||||
${WRKSRC}/ghostwriter.pro
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ghostwriter-1.4.2.tar.gz) = d1dg0ExaeUw4EM/+nR2qcu4SPHfMMEH8FaIFJQOJlDg=
|
||||
SIZE (ghostwriter-1.4.2.tar.gz) = 589182
|
||||
SHA256 (ghostwriter-1.5.0.tar.gz) = v9ZAJNl0H1XVh6+lZh9LXipIvsu8kklcIYb8pE+whIY=
|
||||
SIZE (ghostwriter-1.5.0.tar.gz) = 620301
|
||||
|
Loading…
x
Reference in New Issue
Block a user