[skip ci] Add version 1.0.17 information

presentation
Bryan Tan 6 years ago
parent 0d2c33be1f
commit d0a90d87c6
  1. 16
      CHANGELOG.md
  2. 1
      desktop/com.github.xournalpp.xournalpp.appdata.xml
  3. 2
      rpm/fedora/xournalpp.spec

@ -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.

@ -79,6 +79,7 @@
<!-- Could be automated more:
`git tag -l | grep "^[0-9]*\.[0-9]*\.[0-9]*$`"
-->
<release date="2019-02-02" version="1.0.17"/>
<release date="2019-11-10" version="1.0.16"/>
<release date="2019-10-15" version="1.0.15"/>
<release date="2019-10-12" version="1.0.14"/>

@ -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")

Loading…
Cancel
Save