@panoramax/web-viewer 4.0.1-develop-b9f8a613 → 4.0.1-develop-32d1fb01
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/build/index.js +31 -24
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/menus/PictureMetadata.js +11 -0
- package/src/translations/en.json +2 -0
- package/src/translations/fr.json +2 -0
- package/src/translations/ti.json +9 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,10 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- A button in EXIF tab for picture legend allows direct access to [Exiv2 tags documentation](https://exiv2.org/metadata.html).
|
|
14
|
+
|
|
11
15
|
### Changed
|
|
12
16
|
|
|
13
17
|
- Player buttons are only shown if a picture is not single in its sequence.*
|