Releases: vaibhavvikas/factorio-mod-downloader
Factorio Mod Downloader v0.3.0
What's Changed
- [Release v0.3.0] UI Enhancements, Bug Fixes & Documentation Updates by @vaibhavvikas in #23
Feature Updates:
- Improved dependency handling and downloading logic for mods to make the process faster and more reliable.
- Added threading for downloading for keep analyzing other dependencies improving downloading speed.
- Added dependency check from official factorio mods portal instead of re146 for better dependency analysis.
- Various code refactoring and design updates.
- UI Improvements: Refreshed the application interface for a more modern and user-friendly experience, including design tweaks.
- Added a separate downloads section, which shows mods getting downloaded along with their size and speed in their own section.
- Changed fonts design for modern look.
- Various minor tweaks for better stability.
Bug Fixes:
- Addressed various issues affecting mod downloading and stability, ensuring smoother operation and better error handling.
- Fixed issues related to quality and space-age dependency. Issue was due to re146 showing them as required dependency. They were the reserved and cannot be downloaded.
- Fixed some required mods missing from downloading. This was happening as dependency check was done from re146. Updated to analyze the official factorio mods page and use it to get proper mod name and version.
- Other fixes related to tag 0.3.3
- Updated the README to better showcase features, include clearer installation instructions, and highlight recent changes.
Full Changelog: v0.2.2...v0.3.0
Note:
- Virustotal is giving a false positive flagging it as a malware 3/72 scanners are showing it as malware.
- Virustotal scan results: https://www.virustotal.com/gui/file/b02cae05307eedd4bedb4f0656209629198197d9556f7be07ca9f80d293908bc/detection
MD5: edf41b3cecdbdc3b9f2f9c81c2fcd5ad
SHA256: b02cae05307eedd4bedb4f0656209629198197d9556f7be07ca9f80d293908bc
Factorio Mod Downloader v0.2.2
What's Changed
- [v0.2.2] Implemented features, quality fix and duplicate mod download… by @vaibhavvikas in #11
- Added fixes related to quality mods, the issue was happening as some mods were not present with re146. This will check if the mod is present on re146 and resolve with proper errors.
- Added fixes related to same mods dependencies getting downloaded multiple times. Added a check if a mod downloaded a dependency and is required by another mod, it will be skipped.
- Added a check to return proper error in case re146 is down.
Full Changelog: v0.2.1...v0.2.2
Note:
- Virustotal is giving a false positive flagging it as a malware 5/72 scanners are showing it as malware.
- Virustotal scan results: https://www.virustotal.com/gui/file/49727b5dc457fe672f38f00b48000895fc482ceec418271d6ec90265f1104561/detection
File MD5 Checksum: B881BC56F477E6BB2532DDEA8DFD8FE6
Factorio Mod Downloader v0.2.1
What's Changed
- Changes related to logs.
- Improvements to progress bars.
- Added proper error messages for handling various code exception and errors that might arise while downloading mods.
- Other bugfixes.
Note:
Virustotal is giving a false positive flagging it as a malware 6/70 scanners are showing it as malware. There are three reasons for that
- The app is built via pyinstaller, there are various forums showing that the app built via pyinstaller are being flagged as malware.
- The scanners don't know what file this is downloading. They probably think that the mods getting downloaded via re146.dev are malicious file and thats why they are flagging it as malware.
- The mod downloader overwrites the existing mods with the same name.
I use default windows defender, no threats here, and bit defender is also not showing it as malware.
If you have any concerns, please avoid downloading the file, I will try to fix the issue in the next version.
All the scanners using Yomi engine for scanning are flagging it as malware, the reasons are mentioned on their website which matches the #2 and #3 reason above
Scan results here: https://www.virustotal.com/gui/file/a065b9ddbdb80d9bbd1170dcdd425a270a6d0ad18fe1585c029cccd3f39fea40
Yomi Scan Reasons for flagging it as malware: Go to above VirusTotal results -> Behavior Tab -> Activity Summary Section -> Full Report Dropdown -> Choose Yomi Hunter.
Issue Reported here: #7
