Skip to content

6

Compare
Choose a tag to compare
@tonsky tonsky released this 29 Nov 14:36
· 88 commits to master since this release

Overview

Two main features of this release: character variants and progress bar. Also, lots of fixes, lots of new Unicode characters. Enjoy!

character_variants

ligature_variants

Full changelog

Unicode:

  • Fixed height of U+2211 N-ARY SUMMATION #1083
  • Added U+2241..U+224B ≁ ≂ ≃ ≄ ≅ ≆ ≇ ≉ ≊ ≋ #1090
  • Added new enclosed characters from Unicode 13 U+0229C , U+1F10D 🄍, U+1F10E 🄎, U+1F10F 🄏, U+1F16D 🅭, U+1F16E 🅮, U+1F16F 🅯, U+1F1AD 🆭 #1070
  • Redrew U+27F0..U+27FF Supplemental Arrows-A to be strict monospace ⟲⟳⟴⟵⟶⟷⟸⟹⟺⟻⟼⟽⟾⟿ #1109 #1123
  • Added U+220E End of Proof #1115
  • Added U+FFFD Replacement Character #1137, thanks @gjvnq
  • Added U+EE00..U+EE0B Progress Bar  #1182
  • Added U+2237 Propotion #1219
  • Added U+21AA Rightwards Arrow with Hook #1307

Changed:

  • Fixed weird look of ::< ::> <:: >:: #1145
  • --- now makes a line #1190

Removed:

  • C-style compound assignment >>= <<= ||= |= are not combined with equal sign by default. Old behavior is moved into ss09 #974
  • Restored short | by default, long one moved to cv30 #843 #1160
  • Moved .- into cv25 #670 #860 #1103
  • Moved .= into cv32 #670
  • Named “Retina” instance from FiraCode-VF.ttf (you can still get it by setting wght=450)

Added (variants):

  • Alternative a cv01 #949
  • Alternative g cv02 #886
  • Alternative i cv03-cv06
  • Alternative l cv07-cv10 #899
  • Alternative 0 cv11-cv13
  • Alternative 3 cv14
  • Top-aligned * cv15
  • Hexagonal * cv16 #708 #1134
  • Top-aligned ~ cv17
  • Alternative % cv18
  • <= with a horizontal bar cv19
  • <= as an arrow cv20 #34 #696 #858
  • =< as less than or equal cv21 #34
  • =< as less than or equal with horizontal bar cv22 #34
  • >= with a horizontal bar cv23
  • /= as not equals cv24 #125
  • Added :- to cv26 #790
  • Returned [] as cv27
  • Returned {. .} as cv28 #875 #635 #409 #279 #264 #214
  • Alternative {} cv29
  • Returned full ligatures for Fl Tl fi fj fl ft as ss10
  • Alternative () cv31 #1198