Slipstream-Mod-Manager/skel_common/backup/auto_update.json
2013-09-19 22:05:38 -04:00

67 lines
No EOL
3 KiB
JSON

{
"history_versions" : {
"1" : {
"latest" : {
"version" : "1.3",
"urls" : {
"Forum" : "http://www.ftlgame.com/forum/viewtopic.php?f=12&t=17102",
"Mac/Linux" : "http://sourceforge.net/projects/slipstreammodmanager/files/Slipstream/1.3/Slipstream%20Mod%20Manager%20v1.3-Unix.tar.gz/download",
"Windows" : "http://sourceforge.net/projects/slipstreammodmanager/files/Slipstream/1.3/Slipstream%20Mod%20Manager%20v1.3-Win.zip/download"
},
"notice" : "Important: Return FTL to an unmodded state before switching to a new version."
},
"changelog" : [
{
"version" : "1.3",
"changes" : [
"Added \"Return FTL to an unmodded state before switching to a new version\" reminder when checking for updates",
"Fixed advanced find tags' panic arg (was \"true\" all the time)",
"Fixed advanced selector tag not narrowing results when it had a value",
"Fixed perpetually green \"Update\" button",
"Added --global-panic commandline arg to show mod devs typoed find tags",
"Added commandline tips in readme_modders.txt",
"Fixed sloppy parser Validate error about things not allowed at root",
"Added a Preferences dialog as an alternative to editing modman.cfg",
"Added a troubleshooting note about Java 1.7.0_25 to readmes",
"Added support for embedded descriptions in *.ftl files"
]
},
{
"version" : "1.2",
"changes" : [
"Added a commandline interface",
"Incorporated strict-then-sloppy XML parsing into the patch process",
"Added special XML tags for advanced appending",
"Added XML Sandbox for tinkering with append tags",
"Added 'Engi Scrap Advantage' example mod",
"Added scrollbars to progress popups to show long error messages",
"The main window's geometry is saved on exit",
"Added urls in the statusbar when hovering over links",
"Added periodic checking for SMM updates",
"Added FTL launching on Linux",
"Fixed critical bugs in InputStreams returned by FTLDat"
]
},
{
"version": "1.1",
"changes" : [
"Added a button to open the mods/ folder",
"Added FTL resource extraction",
"Made the mods list resizable (drag the divider)",
"Changed modorder saving to occur on exit, instead of after patching",
"Added a mod's estimated release date to the 'No info' notice",
"Added an explanation of encodings to the modder readme",
"Added LF to CR-LF conversion for *.xml.append, *.xml, and *.txt",
"Added a Validate warning for text files with LF line endings",
"Fixed data loss when decoding Windows-1252 text with accented characters",
"Changed catalog auto-update url from GMM's repository to SMM's",
"Added tolerance for non-standard zips containing backslash paths",
"Added a Validate warning for non-standard zips containing backslash paths",
"Fixed Validation checking that scanned selected mods in reverse order",
"Restricted double-click selection to repeated clicks on one title cell"
]
}
]
}
}
}