Skip to content

Commit

Permalink
AppImage: Updated to Sentry 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn authored and dogboydog committed Mar 7, 2023
1 parent 588a232 commit eaae72a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

env:
QBS_VERSION: 1.23.1
SENTRY_VERSION: 0.5.4
SENTRY_VERSION: 0.6.0
SENTRY_ORG: mapeditor
SENTRY_PROJECT: tiled
TILED_RELEASE: ${{ startsWith(github.ref, 'refs/tags/v') }}
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* Fixed drawing lines with stamps having differently sized variations (#3533)
* Fixed compile against Qt 6.4
* snap: Added Wayland platform plugin and additional image format plugins
* AppImage: Updated to Sentry 0.5.4
* AppImage: Updated to Sentry 0.6.0
* Updated Bulgarian, French, German, Hungarian, Russian and Swedish translations

### Tiled 1.9.2 (16 September 2022)
Expand Down
8 changes: 6 additions & 2 deletions org.mapeditor.Tiled.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@
<li>Implemented rendering of major grid lines for staggered / hexagonal maps (#3583)</li>
<li>Fixed new layer names to be always unique (by Logan Higinbotham, #3452)</li>
<li>Fixed broken tile images after importing/exporting a tileset</li>
<li>AutoMapping: Added support for output set probability (#3179)</li>
<li>AutoMapping: When input regions are defined, match in order by default (#3559)</li>
<li>AutoMapping: Skip locked layers when applying rules (#3544)</li>
<li>AutoMapping: Fixed NoOverlappingOutput in case of multiple output indices (#3551)</li>
<li>AutoMapping: Fixed automatic output regions for object output (#3473)</li>
<li>AutoMapping: Fixed crash on undo when output layers have properties</li>
<li>Scripting: Added Object.setColorProperty and Object.setFloatProperty (#3423)</li>
<li>Scripting: Added tiled.projectFilePath</li>
<li>Scripting: Added tiled.versionLessThan</li>
Expand All @@ -53,8 +57,8 @@
<li>Fixed drawing lines with stamps having differently sized variations (#3533)</li>
<li>Fixed compile against Qt 6.4</li>
<li>snap: Added Wayland platform plugin and additional image format plugins</li>
<li>AppImage: Updated to Sentry 0.5.4</li>
<li>Updated Bulgarian, French and Swedish translations</li>
<li>AppImage: Updated to Sentry 0.6.0</li>
<li>Updated Bulgarian, French, German, Hungarian, Russian and Swedish translations</li>
</ul>
</description>
</release>
Expand Down

0 comments on commit eaae72a

Please sign in to comment.