Skip to content

Commit

Permalink
1.7.79: Fixed artstation ripper; Fixed imagefap ripper folder naming;…
Browse files Browse the repository at this point in the history
… Can now filter reddit posts by votes; Added Ripper for Xlecx; Linux/Mac updater is now pure java
  • Loading branch information
cyian-1756 committed Feb 19, 2019
1 parent 4aea2c3 commit 2d77fdd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.78</version>
<version>1.7.79</version>
<name>ripme</name>
<url>http://rip.rarchives.com</url>
<properties>
Expand Down
5 changes: 3 additions & 2 deletions ripme.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"latestVersion": "1.7.78",
"currentHash": "957e7362f7f4a567883cc92368e5bb543c8a277c37f913b5752cee6ec43f611c",
"latestVersion": "1.7.79",
"currentHash": "d7b9410db12d6a28b017ee2bbdd757a40cde6c4b1be70deeb7c4dc532a61a46e",
"changeList": [
"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",
"1.7.78: Fixed gfycat ripper; Fixed E621 ripper; Added support for new xhamster url format; Now supports furaffinty scraps",
"1.7.77: Reduced log spam; HQporner now supports actress/category/studio/top links; Improved luscious ripper; Fixed Pornhub video ripper; Tumblr ripper now always downloads highest quality available",
"1.7.76: Fixed remember url history",
Expand Down
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.78";
private static final String DEFAULT_VERSION = "1.7.79";
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 2d77fdd

Please sign in to comment.