edf2csv 0.6.81 → 0.6.82

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.82
7
+
8
+ ### the 404 was a version behind on everything in its head
9
+
10
+ The 404 got its footer and its header back in 0.6.67, and its head stayed a version behind
11
+ everything else: no `theme-color`, so a phone browser painted its chrome a default colour on the
12
+ one page in the site that does not match it; no font preloads, so the page that is already a
13
+ disappointment also arrived with a flash of fallback type; no touch icon and no manifest link.
14
+
15
+ It keeps its own `robots` value. Every other page carries `max-image-preview:large`, which is
16
+ about how a page appears when it is indexed; this is the page that must never be indexed at all,
17
+ and `noindex` is not a tag to share from a helper for the sake of symmetry.
18
+
6
19
  ## 0.6.81
7
20
 
8
21
  ### the links the template writes were the ones nothing checked
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edf2csv",
3
- "version": "0.6.81",
3
+ "version": "0.6.82",
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",