File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 2.0.0 (6/14/2017)
2+
3+ * Adds support for Woff2 ([ #313 ] ( https://github.com/FontCustom/fontcustom/pull/313 ) )
4+ * Minimum ruby version bumped to 1.9.3
5+ * Support listen 3 ([ #283 ] ( https://github.com/FontCustom/fontcustom/pull/283 ) )
6+ * Support Python 3 ([ #276 ] ( https://github.com/FontCustom/fontcustom/pull/276 ) )
7+ * Compatible with Windows ([ #289 ] ( https://github.com/FontCustom/fontcustom/pull/289 ) )
8+ * Set glyph name when creating char in fontforge ([ #286 ] ( https://github.com/FontCustom/fontcustom/pull/286 ) )
9+ * Allow specification of copyright information ([ #287 ] ( https://github.com/FontCustom/fontcustom/pull/287 ) )
10+ * Enable CSS3 pseudo selectors '::' vs ':' ([ #310 ] ( https://github.com/FontCustom/fontcustom/pull/310 ) )
11+ * Update installation instructions with zlib for linux machines ([ #224 ] ( https://github.com/FontCustom/fontcustom/pull/224 ) )
12+ * Works with updated Travis CI configuration
13+ * Fix issue with relative paths in check_template_paths
14+ * Be more Unix-y and fail when there is an error ([ #295 ] ( https://github.com/FontCustom/fontcustom/pull/295 ) )
15+
116## 1.3.4 (10/11/2014)
217
318* Updates rspec tests to be compatible with rspec v3.1.6
Original file line number Diff line number Diff line change 11module Fontcustom
2- VERSION = "1.3.8 "
2+ VERSION = "2.0.0 "
33end
You can’t perform that action at this time.
0 commit comments