-
Notifications
You must be signed in to change notification settings - Fork 5
/
History.txt
executable file
·51 lines (31 loc) · 1.14 KB
/
History.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
=== 0.1.3
* Adds Event#capture_to_and_including_tc which is convenient for frame searches
=== 0.1.2
* Fix parsing of files with Windows and \r linebreaks properly
=== 0.1.1
* Fix parsing of files with Windows linebreaks. In an ugly manner.
=== 0.0.8
* Switch Rubyforge project to guerilla-di
=== 0.0.7
* Register line_number in the original EDL for parsed events
* Preserve the star in comments that have it
=== 0.0.6
* Fix comments in events appearing twice
* Capture extra comments that have no star at the beginning as fallback
=== 0.0.5
* EDL::Event#starts_with_transition? is an alias
* EDL::Event#incoming_transition_duration works as a shortcut for EDL::Transition#duration
=== 0.0.4
* EDL::Event#speed works as a shortcut for timewarp speed
=== 0.0.2
* Fix reverse timewarps
* Migrate to specs
* Rename EDL::Event.ends_with_a_transition? to ends_with_transition?
* Improve documentation
* Allow parsing from string and not only from IOs
* Do not store original EDL lines anymore
* Deprecate EDL::Clip - everything is an EDL::Event now
* Parse and save verbatim comments in EDL::Event#comments
=== 0.0.1
* 1 major enhancement
* Birthday!