Skip to content

Commit 57ff31e

Browse files
committed
Doc: update changelog for 6.1.0 release
1 parent 61c256f commit 57ff31e

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

changelog.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
Changes in 6.1.0 (2024-05-03)
2+
- Change to building with CMake.
3+
- Move repository and building to GitHub.
4+
- Fix several compilation warnings/issues with newer compilers.
5+
- NFORenum specific changes:
6+
- Data file updates:
7+
- Features 12 (road types), 13 (tram types) and 14 (road stops) added.
8+
- Action 0, feature 00, properties 2E-31 added.
9+
- Action 0, feature 01, properties 26-28 added.
10+
- Action 0, feature 02, properties 20-23 added.
11+
- Action 0, feature 03, properties 20-23 added.
12+
- Action 0, feature 07, property 23.
13+
- Action 0, feature 08, properties 16 and 17 added.
14+
- Action 0, feature 07, property 13.
15+
- Action 0, feature 0A, properties 25-28 added.
16+
- Action 0, feature 0F, property 18.
17+
- Action 2, feature 00, variable 63 added.
18+
- Action 2, feature 01, variables 4D and 63 added.
19+
- Action 2, feature 04, variable 6A added.
20+
- Action 2, feature 0A, variables 47 and 69-71 added.
21+
- Action 2, feature 0D, variables 40, 48, 60-65 and 69 added.
22+
- Action 2 callback 161 (build probability) added.
23+
- Action 5, type 09 (one way arrows), type 0B (tram tracks) added sprite count option.
24+
- Action 5, type 15 (OpenTTD GUI): now 191 sprites are allowed.
25+
- GRFCodec specific changes:
26+
- Fix PowerPC failing to properly compress using the chunk format.
27+
- Support decoding 32bpp only NewGRFs.
28+
- Support decoding NewGRFs with out-of-order v2 container.
29+
- GRFStrip specific changes:
30+
- Also allow stripping the 8bpp normal zoom graphics.
31+
- Fix command line parsing failing when whitelisting more than one format.
32+
- Add/update documentation.
33+
134
Changes in 6.0.6 (2016-06-27)
235
- Support for building with GCC 6 / C++14
336

docs/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# grfcodec
22
GRF development tools README
33

4-
Last updated: 2016-06-27
4+
Last updated: 2024-05-03
55

6-
Release version: 6.0.6
6+
Release version: 6.1.0
77

88
## Table of Contents
99

0 commit comments

Comments
 (0)