Updates readme and changelog for v0.7.0

This commit is contained in:
ryanoasis 2016-04-18 21:19:58 -04:00
parent 2f700cd56a
commit a07a0697a3
2 changed files with 30 additions and 8 deletions

View file

@ -2,6 +2,22 @@ CHANGELOG
================================================================================
This project is using [Semantic Versioning 2.0.0](http://semver.org/)
- v0.7.0
- Added 3 new fonts:
- Monoid (enhancement #54)
- Roboto Mono (enhancement #55)
- Fira Code (enhancement PR #62, fixes #59) (@jrolfs)
- Added 1 new font variant:
- Proggy Clean (Slashed Zero) (fixes #69)
- Added contributing and issue PR templates (enhancement #66)
- Added Python 3 version of the font-patcher script (fixes #49)
- Improved explanation of font choices (complete vs alternative vs minimal choices) with bash script to maintain (fixes #52)
- Updated Hack to v2.019 (fixes #53)
- Updated Font Awesome to the latest version v4.5.0 (20 new icons) (fixes #48):
- https://github.com/FortAwesome/Font-Awesome/releases/tag/v4.5.0
- https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.5.0
- Fixed fonts showing as duplicates in OS X Font Book (fixes #56, enhancement PR #61) (@jrolfs)
- Fixed Powerline Symbols not being applied correctly to patched fonts since v0.5.0 (fixes #68, fix PR #71) (@F1LT3R)
- v0.6.1
- Added 'font installation' section from [vim-devicons](https://github.com/ryanoasis/vim-devicons) with changes (enhancement PR #47) (@her)
- Improved various readme updates and fixes: Improved section headers, gitter badge, misc

View file

@ -22,8 +22,8 @@ For more high level info see the [wiki][wiki]. Looking for the Vim plugin see [v
## Features
* A [FontForge python script](#font-patcher) to patch any font
* Over **20** already [patched font families](#patched-fonts)
* Over **2,000** unique combinations/variations of patched fonts [(more details)](#combinations)
* **24** already [patched font families](#patched-fonts)
* Over **2,700** unique combinations/variations of patched fonts [(more details)](#combinations)
* Over **1,000** glyphs/icons combined [(more details)](#combinations)
* A Developer/Contributor provided [bash script](#gotta-patch-em-all) to re-patch all the fonts
@ -110,19 +110,22 @@ See: [Font Patcher](#font-patcher) for usage
| [Bitstream Vera Sans Mono Nerd Font](patched-fonts/BitstreamVeraSansMono) | | 2048 | [TEST] |
| [DejaVu Sans Mono Nerd Font](patched-fonts/DejaVuSansMono) | | 2048 | [TEST] |
| [Droid Sans Mono for Powerline Nerd Font](patched-fonts/DroidSansMono) | | 2048 | [TEST] |
| [Fira Mono for Powerline Nerd Font](patched-fonts/FiraMono) | | 1000 | [TEST] |
| [Fura Code Nerd Font](patched-fonts/FiraCode) | [Fira][font-fira-code] | 1000 | [TEST] |
| [Fura Mono for Powerline Nerd Font](patched-fonts/FiraMono) | [Fira][font-fira-mono] | 1000 | [TEST] |
| [Heavy Data Mono for Powerline Nerd Font](patched-fonts/HeavyData) | | 2048 | [TEST] |
| [Hermut Nerd Font](patched-fonts/Hermit) | | 1000 | [TEST] |
| [Inconsolata for Powerline Nerd Font](patched-fonts/Inconsolata) | | 1000 | [TEST] |
| [Knack Nerd Font](patched-fonts/Hack) | [Hack][font-hack] | 2048 | [#70](https://github.com/ryanoasis/nerd-fonts/issues/70) |
| [Lekton for Powerline Nerd Font](patched-fonts/Lekton) | | 1000 | [TEST] |
| [Literation Mono for Powerline Nerd Font](patched-fonts/LiberationMono) | [Liberation][font-liberation] | 2048 | [TEST] |
| [Literation Mono for Powerline Nerd Font](patched-fonts/LiberationMono) | [Liberation][font-liberation] | 2048 | [TEST] |
| [Meslo for Powerline Nerd Font](patched-fonts/Meslo) | | 2048 | [TEST] |
| [Monofur for Powerline Nerd Font](patched-fonts/Monofur) | | 2400 | [TEST] |
| [Monoid Nerd Font](patched-fonts/Monoid) | | 1536 | [TEST] |
| [M+ (MPlus) for Powerline Nerd Font](patched-fonts/MPlus) | | 1000 | [TEST] |
| [ProFont (Windows tweaked) for Powerline Nerd Font](patched-fonts/Profont) | | 1200 | [TEST] |
| [ProFont (x11) for Powerline Nerd Font](patched-fonts/ProFont) | | 1000 | [FAILING] |
| [ProggyCleanTT Nerd Font](patched-fonts/ProggyClean) | | 2048 | [FAILING] |
| [ProggyClean Nerd Font](patched-fonts/ProggyClean) | | 2048 | [FAILING] |
| [Roboto Mono](patched-fonts/RobotoMono) | | 2048 | [FAILING] |
| [Sauce Code Powerline Nerd Font](patched-fonts/SourceCodePro) | [Source][font-source]| 1000 | [TEST] |
| [Terminess for Powerline Nerd Font](patched-fonts/Terminus) | [Terminus Font][font-terminus] | 1000 | [#16](https://github.com/ryanoasis/nerd-fonts/issues/16) |
| [Ubuntu Mono derivative Powerline Nerd Font](patched-fonts/UbuntuMono) | | 1000 | [TEST] |
@ -137,10 +140,10 @@ See: [Font Patcher](#font-patcher) for usage
## Combinations
* Over 2,000 unique variations/combinations (Power Set) of patched fonts:
* 57 font variations (just counting otf and ttf)
* Over 2,700 unique variations/combinations (Power Set) of patched fonts:
* 77 font variations (just counting otf and ttf)
* 36 combinations (Powerline Extra included by default currently)
* Calculated combinations (36 * 57) = 2,052
* Calculated combinations (36 * 77) = 2,772
* Combinations for each font are any combination of (plus no flags option):
* Monospaced extra glyphs
* Windows Compatible
@ -323,3 +326,6 @@ Font repos
[font-source]:https://github.com/adobe-fonts/source-code-pro
[font-liberation]:https://fedorahosted.org/liberation-fonts
[font-terminus]:http://terminus-font.sourceforge.net
[font-fira-mono]:https://github.com/mozilla/Fira
[font-fira-code]:https://github.com/tonsky/FiraCode
[font-monoid]:https://github.com/larsenwork/monoid