From f1c48b3caa7efd39d9b1b64b501aa28e7c762a57 Mon Sep 17 00:00:00 2001 From: Daniel Plakhotich Date: Tue, 27 Nov 2018 20:47:15 +0200 Subject: [PATCH] Bump version to 1.0.3 --- CHANGELOG.md | 11 +++++++++-- dist/deb/changelog | 6 ++++++ fontlink/app_info.py | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94956c9..0068006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.0.3 2018-11-27 + +* Nonexistent fonts are no longer removed from sets on program + startup +* DEB package now puts the binary in /usr/bin instead of /bin + + ## 1.0.2 2018-06-11 * Fixed "open with" functionality for GTK >= 3.22 @@ -21,9 +28,9 @@ iterating over all files in a font's directory * Searches for PFM if AFM is not found * If a metrics file is not found in a font's directory, searches in - subdirectories with the same names as metrics extensions + subdirectories with the same names as metrics extensions * Fonts added from the user's font directory (`$XDG_DATA_HOME/fonts`, - which is usually `$HOME/.local/share/fonts`) are now ignored + which is usually `$HOME/.local/share/fonts`) are now ignored * UI fixes and improvements * Added pop-up menus for the lists * Better appearance of the toolbars with Graybird, Elementary, and diff --git a/dist/deb/changelog b/dist/deb/changelog index 67247fd..9e08629 100644 --- a/dist/deb/changelog +++ b/dist/deb/changelog @@ -1,3 +1,9 @@ +fontlink (1.0.3) stable; urgency=low + + * New upstream release + + -- Daniel Plakhotich Tue, 27 Nov 2018 20:09:14 +0200 + fontlink (1.0.2) stable; urgency=low * New upstream release diff --git a/fontlink/app_info.py b/fontlink/app_info.py index 80592b4..9c868b9 100644 --- a/fontlink/app_info.py +++ b/fontlink/app_info.py @@ -20,7 +20,7 @@ """ NAME = 'fontlink' -VERSION = '1.0.2' +VERSION = '1.0.3' TITLE = 'FontLink' ICON = NAME