mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-25 16:47:37 +02:00
b82bd819aa
[why] If we ever switch the default branch the links would break. So just say 'default branch' directly, whichever that may be. [note] CI workflows not changed, I do not know if there is an alias for the default branch available. Fixes: #971 (partially) Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
85 lines
3.9 KiB
XML
85 lines
3.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
|
<metadata>
|
|
<id></id>
|
|
<version></version>
|
|
<packageSourceUrl>https://github.com/ryanoasis/nerd-fonts</packageSourceUrl>
|
|
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
|
|
<owners>ryanoasis</owners>
|
|
<!-- ============================== -->
|
|
|
|
<!-- == SOFTWARE SPECIFIC SECTION == -->
|
|
<!-- This section is about the software itself -->
|
|
<title></title>
|
|
<authors>Ryan L McIntyre</authors>
|
|
<!-- projectUrl is required for the community feed -->
|
|
<projectUrl>https://nerdfonts.com/</projectUrl>
|
|
<iconUrl>https://imgur.com/pEDFEje</iconUrl>
|
|
<!-- <copyright>Year Software Vendor</copyright> -->
|
|
<!-- If there is a license Url available, it is required for the community feed -->
|
|
<licenseUrl>https://raw.githubusercontent.com/ryanoasis/nerd-fonts/-/LICENSE</licenseUrl>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<projectSourceUrl>https://github.com/ryanoasis/nerd-fonts</projectSourceUrl>
|
|
<docsUrl>https://github.com/ryanoasis/nerd-fonts/wiki</docsUrl>
|
|
<!--<mailingListUrl></mailingListUrl>-->
|
|
<bugTrackerUrl>https://github.com/ryanoasis/nerd-fonts/issues</bugTrackerUrl>
|
|
<tags>hasklig hasklug nerd-fonts fonts ligatures coding-fonts</tags>
|
|
<summary>
|
|
Iconic font aggregator, collection, and patcher. 40+ patched fonts, over 3,600
|
|
glyph/icons, includes popular collections such as Font Awesome & fonts such as Hack.
|
|
</summary>
|
|
<description>
|
|
Nerd Fonts takes popular programming fonts and adds a bunch of Glyphs.
|
|
There is also a font patcher available if your desired font isn't already patched.
|
|
For more high level information see the wiki.
|
|
</description>
|
|
<releaseNotes>
|
|
# New Features
|
|
- Added new fonts:
|
|
- Noto (all variations) (#213)
|
|
- Overpass Mono (fixes #177)
|
|
- BigBlue Terminal (fixes #170)
|
|
- Dyslexic (fixes #217)
|
|
- Iosevka Term variant (no ligatures) (fixes #198)
|
|
- FiraCode TTF variant (fixes #244)
|
|
- SourceCodePro italics variant (fixes #236)
|
|
- Added new glyph sets:
|
|
- Material Design Icons
|
|
- Weather
|
|
- Added new glyphs to core:
|
|
- Elm (fixes #172)
|
|
- Elixir (fixes #228)
|
|
- Electron (fixes #237)
|
|
- Added new translations:
|
|
- Added Traditional Chinese of readme (partially fixes #118) (PR #222) (@MindyTai)
|
|
- Added French readme (partially fixes #118) (PR #251) (@pgrimaud)
|
|
- Added ability to remove ligatures via the `--removeligatures` option in font-patcher
|
|
- Added `--configfile` option to font-patcher
|
|
|
|
# Updates / Improvements
|
|
- Updated Hack font to latest version (v3.003) (fixes #216) (with help from @chrissimpkins)
|
|
- Updated Iosevka to the latest version (v1.14.0) (fixes #229)
|
|
- Updated Fantasque Sans Mono to the latest version (v1.7.2) (fixes #240)
|
|
- Updated MPlus version from 1.018 to 1.063
|
|
- Updated documentation for urxvt wcwidth implementations (fixes #155)
|
|
- Updated logos and Sankey diagram
|
|
|
|
# Breaking Updates / Improvements / Changes
|
|
- Updated Font Logos (formerly Font Linux) to latest version (fixes #157)
|
|
|
|
# Fixes
|
|
- Fixed incorrect exitcode returned from installer (fixes #218) (PR #230 @Phuurl)
|
|
- Fixed 3270 font not being valid/installable on Windows (fixes #12, #196)
|
|
- Fixed weather variables script typo (PR #242 @snown)
|
|
- Fixed Monospaced fonts having ligatures by default (fixed Meslo Mono having ligatures)
|
|
(fixes #186)
|
|
- Fixed Hasklig ExtraLight & Light variants (fixes #231)
|
|
</releaseNotes>
|
|
</metadata>
|
|
<files>
|
|
<!-- this section controls what actually gets packaged into the Chocolatey package -->
|
|
<file src="tools\**" target="tools" />
|
|
<!--Building from Linux? You may need this instead: <file src="tools/**" target="tools" />-->
|
|
</files>
|
|
</package>
|