edf2csv 0.6.84 → 0.6.85

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 +16 -0
  2. package/package.json +1 -1
package/docs/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.85
7
+
8
+ ### printing a reference page spent the first sheet on navigation
9
+
10
+ Reference documentation gets printed and saved next to the recordings it describes, and this site
11
+ had no print styles at all. A printed CLI reference spent its first sheet on a sticky header, an
12
+ eleven-item sidebar and a contents list of links that cannot be clicked on paper, then asked the
13
+ printer for a near-black background across every page, which obliging printers supply.
14
+
15
+ The navigation, the contents list, the skip link, the heading permalinks and the footer are the
16
+ parts that only work on a screen, so they are dropped. Colours are forced to black on white.
17
+ Headings avoid breaking away from the text they introduce, and code blocks are allowed to break
18
+ across pages rather than being pushed whole onto the next sheet, since a forty-line transcript
19
+ would otherwise leave half a sheet blank. External links have their destination written out after
20
+ them, because a link on paper is otherwise a word with nowhere to go.
21
+
6
22
  ## 0.6.84
7
23
 
8
24
  ### every heading was addressable and none of them said so
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.84",
3
+ "version": "0.6.85",
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",