death-claw and GitHub
abe5a42050
Update README.md
...
Update minimum requirements for Java
2024-02-26 11:13:57 +01:00
UncleRoger33 and GitHub
ed01b837e5
Update README.md
...
Added direct download links from Releases page.
2024-02-26 10:01:12 +03:00
death-claw
ed9b26b4ef
fixes #165
5.3.0
2024-02-25 17:23:07 +01:00
death-claw and GitHub
37b54d555b
Create LICENSE
2024-02-24 00:04:44 +01:00
death-claw
0b9c78a44d
bug fix
2024-02-22 23:54:57 +01:00
death-claw
6d9aa4c350
version bump
2024-02-22 23:28:14 +01:00
death-claw and GitHub
d1c8a658e4
Merge pull request #164
...
* fixes #48
2024-02-22 21:13:24 +01:00
death-claw and GitHub
c91d906759
Merge pull request #160 from twwat/main
...
Added viper.to to proxies list
2024-01-31 13:01:11 +01:00
twwat and GitHub
673a04b173
Merge pull request #1 from twwat/twat-patch-1
...
Update proxies.json
2024-01-28 10:58:25 -05:00
twwat and GitHub
d5a3ec8af1
Update proxies.json
...
Added viper.to to proxies list
2024-01-28 10:55:05 -05:00
death-claw
c657cc7688
version bump
5.2.0
2024-01-14 19:06:16 +01:00
death-claw
49fb659d08
fix pom.xml
2024-01-14 18:54:05 +01:00
death-claw
71f9e208e6
version bump
2024-01-14 18:37:16 +01:00
death-claw and GitHub
7293d3d031
Merge pull request #159 from death-claw/feature/issue-156/allow-download-folder-rename
...
Feature/issue 156/allow download folder rename
2024-01-14 17:35:15 +00:00
death-claw and GitHub
bf26100549
Feature/issue 156/allow download folder rename ( #158 )
...
* fixes #156
2024-01-14 17:33:43 +00:00
death-claw
b6c7bd8e26
fixes #156
2024-01-14 18:33:08 +01:00
death-claw and GitHub
134abf791e
fixes #156 ( #157 )
2024-01-14 17:31:34 +00:00
death-claw
1dcb07e124
fixes #156
2024-01-14 18:30:47 +01:00
death-claw and GitHub
b5db9f8d7b
fixes #154 ( #155 )
2024-01-13 21:27:29 +00:00
2130b30329
Bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.12 ( #140 )
...
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback ) from 1.4.11 to 1.4.12.
- [Commits](https://github.com/qos-ch/logback/compare/v_1.4.11...v_1.4.12 )
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-13 19:10:13 +00:00
death-claw and GitHub
5f9c231eab
fixes #152 ( #153 )
2024-01-13 19:00:46 +00:00
death-claw and GitHub
537ad90084
fixes #147 ( #150 )
2024-01-13 17:57:12 +00:00
death-claw and GitHub
81cf97cc50
fixes #145 ( #146 )
2023-12-12 20:15:48 +00:00
UncleRoger33 and GitHub
d82cf55590
Update README.md ( #142 )
2023-12-12 19:23:28 +00:00
death-claw and GitHub
884704c70d
fixes #143 ( #144 )
2023-12-08 13:36:54 +00:00
death-claw
e798218a21
version bump
5.1.0
2023-11-25 18:37:35 +01:00
death-claw
04df3bcc81
version bump
2023-11-25 18:30:02 +01:00
death-claw and GitHub
7af0aeafa7
fixes #137 ( #138 )
2023-11-25 18:25:57 +01:00
death-claw
90625736e9
fix release.yml
5.0.0
2023-11-14 01:03:46 +01:00
death-claw
eff254747f
fix release.yml
2023-11-14 01:00:40 +01:00
death-claw
b8b22f7faa
fix release.yml
2023-11-14 00:50:54 +01:00
death-claw and GitHub
6376576e9e
fixes #130 ( #131 )
2023-11-14 00:38:43 +01:00
l1xander and GitHub
f0c2de829a
Fix for images on Pimpandhost throwing exception ( #127 )
...
Attempts to fix the following exception:
Failed to download http://pimpandhost.com/image/39446205-medium.html
me.mnlr.vripper.exception. DownloadException: me.mnlr.vripper.exception.HostException: Xpath //img[contains(@class, 'original')]' cannot be found in 'http://pimpandhost.com/image/39446205-medium.html ' at me.mnlr.vripper.download.ImageDownloadRunnable.download(Image Download Runnable.kt:88)
at me.mnlr.vripper.download.ImageDownloadRunnable.run(ImageDownloadRunnable.kt:151)
at net.jodah.failsafe.Functions.lambda$toSupplier$10(Functions.java:262)
at net.jodah.failsafe.Functions.lambda$get$0(Functions.java:48)
at net.jodah.failsafe.Retry Policy Executor.lambda$supply$0(RetryPolicyExecutor.java:66)
at net.jodah.failsafe.Execution.executeSync(Execution.java:128)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:379)
at net.jodah.failsafe.FailsafeExecutor.run(FailsafeExecutor.java:212)
at me.mnlr.vripper.download.DownloadService.schedule$lambda$28 (DownloadService.kt:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: me.mnlr.vripper.exception.HostException: Xpath //img[contains(@class, 'original')]' cannot be found in 'http://pimpandhost.com/image/39446205-medium.html '
at me.mnlr.vripper.host.PimpandhostHost.resolve(PimpandhostHost.kt:46)
at me.mnlr.vripper.host.Host.download Internal(Host.kt:62)
at me.mnlr.vripper.download.ImageDownloadRunnable.download (ImageDownloadRunnable.kt:72)
11 more
5.0.0-rc
2023-09-22 10:04:19 +01:00
death-claw
08fcd7a87d
version bump
4.4.0
2023-09-14 22:17:52 +01:00
death-claw and GitHub
f39c7a15c7
fixes #123 ( #126 )
2023-09-14 21:53:49 +01:00
death-claw and GitHub
1c239d435b
fixes #122 ( #125 )
2023-09-14 21:53:35 +01:00
death-claw and GitHub
d8cba97d05
fixes #120 ( #124 )
2023-09-14 21:52:08 +01:00
death-claw and GitHub
a362a3fa7f
fixes #118 ( #119 )
2023-09-03 14:04:50 +01:00
death-claw and GitHub
4163f2a53f
fixes #116 ( #117 )
2023-09-03 14:02:44 +01:00
death-claw
e556dd1804
fix packaging
4.3.0
2023-09-01 15:24:32 +01:00
death-claw
96ad55b930
fix packaging
2023-09-01 15:17:33 +01:00
death-claw
9dc1a10255
fix packaging
2023-09-01 15:02:03 +01:00
death-claw
db4a041bc4
fix packaging
2023-09-01 14:48:17 +01:00
death-claw
661f591bf5
fix packaging
2023-09-01 14:35:44 +01:00
death-claw
e81bcfbfee
fix packaging
2023-09-01 14:27:27 +01:00
death-claw
e8ba07aebd
version bump
2023-09-01 13:57:02 +01:00
death-claw and GitHub
9930226dc0
Enhance packaging ( #114 )
2023-09-01 13:54:51 +01:00
death-claw and GitHub
48491767cb
remove threads when auto queue activates ( #112 )
2023-09-01 13:05:16 +01:00
death-claw and GitHub
49229b9dac
open gallery folder option missing on right click ( #111 )
2023-09-01 01:01:27 +01:00
ecf3287e61
Bump socket.io-parser from 4.2.2 to 4.2.4 in /vripper-web-ui ( #108 )
...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser ) from 4.2.2 to 4.2.4.
- [Release notes](https://github.com/socketio/socket.io-parser/releases )
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.2...4.2.4 )
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-01 00:10:35 +01:00