Skip to content

Releases: Riscure/java-trsfile

2.2.5

07 Mar 08:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.4...2.2.5

v2.2.4

04 Jan 12:13
Compare
Choose a tag to compare

What's Changed

  • #57: Made more distinct error messages for TraceParameterMap and Trac… by @Siebje in #58
  • #54: Added toString to TraceParameterDefinition and Trace by @Siebje in #56

Full Changelog: 2.2.3...2.2.4

2.2.2

07 Jun 08:26
Compare
Choose a tag to compare

Fixed a bug rendering the library unusable when using this library in Java 8.

2.2.1

02 Jun 07:28
Compare
Choose a tag to compare

Reversed byte order from Big Endian to Little Endian for TraceSetPsrameterMap and TraceParameterDefinitionMap

2.0

27 Nov 12:58
Compare
Choose a tag to compare
2.0

Updated the code based on the new TRS V2 design. In short, the changes are as follows:

  • The TraceSet metadata can now contain user-defined global parameters.
  • A Trace data field can now contain user-defined local parameters. The definitions of these parameters (length, type, etc.) are saved in the TraceSet header.

First release

30 Mar 08:22
Compare
Choose a tag to compare

This is a first release of the library.
JARs of the sources and javadoc are included for user convenience.