Skip to content

Commit

Permalink
Prepare release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jul 31, 2020
1 parent 3dd72b8 commit ed62a02
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The MIT License

Copyright (c) 2010 Alex Regueiro

Copyright (c) 2019 WPF-Math Contributors
Copyright (c) 2020 WPF-Math Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
26 changes: 26 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Release Notes
=============

## 0.9.0 (2020-07-31)

New features:

- [#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 issues:

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

## 0.8.0 (2020-01-03)

New features:
Expand Down Expand Up @@ -124,6 +141,7 @@ This was the initial published version. It consisted entirely of the original co
[commit-14c303d]: https://github.com/ForNeVeR/wpf-math/commit/14c303d30eba735af4faa5e72e149c60add00293
[issue-14]: https://github.com/ForNeVeR/wpf-math/issues/14
[issue-50]: https://github.com/ForNeVeR/wpf-math/issues/50
[issue-59]: https://github.com/ForNeVeR/wpf-math/issues/59
[issue-60]: https://github.com/ForNeVeR/wpf-math/issues/60
[issue-62]: https://github.com/ForNeVeR/wpf-math/issues/62
[issue-82]: https://github.com/ForNeVeR/wpf-math/issues/82
Expand All @@ -137,7 +155,10 @@ This was the initial published version. It consisted entirely of the original co
[issue-119]: https://github.com/ForNeVeR/wpf-math/issues/119
[issue-128]: https://github.com/ForNeVeR/wpf-math/issues/128
[issue-129]: https://github.com/ForNeVeR/wpf-math/issues/129
[issue-139]: https://github.com/ForNeVeR/wpf-math/issues/139
[issue-141]: https://github.com/ForNeVeR/wpf-math/issues/141
[issue-149]: https://github.com/ForNeVeR/wpf-math/issues/149
[issue-151]: https://github.com/ForNeVeR/wpf-math/issues/151
[issue-158]: https://github.com/ForNeVeR/wpf-math/issues/158
[issue-165]: https://github.com/ForNeVeR/wpf-math/issues/165
[issue-168]: https://github.com/ForNeVeR/wpf-math/issues/168
Expand All @@ -146,7 +167,10 @@ This was the initial published version. It consisted entirely of the original co
[issue-198]: https://github.com/ForNeVeR/wpf-math/issues/198
[issue-203]: https://github.com/ForNeVeR/wpf-math/issues/203
[issue-209]: https://github.com/ForNeVeR/wpf-math/issues/209
[issue-225]: https://github.com/ForNeVeR/wpf-math/issues/225
[issue-226]: https://github.com/ForNeVeR/wpf-math/issues/226
[issue-248]: https://github.com/ForNeVeR/wpf-math/issues/248
[issue-257]: https://github.com/ForNeVeR/wpf-math/issues/257
[pull-53]: https://github.com/ForNeVeR/wpf-math/pull/53
[pull-54]: https://github.com/ForNeVeR/wpf-math/pull/54
[pull-58]: https://github.com/ForNeVeR/wpf-math/pull/58
Expand All @@ -164,3 +188,5 @@ This was the initial published version. It consisted entirely of the original co
[pull-152]: https://github.com/ForNeVeR/wpf-math/pull/152
[pull-172]: https://github.com/ForNeVeR/wpf-math/pull/172
[pull-212]: https://github.com/ForNeVeR/wpf-math/pull/212
[pull-252]: https://github.com/ForNeVeR/wpf-math/pull/252
[pull-253]: https://github.com/ForNeVeR/wpf-math/pull/253
6 changes: 3 additions & 3 deletions src/WpfMath/WpfMath.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
</PropertyGroup>
<PropertyGroup>
<PackageId>WpfMath</PackageId>
<Version>0.8.0</Version>
<Version>0.9.0</Version>
<Title>WPF-Math</Title>
<Authors>ForNeVeR</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/ForNeVeR/wpf-math</PackageProjectUrl>
<RepositoryUrl>https://github.com/ForNeVeR/wpf-math.git</RepositoryUrl>
<AssemblyTitle>WPF-Math</AssemblyTitle>
<PackageReleaseNotes>WPF support for .NET Core 3.0; extended color support; \binom command; TeX parser bug fixes.</PackageReleaseNotes>
<PackageReleaseNotes>Extended delimiter support; newline command support; support for \{ and \} commands; bug fixes.</PackageReleaseNotes>
<PackageTags>wpf;latex;formula</PackageTags>
<Description>.NET library for rendering mathematical formulae using the LaTeX typsetting style, for the WPF framework.</Description>
<Copyright>Copyright © Alex Regueiro 2010; Copyright © WPF-Math Contributors 2019</Copyright>
<Copyright>Copyright © Alex Regueiro 2010; Copyright © WPF-Math Contributors 2020</Copyright>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
Expand Down

0 comments on commit ed62a02

Please sign in to comment.