Skip to content

Commit af1b85b

Browse files
committed
Cut 1.8 release
1 parent 751462c commit af1b85b

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

Changelog.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
# Changelog for tttool
22

3-
## 1.7 (UNRELEASED)
3+
## 1.8 (2018-02-06)
44

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!
115
* If the script for an oid code contains only one line, one can simply write
126

137
house: P(welcome)
@@ -16,6 +10,23 @@
1610

1711
house:
1812
- 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)
1930

2031
## 1.6.1 (2016-04-17)
2132

tttool.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: tttool
2-
version: 1.7.0.4
2+
version: 1.8
33
synopsis: Working with files for the Tiptoi® pen
44
description: The Ravensburger Tiptoi® pen is programmed via special
55
files. Their file format has been reverse engineered; this

0 commit comments

Comments
 (0)