1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-25 03:32:02 +02:00

Update index.md

Adds v1.0.0 changelog instead of placeholder text
This commit is contained in:
Ryan L McIntyre 2016-12-18 18:49:18 -08:00 committed by GitHub
parent 6d67d5e3af
commit 84cf02f26b

View File

@ -1,14 +1,55 @@
### Welcome to GitHub Pages.
This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here [using GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/), select a template crafted by a designer, and publish. After your page is generated, you can check out the new `gh-pages` branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.
### Designer Templates
We’ve crafted some handsome templates for you to use. Go ahead and click 'Continue to layouts' to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved.
## v1.0.0
### Creating pages manually
If you prefer to not use the automatic generator, push a branch named `gh-pages` to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.
### New Features
- Added 6 new fonts:
- Code New Roman (enhancement #85)
- Gohu (enhancement #90)
- Hasklig (enhancement PR #103) (@jrolfs)
- Mononoki (enhancement #89)
- Share Tech Mono (enhancement #105)
- Space Mono (enhancement #93)
- Added new Glyph Sets:
- [Font Awesome Extension](http://andrelgava.github.io/font-awesome-extension/) (Over 170 glyphs) (enhancement #96)
- [IEC Power Symbols](http://unicodepowersymbol.com/) (enhancement #94)
- Added additional methods to download the fonts:
- Support for [Home Brew fonts](https://github.com/caskroom/homebrew-fonts) (enhancement #72)
- Archive downloads via releases with scripts to generate archive downloads for patched fonts (enhancement #32)
- Added single Nerd Fonts glyphs only fonts for Fontconfig aliasing (enhancement #84)
- Added TTF version of Terminess (Terminus) font (fixes #23)
- Added support for custom symbol fonts (with `--custom` flag) (PR #107 @sharkusk)
- Added progress bars options: `--progressbars` & `--no-progressbars` to patcher script
- Added `--postprocess` flag to allow additional scripts to run after patching (related to #70)
### Authors and Contributors
You can @mention a GitHub username to generate a link to their profile. The resulting `<a>` element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.
### Updates / Improvements
- Improved repository size greatly (partially fixes #73)
- Provides only `complete` version of patched fonts by default (others are still possible via patcher script)
- Removed `minimal` version of patched fonts (not particularly useful)
- Removed `variation` versions of patched fonts and instead provides generated list of commands for each combination
- Updated Font Awesome to the latest version v4.7.0:
- https://github.com/FortAwesome/Font-Awesome/releases/tag/v4.7.0
- https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.7.0
- Updated Octicons font from [v3.2.0](https://github.com/github/octicons/releases/tag/v3.2.0) to [v4.4.0](https://github.com/github/octicons/releases/tag/v4.4.0)
- Last version with [font support](https://github.com/primer/octicons/issues/108)
- Adds glyphs: `verified`, `smiley`, `unverified`, `ellipses`, `file`, `grabber`, `plus-small`, `reply`
- Various glyph modifications and fixes
- Updated [DejaVu Sans Mono](http://dejavu-fonts.org/wiki/Changelog) from version 2.33 to 2.37
- Updated readme with information on shallow cloning (enhancement #102)
- Updated readme with better readability, prose, and removes some passive voice issues
- Updated sankey diagram in readme with a more visual representation of the glyphs combined
- Updated readability and format of changelog (even past versions)
- Removed redundant flag `--limit-font-name-length`
### Support or Contact
Having trouble with Pages? Check out our [documentation](https://help.github.com/pages) or [contact support](https://github.com/contact) and we’ll help you sort it out.
### Fixes
- Added missing glyphs in range `2630` through `2637` (trigrams) to DejaVu Sans Mono (fixes #100)
- Fixed various missing glyphs such as `heart`, `zap`, `desktop` (fixes #87)
- Fixed several long standing issues (fix & enhancement PR #107) (@sharkusk)
- glyphs (scaling and positioning) (fixes #74)
- Monospaced font issues
- Windows and macOS issues (fixes #111)
- Fixed font name for glyph font 'PowerlineExtraSymbols.otf' (fixes #109)
- Fixed and tweaked various powerline gaps (PR #107 @sharkusk)
- Fixed Hack hints being removed in patched versions (Knack) (fixes #70, with help from @chrissimpkins)
- Fixed various issues with '--careful' flag (PR #107 @sharkusk)
- Fixed missing codepoint conflict information for Octicons & Font Awesome (fixes #116) (image from @kaymmm)
- Fixed and refactored various code logic and style