Skip to content

Commit ce65070

Browse files
itsab1989claude
andcommitted
Release v3.14.7: opt-in engine support for XY tables and chart readers
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 246249d commit ce65070

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v3.14.7
4+
5+
- **The chart-reading engine can now also drive XY tables and chart readers
6+
(opt-in).** Motorised XY tables (the GretagMacbeth SpectroScan) and autonomous
7+
chart readers (the X-Rite i1iSis and DTP70) previously always used Argyll's
8+
chartread. A new **Settings → Beta** option, *"Also drive XY tables and chart
9+
readers with the engine"*, lets the ChromIQ engine measure them too — filling
10+
in the expected-vs-measured preview as sheets are read and saving after every
11+
sheet. It is **off by default**: these instruments are rare and the new path
12+
has not yet been tested on real hardware, so unless you turn it on they keep
13+
measuring exactly as before. With the engine's own strip and patch modes, that
14+
makes the engine cover every interactive reading mode.
15+
316
## v3.14.6
417

518
- **Patch-by-patch measuring now autosaves after every patch.** Previously a

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
<img alt="Version" src="https://img.shields.io/badge/version-3.14.6-7c5cff">
8+
<img alt="Version" src="https://img.shields.io/badge/version-3.14.7-7c5cff">
99
<img alt="Downloads" src="https://img.shields.io/endpoint?url=https://itsab1989.github.io/github-traffic-downloads-dashboard/assets/badges/itsab1989_ChromIQ-downloads.json">
1010
<img alt="Platforms" src="https://img.shields.io/badge/platforms-macOS%20%C2%B7%20Windows%20%C2%B7%20Linux-2a9d8f">
1111
<img alt="License" src="https://img.shields.io/badge/license-GPLv3-blue">

core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
APP_VERSION = "3.14.6"
1+
APP_VERSION = "3.14.7"

0 commit comments

Comments
 (0)