From ca4b5d8549715c4f6a3dec19b38577672a2d68c9 Mon Sep 17 00:00:00 2001 From: Daniel Plakhotich Date: Mon, 11 Jun 2018 20:03:42 +0300 Subject: [PATCH] Bump version to 1.0.2 --- CHANGELOG.md | 37 ++++++++++++++++++++++--------------- dist/deb/changelog | 6 ++++++ fontlink/app_info.py | 2 +- 3 files changed, 29 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 858059d..94956c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ +## 1.0.2 2018-06-11 + +* Fixed "open with" functionality for GTK >= 3.22 +* Fixed small toolbar icons with the recent GTK versions + + ## 1.0.1 2016-12-18 * Added ability to copy multiple font paths * Added a statistics column to the set list -* Fixed restoring window's geometry if the window was never maximized after - installation +* Fixed restoring window's geometry if the window was never maximized + after installation ## 1.0.0 2016-01-24 @@ -11,19 +17,20 @@ * Added ability to duplicate sets * Added ".otc" and ".woff2" extensions * Improved metrics search mechanism - * Uses fixed-case extensions (".afm", ".AFM", ".Afm") instead of 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 + * Uses fixed-case extensions (".afm", ".AFM", ".Afm") instead of + 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 * 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 other - themes that provide "bottom-toolbar" style - * The "remove fonts" confirmation dialog is now shows a name of a font, - or a number of fonts if more than one font is selected - * The set name column is now auto-sized - * The set list is now scrolled to the last selected set after startup - * Updated and improved translations + * Added pop-up menus for the lists + * Better appearance of the toolbars with Graybird, Elementary, and + other themes that provide "bottom-toolbar" style + * The "remove fonts" confirmation dialog is now shows a name of a + font, or a number of fonts if more than one font is selected + * The set name column is now auto-sized + * The set list is now scrolled to the last selected set after + startup + * Updated and improved translations diff --git a/dist/deb/changelog b/dist/deb/changelog index 4620790..67247fd 100644 --- a/dist/deb/changelog +++ b/dist/deb/changelog @@ -1,3 +1,9 @@ +fontlink (1.0.2) stable; urgency=low + + * New upstream release + + -- Daniel Plakhotich Mon, 11 Jun 2018 20:00:02 +0300 + fontlink (1.0.1) stable; urgency=low * New upstream release diff --git a/fontlink/app_info.py b/fontlink/app_info.py index a519df5..80592b4 100644 --- a/fontlink/app_info.py +++ b/fontlink/app_info.py @@ -20,7 +20,7 @@ """ NAME = 'fontlink' -VERSION = '1.0.1' +VERSION = '1.0.2' TITLE = 'FontLink' ICON = NAME