-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
73 lines (46 loc) · 1.5 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
2024-11-10 Danilo Chang
* Use Tcl_Size to replace int (for Tcl 9)
2023-12-15 Danilo Chang
* Bump version to 0.9
* Update tclconfig files
2020-06-12 Danilo Chang
* Bump version to 0.8
2020-06-11 Danilo Chang
* Add command tkvlc::openurl
2019-01-29 Danilo Chang
* Re-tag v0.7
* Merge code from chw's change
2019-01-14 Danilo Chang
* Bump version to 0.7
* Reworked to allow for photo images (merged code from chw's change).
Use --with-tk-photo flag to disable/enable this feature.
2018-06-08 Danilo Chang
* Bump version to 0.6
* Add more check code
2018-06-07 Danilo Chang
* Bump version to 0.5
* Fix tkvlc::init Tcl_WrongNumArgs incorrect parameter
* Bump version to 0.4
* Update source code, use LIBVLC_VERSION_INT to check VLC version
2017-01-09 Danilo Chang
* Bump version to 0.3
* Add getState command
* Add isSeekable command
* Add getPosition and setPosition command
* Re-design command
** INCOMPATIBLE CHANGE **
* Add tkvlc::setTime command
2017-01-08 Danilo Chang
* Add tkvlc::duration and tkvlc::getTime command
* Add tkvlc::version command
* Add tkvlc::setVolume and tkvlc::getVolume command
2017-01-05 Danilo Chang
* Bump version to 0.2
* Fix build fail on Windows platform
* Update README.md
2017-01-04 Danilo Chang
* Implement commands
* configure.ac: add libvlc library link
* Update package name
2017-01-03 Danilo Chang
* Dump sample extension