Releases: developersu/ns-usbloader
v7.2
Changelog
- Turkish language added by @Erimsaholut. Thank you!
- Traditional Chinese translation updated by @exiori. Thank you!
- Korean translation updated by @DDinghoya. Thank you!
- @secretjupiter update readme file. Thank you!
p.s.
I'm going to update building pipelines once find time. Add '.dmg' packaging for macOS and change CI to create rolling pre-releases like some folks are doing.. So you will not have to search the latest nightly build. Latest binaries would be creating per each commit (change in code). Thanks =)
v7.1
Changelog
- Drivers added into Windows installer. App checks if there are drivers in application folder and would try to download them only if absent. Important for some folks. #156
- HiDPI support! Well, sort of :) You can change application font and size in settings. Makes sense for Rectify11 users. #153
- Fix locale processing. Important for some Linux users. #139
- Simplified Chinese translation updated by @exiori. Thanks!
- French translation updated by @requinDr. Thanks!
- Korean translation updated by @DDinghoya. Thanks!
- @justindhillon corrected broken links in 'readme' and 'pom'. Thanks!
And sorry for a long delay
v7.0
Changelog
-
First things first. @kuragehimekurara1 translated this application to Japanese and Ryukyuan languages! Thank you!
-
Build setup updated to generate sources for Java 11. This means, that now in linux and mac you have to install JDK11 or higher.
-
macOS M1 users, there is a
ns-usbloader-7.0-m1.jar
built for you! Works with any JDK, so no need to search and install something special. I've tested it with Oracle JDK 19. It was Java SE Development Kit 19.0.2 'Arm 64 DMG Installer'
EDIT (17.02.23): On apple silicone you still have to manually install libusb viabrew install libusb
:( -
Windows users now receives
Installer-7.0.exe
which installs all necessary dependenies at once! In other words you don't have to download and install JRE from java.com. Application (jar) wrapped intoexe
file and bundled with java runtime. It was 'taken' from OpenJDK 19.0.2. -
Since this release you are also will be able to install 'Split NSP/XCI/NSZ/XCZ', not only 'NSP'. This silly limitation removed. To be honest, I didn't test it. Guess it's should be fine ;)
Thank you!
p.s. It supposed to be a release with 'es/fs/loader' patches generator however I don't think that creating things like this is legal. So since I'm using my real name and patches are in 'gray area' of law I decided to leave it up to you. Probably you will find nice ideas in my source code, fork it and publish your version ;)
When I played with these things, I was looking at mrdude project (sending good vibes to His Dudeness!) and it was a great journey to the world of ARM64 assembly. Worth giving it a try!
p.p.s. for *nix packagers, if there are any (hi angelodalzotto!): in misc/freedesktop_entry/
you can find .desktop
file and svg icon. Maybe it would be helpful =)
Add translations
Changelog:
- Swedish translation added by @yeager. Thank you!
- Korean translation updated by @DDinghoya. Thank you!
Add GoldLeaf v0.10 support, include translations
Changelog:
- GoldLeaf v0.10 support added
- Chinese translation (Traditional) updated by @qazrfv1234. Thank you!
- Chinese translation (Simplified) updated by @exiori. Thank you!
- Korean translation updated by @DDinghoya. Thank you!
- Spanish translation updated by @Uzi-Oni. Thank you!
Apple Silicon support
Changelog:
-
Apple Silicon support. To run it on M1 you will need Zulu-JDK with FX. Please check discussion thread for details.
I don't have apple hardware and I highly appreciate community assistance in implementing this feature! Thank you for library, @agungrbudiman! Thank you for testing, @cythb! And thank you for ideas, nastye =) -
Chinese translations (Simplified and Traditional) updated by FFT9 (XXgame Group). Thank you!
Maintenance and fixes
Changelog:
- Batch Split/Merge in GUI (fix #87)
- On start always open tab which has been opened before application closed (Game/RCM/Split-Merge)
- Update to OpenJFX 16. Should be fixing issues on some macOS (#44 and #92)
- Replaced 'Tinfoil' name to 'Awoo' everywhere because I think we need a new name to specify 'original Tinfoil'. Since it's 99% the same, let's just use this. Reference to Awoo Installer but as always you are more than welcome to use what you want ;)
- Tested compatibility with GoldLeaf 0.9 and added small updates to UI.
- Korean translation updated by DDinghoya. Thank you!
- Romanian translation added by Călin Ilie. Thank you!
- Italian translation updated by unbranched. Thank you!
Recursive file search and translations.
Changelog:
- @wolfposd added 'files-scanner functionality': You can select folder instead of file/files to run recursive scan: all supported formats would be added. Same functionality set for drag-n-drop. See #51 for details (BTW it's not yet implemented for CLI). Thank you, wolfposd!
- @eslamabdel translated application to Arabic. Thank you!
- @DDinghoya updated Korean translation. Thank you!
- Other not important minor color adjustments for 'light' theme, aligning pixels etc.
A bit more fixes
Changelog:
- Real fix for #79, #80 and #81.
Long story short: In situation when application configuration (for whatever reason) contained incorrect/non-existing path to the recently used directory, application crashed or buttons stopped working. So now it's finally fixed. Really. I tested.
(Thanks for details, @tefanga!)
Bug fixes
Changelog:
- Fix broken "Don't serve requests" option.
- Update Brazilian Portuguese Translation by @andercard0. Thank you!
- Fix/improve split-files validations.
- Fix #79 (Merge: Save to folder not working), #80 (Select NSP files not working). Thanks @xXxQuiquexXx, @tefanga!