All Versions
12
Latest Version
Avg Release Cycle
151 days
Latest Release
981 days ago

Changelog History
Page 1

  • v0.11.0 Changes

    August 31, 2021

    โž• Added

    • [#262: Add \mod operator from amsmath][pull-262]

    ๐Ÿ›  Fixed

    • [#304: SystemFontFamilies does not return all FontFamilies in Chinese System][issue-304]
  • v0.10.0 Changes

    July 06, 2021

    ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ (Breaking change!) Removed support for .NET Core 3.0. .NET Core 3.1 or later is supported from now (.NET Framework 4.5.2 is still supported; .NET 5.0 or later is supported, too).

    โž• Added

    • [#277: Enable nullable reference types][pull-277]

    ๐Ÿ›  Fixed

    • [#99: Foreground property not working on FormulaControl][issue-99]
    • [#283: Fix typo in SystemTextFontNameProperty][pull-283]
    • ๐Ÿ‘ป [#244: \limsup throws exception][issue-244]
    • [#254: Fix for scripts with curly braces after a command with curly braces][pull-254] (e.g. \hat{x}_{y})
    • [#261: Crash on empty \sqrt{}][pull-261]
    • [#275: OverUnderBox constructor may dereference scriptBox parameter if it's null][issue-275]
  • v0.9.0 Changes

    July 31, 2020

    โž• Added

    • ๐Ÿ‘ [#59: Extended delimiter support][issue-59]: e.g. \left\\
    • ๐Ÿ‘ [#149: Newline command support][issue-149]: try using \\ outside of a matrix
    • ๐Ÿ‘ [#252: Support for \{ and \} commands][pull-252]

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ป [#139: Exception thrown by \,][issue-139]
    • [#151: Wrong sources detected for complex predefined formulae][issue-151]
    • [#225: \text doesn't work with indices if there's only one Cyrillic letter][issue-225]
    • ๐Ÿ‘ป [#248: Wrong exception gets thrown for \text{โˆ…}][issue-248]
    • [#253: Added equal padding to all sides when saving to bitmap][pull-253]
    • [#257: IndexOutOfRangeException throws when using \color][issue-257]
  • v0.8.0 Changes

    January 03, 2020

    โž• Added

    • ๐Ÿ“š [#165: Extended color support for \color and \colorbox][issue-165], see [the documentation][docs.colors]
    • [#174: \binom command][issue-174]
    • ๐Ÿ‘ [#209: WPF support on .NET Core 3.0][issue-209]
    • [#226: Add TFM into nuspec][issue-226]

    ๐Ÿ›  Fixed

    • [#128: \colorbox renders radical index invisible][issue-128]
    • ๐Ÿ“œ [#158: \color{red} crashes parser][issue-158]
    • ๐Ÿ“œ [#203: \colorbox{red}{} crashes the parser][issue-203]
    • [#212: \mathrm{} shouldn't throw exn][pull-212]
  • v0.7.0 Changes

    August 24, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ’ฅ (Breaking change!) [#198: Migrate to .NET 4.5.2][issue-198]

    ๐Ÿ›  Fixed

    • [#141: _ doesn't render inside \text][issue-141]
    • [#171: Make \lbrack and \lbrack commands for parentheses][issue-171]
    • [#172: NullReferenceException on some types of markup][pull-172]

    โž• Added

    • ๐Ÿ‘ [#100: Support for matrix commands][issue-100]
  • v0.6.0 Changes

    November 19, 2018

    ๐Ÿ›  Fixed

    • [#60: Command arguments passed without braces][issue-60]
    • [#168: Poor exported PNG quality and text cutting][issue-168]

    โž• Added

    • [#91: \overline command][issue-91]
    • [#145: Implemented the underline command][pull-145]

    ๐Ÿ”„ Changed

    • ๐Ÿ”จ (Refactoring) [#152: Move converters to namespace][pull-152]
  • v0.5.0 Changes

    May 08, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  [#101: Fixed crash on empty square root][pull-101]
    • ๐Ÿ›  [#103: Fixed a crash if inserting a whitespace after a _ or ^ symbol][pull-103]
    • ๐Ÿ›  [#102: Fixed a crash when rendering unsupported characters like "ร…"][pull-102]
    • [#104: Error when rendering \text{รฆ,}][issue-104]
    • [#119: Big operator rendering problem inside \frac][issue-119]
    • [#129: Summation of two Cyrillic symbols][issue-129]
    • [#133: Fix issues with exceptions][pull-133]

    โž• Added

    • [#92: Extract Renderer code to a single class/interface][issue-92]
    • [#115: Give a range of source string to Box][issue-115]
    • [#123: Add formula highlighting][pull-123]
    • ๐Ÿ“š (Documentation) [#108: Dealing with XML][pull-108]
  • v0.4.0 Changes

    September 11, 2017

    ๐Ÿ›  Fixed

    • [#80: force streamwriter to flush buffers][pull-80]
    • [#88: Bar alignment][issue-88]

    โž• Added

    • ๐Ÿšš [#79: SVG: Added support for curves and removed flattening of the geometry][pull-79]
    • ๐Ÿ‘ [#82: Support UTF8][issue-82]
    • [#84: Add \text{} command][issue-84]
  • v0.3.1 Changes

    March 18, 2017

    ๐Ÿ”„ Changed

    • ๐Ÿ› Bug fixes, improved render quality
    • ๐Ÿ“œ [#53: Fix crash while parsing empty groups][pull-53]
    • ๐Ÿšš [#54: Remove delimiter type constraint][pull-54]
    • ๐Ÿ›  [#58: Support for empty delimiters][pull-58] (that means [#14: Extensible delimiters (\left and \right)][issue-14] is completely fixed)
    • [#71: Use guidelines for WPF render][pull-71] (partial fix for [#50: Improve blurred output][issue-50], should improve image quality for some cases)
    • [Adjust metrics for radical symbol][commit-14c303d]
    • ๐Ÿ‘ [#74: Add support for scripts to delimiters][pull-74] (fix for [#62: Delimiters should support scripts][issue-62])
  • v0.3.0 Changes

    February 24, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ›  [#14: Extensible delimiters (\left and \right)][issue-14] (not completely fixed, but in a usable state already)
    • [#15: Add formula control to the library][issue-15]
    • ๐Ÿ’… [#38: Cannot change text style][issue-38]
    • [#32: Add mathematical functions][issue-32]
    • [#24: Integral sign displays incorrectly][issue-24]