Releases: PoloNX/SimpleModDownloader
New features and bug fixes
Hello community, I've made some changes and added new options to the homebrew. Here they are:
- A lot of translations have been added/updated: Chinese by @sskyNS, Italian by @Gabriele73, and Turkish by @MYusufY.
- Implemented GameBanana's categories.
- Added support for exefs and exefs_patches mod files.
- @HamletDuFromage added a new search method #71
- Fixed an issue with Super Smash Bros mods.
- Fixed unexpected crashes (#58, #56, #67, #70).
- Removed SSL verification to prevent crashes when the hour isn't synced.
- Smoother loading bar.
- Removed the header when you're previewing a mod.
- Switched from cmake to xmake (reduced the size from 10MB to 5MB).
Thank you for your attention!
Full Changelog: 2.0.0...2.1.0
HUGE update, rewrite from scratch
Hello community! I'm very pleased to announce that I've finally finished rewriting SimpleModDownloader from scratch. The app now utilizes a new version of Borealis for the UI, which has allowed me greater flexibility in the UI design. Here's the changelog, which is quite extensive, and I may have surely missed some things:
- Rewrote the app using Borealis.
- Transitioned to a new build tool: CMake.
- Fixed #46 and #39.
- Added a new page to preview the mod.
- Implemented detection to check if a mod is compatible with SimpleModDownloader (in reality, I check if there's a romfs folder in the archive, as permitted by the GameBanana API).
- Added a fix to prevent a crash that occurred when the mod contained special characters.
- Reduced loading times and implemented multi-threading for improved performance.
2024-03-03_15-10-20.mp4
I would like to thank all of you for being able to help me improve the application day by day by reporting bugs and feature requests
Full Changelog: 1.1.0...2.0.0
A release filled with innovations
Hello everyone. Here is the new version of SimpleModDownloader. It fixes a lot of bugs and adds some new features:
Changelog
- Adds ARCropolis (Smash Bros mods) support compatibility (huge thanks to @Starwarsfan2099 #36).
- Adds RAR support (finally); libarchive is updated to support it.
- Adds one icon on the top left for all game views.
- Now, when you download a mod, you go back to the game view instead of the main view (thanks @Derro8).
- Improves the URL formatting using curl_easy_escape; it fixes #22 and #23.
- Adds detection when the SD is full and crashes the app.
- When you use "B" on image view, it goes to the older image. It's faster.
- Some translations updated, thanks to all translators.
- Fixes #33 and #31.
TODO
- Rewrite the app with the xfangfang's borealis
- Use the architecture of the archive which is on gamebanana to determine the compatibility of the mod
A small fix
- fix #26
Hunt for all the bugs continue!
After numerous reported bugs, the new version 1.0.2 is released! Here are the changes:
A hunt for all the bugs!
After several reported bugs, the new version 1.0.1 is finally available! This version also adds a new feature:
- Fix for #1. This issue was caused by a path change in SimpleModManager.
- Addition of Simplified Chinese translation (thanks JerryWn12).
- Addition of Japanese translation (thanks iGlitch).
- Addition of Romanian translation (thanks ExFabian).
- Addition of Brazilian Portuguese translation (thanks pixeldeadlock).
- Addition of a tab that allows updating the app directly from within it.
- Removed .rar format from the supported list as it is not supported.
- "/" is now removed from the mod names during installation to avoid crashes.
- All games are now displayed in English to ensure compatibility with the GameBanana API search.
- Fixed a bug that caused the app to crash when the search query contained fewer than 3 characters.
Thank you all for your responsiveness in finding the bugs and for the translations!
The first release
I've recently delved into the vast world of Switch modding and found it tiresome always having to rely on a computer to install mods. I found the idea of SimpleModManager interesting, but it lacked a downloading feature. That's why I created the homebrew SimpleModDownloader. The installation part is done through SimpleModManager, so there's a button to switch from the downloader to the manager.