From 4531976e15213acade798932cb3f69cc791cd556 Mon Sep 17 00:00:00 2001 From: soloturn Date: Sun, 30 Jul 2023 05:33:31 +0200 Subject: [PATCH] release 2.1.4 releasing again 2.1.4 as github download link includes the tag name, and the java code uses the git hashed tag to strip out the semantic version. download link: https://github.com/ripmeapp2/ripme/releases/download/2.1.4/ripme-2.1.4-38-836a7494.jar which the code calculates. --- ripme.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ripme.json b/ripme.json index eef798d0..4efea259 100644 --- a/ripme.json +++ b/ripme.json @@ -1,7 +1,8 @@ { - "latestVersion": "2.1.3-15-1b83dc68", - "currentHash": "1b83dc68aea66bce3627a05b2fa2ab568044e847", + "latestVersion": "2.1.4-38-836a7494", + "currentHash": "a82ad80fe406a01adf37b3de403245ad78e0669aa96b91d6befe29aaf88200d2", "changeList": [ + "2.1.4-38-836a7494: fixed imagefap ripper.", "2.1.3-15-1b83dc68: relative path now from working dir to subfolder, allowing images to be put in subfolder with same filename, sanatize reddit titles saved as files, additional logging in AbstractHTMLRipper.", "2.1.2-23-e5438e85: caching of first page, retry sleep time, nhentai fixed", "2.1.2-3-ea90b172: better sanitize filenames for windows, save config on update value. reddit, print exceptions in loops and continue.",