1
1
Release Notes
2
2
=============
3
3
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
+
4
21
## 0.8.0 (2020-01-03)
5
22
6
23
New features:
@@ -124,6 +141,7 @@ This was the initial published version. It consisted entirely of the original co
124
141
[ commit-14c303d ] : https://github.com/ForNeVeR/wpf-math/commit/14c303d30eba735af4faa5e72e149c60add00293
125
142
[ issue-14 ] : https://github.com/ForNeVeR/wpf-math/issues/14
126
143
[ issue-50 ] : https://github.com/ForNeVeR/wpf-math/issues/50
144
+ [ issue-59 ] : https://github.com/ForNeVeR/wpf-math/issues/59
127
145
[ issue-60 ] : https://github.com/ForNeVeR/wpf-math/issues/60
128
146
[ issue-62 ] : https://github.com/ForNeVeR/wpf-math/issues/62
129
147
[ 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
137
155
[ issue-119 ] : https://github.com/ForNeVeR/wpf-math/issues/119
138
156
[ issue-128 ] : https://github.com/ForNeVeR/wpf-math/issues/128
139
157
[ issue-129 ] : https://github.com/ForNeVeR/wpf-math/issues/129
158
+ [ issue-139 ] : https://github.com/ForNeVeR/wpf-math/issues/139
140
159
[ 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
141
162
[ issue-158 ] : https://github.com/ForNeVeR/wpf-math/issues/158
142
163
[ issue-165 ] : https://github.com/ForNeVeR/wpf-math/issues/165
143
164
[ 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
146
167
[ issue-198 ] : https://github.com/ForNeVeR/wpf-math/issues/198
147
168
[ issue-203 ] : https://github.com/ForNeVeR/wpf-math/issues/203
148
169
[ issue-209 ] : https://github.com/ForNeVeR/wpf-math/issues/209
170
+ [ issue-225 ] : https://github.com/ForNeVeR/wpf-math/issues/225
149
171
[ 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
150
174
[ pull-53 ] : https://github.com/ForNeVeR/wpf-math/pull/53
151
175
[ pull-54 ] : https://github.com/ForNeVeR/wpf-math/pull/54
152
176
[ 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
164
188
[ pull-152 ] : https://github.com/ForNeVeR/wpf-math/pull/152
165
189
[ pull-172 ] : https://github.com/ForNeVeR/wpf-math/pull/172
166
190
[ 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
0 commit comments