From d0a90d87c698f6317d15273cc4040e6aca1e364b Mon Sep 17 00:00:00 2001 From: Bryan Tan Date: Mon, 3 Feb 2020 14:18:09 -0800 Subject: [PATCH] [skip ci] Add version 1.0.17 information --- CHANGELOG.md | 16 ++++++++++++++++ .../com.github.xournalpp.xournalpp.appdata.xml | 1 + rpm/fedora/xournalpp.spec | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82fead32..a037261d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,22 @@ * Non-visible refactoring and code cleanup (see #1279 for details) * Updated translations +## 1.0.17 + +* Fixed arrow tip scaling: now scales with thickness instead of length (#967, + thanks to @redweasel) +* Changed coordinate draw direction (thanks to @redweasel) +* Fixed audio playback failures not showing error messages to the user (#1573) +* Fixed text tool bold shortcut not working when capslock is enabled (#1583, + thanks to @matepak) +* Fixed sidebar preview context menu "Move Page Up" and "Move Page Down" buttons + not being disabled on the first and last page, respectively (#1637) +* Fixed Enter keypress on the "Goto Page" (Ctrl-G) dialog not changing the page + (#975, thanks to @MrMallIronmaker) +* Fixed missing Xournal++ icon errors on most of the dialog windows (#1667) +* (Windows) Fixed missing libssl/libcrypto errors in the official installation + (#1660). + ## 1.0.16 * Fixed currently editing textboxes not exporting to PDF. diff --git a/desktop/com.github.xournalpp.xournalpp.appdata.xml b/desktop/com.github.xournalpp.xournalpp.appdata.xml index 87ba7744..30b1aa9c 100644 --- a/desktop/com.github.xournalpp.xournalpp.appdata.xml +++ b/desktop/com.github.xournalpp.xournalpp.appdata.xml @@ -79,6 +79,7 @@ + diff --git a/rpm/fedora/xournalpp.spec b/rpm/fedora/xournalpp.spec index e64e7fd3..49849cc3 100644 --- a/rpm/fedora/xournalpp.spec +++ b/rpm/fedora/xournalpp.spec @@ -1,6 +1,6 @@ %global build_repo https://github.com/xournalpp/xournalpp/ %global build_branch master -%global version_string 1.1.0 +%global version_string 1.0.17 %define build_commit %(git ls-remote %{build_repo} | grep "refs/heads/%{build_branch}" | cut -c1-41) %define build_shortcommit %(c=%{build_commit}; echo ${c:0:7}) %global build_timestamp %(date +"%Y%m%d")