Skip to content

3.9.6

Compare
Choose a tag to compare
@eoyilmaz eoyilmaz released this 11 Jun 22:11
· 333 commits to main since this release
  • 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 use BytesIO instead of StringIO.
  • Fixed DisplayCAL.worker.Worker.ti3_lookup_to_ti1() to properly generate ti1 and t3v values.
  • 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 the DisplayCAL.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.