-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
54 lines (54 loc) · 1.77 KB
/
CHANGELOG
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
54
- next: #unreleased
- v0.0.13:
- Fixed:
- Fixed an issue with renamed object types in recent versions of Praat
- Changes:
- Minor improvements to CI scripts
- Now uses tap instead of testsimple
- v0.0.12:
- Changed:
- Paths in Praat serialiser based on default directory
- Updated dependency on utils to v0.0.16
- New test structure makes tests run twice as fast
- Fixed:
- Better detection of null characters (~) in YAML
- Improved support for AffineTransform, Speaker, and WordList
- Perl serialiser uses Try::Tiny for error handling
- v0.0.11:
- (De)serialiser scripts now use env perl
- Better construction of paths
- Fixed last incorrect use of Readonly
- Minor cosmetic changes
- v0.0.10:
- Changed names of (de)serialisation Praat scripts
- More robust preferences procedures
- Fixed a bug in test scripts
- CI job now tests Praat pre and post v6.0
- v0.0.9:
- Fixes HMM_* related warnings in Praat >=6.0.01
- setup.praat now uses nocheck
- Use new URL in descriptor
- v0.0.8:
- Fixes bug with use of Readonly in Perl scripts
- v0.0.7:
- Preference checking is cross platform also in tests
- System commands now run without nocheck
- Filenames are quoted to support spaces
- Home shorthands (~) are supported
- Added this changelog
- v0.0.6:
- Preference checking is now cross-platform
- v0.0.5:
- Bug fix in preference checking methods
- v0.0.4:
- More supported objects: Discriminant
- Serialiser prompts user when output preferences are not UTF-8
- v0.0.3:
- Minor bug fixes for collections
- Tests are run using UTF-8 encoding
- Always uses standard preferences directory
- v0.0.2:
- Added automatic tests
- Implements --outfile to redirect output independent from shell
- v0.0.1:
- First working version