Hi,
I made some major progress in my port to Java 11.
In fact a pre-release of 0.8.0 is on the github repository, search for "ParadoxosModManagerRework" on Google (or at the top of the readme from the original repository)
Just for info, the 0.8.0 won't have real major fix, I just worked on the update from Java 8 to 11, understand and learn how to build my app, needed to change some librairies, rewrite all the save/import/export system of mod lists to work with Json instead of XML, clean some dead code.
The main results of that work are:
- No need to have Java installed anymore, now the app comes with its own JRE packaged (but now PMM folder is near 50MB instead of 5MB and there is a specific build for each OS)
- More easy and automated build (less manual operations)
- Should work better on Linux now, since there isn't problems with missing JavaFX for Java 8 anymore
- Return of some motivation because now I've done this rework and I'm able to update my app again
I would like to release the 0.8.0 asap, maybe this weekend... So don't hesitate to test, above all if you are on Mac! (it's the only one I can't test to run PMM)
This version of PMM will work like the 0.7.1.
Download the zip for your platform, extract (other folder than 0.7.1) and run (windows gain a basic .exe file which do the same thing as the .bat, Linux have the classic shell script, and macOS the shell script and the same script as .command since I've read that with that file extension it can launch with a double click).
All user list from PMM 0.7.1 and bellow won't work this 0.8.0
After I will go through all the messages about functionality suggestions and bug report I missed, sort and write all that in issues on the git repository.
Thus I will be able to separate easy from hard implementation, and major from minor bugs.