-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES.txt
53 lines (39 loc) · 1.54 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
1.2.0 2020-12-30
- Avoid downloading resources downloaded in a previous run
unless `--force`/`-f` is used.
1.1.1 2020-12-29
- Fix bug neutering cleaning of string for use in file names.
1.1.0 2020-12-28
- Resources are now copied from TTS's cache instead of being
downloaded from the web when possible. `--force`/`-f` can
be used to force downloading from the web.
- Added `--quiet`/`-q` option for `tts_save download`.
1.0.2 2020-12-28
- Fix node version requirement.
1.0.1 2020-12-27
- Documentation fixes.
1.0.0 2020-12-27
- Convert from single-command interface to multi-command interface.
- Add resource-downloading functionality.
Previous history under the name tts_save_extractor
--------------------------------------------------
1.1.0 2020-12-20
- Add --linked option.
1.0.6 2020-12-02
- Remove inappropriate mention of StackOverflow.
1.0.5 2020-11-21
- Slightly better homepage link.
1.0.4 2020-11-21
- Object states with scripts weren't being handled.
- Better handling of duplicate GUIDs and duplicate notebook entry titles.
- More consistent handling of untitled notebook entries.
- Internal simplifications.
1.0.3 2020-11-21
- Updated dependencies. Made adjustments for new lint rules.
1.0.2 2020-11-17
- Trivial documentation improvement.
1.0.1 2020-11-16
- Ensure a consistent order for duplicate notebook entries.
- Additional tests.
1.0.0 2020-11-16
- Initial version.