File tree Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for tttool
2
2
3
- ## 1.7 (UNRELEASED )
3
+ ## 1.8 (2018-02-06 )
4
4
5
- * ` ./tttool oid-table ` sorts naturally now, so that the sequence is ` foo1 `
6
- ` foo2 ` ` foo10 ` , and not ` foo1 ` ` foo10 ` ` foo2 ` .
7
- * Read and write the language field in the GME header (GH issue #105 )
8
- * ` ./tttool oid-table ` aligns images on pixel boundaries, so that a naive
9
- rastering of the whole page still yields crisp pixels.
10
- Thanks to @m7thon for the patch!
11
5
* If the script for an oid code contains only one line, one can simply write
12
6
13
7
house: P(welcome)
16
10
17
11
house:
18
12
- P(welcome)
13
+ * ` ./tttool oid-table ` aligns images on pixel boundaries, so that a naive
14
+ rastering of the whole page still yields crisp pixels.
15
+ Thanks to @m7thon for the patch!
16
+ * The PDF output uses PDF patterns for much smaller PDF files.
17
+ * The commands ` ./tttool oid-code ` and ` ./tttool oid-table ` can now also
18
+ produce SVG output with SVG patterns:
19
+
20
+ ` --image-format SVG ` produces SVG with vector squares
21
+ for the pixels, wihle ` --image-format SVG+PNG ` produces SVG with a small,
22
+ repeated pixel graphics in the pattern
23
+ * Games are now more likely to be properly round-tripped (GH issue #174 )
24
+
25
+ ## 1.7 (2017-01-08)
26
+
27
+ * ` ./tttool oid-table ` sorts naturally now, so that the sequence is ` foo1 `
28
+ ` foo2 ` ` foo10 ` , and not ` foo1 ` ` foo10 ` ` foo2 ` .
29
+ * Read and write the language field in the GME header (GH issue #105 )
19
30
20
31
## 1.6.1 (2016-04-17)
21
32
Original file line number Diff line number Diff line change 1
1
name : tttool
2
- version : 1.7.0.4
2
+ version : 1.8
3
3
synopsis : Working with files for the Tiptoi® pen
4
4
description : The Ravensburger Tiptoi® pen is programmed via special
5
5
files. Their file format has been reverse engineered; this
You can’t perform that action at this time.
0 commit comments