mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-26 15:24:51 +02:00
1.7.76: Fixed remember url history
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.75</version>
|
||||
<version>1.7.76</version>
|
||||
<name>ripme</name>
|
||||
<url>http://rip.rarchives.com</url>
|
||||
<properties>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"currentHash": "d1924b2de9801b9b858822bc75484d6a6509556870ec74b17d0a654e7d3b4187",
|
||||
"changeList": [
|
||||
"1.7.76: Fixed remember url history",
|
||||
"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",
|
||||
@@ -247,5 +247,6 @@
|
||||
"1.0.3: Added VK.com ripper",
|
||||
"1.0.1: Added auto-update functionality"
|
||||
],
|
||||
"latestVersion": "1.7.75"
|
||||
"currentHash": "06fdc6290ea7d517baf91929dbb5789daa0177a01e7a37a7f5941910a25fdd71",
|
||||
"latestVersion": "1.7.76"
|
||||
}
|
@@ -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.75";
|
||||
private static final String DEFAULT_VERSION = "1.7.76";
|
||||
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