From 56cfd2a581d28831f95e94bc61d2ed227d276a48 Mon Sep 17 00:00:00 2001 From: Vhati Date: Wed, 4 Sep 2013 23:24:50 -0400 Subject: [PATCH] Added metadata for automatic app updates --- auto_update.json | 34 ++++++++++++++++++++++++++++++++++ readme_developers.txt | 3 +++ 2 files changed, 37 insertions(+) create mode 100644 auto_update.json diff --git a/auto_update.json b/auto_update.json new file mode 100644 index 0000000..3c2b137 --- /dev/null +++ b/auto_update.json @@ -0,0 +1,34 @@ +{ + "history_versions" : { + "1" : { + "latest" : { + "version" : "1.1", + "urls" : { + "Windows" : "http://sourceforge.net/projects/slipstreammodmanager/files/Slipstream/1.1/Slipstream%20Mod%20Manager%20v1.1-Win.zip/download", + "Unix" : "http://sourceforge.net/projects/slipstreammodmanager/files/Slipstream/1.1/Slipstream%20Mod%20Manager%20v1.1-Unix.tar.gz/download" + } + } + "changelog" : [ + { + "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" + ] + } + ] + } + } +} \ No newline at end of file diff --git a/readme_developers.txt b/readme_developers.txt index a400263..547b247 100644 --- a/readme_developers.txt +++ b/readme_developers.txt @@ -23,6 +23,9 @@ To build, run "mvn clean" and "mvn package" in this folder. - Drag modman.exe into "skel_win/". - Run "mvn clear" and "mvn package". +"auto_update.json" + Info about the latest release, downloaded periodically by clients. + This project depends on the following libraries.