Skip to content

Releases: r6dev/Jetson

Added a file deletion utility, JetEraser

10 Sep 15:24

Choose a tag to compare

Changes

Features

  • Added JetEraser, a more sophisticated file erasing tool
  • Added more NotNull notations within the utilities for more security

Fixes

  • Made error outputs a little more detailed and pretty

Additonal

For a more detailed view on the updates, see commit b251709 & 0efb084.

JetRL.registerFont is now static

19 Jul 12:18
72af460

Choose a tag to compare

Changes

Fixes

  • Made JetRL.registerFont a static method

JetReader now returns every line separately

03 Jun 15:51

Choose a tag to compare

Changes

Fixes

  • Fixed JetReader not returning lines separately, but instead returning every line within a single line

JetReader now actually works properly

03 Jun 12:16

Choose a tag to compare

Changes

Fixes

  • JetReader now actually returns the full content of a file and not just the last line

File listing now shortens

27 Apr 10:53
4418ae3

Choose a tag to compare

Changes

Features

  • File/Directory listing now shortens name if too long

Improved JetRL.getIcon method

15 Jan 13:58

Choose a tag to compare

Changes

Features

  • Made JetRL.getIcon take non-png files

Fixed major issue in JetReader

14 Jan 19:12

Choose a tag to compare

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

12 Jan 17:47

Choose a tag to compare

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

11 Jan 10:44

Choose a tag to compare

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

02 Jan 13:10

Choose a tag to compare

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