Revised auto_update.json
This commit is contained in:
parent
a2bd02123e
commit
98bc1bb7b1
1 changed files with 20 additions and 11 deletions
|
@ -2,18 +2,27 @@
|
||||||
"history_versions" : {
|
"history_versions" : {
|
||||||
"1" : {
|
"1" : {
|
||||||
"latest" : {
|
"latest" : {
|
||||||
"version" : "1.7",
|
"version" : "1.8",
|
||||||
"urls" : {
|
"urls" : {
|
||||||
"Forum" : "https://subsetgames.com/forum/viewtopic.php?f=12&t=17102",
|
"Forum" : "https://subsetgames.com/forum/viewtopic.php?f=12&t=17102",
|
||||||
"Mac/Linux" : "https://sourceforge.net/projects/slipstreammodmanager/files/Slipstream/1.7/SlipstreamModManager_1.7-Unix.tar.gz/download",
|
"Mac/Linux" : "https://sourceforge.net/projects/slipstreammodmanager/files/Slipstream/1.8/SlipstreamModManager_1.8-Unix.tar.gz/download",
|
||||||
"Windows" : "https://sourceforge.net/projects/slipstreammodmanager/files/Slipstream/1.7/SlipstreamModManager_1.7-Win.zip/download"
|
"Windows" : "https://sourceforge.net/projects/slipstreammodmanager/files/Slipstream/1.8/SlipstreamModManager_1.8-Win.zip/download"
|
||||||
},
|
},
|
||||||
"notice" : "SMM 1.7 has fatal bugs, sorry. =/\nImportant: Return FTL to an unmodded state before upgrading SMM. And delete SMM's backups when upgrading FTL."
|
"notice" : "SMM 1.7 had fatal bugs, sorry. =/\nReminder: Return FTL to an unmodded state before upgrading SMM. And delete SMM's backups when upgrading FTL."
|
||||||
},
|
},
|
||||||
"changelog" : [
|
"changelog" : [
|
||||||
|
{
|
||||||
|
"version" : "1.8",
|
||||||
|
"hidden" : false,
|
||||||
|
"changes" : [
|
||||||
|
"Fixed endless prompting about Steam on startup for standalone distros",
|
||||||
|
"Fixed mods not being added to FTL's resources",
|
||||||
|
"Fixed 'stream closed' error during patching"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version" : "1.7",
|
"version" : "1.7",
|
||||||
"hidden" : "false",
|
"hidden" : false,
|
||||||
"changes" : [
|
"changes" : [
|
||||||
"Added support for FTL 1.6.1",
|
"Added support for FTL 1.6.1",
|
||||||
"Added a config option to launch FTL via Steam, if possible",
|
"Added a config option to launch FTL via Steam, if possible",
|
||||||
|
@ -31,14 +40,14 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version" : "1.6",
|
"version" : "1.6",
|
||||||
"hidden" : "false",
|
"hidden" : false,
|
||||||
"changes" : [
|
"changes" : [
|
||||||
"Fixed modorder not being saved properly"
|
"Fixed modorder not being saved properly"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version" : "1.5",
|
"version" : "1.5",
|
||||||
"hidden" : "false",
|
"hidden" : false,
|
||||||
"changes" : [
|
"changes" : [
|
||||||
"Added 'no info... yet' message when mods/ scan is still in-progress",
|
"Added 'no info... yet' message when mods/ scan is still in-progress",
|
||||||
"Fixed modman.command double-clicking on Linux?",
|
"Fixed modman.command double-clicking on Linux?",
|
||||||
|
@ -61,7 +70,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version" : "1.4",
|
"version" : "1.4",
|
||||||
"hidden" : "false",
|
"hidden" : false,
|
||||||
"changes" : [
|
"changes" : [
|
||||||
"Cleaned up some dodgy code when initially prompting for FTL's location",
|
"Cleaned up some dodgy code when initially prompting for FTL's location",
|
||||||
"Added another common game location: \"C:\\Program Files (x86)\\FTL\""
|
"Added another common game location: \"C:\\Program Files (x86)\\FTL\""
|
||||||
|
@ -69,7 +78,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version" : "1.3",
|
"version" : "1.3",
|
||||||
"hidden" : "false",
|
"hidden" : false,
|
||||||
"changes" : [
|
"changes" : [
|
||||||
"Added \"Return FTL to an unmodded state before switching to a new version\" reminder when checking for updates",
|
"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 find tags' panic arg (was \"true\" all the time)",
|
||||||
|
@ -85,7 +94,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version" : "1.2",
|
"version" : "1.2",
|
||||||
"hidden" : "false",
|
"hidden" : false,
|
||||||
"changes" : [
|
"changes" : [
|
||||||
"Added a commandline interface",
|
"Added a commandline interface",
|
||||||
"Incorporated strict-then-sloppy XML parsing into the patch process",
|
"Incorporated strict-then-sloppy XML parsing into the patch process",
|
||||||
|
@ -102,7 +111,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.1",
|
"version": "1.1",
|
||||||
"hidden" : "false",
|
"hidden" : false,
|
||||||
"changes" : [
|
"changes" : [
|
||||||
"Added a button to open the mods/ folder",
|
"Added a button to open the mods/ folder",
|
||||||
"Added FTL resource extraction",
|
"Added FTL resource extraction",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue