-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrelease_notes.html
More file actions
20 lines (17 loc) · 807 Bytes
/
release_notes.html
File metadata and controls
20 lines (17 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<h2><strong>Version 0.2</strong> <small>2013-11-28</small></h2>
<ul>
<li>Striped table rows for readability.</li>
<li>Table columns auto width.</li>
<li>Table content now shows booleans and formatted dates.</li>
<li>Fix: allow NULL values when exporting to SQL. <small>Sometimes DBF databases have unexpected NULL values.</small></li>
<li>Improvement: split up INSERT statements when exporting to SQL. This is much needed for big databases to prevent memory issues when importing the SQL file.</li>
<li>Improvement: make sure exported strings are UTF-8 compliant.</li>
<li>Some internal fixes and improvements.</li>
<li>Added update checker.</li>
</ul>
<h2><strong>Version 0.1</strong> <small>2013-10-18</small></h2>
<ul>
<li>Initial release.</li>
</ul>
</html>