Skip to content

Commit f18c8be

Browse files
committed
thtk release 10
1 parent b1d335b commit f18c8be

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
22
set(CMP0048 NEW)
33

44
project("Touhou Toolkit"
5-
VERSION 9)
5+
VERSION 10)
66
set(PROJECT_URL "https://github.com/thpatch/thtk")
77
set(PROJECT_BUGREPORT "https://github.com/thpatch/thtk/issues")
88

NEWS

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
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+
139
What's new in thtk 9
240
====================
341

0 commit comments

Comments
 (0)