Skip to content

Commit

Permalink
tiled: Update to 1.11.2 (#4934)
Browse files Browse the repository at this point in the history
**Summary**
- YY plugin: Fixed compatibility with GameMaker 2024
- Fixed crash while handling file reloads without any files opened
- Fixed crash when closing the last file with multiple custom properties
selected

**Test Plan**
- open tmx file, edit, save

**Checklist**
- [X] Package was built and tested against unstable
  • Loading branch information
davidjharder authored Jan 29, 2025
2 parents d4665d9 + fcb5d68 commit 3247e76
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions packages/t/tiled/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -758,12 +758,10 @@ libQt5Core.so.5:_ZNK11QFileDevice5atEndEv
libQt5Core.so.5:_ZNK11QFileDevice5errorEv
libQt5Core.so.5:_ZNK11QFileDevice6handleEv
libQt5Core.so.5:_ZNK11QJsonObject12toVariantMapEv
libQt5Core.so.5:_ZNK11QJsonObject4sizeEv
libQt5Core.so.5:_ZNK11QJsonObject5keyAtEi
libQt5Core.so.5:_ZNK11QJsonObject4keysEv
libQt5Core.so.5:_ZNK11QJsonObject5valueE13QLatin1String
libQt5Core.so.5:_ZNK11QJsonObject5valueERK7QString
libQt5Core.so.5:_ZNK11QJsonObject7isEmptyEv
libQt5Core.so.5:_ZNK11QJsonObject7valueAtEi
libQt5Core.so.5:_ZNK11QJsonObject8containsE13QLatin1String
libQt5Core.so.5:_ZNK11QJsonObject8containsERK7QString
libQt5Core.so.5:_ZNK11QMetaObject12userPropertyEv
Expand Down
6 changes: 3 additions & 3 deletions packages/t/tiled/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : tiled
version : 1.11.1
release : 23
version : 1.11.2
release : 24
source :
- https://github.com/mapeditor/tiled/archive/refs/tags/v1.11.1.tar.gz : 2e5e4f040eb1804f79aa9487f7a83d1103edffd52f9da6293b2cd4f166f60f5f
- https://github.com/mapeditor/tiled/archive/refs/tags/v1.11.2.tar.gz : f00559f7c5f3115e8396386192c8292d2ba6ff7702f1d60b06165c44de54a51b
- https://github.com/qbs/qbs/archive/refs/tags/v2.4.2.tar.gz : 9f8005b34fa046c3b98206741c70a7859079cd76a762403da19b6b4e49da30b5
homepage : https://www.mapeditor.org
license :
Expand Down
6 changes: 3 additions & 3 deletions packages/t/tiled/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
</Files>
</Package>
<History>
<Update release="23">
<Date>2025-01-12</Date>
<Version>1.11.1</Version>
<Update release="24">
<Date>2025-01-29</Date>
<Version>1.11.2</Version>
<Comment>Packaging update</Comment>
<Name>Nazar Stasiv</Name>
<Email>[email protected]</Email>
Expand Down

0 comments on commit 3247e76

Please sign in to comment.