Skip to content

Commit

Permalink
1.7.82: Hentai foundry now rips oldest first by default; 8muses rippe…
Browse files Browse the repository at this point in the history
…r no longer makes unneeded requests; Added support for i.thechive.com
  • Loading branch information
cyian-1756 committed Apr 3, 2019
1 parent 1350158 commit b192755
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.rarchives.ripme</groupId>
<artifactId>ripme</artifactId>
<packaging>jar</packaging>
<version>1.7.81</version>
<version>1.7.82</version>
<name>ripme</name>
<url>http://rip.rarchives.com</url>
<properties>
Expand Down
7 changes: 4 additions & 3 deletions ripme.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"currentHash": "f31d8a6739b2c679da4c08d0b4fa0981741836b2426db1f729265d65916c9a5c",
"latestVersion": "1.7.81",
"latestVersion": "1.7.82",
"changeList": [
"1.7.82: Hentai foundry now rips oldest first by default; 8muses ripper no longer makes unneeded requests; Added support for i.thechive.com",
"1.7.81: Added support for artstn.co; Added new boolean config twitter.rip_retweet; Fixed MulemaxRipper; Fix minor bug that could cause a freeze at pending 1",
"1.7.80: Fixed porncomix.one ripper; Fixed instagram ripper; Fixed Fuskator ripper; Fixed handling of urls with spaces in them",
"1.7.79: Fixed artstation ripper; Fixed imagefap ripper folder naming; Can now filter reddit posts by votes; Added Ripper for Xlecx; Linux/Mac updater is now pure java",
Expand Down Expand Up @@ -253,5 +253,6 @@
"1.0.4: Fixed spaces-in-directory bug",
"1.0.3: Added VK.com ripper",
"1.0.1: Added auto-update functionality"
]
],
"currentHash": "b4699081f431604f5ff37d95ed5da904f7f89389130741eb001545b6482056cd"
}
2 changes: 1 addition & 1 deletion src/main/java/com/rarchives/ripme/ui/UpdateUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
public class UpdateUtils {

private static final Logger logger = Logger.getLogger(UpdateUtils.class);
private static final String DEFAULT_VERSION = "1.7.81";
private static final String DEFAULT_VERSION = "1.7.82";
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";
Expand Down

0 comments on commit b192755

Please sign in to comment.