Update filtration_version.xml

This commit is contained in:
Ben Wallis 2018-08-30 18:50:19 +01:00 committed by GitHub
parent 8111e90dc8
commit 621e5f1fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 10 deletions

View File

@ -1,15 +1,24 @@
<UpdateData> <UpdateData>
<CurrentVersion>0.17</CurrentVersion> <CurrentVersion>0.18</CurrentVersion>
<LatestVersionMajorPart>0</LatestVersionMajorPart> <LatestVersionMajorPart>0</LatestVersionMajorPart>
<LatestVersionMinorPart>17</LatestVersionMinorPart> <LatestVersionMinorPart>18</LatestVersionMinorPart>
<DownloadUrl>https://github.com/ben-wallis/Filtration/releases/tag/0.17</DownloadUrl> <DownloadUrl>https://github.com/ben-wallis/Filtration/releases/tag/0.18</DownloadUrl>
<ReleaseDate>2017-12-08</ReleaseDate> <ReleaseDate>2018-08-30</ReleaseDate>
<StaticDataUpdatedDate>2018-08-30</StaticDataUpdatedDate> <StaticDataUpdatedDate>2018-08-30</StaticDataUpdatedDate>
<ReleaseNotes>Contributors for this release: GlenCFL <ReleaseNotes>Contributors for this release: Halil
♦ Fixed a crash when clicking Add Section ♦ Added support for DisableDropSound filter block items
♦ Fixed edits to comment blocks not being saved correctly ♦ Added support for GemLevel filter block items
♦ Fixed Delete Section context menu item not working ♦ Added support for HasExplicitMod filter block items
♦ Fixed ShChaos sound ♦ Added support for StackSize filter block items
♦ Fixed changes to comment blocks not marking the filter as unsaved</ReleaseNotes> ♦ Added support for CustomAlertSound filter block items
♦ Added support for MinimapIcon filter block items
♦ Added support for MapTier filter block items
♦ Added support for PlayEffect filter block items
♦ Added theme support for several filter blocks
♦ Added collapse/expand support for sections
♦ Added support for performing actions on whole sections (copy/move/delete etc)
♦ Added search box to Section Browser
♦ Improved parsing to support different syntaxes
♦ Small bugfixes</ReleaseNotes>
</UpdateData> </UpdateData>