Skip to content

Commit ed62a02

Browse files
committed
Prepare release 0.9.0
1 parent 3dd72b8 commit ed62a02

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The MIT License
33

44
Copyright (c) 2010 Alex Regueiro
55

6-
Copyright (c) 2019 WPF-Math Contributors
6+
Copyright (c) 2020 WPF-Math Contributors
77

88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

RELEASES.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Release Notes
22
=============
33

4+
## 0.9.0 (2020-07-31)
5+
6+
New features:
7+
8+
- [#59: Extended delimiter support][issue-59]: e.g. `\left\\`
9+
- [#149: Newline command support][issue-149]: try using `\\` outside of a matrix
10+
- [#252: Support for \{ and \} commands][pull-252]
11+
12+
Fixed issues:
13+
14+
- [#139: Exception thrown by \,][issue-139]
15+
- [#151: Wrong sources detected for complex predefined formulae][issue-151]
16+
- [#248: Wrong exception gets thrown for \text{∅}][issue-248]
17+
- [#225: \text doesn't work with indices if there's only one Cyrillic letter][issue-225]
18+
- [#253: Added equal padding to all sides when saving to bitmap][pull-253]
19+
- [#257: IndexOutOfRangeException throws when using \color][issue-257]
20+
421
## 0.8.0 (2020-01-03)
522

623
New features:
@@ -124,6 +141,7 @@ This was the initial published version. It consisted entirely of the original co
124141
[commit-14c303d]: https://github.com/ForNeVeR/wpf-math/commit/14c303d30eba735af4faa5e72e149c60add00293
125142
[issue-14]: https://github.com/ForNeVeR/wpf-math/issues/14
126143
[issue-50]: https://github.com/ForNeVeR/wpf-math/issues/50
144+
[issue-59]: https://github.com/ForNeVeR/wpf-math/issues/59
127145
[issue-60]: https://github.com/ForNeVeR/wpf-math/issues/60
128146
[issue-62]: https://github.com/ForNeVeR/wpf-math/issues/62
129147
[issue-82]: https://github.com/ForNeVeR/wpf-math/issues/82
@@ -137,7 +155,10 @@ This was the initial published version. It consisted entirely of the original co
137155
[issue-119]: https://github.com/ForNeVeR/wpf-math/issues/119
138156
[issue-128]: https://github.com/ForNeVeR/wpf-math/issues/128
139157
[issue-129]: https://github.com/ForNeVeR/wpf-math/issues/129
158+
[issue-139]: https://github.com/ForNeVeR/wpf-math/issues/139
140159
[issue-141]: https://github.com/ForNeVeR/wpf-math/issues/141
160+
[issue-149]: https://github.com/ForNeVeR/wpf-math/issues/149
161+
[issue-151]: https://github.com/ForNeVeR/wpf-math/issues/151
141162
[issue-158]: https://github.com/ForNeVeR/wpf-math/issues/158
142163
[issue-165]: https://github.com/ForNeVeR/wpf-math/issues/165
143164
[issue-168]: https://github.com/ForNeVeR/wpf-math/issues/168
@@ -146,7 +167,10 @@ This was the initial published version. It consisted entirely of the original co
146167
[issue-198]: https://github.com/ForNeVeR/wpf-math/issues/198
147168
[issue-203]: https://github.com/ForNeVeR/wpf-math/issues/203
148169
[issue-209]: https://github.com/ForNeVeR/wpf-math/issues/209
170+
[issue-225]: https://github.com/ForNeVeR/wpf-math/issues/225
149171
[issue-226]: https://github.com/ForNeVeR/wpf-math/issues/226
172+
[issue-248]: https://github.com/ForNeVeR/wpf-math/issues/248
173+
[issue-257]: https://github.com/ForNeVeR/wpf-math/issues/257
150174
[pull-53]: https://github.com/ForNeVeR/wpf-math/pull/53
151175
[pull-54]: https://github.com/ForNeVeR/wpf-math/pull/54
152176
[pull-58]: https://github.com/ForNeVeR/wpf-math/pull/58
@@ -164,3 +188,5 @@ This was the initial published version. It consisted entirely of the original co
164188
[pull-152]: https://github.com/ForNeVeR/wpf-math/pull/152
165189
[pull-172]: https://github.com/ForNeVeR/wpf-math/pull/172
166190
[pull-212]: https://github.com/ForNeVeR/wpf-math/pull/212
191+
[pull-252]: https://github.com/ForNeVeR/wpf-math/pull/252
192+
[pull-253]: https://github.com/ForNeVeR/wpf-math/pull/253

src/WpfMath/WpfMath.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
</PropertyGroup>
99
<PropertyGroup>
1010
<PackageId>WpfMath</PackageId>
11-
<Version>0.8.0</Version>
11+
<Version>0.9.0</Version>
1212
<Title>WPF-Math</Title>
1313
<Authors>ForNeVeR</Authors>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<PackageProjectUrl>https://github.com/ForNeVeR/wpf-math</PackageProjectUrl>
1616
<RepositoryUrl>https://github.com/ForNeVeR/wpf-math.git</RepositoryUrl>
1717
<AssemblyTitle>WPF-Math</AssemblyTitle>
18-
<PackageReleaseNotes>WPF support for .NET Core 3.0; extended color support; \binom command; TeX parser bug fixes.</PackageReleaseNotes>
18+
<PackageReleaseNotes>Extended delimiter support; newline command support; support for \{ and \} commands; bug fixes.</PackageReleaseNotes>
1919
<PackageTags>wpf;latex;formula</PackageTags>
2020
<Description>.NET library for rendering mathematical formulae using the LaTeX typsetting style, for the WPF framework.</Description>
21-
<Copyright>Copyright © Alex Regueiro 2010; Copyright © WPF-Math Contributors 2019</Copyright>
21+
<Copyright>Copyright © Alex Regueiro 2010; Copyright © WPF-Math Contributors 2020</Copyright>
2222
<IncludeSymbols>true</IncludeSymbols>
2323
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2424
</PropertyGroup>

0 commit comments

Comments
 (0)