-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
151 lines (109 loc) · 4.27 KB
/
NEWS
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
2016 February 28th - Totem Arte Plugin 3.2.4
Changes since 3.2.3:
* Fixed stream URL extraction
* Added a dynamic fallback to another stream quality if a certain quality is
unavailable.
2015 April 23th - Totem Arte Plugin 3.2.3
Changes since 3.2.2:
* Fixed page URL construction bug
* Fixed RTMP stream playback
* Fixed image URL extraction
2014 October 6th - Totem Arte Plugin 3.2.2
Changes since 3.2.1:
* Fixed JSON URI extraction
* Updated stream names
2013 September 22th - Totem Arte Plugin 3.2.1
Changes since 3.2.0:
* Fixed the extraction of https video links
* Fixed preferences mnemonics in English
2013 September 10th - Totem Arte Plugin 3.2.0
Changes since 3.1.3:
* Fix stream extraction from the new Arte website
* Reimplementation of the removed Totem.CellRenderVideo
* New and more efficient primary video feed source (JSON)
* Support for low quality streams
* Minor bug fixes and translation updates
2012 December 9th - Totem Arte Plugin 3.1.3
Changes since 3.1.2:
* Fix compilation with Vala 0.18 and Totem 3.6.0
2012 September 15th - Totem Arte Plugin 3.1.2
Changes since 3.1.1:
* Update video feed URLs
* Minor bugfix for the user agent generator
2012 May 6th - Totem Arte Plugin 3.1.1
Changes since 3.1.0:
* Translation updates
* Automatic user agent generator
* Minor bugfixes
All contributors to this release:
* Nicolas Delvaux <contact@nicolas-delvaux.org>
* Simon Wenner <simon@wenner.ch>
2012 May 1st - Totem Arte Plugin 3.1.0
Changes since 3.0.1:
* Network-Manager integration
* Improved thumbnail cache handling
* Fix compilation with Vala 0.16
* Many bugfixes
All contributors to this release:
* Simon Wenner <simon@wenner.ch>
* Nicolas Delvaux <contact@nicolas-delvaux.org>
2012 January 22th - Totem Arte Plugin 3.0.1
Changes since 3.0.0:
* Fix compilation with Vala 0.14.1 and 0.15.0
* Replace deprecated GTK+ symbols
* Minor bugfixes and improvements
All contributors to this release:
* Nicolas Delvaux <contact@nicolas-delvaux.org>
* Simon Wenner <simon@wenner.ch>
2011 July 3th - Totem Arte Plugin 3.0.0
Changes since 0.9.2:
* Port to Totem 3.0 (GtK+ 3.0 and Libpeas)
* Port from Gconf to Gsettings (Dconf)
* Rewrite parsing and handling of multiple video feeds
* Improve the robustness and quality of all video feeds
* Many bugfixes
All contributors to this release:
* Simon Wenner <simon@wenner.ch>
* Nicolas Delvaux <contact@nicolas-delvaux.org>
* Stefan Kirrmann <stefan.kirrmann@gmail.com>
2010 September - Totem Arte Plugin 0.9.2
* Bugfix: Fallback to the rss feed on IO errors too
* Bugfix: Arte changed the XML feed url
* Make debug messages conditional at compiletime (-D DEBUG_MESSAGES)
2010 September - Totem Arte Plugin 0.9.1
* Asynchronous thumbnail download to speedup the startup time (Nicolas Delvaux)
* Display a default thumbnail if none is available
* Installation into the home directory is no longer suported
* Minor bugfixes
2010 September - Totem Arte Plugin 0.9.0
* Proxy support using the GNOME proxy settings (Nicolas Delvaux)
* The plugin tries to guess the user language at the first run (Nicolas Delvaux)
* Add an RTMP stream extractor, remove the deprecated WMV extractor (Nicolas Delvaux)
* Improved fetching of the XML feed
* Minor bugfixes
2010 May - Totem Arte Plugin 0.8.4
* Arte changed their video service
* Use the new RSS and XML feeds
* Use a new extraction scheme to get to the WMV stream
* Improved error dialogues
* Add a ChangeLog file
2010 April - Totem Arte Plugin 0.8.3
* Add Totem's license files and Totem's additional license exception clause
* Redesigned search bar
* Pressing F5 refreshes the video feed
* Better handling of Gconf errors (Nicolas Delvaux)
* Minor bugfixes and translation updates
2010 March - Totem Arte Plugin 0.8.2
* Remove the libgee dependency
* Bugfix: Delayed appearance of the loading message
* Minor code cleanup
2010 February - Totem Arte Plugin 0.8.1
* Fix the creation of the cache directory
* Update installation instructions
2010 February - Totem Arte Plugin 0.8.0
* First official release
* Preferences are hidden in the preference dialogue and stored in gconf
* Streams can be searched
* Stream thumbnail images are cached to improve the start-up time
* I18n support (Nicolas Delvaux)
* German and French localization (Nicolas Delvaux)