diff --git a/_posts/2017-01-01-home.md b/_posts/2017-01-01-home.md index 65663556f..14a7b6607 100644 --- a/_posts/2017-01-01-home.md +++ b/_posts/2017-01-01-home.md @@ -68,9 +68,9 @@ Website References Link References --> -[w-top]:https://github.com/ryanoasis/nerd-fonts/wiki/screenshots/v1.0.x/windows-pass-sm.png "↓ Windows Compatibility Status ↓" -[l-top]:https://github.com/ryanoasis/nerd-fonts/wiki/screenshots/v1.0.x/linux-pass-sm.png "↓ Linux Compatibility Status ↓" -[m-top]:https://github.com/ryanoasis/nerd-fonts/wiki/screenshots/v1.0.x/mac-pass-sm.png "↓ macOS (OSX) Compatibility Status ↓" +[w-top]:https://github.com/ryanoasis/nerd-fonts/wiki/screenshots/v1.0.x/windows-pass-sm.png "Windows Compatibile" +[l-top]:https://github.com/ryanoasis/nerd-fonts/wiki/screenshots/v1.0.x/linux-pass-sm.png "Linux Compatibile" +[m-top]:https://github.com/ryanoasis/nerd-fonts/wiki/screenshots/v1.0.x/mac-pass-sm.png "macOS (OSX) Compatibile" [badge-version]:http://badge.fury.io/gh/ryanoasis%2Fnerd-fonts [badge-gitter]:https://gitter.im/ryanoasis/nerd-fonts?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge diff --git a/_posts/2017-01-02-downloads.md b/_posts/2017-01-02-downloads.md index e8bf2ebcc..55a0668e8 100644 --- a/_posts/2017-01-02-downloads.md +++ b/_posts/2017-01-02-downloads.md @@ -5,9 +5,9 @@ color: white fa-icon: download --- -#### Downloads - +# Downloads +
- [3270.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/3270.zip) - [AnonymousPro.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/AnonymousPro.zip) - [AurulentSansMono.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/AurulentSansMono.zip) @@ -24,6 +24,8 @@ fa-icon: download - [HeavyData.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/HeavyData.zip) - [Hermit.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/Hermit.zip) - [Inconsolata.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/Inconsolata.zip) +
+
- [Iosevka.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/Iosevka.zip) - [Lekton.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/Lekton.zip) - [LiberationMono.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/LiberationMono.zip) @@ -40,3 +42,4 @@ fa-icon: download - [SpaceMono.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/SpaceMono.zip) - [Terminus.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/Terminus.zip) - [UbuntuMono.zip](https://github.com/ryanoasis/nerd-fonts/releases/download/v1.0.0/UbuntuMono.zip) +
diff --git a/_posts/2017-01-03-release.md b/_posts/2017-01-03-release.md index fc4b6b80a..42f35d0f3 100644 --- a/_posts/2017-01-03-release.md +++ b/_posts/2017-01-03-release.md @@ -1,13 +1,13 @@ --- -title: "Latest Release" +title: "Changelog" bg: '#ff8b25' color: white fa-icon: bullhorn --- -## v1.0.0 Release Changelog +# v1.0.0 Release Changelog -### New Features +## New Features - Added 6 new fonts: - Code New Roman (enhancement #85) - Gohu (enhancement #90) @@ -27,7 +27,7 @@ fa-icon: bullhorn - Added progress bars options: `--progressbars` & `--no-progressbars` to patcher script - Added `--postprocess` flag to allow additional scripts to run after patching (related to #70) -### Updates / Improvements +## 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) @@ -46,7 +46,7 @@ fa-icon: bullhorn - Updated readability and format of changelog (even past versions) - Removed redundant flag `--limit-font-name-length` -### Fixes +## 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)