Update JetBrainsMono repo files

This commit is contained in:
moritzdietz 2021-08-07 12:59:39 +02:00
parent f07ceca049
commit d204851b74
No known key found for this signature in database
GPG key ID: 5006AE33DDFCA52D
3 changed files with 53 additions and 2 deletions

View file

@ -0,0 +1,14 @@
# This is the list of people who have contributed to this project,
# and includes those not listed in AUTHORS.txt because they are not
# copyright authors. For example, company employees may be listed
# here because their company holds the copyright and is listed there.
#
# When adding J Random Contributor's name to this file, either J's
# name or J's organization's name should be added to AUTHORS.txt
#
# Names should be added to this file as:
# Name <email address>
Konstantin Bulenkov <kb@jetbrains.com>
Philipp Nurullin <philipp.nurullin@jetbrains.com>
Rosalie Wagner <mail@rosaliewagner.com>

View file

@ -1,6 +1,39 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## 2.242 Quick Fix (30.07.2021)
- Added `???` `<:<` ligatures #434
- Corrected the `⊈` (u+2288) #475
- Remove second unicode value from `HT` (u+2409 u+0009) `CR` (u+240D u+000D) `LF` (u+240A u+000A) #476
## 2.241 (27.07.2021)
- Made triple equal ligature `===` more spacious #25
- Added 70 symbols from #47 `ƛ` `ϕ` `ϖ` `⁅` `⁆` `⦇` `⦈` `‴` `⟪` `⟦` `⟫` `⟧` `≃` `≔` `≅` `≇` `⋎` `∸` `⋐` `⋰` `⋱` `⋮` `≡` `∹` `≳` `≲` `⋯` `⊈` `≯` `≱` `≢` `≮` `≰` `÷` `≥` `≤` `~` `∅` `≺` `≼` `≟` `⤖` `≗` `⊓` `⊔` `⊑` `≋` `↭` `↞` `↠` `↣` `↥` `↦` `↧` `⇉` `⇑` `⇒` `⇓` `⇔` `⇧` `⇨` `` `⍨` `♭` `♯` `𝔽` `𝕊` `⅀`
- Added `ǒ` `ǐ` `ǔ` `ǖ` `ǘ` `ǚ` `ǜ` #187
- Added Control code support #241
- Tuned `#` #275
- Added `=:` ligature #305
- Added floor and ceiling mathematical characters `⎪` `⎩` `⎨` `⎧` `⎢` `⎣` `⎡` `⎭` `⎬` `⎫` `⎥` `⎦` `⎤` #328
- Corrections in `Θ` `θ` `ξ` `Σ` `∑` #351
- Added `Ɛ` `↋` `↊` `૪` #356
- Added Cyrillic Kazakh letters #391
- Added ligature `;;;` #393
- The ligature `<-` have 3 digit exclusion #403
- Changed the look of `~@` ligature #415
- Fixed regression with `<--` ligature #417
- Fixed interpolation error in Italic #431
- Added EMQuad (u+2001) #439
- Reworked `⚠️` #450
- Made the tail of Italic `f` shorter to render better in kitty #441
- Added SemiBold weight #453
- Added more anchors to the marks #463
- Added replacement (u+FFFD) #461
- Added zeroWidthNoBreakSpace (u+FEFF) #467
- Corrected placement of `*` in `*/` ligature in Regular master
- Tuned `Ч` `ч`
- Fixed consistency of `J` in italic
## 2.225 (27.01.2021) ## 2.225 (27.01.2021)
- Added exclusion in `<-` ligature to look reasonable in negative arguments for C++ `<-1>` #107 - Added exclusion in `<-` ligature to look reasonable in negative arguments for C++ `<-1>` #107
- `/**` brought back #202 - `/**` brought back #202

View file

@ -2,7 +2,11 @@
# JetBrains Mono # JetBrains Mono
A typeface made for developers. \ A typeface made for developers. \
More about font features & design can be found on [its page](https://jetbrains.com/mono/). More about font features & design can be found on [its page](https://jetbrains.com/mono/).
By default, JetBrains Mono includes ligatures. The version without ligatures is called **JetBrains Mono NL** and can be found [here](https://github.com/JetBrains/JetBrainsMono/tree/master/fonts/ttf). This version is also stripped of all OpenType features, since they don't have any effect when your IDE doesn't support OpenType.
If your IDE supports OpenType we recommend installing the default version of the font. If you prefer not using ligatures you can turn them off manually in the settings.
# **Installation** # **Installation**
@ -97,7 +101,7 @@ In the terminal:
## Source files ## Source files
Can be found in the *"Source"* folder. To open them you will need Glyphs. Can be found in the *"Source"* folder. To open them you will need Glyphs app.
## License ## License