edf2csv 0.6.64 → 0.6.65

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.65
7
+
8
+ ### every documentation page said two of its links were the current one
9
+
10
+ Every prerendered page carried `aria-current="true"` on the header's "Docs" link, hard-coded,
11
+ while the sidebar correctly marked the page actually being read. A screen reader on the CLI
12
+ reference was therefore told two links were the current one, and neither the header link nor the
13
+ page it points at is the CLI reference. The attribute also drives the styling rule the sidebar
14
+ uses, so the header link rendered permanently highlighted, as though it were where you were.
15
+
16
+ The header is a link to the documentation, not a claim about which page is open. The sidebar is
17
+ where that is expressed, and it was already expressing it correctly.
18
+
6
19
  ## 0.6.64
7
20
 
8
21
  ### the hero said four things before saying what the tool does
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.64",
3
+ "version": "0.6.65",
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",