From 9a29448e73b5a6b87970ce4a69cbddbbf6c8a2a6 Mon Sep 17 00:00:00 2001 From: cyian-1756 Date: Wed, 4 Jul 2018 00:36:36 -0400 Subject: [PATCH] 1.7.57: Got DeviantartRipper working again; Imagefap ripper now downloads full sized images; Twitter ripper can now rip extended tweets; Added nl_NL translation --- pom.xml | 2 +- ripme.json | 5 +++-- src/main/java/com/rarchives/ripme/ui/UpdateUtils.java | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 4bf06c19..e5438d70 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.rarchives.ripme ripme jar - 1.7.56 + 1.7.57 ripme http://rip.rarchives.com diff --git a/ripme.json b/ripme.json index d98db2d6..566c369b 100644 --- a/ripme.json +++ b/ripme.json @@ -1,5 +1,6 @@ { "changeList": [ + "1.7.57: Got DeviantartRipper working again; Imagefap ripper now downloads full sized images; Twitter ripper can now rip extended tweets; Added nl_NL translation", "1.7.56: Fixed DeviantartRipper ripper; Added support for resuming file downloads; Fixed erome ripper; Fixed ModelmayhemRipper NSFW image downloading", "1.7.55: Fixed instagram ripper; Reddit ripper now respects history.end_rip_after_already_seen; Improvements to patch.py and release.py", "1.7.54: Fixed twitter ripper video downloading; fixed instagram ripper", @@ -227,6 +228,6 @@ "1.0.3: Added VK.com ripper", "1.0.1: Added auto-update functionality" ], - "currentHash": "9898b7882749cd4ee6616f3be0215247a2933db9e76257b6ad506a01253e42c0", - "latestVersion": "1.7.56" + "latestVersion": "1.7.57", + "currentHash": "cd84b64c5d85c2d14b79b6d18b25cee6e843ba3ba0771a5b43c5b3db15229218" } \ No newline at end of file diff --git a/src/main/java/com/rarchives/ripme/ui/UpdateUtils.java b/src/main/java/com/rarchives/ripme/ui/UpdateUtils.java index c474b6c9..ec623538 100644 --- a/src/main/java/com/rarchives/ripme/ui/UpdateUtils.java +++ b/src/main/java/com/rarchives/ripme/ui/UpdateUtils.java @@ -20,7 +20,7 @@ import com.rarchives.ripme.utils.Utils; public class UpdateUtils { private static final Logger logger = Logger.getLogger(UpdateUtils.class); - private static final String DEFAULT_VERSION = "1.7.56"; + private static final String DEFAULT_VERSION = "1.7.57"; private static final String REPO_NAME = "ripmeapp/ripme"; private static final String updateJsonURL = "https://raw.githubusercontent.com/" + REPO_NAME + "/master/ripme.json"; private static final String mainFileName = "ripme.jar";