Skip to content

Releases: irockel/tda

2.4

21 Aug 11:11
Compare
Choose a tag to compare

This is a roundup release, fixing usage with JDK 11 and also providing plugin for VisualVM 2.0

  • Compiled using JDK 1.8 so Source Level now is 1.8
  • fixed #20: updated tda visual vm plugin to Visual VM 2.0
  • fixed #21: fixed parsing of jdk 11 thread dumps.
  • fixed colors for dark UIs
  • tda.sh can now be called from everywhere
  • Fixed locked main screen after closing a dialog using (x)
  • Use System Toolbar on MacOS.

2.3.3

27 Jul 10:24
Compare
Choose a tag to compare

Changes from 2.3.2 are:

  • Fixed crash in filters and categories.
  • Fixed missing "Add Logfile" Link in VisualVM if running on Windows.

2.3.2

23 Jul 10:52
Compare
Choose a tag to compare

Changes from 2.3.1 are:

  • Don't do any L&F changes if in plugin mode (JConsole or VisualVM)
  • Fixed broken init of native FileChooser Dialog.
  • Fixed crash while exiting the app.

2.3.1

21 Jul 19:17
Compare
Choose a tag to compare

Changes from 2.3 are:

  • Fixed font size problem in VisualVM plugin.
  • Removed obsolete Forum Link.

2.3

12 Jul 17:00
Compare
Choose a tag to compare
2.3

Changes from 2.2 are:

  • Added Drag and Drop of logfiles (GitHub Issue 1)
  • Use native File Dialog (GitHub Issue 1)
  • Fixed parsing of Java 8 Thread Dumps (GitHub Issue 6)
  • Fixed Crash in logfile parsing (Github Issue 2)
  • fixed dumping of blocked threads in jconsole plugin.
  • fixed issue TDA-31: class cast exception in predefined categories fallback.
  • fixed issue TDA-35: improved unix shell script.