Releases: MB3hel/CFModpackImporter
Alpha Release v1.2.0-alpha1
- Fixed with new curseforge website
- Switched project ID resolution method to use redirects instead of parsing modlist then parsing webpage. This is faster and more reliable.
Alpha Release v1.1.0-alpha2
Generated zip file is generated at destination location directly. This fixes a "readonly filesystem" error on macOS, and just works better overall.
Alpha Release v1.1.0-alpha1
Initial release using a hidden QWebEngineView embedded in the app. No longer requires Firefox or Chrome on the system. Browser window is now hidden during downloads.
Alpha release v1.0.0-alpha11
- Added options in UI to control maximum number of tabs used during parse and download (can be used to either speed up modpack downloads or reduce resource usage)
- Added option to use headless mode with firefox browser. This currently does not work with chrome (and probably never will as chrome prohibits downloads in headless mode)
Alpha release v1.0.0-alpha10
- Changes to packaging. Windows and macOS still using PyInstaller, but python versions specifically selected to ensure consistent builds.
- Fixed issues with macOS app permissions forbidding execution
- Linux build now packaged from sources instead of generating a binary using pyinstaller or cx_Freeze. This ensures compatability with more distributions. Pytohn3 with pip and venv must be installed on the system. A launch script is included in the package (
CFModpackImporter
). This script will create a virtual environment for the application when first run.
Note: This currently downloads CFModDownloader binaries and runs them. Antivirus programs may not like this behavior.
This is an ALPHA build. Do not consider it stable. There may be unexpected crashes and bugs.
Alpha Release v1.0.0-alpha9
- Fixed issues with being unable to execute cfmparse and cfmdown on Linux and macOS
- Note: Updated linux build with cxfreeze pacakged version that should work on more distros. Make sure
libffi7
is installed on Ubuntu 22.04 (and other distros). Version 7 specifically.
Note: This currently downloads CFModDownloader binaries and runs them. Antiviruses won't like this nor will macos.
This is an ALPHA build. Unstable. Crashes. Bugs.
Alpha Release v1.0.0-alpha8
- Pyinstaller builds on windows actually work now
- Log window shown instead of having to launch in teminal
- Fixed issues with modpacks containing mods in overrides
Note: This currently downloads CFModDownloader binaries and runs them. Antiviruses won't like this nor will macos.
This is an ALPHA build. Unstable. Crashes. Bugs. I've only tested on windows so far.
Aplha Release 7
Initial public release. Feature complete. Testing only done on windows. Mac an Linux packages have binaries that must be executed via terminal. Given the state of PyInstaller+ Linux, probably better to run from source on Linux.
Note: This currently downloads CFModDownloader binaries and runs them. Antiviruses won't like this nor will macos.
This is an ALPHA build. Unstable. Crashes. Bugs. I've only tested on windows so far.