- Some more fix for #129.
- Fixed #132 and many other things related to
wxCCXXPlot. - Fixed #130. But this is probably not a good solution and #124 may need to be reverted and solved in a different way.
- Fixed #124
- Possible fix for #129
- Updated
DisplayCAL.worker.Worker.prepare_dispread()to useBytesIOinstead ofStringIO. - Fixed
DisplayCAL.worker.Worker.ti3_lookup_to_ti1()to properly generateti1andt3vvalues. - Fixed #118
- Fixed the handling of EDID that contains
b"\xc3"characters. Now, this fix is elegant and correctly addresses the issue. - Possible fix for #128
- Fixed #126
- Add test case for a 384 byte EDID.
- Fixed
DisplayCAL.RealDisplaySizeMM.get_wayland_display()to return the EDID data properly. With this change the fix in theDisplayCAL.edid.parse_edid()is not very necessary, but it has kept in case the given EDID has the wrong character coding. - Fixed #119.
- Added test for #119.