Skip to content

Releases: testmycode/tmc-netbeans

1.4.0

09 Jan 13:09
Compare
Choose a tag to compare
  • Switched from NetBeans 11.1 to NetBeans 11.2
  • Add flags -T=1 and -q to Maven's global execution options to run it in singlethread, since multithread throws a NullPointerException

1.3.0

13 Dec 15:09
Compare
Choose a tag to compare

Java 11 support

1.2.5

09 May 12:31
Compare
Choose a tag to compare

Add support for hidden status in submission results from tmc-server

  • show a green dot on the project after submit
  • dialog after submission tells that results are hidden

1.2.4

05 Feb 15:02
Compare
Choose a tag to compare

Show a more detailed progress during course refresh.

1.2.3

25 Jan 11:06
Compare
Choose a tag to compare
  • Don't run whole bgtasks in ui thread anymore, because it slows down NetBeans. Instead, run only bgtaskready, bgtaskfailed and bgtaskcancelled in ui thread if ui thread is needed.
  • Some style improvements

1.2.2

19 Dec 17:05
Compare
Choose a tag to compare

Change the way links are opened in browser. Now it should open your operating system's default browser.

1.2.1

14 Dec 15:23
Compare
Choose a tag to compare
  • Update TMC-langs through TMC-core
    - New langs version will try to find where Java is installed and set JAVA_HOME if it isn't set yet on Windows.

1.2.0

16 Oct 14:00
Compare
Choose a tag to compare
  • Use boot jdk for maven
  • Reuse http connections
  • Improve login screen
  • Improve organizations screen

1.1.19

11 Oct 13:27
Compare
Choose a tag to compare
  • Improved exercise submitting dialog:
    • Indicate the current status of the submission in the progress bar.
    • Better understandable status messages.
    • Button that opens submission in browser.

1.1.18

12 Sep 15:31
Compare
Choose a tag to compare
  • Soft deadline support for exercises:
    • Display a different symbol for exercises which have passed their soft deadline but not their hard deadline.
    • When hovering an exercise, inform both soft and hard deadline dates if they exist.