Skip to content

Commit

Permalink
Bump up version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
wereturtle committed Nov 10, 2018
1 parent bdb847d commit 3c50961
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
1.7.4
=====

Fixes
-----

* Issue #178: Only use --quiet option for Pandoc version 2 or greater.
* Fixed words-per-minute calculations to not be jumpy or overly high.
* Fixed issue where creating a new theme resulted in inconsistent selection and display of themes in the Theme Selection dialog.
* Fixed broken icon when running under Wayland.
* Fixed screenshots in appdata.
* Issue #385: Updated resource files license to CC BY-SA 4.0.

1.7.3
=====

Expand Down
2 changes: 1 addition & 1 deletion ghostwriter.pro
Expand Up @@ -35,7 +35,7 @@ CONFIG += warn_on

# Set program version
isEmpty(VERSION) {
VERSION = v1.7.3
VERSION = v1.7.4
}
DEFINES += APPVERSION='\\"$${VERSION}\\"'

Expand Down
2 changes: 1 addition & 1 deletion resources/linux/ghostwriter.1
@@ -1,5 +1,5 @@
.\" Manpage for ghostwriter.
.TH man 1 "11 August 2018" "1.7.3" "ghostwriter man page"
.TH man 1 "10 November 2018" "1.7.4" "ghostwriter man page"
.SH NAME
ghostwriter \- distraction\-free text editor for Markdown
.SH SYNOPSIS
Expand Down

0 comments on commit 3c50961

Please sign in to comment.