mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-06 21:49:40 +02:00
Updated version references to 0.5.0
This commit is contained in:
parent
5343e43d16
commit
c3d7b746e8
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python2
|
||||
# version: 0.4.1
|
||||
# version: 0.5.0
|
||||
|
||||
import sys
|
||||
import psMat
|
||||
@ -15,7 +15,6 @@ except ImportError:
|
||||
sys.stderr.write("FontForge module could not be loaded. Try installing fontforge python bindings\n")
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
# argparse stuff
|
||||
|
||||
parser = argparse.ArgumentParser(description='Patches a given font with programming and web development related glyphs (mainly for https://github.com/ryanoasis/vim-devicons)')
|
||||
@ -33,7 +32,7 @@ args = parser.parse_args()
|
||||
#print type(fontforge.version())
|
||||
#print int(fontforge.version())
|
||||
|
||||
version = "0.4.1"
|
||||
version = "0.5.0"
|
||||
changelog = open("changelog.md", "r")
|
||||
minimumVersion = 20141231
|
||||
actualVersion = int(fontforge.version())
|
||||
|
16
readme.md
16
readme.md
@ -32,25 +32,25 @@
|
||||
|
||||
### Seti-UI + Custom
|
||||
* [Seti-UI] / icomoon plus misc custom glyphs
|
||||
![image](https://github.com/ryanoasis/nerd-filetype-glyphs-fonts-patcher/wiki/screenshots/v0.4.0/fontforge-glyph-set-1.png)
|
||||
![image](https://github.com/ryanoasis/nerd-filetype-glyphs-fonts-patcher/wiki/screenshots/v0.5.x/fontforge-glyph-set-1.png)
|
||||
|
||||
### [devicons][vorillaz-devicons]
|
||||
* [devicons][vorillaz-devicons] from [vorillaz-devicons]
|
||||
![image](https://github.com/ryanoasis/nerd-filetype-glyphs-fonts-patcher/wiki/screenshots/v0.4.0/fontforge-glyph-set-2.png)
|
||||
![image](https://github.com/ryanoasis/nerd-filetype-glyphs-fonts-patcher/wiki/screenshots/v0.5.x/fontforge-glyph-set-2.png)
|
||||
|
||||
### [font-awesome][font-awesome]
|
||||
* [font-awesome][font-awesome] (experimental and work-in-progress)
|
||||
![image](https://github.com/ryanoasis/nerd-filetype-glyphs-fonts-patcher/wiki/screenshots/v0.4.0/fontforge-glyph-set-font-awesome-1.png)
|
||||
![image](https://github.com/ryanoasis/nerd-filetype-glyphs-fonts-patcher/wiki/screenshots/v0.4.0/fontforge-glyph-set-font-awesome-2.png)
|
||||
![image](https://github.com/ryanoasis/nerd-filetype-glyphs-fonts-patcher/wiki/screenshots/v0.4.0/fontforge-glyph-set-font-awesome-3.png)
|
||||
![image](https://github.com/ryanoasis/nerd-filetype-glyphs-fonts-patcher/wiki/screenshots/v0.5.x/fontforge-glyph-set-font-awesome-1.png)
|
||||
![image](https://github.com/ryanoasis/nerd-filetype-glyphs-fonts-patcher/wiki/screenshots/v0.5.x/fontforge-glyph-set-font-awesome-2.png)
|
||||
![image](https://github.com/ryanoasis/nerd-filetype-glyphs-fonts-patcher/wiki/screenshots/v0.5.x/fontforge-glyph-set-font-awesome-3.png)
|
||||
|
||||
### [octicons][octicons]
|
||||
* [octicons][octicons] (experimental and work-in-progress)
|
||||
![image](https://github.com/ryanoasis/nerd-filetype-glyphs-fonts-patcher/wiki/screenshots/v0.4.0/fontforge-glyph-set-octicons.png)
|
||||
![image](https://github.com/ryanoasis/nerd-filetype-glyphs-fonts-patcher/wiki/screenshots/v0.5.x/fontforge-glyph-set-octicons.png)
|
||||
|
||||
### [Pomicons][gabrielelana-pomicons]
|
||||
* [Pomicons][gabrielelana-pomicons] from [gabrielelana-pomicons]
|
||||
![image](https://github.com/ryanoasis/nerd-filetype-glyphs-fonts-patcher/wiki/screenshots/v0.4.0/fontforge-glyph-set-pomicons.png)
|
||||
![image](https://github.com/ryanoasis/nerd-filetype-glyphs-fonts-patcher/wiki/screenshots/v0.5.x/fontforge-glyph-set-pomicons.png)
|
||||
|
||||
### [powerline-extra-symbols][ryanoasis-powerline-extra-symbols]
|
||||
* Work In Progress... :)
|
||||
@ -119,7 +119,7 @@ See: [Font Patcher](#font-patcher) for usage
|
||||
|
||||
## Glyphs Combined
|
||||
|
||||
![image](https://github.com/ryanoasis/nerd-filetype-glyphs-fonts-patcher/wiki/screenshots/v0.4.0/sankey-glyphs-combined-diagram.png)
|
||||
![image](https://github.com/ryanoasis/nerd-filetype-glyphs-fonts-patcher/wiki/screenshots/v0.5.x/sankey-glyphs-combined-diagram.png)
|
||||
|
||||
Diagram created using [@SankeyMATIC](http://sankeymatic.com/)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user