-
Notifications
You must be signed in to change notification settings - Fork 46
/
CHANGELOG
156 lines (133 loc) · 5.11 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
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
151
152
153
154
155
Changes from 15.c to 15.d
- Adds missing translations
- Fixes video player too large on small devices
- Fixes a bug leading to the incomplete deletion of thumbnails
- Fixes non-detection of failing FFmpeg calls
Changes from 15.b to 15.c
- Fixes warning returned when retrieving MediaCreateDate
- Fixes warning after syncing mp4 files and trying to create posters
Changes from 15.a to 15.b
- Adds a root admin.php : Use the standard link to plugin setting
- Cleans maintain.inc.php : let PEM generate the list of obsolete files
Changes from v2.9.b to v15.a
- Adopts native browser player by default
- Adds translations and fixes typos
- Fixes #133, #205: crash occurring when ExifTool returns a wrong date_creation (thanks @Catfriend1)
- Fixes #136: updates VideoJS player to version 7.21.5 (thanks to @klaoun)
- Fixes #179, #197, #205: a crash occurring when the duration returned by ExifTool is an array
- Fixes #205: deprecated float to int casting (thanks to @klaoun)
- Fixes #140, #214: no thumbnail produced from very short videos
- Fixes #192, #216: calls binaries with system() or exec() according to their availability
- Fixes #194, #201, #203, #217, #228: undefined array key "resolution" warning (thanks to @klaoun)
- Fixes #145, #153, #162, #189, #204, #222: undefined array key "vjs_sync" warning
- Compatibility Piwigo 15 : Remove action in batch manager unit mode
- Reset configuration (sorry for that)
Changes from v2.9.a to v2.9.b
- Fix configuration initialisation
- Add our own sql metadata table
- Update VideoJS player to version 6.11.0
- Update VideoJS player to version 7.1.0
- Update translation, thanks to the contributors
Changes from v2.8.b to v2.9.a
- Update VideoJS player to version 5.20.5
- Add VideoJS player to version 6.10.3
- Add VideoJS player to version 7.0.5
- Add warning for recent MediaInfo version
- Add metadata export using exiftool
- Add metadata export using ffprobe
- Update support to latest MediaInfo version
- Update translation, thanks to the contributors
Changes from v2.8.a to v2.8.b
- Enable custom plugins VideoJS player v5
- Add warning for recent MediaInfo version
- Add option to enable/disable display metadata
- Improve video rotate page
- Update VideoJS player to version 5.10.7
- Fix album restriction on sync page
Changes from v2.7.a to v2.8.a
- Add support for video metadata display
- Add new video player skin, thanks Monadh
- Add new language option for VideoJS player
- Add support for Subtitles (WebVTT file)
- Add cleanup support for extra elements created
- Add support for VideoJS player version 5.10.4
- Add support for native HTML5 video player, default browser player
- Improve Sync and Batch Manager and Photo Edit page
- Update VideoJS player to version 4.12.15
- Update translation, thanks to the contributors
- Many improvements, thanks for feedback
- Many fix, thanks for reporting
Changes from v2.6a to v2.7.a
- Add Responsive design
- Add new configuration options
- Add support for PWG2.7
- Improve photo edit page
- Improve sync page
- Update translation, thanks to the contributors
- Update VideoJS player to version 4.9.0
- Remove GetID3 dependencies
Changes from v1.0.3 to v2.6a
- Improve photo edit page
- Improve sync page
- Update translation, thanks to the contributors
- Add support for PWG2.6
- Use PWG versioning
Changes from v1.0.2 to v1.0.3
- Add photo edit page support
- Add new option volume
- Improve sync method
- Update VideoJS player to version 4.3.0
- Update translation, thanks to the contributors
Changes from v1.0.1 to v1.0.2
- Add new translation, thanks to the contributors
- Add support for VideoJS plugins
- Add support for multiple sources
- Add new option upscale
- Update VideoJS player to version 4.2.2
- Update VideoJS skin
- Metadata now use MediaInfo
- Improve Thumbnail creation
- Improve Sync and Batch Manager
Changes from v1.0.0 to v1.0.1
- Improve Batch Manager
- Improve install/active method
- Update Videojs player to version 4.1.0
Changes from v0.9 to v1.0.0
- Add new options
- Improve Thumbnail creation
- Update Videojs player to version 4.0.4
Changes from v0.8 to v0.9
- Add support for batch manager
- Improve Thumbnail creation
Changes from v0.7 to v0.8
- Add video metadata synchronization
- Add video thumbnail creation
- Update getid3 library to version 1.9.5-20130220
- Improve documentaion
Changes from v0.6 to v0.7
- Improve options handling
- Improve translation
Changes from v0.5 to v0.6
- Update: Videojs player to version 4.0.3
- Export documentation to github wiki
Changes from v0.4 to v0.5
- Update: Videojs player to version 4.0.2
- Removed: Tube skin (Not complatible with new version)
- Added: 'darkfunk' and 'redsheen' skin
- Added: Admin panel option for Customized CSS
Changes from v0.3 to v0.4
- Improve poster detection
- Update language files
- Fixed: undefined variable on upgrade
Changes from v0.2 to v0.3
- Removed: Windows CLR
- Changed: Tabulation layout in all files
- Improve: poster handling
- Add: mimetype support
- Add: Admin panel option for MAX_WIDTH and HTML5 video tags (Controls, Autoplay, Loop, preload)
- Add: translation support
Changes from v0.1 to v0.2
- Fixed: Packaging
Initial Release v0.1
- Initial release
- Initial documentation