Skip to content

3.9.5

Compare
Choose a tag to compare
@eoyilmaz eoyilmaz released this 29 May 20:17
· 351 commits to main since this release
  • Updated README file with instructions to switch to the develop branch if required.
  • Re-enabled and also updated the findall function under setup.py.
  • Instrument configuration files are not going to get installed unless setup.py instructed to build the RPM package.
  • build package has been moved from requirements.txt to requirements-dev.txt.
  • Updated 45-Argyll.rules and 55-Argyll.rules files from ArgyllCMS 2.3.0.
  • Fixed #111
  • Fixed #112
  • Fixed #113
  • Fixes #114
  • Allow 384 byte EDID
  • Misc py3 porting fixes
  • Added a new item to the list of things to focus the future development effort.
  • Reverted bytestr change.
  • Moved test in argyll_RGB2XYZ.
  • Added tests for argyll_cgats.
  • Refactored argyll_cgats.
  • Updated README.md, paraphrased some first person talk, updated with the latest development news.
  • Updated AboutDialog size to accommodate all author names.
  • Updated CHANGES.html with some information.
  • Little update to the installation instructions.
  • Possible fix for #86
  • Updated DisplayCAL.worker.Worker._install_profile_loader_xdg() to write the desktop file at once.
  • Removed/replaced deprecated wxWidgets widgets with new ones. This will make DisplayCAL work only with wxWidgets>=4.1.1 (or possibly with an earlier but more recent version), but it is okay.
  • Fixed _SizeWindows and AdjustLayout methods of DisplayCAL.lib.agw.fourwaysplitter.FourWaySplitter for Python 3.10.
  • Fixed _SizeWindows, OnLeftUp and OnMotion methods of DisplayCAL.wxwindows.TwoWaySplitter for Python 3.10.
  • The splitter in the Profile Info window is now properly working.
  • Updated requirements.txt and made wxPython version 4.1.1 the minimum required version.