Releases: developersu/ns-usbloader
Releases · developersu/ns-usbloader
Stable relase v0.3.2
Changelog
- Speed issue fixed for TF NET installations.
- Progress bar works for TF NET installations.
- Progress bar behaviour changed for USB installations. Simplified (simpler code for decorations -> a bit faster files installations).
- Minor changes to TF side.
- 'Don't serve requests' option is working now as expected.
Stable relase v0.3.1
Changelog
- Check for application updates function. Could be enabled to auto-check via settings checkbox OR requested by clicking on button. Default value = don't auto-check.
Stable relase v0.3
Changelog
- ToinFoil network transfer support added by implementing simplified HTTP server inside. With options for those who want to do everything manually.
- macOS High Sierra/Sierra/El Capitan support (using usb4java 1.2.0 for project). Mojave supported as always.
- Drag-n-Drop for files and folders.
- File size representation changed.
- Context menu added to the table for items. Now it's possible to remove one/all items from the table.
- CSS updates for selection in table and context menu.
- Fixing wrong colors on pop-up window (light theme).
- DELETE button could be used for deletion, SPACE for selection.
- Multiple selection on table added (CTRL+A works).
- Some typos fixed.
- French language added.
- Code refactoring: normal locale support makes localization simple. Translators are welcome (see readme)
QA tests made on:
- Windows 7 x86_64
- Gentoo linux amd64
macOS other then Mojave
ONLY if you are macOS user who have Sierra/High Sierra or anything lower then 'Mojave', use this .jar file.
Other users, see green label 'Latest release': https://github.com/developersu/ns-usbloader/releases/
Source code attached could be incorrect.
If you want to build working app by yourself:
- Grab source from release or git clone
- Replace section in pom.xml
<dependency>
<groupId>org.usb4java</groupId>
<artifactId>usb4java</artifactId>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
to
<dependency>
<groupId>org.usb4java</groupId>
<artifactId>usb4java</artifactId>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
- Build using Maven
mvn -B -DskipTests clean package
Stable relase v0.2.2
Correction release
Changelog
- Fixed missed dependencies for macOS
Stable relase v0.2.1
Minor changes
Progress bar indication corrected a bit. But look on NS screen when clicked 'Upload' =)
Stable relase v0.2
Changelog:
GoldLeaf support added
Significant UI improvements. White theme added.
Process interruption bug (partly) fixed. Now it's possible to interrupt upload in some moments.
Now few application settings saves in system. Such as latest opened folder, selected protocol, UI theme.
Note
Since GoldLeaf supports only one file per-time upload, you have to select what to pass.
When TinFoil selected, all files you choose selected by-default.
You can't resize table. It's kinda workaround for OpenJFX issue
Stable relase v0.1
Tested on Gentoo linux, Windows 7, macOS Mojave.