mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-26 15:24:51 +02:00
1.7.75: Fix e-hentai ripper; added comixfap ripper; fixed writting urls to files on windows; Fixed update screen issues; Added support for hentaidude; Fixed erome ripper
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -4,7 +4,7 @@
|
||||
<groupId>com.rarchives.ripme</groupId>
|
||||
<artifactId>ripme</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.7.74</version>
|
||||
<version>1.7.75</version>
|
||||
<name>ripme</name>
|
||||
<url>http://rip.rarchives.com</url>
|
||||
<properties>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"currentHash": "50de31e2f82726f073ac30d4f87318f461a321c11e2babc7894322a5795f53ef",
|
||||
"latestVersion": "1.7.74",
|
||||
"currentHash": "d1924b2de9801b9b858822bc75484d6a6509556870ec74b17d0a654e7d3b4187",
|
||||
"changeList": [
|
||||
"1.7.75: Fix e-hentai ripper; added comixfap ripper; fixed writting urls to files on windows; Fixed update screen issues; Added support for hentaidude; Fixed erome ripper",
|
||||
"1.7.74: Added support for hentai foundry stories; Fixed tubex6 ripper; Fixed instagram ripper",
|
||||
"1.7.73: Tumblr tags are now downloaded in right order; Added xcartx ripper; Can now run command when rips complete",
|
||||
"1.7.72: tumblr ripper now respects download.save_order; Tumblr ripper now can rip from liked pages",
|
||||
@@ -246,5 +246,6 @@
|
||||
"1.0.4: Fixed spaces-in-directory bug",
|
||||
"1.0.3: Added VK.com ripper",
|
||||
"1.0.1: Added auto-update functionality"
|
||||
]
|
||||
],
|
||||
"latestVersion": "1.7.75"
|
||||
}
|
@@ -22,7 +22,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.74";
|
||||
private static final String DEFAULT_VERSION = "1.7.75";
|
||||
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";
|
||||
|
Reference in New Issue
Block a user