Skip to content

Commit c8e7bbd

Browse files
committed
Update version and changelog for 2.2.7
1 parent dd4cd1d commit c8e7bbd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

7+
## [2.2.7] - 2024-10-03
8+
9+
Fixes a bug when using the TMX format, where multi-line String properties would not be correctly parsed, as they are placed differently in the XML than single line strings. (#75)
10+
11+
The Tiled docs also state that this multi-line format may in the future be used for all property values, so this change will help to futureproof against that.
12+
713
## [2.2.6] - 2024-08-22
814

915
Fixes a bug where properties did not load as expected on objects when using object templates. As of this release, the functionality is such that if properties are defined on both an object, and it's template, they will both end up on the resulting object, with the ones defined directly on the object overriding any properties that have the same name from the template. It does not compare types, so a String property with the name `test` would override a number property with the name `test`, as an example. Comparing types could be done in the future, but is likely more complicated than it's worth doing right now.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pytiled_parser"
3-
version = "2.2.6"
3+
version = "2.2.7"
44
description = "A library for parsing Tiled Map Editor maps and tilesets"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)