edf2csv 0.6.77 → 0.6.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/docs/CHANGELOG.md +13 -0
  2. package/package.json +1 -1
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
3
3
  Notable changes to edf2csv. Versions follow [semantic versioning](https://semver.org); while the
4
4
  major version is 0, a minor bump may contain breaking changes.
5
5
 
6
+ ## 0.6.78
7
+
8
+ ### the third text colour failed contrast on text meant to be read
9
+
10
+ `--text-faint` was 3.10:1 against the raised surface in dark and 3.27:1 against the sunken one in
11
+ light, both under the 4.5:1 WCAG asks for body text. It would be defensible if it painted only
12
+ chrome, and the name suggests it does — but it is the colour of the footer, of every comment
13
+ inside every code sample, of the header row of every table in the documentation, and of the line
14
+ 0.6.68 added pointing at the Markdown mirror. Those are all things written to be read.
15
+
16
+ It is now #867e6f in dark and #726b5d in light: 4.58:1 and 4.60:1 against their worst backgrounds,
17
+ and still visibly a step below `--text-dim` at 6.2:1, which is the reason the third step exists.
18
+
6
19
  ## 0.6.77
7
20
 
8
21
  ### the skip link could be focused and stay off-screen
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.77",
3
+ "version": "0.6.78",
4
4
  "description": "Convert EDF, EDF+ and BDF biosignal recordings (European Data Format) to CSV from the command line. Local, streaming, and never resamples or alters units.",
5
5
  "keywords": [
6
6
  "edf",