Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danpla committed Jun 11, 2018
1 parent 6e8ad3a commit ca4b5d8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 16 deletions.
37 changes: 22 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,36 @@
## 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

* 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
6 changes: 6 additions & 0 deletions dist/deb/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
fontlink (1.0.2) stable; urgency=low

* New upstream release

-- Daniel Plakhotich <daniel.plakhotich@gmail.com> Mon, 11 Jun 2018 20:00:02 +0300

fontlink (1.0.1) stable; urgency=low

* New upstream release
Expand Down
2 changes: 1 addition & 1 deletion fontlink/app_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""

NAME = 'fontlink'
VERSION = '1.0.1'
VERSION = '1.0.2'

TITLE = 'FontLink'
ICON = NAME
Expand Down

0 comments on commit ca4b5d8

Please # to comment.