Skip to content

Releases: hrehfeld/QuakeInjector

alpha06

14 Apr 17:58
65fe592
Compare
Choose a tag to compare
  • Fix server connection (remove old CA bundle), thanks @jjelliott!
  • Update to OpenJDK 17 and gradle 8.5

alpha05

16 Jul 10:04
Compare
Choose a tag to compare
  • Updated the readme so that the gradlew Windows executable is mentioned upfront
  • Added display of the normalized user ratings, hopefully this is a good idea
  • @pettyalex fixed downloads of files with spaces in their filenames, massive thanks!

alpha04-gradle

10 Jul 13:46
b18b214
Compare
Choose a tag to compare
alpha04-gradle Pre-release
Pre-release

Thanks to @jjelliott the Quake Injector is now build with gradle, not ant. And this gives us an ... drumroll please ... self-contained .exe for Windows users! No more headaches from trying to install Java on Windows. It just works(tm)!

If you want to use your system's Java, just use the non ".exe"-ZIP. The non-exe-ZIP is structured a bit differently, you will figure it out. On Windows run bin\QuakeInjector.bat. On Linux or MacOS run bin/QuakeInjector. You should even be able to install this to / if you want to.

Another small fix snuck in but apart from that, this "just" makes using the Quake Injector a gazillion times easier.

Let's see if it works for all of you!

  • Fixed random map button to not try to re-install installed packages (@WRFitch)
  • Switch to gradle for building and to build a Windows .exe (@jjelliott)

alpha04

28 Feb 17:34
f62619d
Compare
Choose a tag to compare
  • Random map button!
  • Fixed saving and loading the hipnotic and rogue checkboxes
  • Fixed UI scaling on high DPI displays
  • Fixes completely broken download stuff

Thanks to WRFitch, duganchen, Khevin Lieppchop, Warsen for their contributions!

You need JDK 15+ for the bundled JAR. If you build it yourself, an older Java version might suffice. OpenJDK works fine, e. g. via https://adoptopenjdk.net/

alpha03

25 Oct 22:06
Compare
Choose a tag to compare
  • fix macOS support (Engines in .app bundles can be selected in the configuration window)
  • tentative support for using cached database.xml when source is offline
  • switch to https
  • clicking on the map title in the detail pane opens the map web page on quaddicted
  • close Engine Output dialog if Escape is pressed