File tree Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
22set (CMP0048 NEW)
33
44project ("Touhou Toolkit"
5- VERSION 9 )
5+ VERSION 10 )
66set (PROJECT_URL "https://github.com/thpatch/thtk" )
77set (PROJECT_BUGREPORT "https://github.com/thpatch/thtk/issues" )
88
Original file line number Diff line number Diff line change 1+ What's new in thtk 10
2+ ====================
3+
4+ This release introduces a new syntax for all commands, incompatible with
5+ previous versions. Please refer to the manpages for new syntax.
6+
7+ Mnemonic version names (such as HSiFS or LoLK) are now supported by all
8+ commands.
9+
10+ #### thanm
11+ - Support spaces in image file names.
12+
13+ #### thecl
14+ - Multiple eclmaps can be specified on the command line now.
15+ - Added unused instruction formats (th07)
16+
17+ #### thdat
18+ - Added support for Uwabami Breakers
19+ - Added automatic version detection, using -xd and -ld parameters
20+ - Fixed crash when trying to list archive of wrong version
21+
22+ #### thtk
23+ - Added support for wide filenames
24+ - Functions for detecting the version of dat file
25+ - Import lib is now included with the release
26+
27+ #### contrib
28+ Added a contrib directory with a bunch of goodies.
29+ - C++ wrapper for thtk library
30+ - thdat plugin for Midnight Commander
31+ - thdat plugin for Total Commander
32+
33+ Please submit an issue at GitHub (https://github.com/thpatch/thtk/issues) if
34+ you find a bug.
35+
36+
37+ -------------------------------------------------------------------------------
38+
139What's new in thtk 9
240====================
341
You can’t perform that action at this time.
0 commit comments