Set current version to 1.3
This commit is contained in:
parent
dffaa362c9
commit
a1fadf0eb7
1 changed files with 20 additions and 4 deletions
|
@ -2,14 +2,30 @@
|
||||||
"history_versions" : {
|
"history_versions" : {
|
||||||
"1" : {
|
"1" : {
|
||||||
"latest" : {
|
"latest" : {
|
||||||
"version" : "1.2",
|
"version" : "1.3",
|
||||||
"urls" : {
|
"urls" : {
|
||||||
"Forum" : "http://www.ftlgame.com/forum/viewtopic.php?f=12&t=17102",
|
"Forum" : "http://www.ftlgame.com/forum/viewtopic.php?f=12&t=17102",
|
||||||
"Mac/Linux" : "http://sourceforge.net/projects/slipstreammodmanager/files/Slipstream/1.2/Slipstream%20Mod%20Manager%20v1.2-Unix.tar.gz/download",
|
"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.2/Slipstream%20Mod%20Manager%20v1.2-Win.zip/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" : [
|
"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",
|
"version" : "1.2",
|
||||||
"changes" : [
|
"changes" : [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue