Releases: r6dev/Jetson
Releases · r6dev/Jetson
Added a file deletion utility, JetEraser
JetRL.registerFont is now static
Changes
Fixes
- Made JetRL.registerFont a static method
JetReader now returns every line separately
Changes
Fixes
- Fixed JetReader not returning lines separately, but instead returning every line within a single line
JetReader now actually works properly
Changes
Fixes
- JetReader now actually returns the full content of a file and not just the last line
File listing now shortens
Changes
Features
- File/Directory listing now shortens name if too long
Improved JetRL.getIcon method
Changes
Features
- Made JetRL.getIcon take non-png files
Fixed major issue in JetReader
Changes
Fixed
- fileReader not closing after finishing reading the file, causing the file to be "open in Java(TM) SE Binary"
Made scroll bar prettier
Changes
Features
- Made scroll bar have space between itself and its container (like an empty/invisible border)
Fixes
- Fixed JetBrains Contract annotation problems by simply removing it
Massive improvements to corrupt method and bloat command
Changes
Features
- Rename file addition to corrupt method
- Made bloat and corrupt command refresh list after completion
- Added 2 new error messages to the JETSON_ERRS array
Fixes
- Made rename addition in corrupt method not overlap names eventually making corrupting a file impossible because of the large name
- Made Jetson deselect selected file after corruption is completed to avoid errors when using "open" or any similar command
- Removed debug stuff that wasn't supposed to be there
- Renamed 'selectedFile' parameter in the setSelectedFile method to 'file'
- Corrupt method now properly corrupts files and leaves no trace of the original data left.
Moved all documentation to the Jetson repo
Changes
Fixes
- Removed help1 and help2 command now that all documentation has been moved to the Jetson repo Wiki
- Made setListPanel take Component and not JPanel