Currently when inputting a OCMF 1.4 data package "Unknown data format" is displayed in the GUI.
In the code the MAX_VERSION is set to 1.4.1 however a different version check prevents OCMF versions higher than 1.3 from being parsed.
https://github.com/SAFE-eV/transparenzsoftware/blob/main/src/main/java/de/safe_ev/transparenzsoftware/verification/format/ocmf/OCMFVerificationParser.java#L134-L143
I have build my own version where the 1.3 comparison is changed to 1.4 which fixes the before mentioned issue.
Currently when inputting a OCMF 1.4 data package "Unknown data format" is displayed in the GUI.
In the code the MAX_VERSION is set to 1.4.1 however a different version check prevents OCMF versions higher than 1.3 from being parsed.
https://github.com/SAFE-eV/transparenzsoftware/blob/main/src/main/java/de/safe_ev/transparenzsoftware/verification/format/ocmf/OCMFVerificationParser.java#L134-L143
I have build my own version where the 1.3 comparison is changed to 1.4 which fixes the before mentioned issue.