Skip to content

Commit b192755

Browse files
author
cyian-1756
committed
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 parent 1350158 commit b192755

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.rarchives.ripme</groupId>
55
<artifactId>ripme</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.7.81</version>
7+
<version>1.7.82</version>
88
<name>ripme</name>
99
<url>http://rip.rarchives.com</url>
1010
<properties>

ripme.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"currentHash": "f31d8a6739b2c679da4c08d0b4fa0981741836b2426db1f729265d65916c9a5c",
3-
"latestVersion": "1.7.81",
2+
"latestVersion": "1.7.82",
43
"changeList": [
4+
"1.7.82: Hentai foundry now rips oldest first by default; 8muses ripper no longer makes unneeded requests; Added support for i.thechive.com",
55
"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",
66
"1.7.80: Fixed porncomix.one ripper; Fixed instagram ripper; Fixed Fuskator ripper; Fixed handling of urls with spaces in them",
77
"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",
@@ -253,5 +253,6 @@
253253
"1.0.4: Fixed spaces-in-directory bug",
254254
"1.0.3: Added VK.com ripper",
255255
"1.0.1: Added auto-update functionality"
256-
]
256+
],
257+
"currentHash": "b4699081f431604f5ff37d95ed5da904f7f89389130741eb001545b6482056cd"
257258
}

src/main/java/com/rarchives/ripme/ui/UpdateUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
public class UpdateUtils {
2323

2424
private static final Logger logger = Logger.getLogger(UpdateUtils.class);
25-
private static final String DEFAULT_VERSION = "1.7.81";
25+
private static final String DEFAULT_VERSION = "1.7.82";
2626
private static final String REPO_NAME = "ripmeapp/ripme";
2727
private static final String updateJsonURL = "https://raw.githubusercontent.com/" + REPO_NAME + "/master/ripme.json";
2828
private static final String mainFileName = "ripme.jar";

0 commit comments

Comments
 (0)