Skip to content

Releases: ThibautSF/ParadoxosModManagerRework

Release indev

28 Feb 17:38
Compare
Choose a tag to compare
Release indev Pre-release
Pre-release
Add 'dlc_load' file creation if empty

Should solve #24 and #37

No Virus flag Windows Patch for 0.8.0 to 0.8.2

10 Jun 13:15
Compare
Choose a tag to compare

A new exe and bat file for windows system which should not be flag as virus
Already applied in indev and will be applied in future releases

For Mac & Linux users please refer to https://github.com/ThibautSF/ParadoxosModManagerRework/releases/tag/0.8.2

Installation:
Simply download the patch and extract and replace in PMM main folder
Or download the full 0.8.2 pre-patched

Notes:
Windows only
Useless if you flag previous executables as false positive in your antivirus
exe report: https://www.virustotal.com/gui/file/d74e2015b19bb7db4c59a89fb29ba396601330e6a38d21a5661dc68cf307c8ae/detection
bat report: https://www.virustotal.com/gui/file/2e5329719389050e488b6d05ac35b94c04b9b8e4d72fdb4e57056745fe48a169/detection

Release 0.8.2

28 Mar 12:42
Compare
Choose a tag to compare
  • UI enhancements and fixes
  • INSTALL INSTRUCTIONS: Download the archive for your OS, extract and replace all
  • [List Creator] New text info for custom order functionality #17
  • [List Creator] Text info for custom order now in red #17
  • [General] The generation of custom .mod files was removed for new launcher compatibilities
  • [General] Minor enhancement for confirm UI dialogs

EDIT 10/06/2020: For Windows versions
Add another exe and bat file for windows system which should not be flag as virus (simply extract the patch over your folder)
exe report: https://www.virustotal.com/gui/file/d74e2015b19bb7db4c59a89fb29ba396601330e6a38d21a5661dc68cf307c8ae/detection
bat report: https://www.virustotal.com/gui/file/2e5329719389050e488b6d05ac35b94c04b9b8e4d72fdb4e57056745fe48a169/detection

Please use this release https://github.com/ThibautSF/ParadoxosModManagerRework/releases/tag/0.8.2-novirus

Release 0.8.1

16 Feb 20:29
Compare
Choose a tag to compare

Install Instructions: Download the archive for your OS, extract and replace all

  • Import/Export fixes
  • [List Manager] Fix import function asking for XML files instead of JSON #4
  • [List Manager] Fix export fail when list name contained forbidden characters for file names (thus characters are now removed from the generated file name, list name will be kept since it's stored in the JSON) #6
  • [List Manager] Add some Info/Warning dialog on import/export functions (ie success or fail)
  • [General] Works and improve build with GitHub (You can now access manually to indev build - it will generally be updated when I fix an issue or add one functionality with not enough tests for release)
  • Link for Indev: https://github.com/ThibautSF/ParadoxosModManagerRework/releases/tag/indev
  • The previous link is also available on the git readme download section : (https://github.com/ThibautSF/ParadoxosModManagerRework/tree/master#download)

Release 0.8.0

15 Feb 19:18
Compare
Choose a tag to compare
  • Java 11 Update (No need to install Java 11 ! A custom JRE come with PMM)
  • Change repository
  • App setting and mod lists are now stored in JSON (lists made with the previous version will be lost)
  • [List Creation] Separate "save" action in list creation into "save" and "save & close" actions
  • [List Creation] Add multi-selection of mods in list creation (use shift and ctrl)
  • [List Creation] Change left-click on mod from "open web workshop" to "empty list selection"
  • [List Creation] Add a check during save to avoid create lists with the same name
  • [List Creation] Add some tooltips
  • [List Manager] Add a warning at "apply list" action to inform about possible visual errors for the Paradox Launcher mod order visual
  • Update documentation

Release 0.8.0 (alpha)

13 Feb 22:00
Compare
Choose a tag to compare
Release 0.8.0 (alpha) Pre-release
Pre-release
  • Java 11 port