Skip to content

Commit 8aa3b21

Browse files
author
cyian-1756
committed
1.7.95: Added porncomixinfo.net; Fixed ripper for HentaiNexus; move l option to before r and R; marked some tests as flaky
1 parent f16f2b3 commit 8aa3b21

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.rarchives.ripme</groupId>
44
<artifactId>ripme</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.7.94</version>
6+
<version>1.7.95</version>
77
<name>ripme</name>
88
<url>http://rip.rarchives.com</url>
99
<properties>

ripme.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"currentHash": "1ebe144d0f294c4e8b482742a2588201f8b962fbcebbbd109627e1fc9e2b6d94",
2+
"currentHash": "008201e406f401b27248277a4188f26203bb9da0170872de900125f8a6c8b558",
33
"changeList": [
4+
"1.7.95: Added porncomixinfo.net; Fixed ripper for HentaiNexus; move l option to before r and R; marked some tests as flaky ",
45
"1.7.94: Added reddit gallery support; Fixed AllporncomicRipper; Fix imagefap ripper; instagramRipper, replaced Nashorn with GraalVM.js",
56
"1.7.93: Fixed Motherless ripper; Fixed e621 ripper; Updated pt_PT translation; Implemented redgifs Ripper; added missing translation to Korean/KR; Fixed elecx ripper; Added ripper for HentaiNexus",
67
"1.7.92: Added read-comic.com ripper; Fix Pawoo ripper; Add ChineseSimplified language file; Fixed artstation ripper",
@@ -266,5 +267,5 @@
266267
"1.0.3: Added VK.com ripper",
267268
"1.0.1: Added auto-update functionality"
268269
],
269-
"latestVersion": "1.7.94"
270+
"latestVersion": "1.7.95"
270271
}

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

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

2525
private static final Logger logger = Logger.getLogger(UpdateUtils.class);
26-
private static final String DEFAULT_VERSION = "1.7.94";
26+
private static final String DEFAULT_VERSION = "1.7.95";
2727
private static final String REPO_NAME = "ripmeapp/ripme";
2828
private static final String updateJsonURL = "https://raw.githubusercontent.com/" + REPO_NAME + "/master/ripme.json";
2929
private static String mainFileName;

0 commit comments

Comments
 (0)