Skip to content

Commit 464454b

Browse files
committed
Update version and changelog for 1.5.4
1 parent e19e9e6 commit 464454b

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
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [1.5.4] - 2021-10-12
10+
11+
Previously if only one parallax value(x or y) on a layer had been set, it would fail because pytiled-parser was assuming that if one was set then the other would be. This is not actually the case in the Tiled map file.
12+
13+
The value for them now defaults to 1.0 if it is not specified in the map file(This is the Tiled default value).
14+
915
## [1.5.3] - 2021-08-28
1016

1117
Just a small bugfix in this release. Previously if a layer's offset was (0, 0), the values for it would not appear in the JSON file, so the `offset` value in the

pytiled_parser/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""pytiled_parser version"""
22

3-
__version__ = "1.5.3"
3+
__version__ = "1.5.4"

0 commit comments

Comments
 (0)