edf2csv 0.6.72 → 0.6.73
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.
- package/docs/CHANGELOG.md +13 -0
- 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.73
|
|
7
|
+
|
|
8
|
+
### the theme button named the state it was in, not what pressing it does
|
|
9
|
+
|
|
10
|
+
The theme button announced itself as "Switch theme, currently auto" and had a tooltip reading
|
|
11
|
+
"Theme: auto". Both describe the state the reader is already in, on a control that cycles through
|
|
12
|
+
three of them, so the one thing neither says is what pressing it will do — which for a three-way
|
|
13
|
+
cycle is not guessable. It now reads "Switch to the light theme", then "Switch to the dark
|
|
14
|
+
theme", then "Match the system theme", naming the outcome each press produces.
|
|
15
|
+
|
|
16
|
+
The icon keeps showing the current state, which is the division of labour that was intended: the
|
|
17
|
+
name of a button is its action, and its appearance is its state.
|
|
18
|
+
|
|
6
19
|
## 0.6.72
|
|
7
20
|
|
|
8
21
|
### the hero readout offered a screen reader a snapshot of a moving animation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edf2csv",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.73",
|
|
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",
|