Skip to content

Releases: dev-claw/vripper-project

5.2.0

14 Jan 18:07
Compare
Choose a tag to compare

What's Changed

  • fixes #143 by @death-claw in #144
  • Update README.md by @UncleRoger33 in #142
  • fixes #145 by @death-claw in #146
  • fixes #147 by @death-claw in #150
  • fixes #152 by @death-claw in #153
  • Bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.12 by @dependabot in #140
  • fixes #154 by @death-claw in #155
  • fixes #156 by @death-claw in #157
  • Feature/issue 156/allow download folder rename by @death-claw in #158
  • Feature/issue 156/allow download folder rename by @death-claw in #159

New Contributors

Full Changelog: 5.1.0...5.2.0

5.1.0

25 Nov 17:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...5.1.0

5.0.0

14 Nov 00:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.4.0...5.0.0

5.0.0-rc

14 Oct 21:13
f0c2de8
Compare
Choose a tag to compare
5.0.0-rc Pre-release
Pre-release

This is a preview version intended for testing purposes only
Please don't install in the same path as your existing version, previous version are not compatible with this one.

This is not a complete release, only windows binaries are provided.
Extract the zip in an empty folder, all data will be persisted in a folder named vripper within that folder
Or use the jar file (You need java 21 installed on your system)

What's new

  • Re-write parts of the application to enhance performance.
  • Get rid of spring boot
  • Faster app startup
  • Implement thread previews (There's a new config to cache these previews under Settings -> System settings -> Cache path)
  • Some UI enhancements
  • Upgrade to Java 21
  • Use alternative technologies (Koin, kotlin couroutine, exposed) in an effort to optimize resource utilization
  • Switch to h2 database (I may create an utility to migrate your data later)

Looking for feedback and bug reports.

Update 2

  • I released a newer version which address a bug in the proxy selection menu
  • I disabled some of the logs in the UI which are causing performance issue, will re-implement them more efficiently at a later stage (logs in file are untouched)
  • I moved the active tasks loading indicator in the status bar from bottom left to bottom right
  • Performance optimizations, the queue should handle 1000+ posts at a time with minimal lag (it was impossible before the app will crash)

Update 1

I don't know why but Windows Defender is reporting VRipper.exe as Trojan, this is a false positive, I suspect that the Java 21 packager is not widely spread yet and Windows is not up to date with the new format
I put a link to VirusTotal for antivirus scans
https://www.virustotal.com/gui/file/caed16764de00bc9007534116752c664adb154a763707a47b61cc5bc1085bde7?nocache=1

I've included the jar file as well but you'll have to install Java 21 on your own.

What's Changed

  • Fix for images on Pimpandhost throwing exception by @l1xander in #127

New Contributors

Full Changelog: 4.4.0...5.0.0-rc

4.4.0

14 Sep 21:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.0...4.4.0

4.3.0

01 Sep 14:24
Compare
Choose a tag to compare

What's Changed

  • Bump word-wrap from 1.2.3 to 1.2.4 in /vripper-web-ui by @dependabot in #106
  • dependencies update by @death-claw in #109
  • have an option to save temp files on different drive by @death-claw in #110
  • Bump socket.io-parser from 4.2.2 to 4.2.4 in /vripper-web-ui by @dependabot in #108
  • open gallery folder option missing on right click by @death-claw in #111
  • remove threads when auto queue activates by @death-claw in #112
  • Enhance packaging by @death-claw in #114

New Contributors

Full Changelog: 4.2.0...4.3.0

4.2.0

25 May 23:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.2.0

4.1.0

21 May 16:29
cbe5800
Compare
Choose a tag to compare

What's Changed

  • fixes #90 by @death-claw in #92
  • fixes #88 by @death-claw in #93
  • fixes #89 by @death-claw in #94

Full Changelog: 4.0.1...4.1.0

4.0.1

06 May 20:30
Compare
Choose a tag to compare
  • Prevent running more than one instance per base dir

4.0.0

06 May 19:15
Compare
Choose a tag to compare
  • Drop electron app
  • Use javafx for the desktop app
  • Re-written in kotlin
  • Several enhancements