Updated filtration_version.xml to 0.17

This commit is contained in:
Ben Wallis 2017-12-08 18:08:02 +00:00 committed by GitHub
parent 03cc3b0be3
commit bcd70522df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,21 +1,15 @@
<UpdateData> <UpdateData>
<CurrentVersion>0.16</CurrentVersion> <CurrentVersion>0.17</CurrentVersion>
<LatestVersionMajorPart>0</LatestVersionMajorPart> <LatestVersionMajorPart>0</LatestVersionMajorPart>
<LatestVersionMinorPart>16</LatestVersionMinorPart> <LatestVersionMinorPart>17</LatestVersionMinorPart>
<DownloadUrl>https://github.com/ben-wallis/Filtration/releases/tag/0.16</DownloadUrl> <DownloadUrl>https://github.com/ben-wallis/Filtration/releases/tag/0.17</DownloadUrl>
<ReleaseDate>2017-12-07</ReleaseDate> <ReleaseDate>2017-12-08</ReleaseDate>
<StaticDataUpdatedDate>2017-12-07</StaticDataUpdatedDate> <StaticDataUpdatedDate>2017-12-08</StaticDataUpdatedDate>
<ReleaseNotes>Special thanks to GlenCFL for implementing the following features: <ReleaseNotes>Contributors for this release: GlenCFL
♦ Support for the following Filter Block Item Types: ElderItem, ShapedMap, ShaperItem, PlayAlertPositionalSound,
♦ Added new alert sounds including the shaper voiceline sounds
♦ Updated Item Base Types and Item Classes static data for 3.1
♦ Fixed a bug where the application would freeze upon exit
Other new features: ♦ Fixed a crash when clicking Add Section
♦ Changed Block Group Parsing to use " - " as a delimiter instead of "-", this prevents unwanted block groups being created by filters that didn't intend to use them. ♦ Fixed edits to comment blocks not being saved correctly
♦ Block Groups are now only parsed if the script has "# EnableBlockGroups" on its own line in the script header. This means that comments on the Show/Hide line for scripts without this enabled will no longer be discarded. ♦ Fixed Delete Section context menu item not working
♦ All comment blocks in between filter blocks are now preserved regardless of whether they start with # Section: ♦ Fixed ShChaos sound
♦ Added initial undo/redo support - currently this is only supported at the Item Filter Block level. This means that you can undo/redo adding/deleting/moving blocks within a script but you can't undo/redo editing the blocks themselves. ♦ Fixed changes to comment blocks not marking the filter as unsaved</ReleaseNotes>
</ReleaseNotes>
</UpdateData> </UpdateData>