|
| 1 | +## 7.4.4 |
| 2 | + |
| 3 | +* [Android] Updated libvlc to support 16k PAGE_SIZE devices |
| 4 | + |
1 | 5 | ## 7.4.3 |
| 6 | + |
2 | 7 | * Bumped minimum Flutter SDK requirement to 3.22.0 and Dart SDK requirement to 3.7.0. The minimum supported Android version is now 5.0 (API level 21) |
3 | 8 | * [Android] updated libvlc |
4 | 9 | * [Android] set Java compatibility to 11 instead of 8 |
5 | 10 | * [ios] updated MobileVLCKit |
6 | 11 | * updated exmaple |
7 | 12 |
|
8 | 13 | ## 7.4.2 |
| 14 | + |
9 | 15 | * fixed getVolume #486 |
10 | 16 | Credits to pinpong (https://github.com/pinpong) |
11 | 17 | * updated MobileVLCKit & libvlc |
12 | 18 | Credits to pinpong (https://github.com/pinpong) |
13 | 19 | * Fix: Unable to replay when status is stopped #449 |
14 | | - Credits to Virczz (https://github.com/Virczz) |
| 20 | + Credits to Virczz (https://github.com/Virczz) |
15 | 21 |
|
16 | 22 | ## 7.4.1 |
| 23 | + |
17 | 24 | * Add support for Flutter 3.16 |
18 | 25 | Credits to thearaks (https://github.com/thearaks) |
19 | 26 |
|
20 | 27 | ## 7.4.0 |
| 28 | + |
21 | 29 | * Important change: Removed [AutomaticKeepAliveClientMixin](https://api.flutter.dev/flutter/widgets/AutomaticKeepAliveClientMixin-mixin.html) from plugin widget |
22 | 30 | * Mobile VLC update to 3.6.0-eap9 |
23 | 31 | * Allow background playback |
|
26 | 34 | Credits to Luiz Fernando Baldo Marques (https://github.com/luizbaldo) |
27 | 35 |
|
28 | 36 | ## 7.3.1 |
| 37 | + |
29 | 38 | * Restore Flutter 3.3-3.7 compatibility |
30 | 39 | Credits to Yang Fang (https://github.com/yangsfang) |
31 | 40 |
|
32 | 41 | ## 7.3.0 |
| 42 | + |
33 | 43 | * Fix http-user-agent & reuse options on iOS |
34 | 44 | Credits to Afriza N. Arief (https://github.com/afriza) |
35 | 45 | * Update to Dart 3 and Flutter 3.13 |
36 | 46 | Credits to romain.gyh (https://github.com/romaingyh) |
37 | 47 |
|
38 | 48 | ## 7.2.0 |
| 49 | + |
39 | 50 | * Update to latest VLCKit sdks |
40 | | -Credits to Mitch Ross (https://github.com/mitchross) |
| 51 | + Credits to Mitch Ross (https://github.com/mitchross) |
41 | 52 |
|
42 | 53 | ## 7.1.5 |
| 54 | + |
43 | 55 | * Fix plugin destructor (https://github.com/solid-software/flutter_vlc_player/issues/237) |
44 | 56 |
|
45 | 57 | ## 7.1.4 |
| 58 | + |
46 | 59 | * Interim release to fix Flutter 3 issues |
47 | 60 |
|
48 | 61 | ## 7.1.3 |
| 62 | + |
49 | 63 | * Added support for multi-window mode in Android. |
50 | | -Credits to Andy Chentsov (https://github.com/andyduke). |
| 64 | + Credits to Andy Chentsov (https://github.com/andyduke). |
51 | 65 |
|
52 | 66 | ## 7.1.2 |
| 67 | + |
53 | 68 | * Add Hybrid composition support for Android. |
54 | 69 |
|
55 | 70 | ## 7.1.1 |
| 71 | + |
56 | 72 | * Fixed to work on Android 6-. |
57 | | -Credits to Yury Kostov (https://github.com/kostov). |
| 73 | + Credits to Yury Kostov (https://github.com/kostov). |
58 | 74 |
|
59 | 75 | ## 7.1.0 |
| 76 | + |
60 | 77 | * Upgrade iOS and Android Lib VLC libraries to address performance issues. https://code.videolan.org/videolan/vlc-ios/-/issues/1240 |
61 | | -Credits to Mitch Ross (https://github.com/mitchross) |
| 78 | + Credits to Mitch Ross (https://github.com/mitchross) |
62 | 79 |
|
63 | 80 | ## 7.0.1 |
| 81 | + |
64 | 82 | * Improve formatting |
65 | 83 | * Modify LICENSE to use template so it parsed automatically. |
66 | 84 |
|
67 | 85 | ## 7.0.0 |
68 | | -* **Breaking Change**: Refactored enum parameters to follow dart naming convention |
| 86 | + |
| 87 | +* **Breaking Change**: Refactored enum parameters to follow dart naming convention |
69 | 88 | * Fixed control overlay issue after upgrading to Flutter 2.8 |
70 | 89 | * Fixed Dart analysis warnings |
71 | 90 | * Removed unnecessary initialization delay |
72 | | -Credits to Alireza Setayesh (https://github.com/alr2413), Mitch Ross (https://github.com/mitchross), Illia Romanenko (https://github.com/illia-romanenko) and Yurii Prykhodko (https://github.com/solid-yuriiprykhodko). |
| 91 | + Credits to Alireza Setayesh (https://github.com/alr2413), Mitch Ross (https://github.com/mitchross), Illia Romanenko (https://github.com/illia-romanenko) and Yurii Prykhodko (https://github.com/solid-yuriiprykhodko). |
73 | 92 |
|
74 | 93 | ## 6.0.5 |
| 94 | + |
75 | 95 | * Fix issue with options applying (Android) |
76 | 96 | * Update VLCKit for iOS and Android |
77 | | -Credits to Vladislav Murashko (https://github.com/mrvancor). |
| 97 | + Credits to Vladislav Murashko (https://github.com/mrvancor). |
78 | 98 |
|
79 | 99 | ## 6.0.4 |
| 100 | + |
80 | 101 | * Added VLC http options |
81 | | -Credits to Alireza Setayesh (https://github.com/alr2413). |
| 102 | + Credits to Alireza Setayesh (https://github.com/alr2413). |
82 | 103 |
|
83 | 104 | ## 6.0.3 |
| 105 | + |
84 | 106 | * Added VLC recording feature |
85 | | -Credits to Alireza Setayesh (https://github.com/alr2413). |
| 107 | + Credits to Alireza Setayesh (https://github.com/alr2413). |
86 | 108 |
|
87 | 109 | ## 6.0.2 |
| 110 | + |
88 | 111 | * Fix issue with VLC error event |
89 | 112 | * Added onInit & onRenderer listeners |
90 | | -Credits to Alireza Setayesh (https://github.com/alr2413) and solid-vovabeloded (https://github.com/solid-vovabeloded). |
| 113 | + Credits to Alireza Setayesh (https://github.com/alr2413) and solid-vovabeloded (https://github.com/solid-vovabeloded). |
91 | 114 |
|
92 | 115 | ## 6.0.1 |
| 116 | + |
93 | 117 | * Fix issue with black screen / offstage |
94 | | -Credits to Mitch Ross (https://github.com/mitchross) |
| 118 | + Credits to Mitch Ross (https://github.com/mitchross) |
95 | 119 |
|
96 | 120 | ## 6.0.0 |
| 121 | + |
97 | 122 | * Support Flutter V2 Null Safety |
98 | | -Credits to Mitch Ross (https://github.com/mitchross) |
99 | | - |
| 123 | + Credits to Mitch Ross (https://github.com/mitchross) |
| 124 | + |
100 | 125 | ## 5.0.5 |
101 | | -* Added VLC Subtitle Styling. |
| 126 | + |
| 127 | +* Added VLC Subtitle Styling. |
102 | 128 | * Split ios swift code into multiple files for better readability. |
103 | | -Credits to Alireza Setayesh (https://github.com/alr2413) and Yurii Prykhodko (https://github.com/solid-yuriiprykhodko). |
| 129 | + Credits to Alireza Setayesh (https://github.com/alr2413) and Yurii Prykhodko (https://github.com/solid-yuriiprykhodko). |
104 | 130 |
|
105 | 131 | ## 5.0.4 |
| 132 | + |
106 | 133 | * Added isSeekable method |
107 | | -Credits to Alireza Setayesh (https://github.com/alr2413), Mitch Ross (https://github.com/mitchross). |
| 134 | + Credits to Alireza Setayesh (https://github.com/alr2413), Mitch Ross (https://github.com/mitchross). |
108 | 135 |
|
109 | 136 | ## 5.0.3 |
110 | | -* Fix memory leak. |
111 | | -Credits to Alireza Setayesh (https://github.com/alr2413), Mitch Ross (https://github.com/mitchross). |
| 137 | + |
| 138 | +* Fix memory leak. |
| 139 | + Credits to Alireza Setayesh (https://github.com/alr2413), Mitch Ross (https://github.com/mitchross). |
112 | 140 |
|
113 | 141 | ## 5.0.2 |
| 142 | + |
114 | 143 | * Fix homepage link. |
115 | 144 |
|
116 | 145 | ## 5.0.1 |
| 146 | + |
117 | 147 | * Fix pub.dev image links. |
118 | 148 |
|
119 | 149 | ## 5.0.0 |
| 150 | + |
120 | 151 | * Entire rewrite of Flutter VLC Player. |
121 | 152 | * Updates to Android v2 plugin. |
122 | 153 | * Adds Platform interface. |
123 | | -* Adds Pigeon for type safe method calls. |
124 | | -Credits to Alireza Setayesh (https://github.com/alr2413), Mitch Ross (https://github.com/mitchross) and Yurii Prykhodko (https://github.com/solid-yuriiprykhodko). |
| 154 | +* Adds Pigeon for type safe method calls. |
| 155 | + Credits to Alireza Setayesh (https://github.com/alr2413), Mitch Ross (https://github.com/mitchross) and Yurii Prykhodko (https://github.com/solid-yuriiprykhodko). |
125 | 156 |
|
126 | 157 | ## 4.0.3 |
127 | | -* Update VLCKit for iOS and Android. Cleanup example Pod file. Clean up example gradle. |
| 158 | + |
| 159 | +* Update VLCKit for iOS and Android. Cleanup example Pod file. Clean up example gradle. |
128 | 160 | * Removed dispose calls on VlcPlayerController from VlcPlayer. |
129 | 161 | * Fix argument-less functions throwing FlutterMethodNotImplemented. |
130 | | -Credits to Mitch Ross (https://github.com/mitchross). |
| 162 | + Credits to Mitch Ross (https://github.com/mitchross). |
131 | 163 |
|
132 | 164 | ## 4.0.2 |
| 165 | + |
133 | 166 | * Update Cocoapods version for VLCkit on iOS. This fixes issues with iOS 12 and Simulators. |
134 | | -Credits to Mitch Ross (https://github.com/mitchross). |
| 167 | + Credits to Mitch Ross (https://github.com/mitchross). |
135 | 168 |
|
136 | 169 | ## 4.0.1 |
| 170 | + |
137 | 171 | * Improved documentation. |
138 | 172 |
|
139 | 173 | ## 4.0.0 |
| 174 | + |
140 | 175 | * Improved structure (see example for breaking changes). Example code updated also. |
141 | 176 | * Fix android black screen issue |
142 | 177 | * Support playing local media/subtitle file |
143 | 178 | * Support casting media to external device |
144 | 179 | * Updated changing audio/subtitle method |
145 | 180 | * Support audio/subtitle delay |
146 | | -credits to Alireza Setayesh (https://github.com/alr2413) and Mitch Ross (https://github.com/mitchross) |
| 181 | + credits to Alireza Setayesh (https://github.com/alr2413) and Mitch Ross (https://github.com/mitchross) |
147 | 182 |
|
148 | 183 | ## 3.0.7 |
149 | | -* Updates MobileVLC to allow for changing of subtitles and adding subtiles . |
150 | | -credits to @rikaweb(https://github.com/rikaweb) and Mitch Ross (https://github.com/mitchross) |
| 184 | + |
| 185 | +* Updates MobileVLC to allow for changing of subtitles and adding subtiles . |
| 186 | + credits to @rikaweb(https://github.com/rikaweb) and Mitch Ross (https://github.com/mitchross) |
151 | 187 |
|
152 | 188 | ## 3.0.6 |
| 189 | + |
153 | 190 | * Updates MobileVLC to allow for handling of vlc error. |
154 | | -credits to Alireza Setayesh (https://github.com/alr2413) |
| 191 | + credits to Alireza Setayesh (https://github.com/alr2413) |
155 | 192 |
|
156 | 193 | ## 3.0.5 |
| 194 | + |
157 | 195 | * Updates MobileVLC to allow for changing of volume. Example Updated Also. |
158 | | -credits to Mitch Ross (https://github.com/mitchross) |
| 196 | + credits to Mitch Ross (https://github.com/mitchross) |
159 | 197 |
|
160 | 198 | ## 3.0.4 |
| 199 | + |
161 | 200 | * Updates MobileVLC to allow for options as flags and hardware acceleration/ |
162 | | -credits to pharshdev (https://github.com/pharshdev) and Mitch Ross (https://github.com/mitchross) |
| 201 | + credits to pharshdev (https://github.com/pharshdev) and Mitch Ross (https://github.com/mitchross) |
163 | 202 |
|
164 | 203 | ## 3.0.3 |
| 204 | + |
165 | 205 | * Updates MobileVLC to fix a bug on iOS with Seek Time. See (https://github.com/solid-software/flutter_vlc_player/issues/72). Also adds seek bar to example player for demonstration purposes. |
166 | | -credits to Mitch Ross (https://github.com/mitchross) |
| 206 | + credits to Mitch Ross (https://github.com/mitchross) |
167 | 207 |
|
168 | 208 | ## 3.0.2 |
| 209 | + |
169 | 210 | * Updates MobileVLC to fix a bug on iOS with HLS Streaming on VLCKit itself. See (https://code.videolan.org/videolan/VLCKit/-/issues/368), |
170 | | -credits to Mitch Ross (https://github.com/mitchross) |
| 211 | + credits to Mitch Ross (https://github.com/mitchross) |
171 | 212 |
|
172 | 213 | ## 3.0.1 |
| 214 | + |
173 | 215 | * Fix a bug on Android with URL parsing. See (https://github.com/solid-software/flutter_vlc_player/issues/52), |
174 | | -credits to pharshdev (https://github.com/pharshdev) and Mitch Ross (https://github.com/mitchross) |
| 216 | + credits to pharshdev (https://github.com/pharshdev) and Mitch Ross (https://github.com/mitchross) |
175 | 217 |
|
176 | 218 | ## 3.0.0 |
177 | | -* Migrated to Swift, thanks to Mitch Ross (https://github.com/mitchross), |
178 | | -Amadeu Cavalcante (https://github.com/amadeu01) and pharshdev (https://github.com/pharshdev). |
| 219 | + |
| 220 | +* Migrated to Swift, thanks to Mitch Ross (https://github.com/mitchross), |
| 221 | + Amadeu Cavalcante (https://github.com/amadeu01) and pharshdev (https://github.com/pharshdev). |
179 | 222 |
|
180 | 223 | ## 2.0.0 |
181 | | -* Improved structure (see example for braking changes), add aspect ratio and payback controls |
182 | | -support thanks to John Harker (https://github.com/NBTX) and Mitch Ross (https://github.com/mitchross). |
| 224 | + |
| 225 | +* Improved structure (see example for braking changes), add aspect ratio and payback controls |
| 226 | + support thanks to John Harker (https://github.com/NBTX) and Mitch Ross (https://github.com/mitchross). |
183 | 227 |
|
184 | 228 | ## 1.0.0 |
| 229 | + |
185 | 230 | * Added multiple players support thanks to Kraig Spear (https://github.com/kraigspear) |
186 | 231 |
|
187 | 232 | ## 0.0.2 |
| 233 | + |
188 | 234 | * Android X support added thanks to Javi Hurtado (https://github.com/ja2375) |
189 | 235 |
|
190 | 236 | ## 0.0.1 |
|
0 commit comments