forked from ghtmtt/DataPlotly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.txt
62 lines (53 loc) · 1.87 KB
/
metadata.txt
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
# This file contains metadata for your plugin. Since
# version 2.0 of QGIS this is the proper way to supply
# information about a plugin. The old method of
# embedding metadata in __init__.py will
# is no longer supported since version 2.0.
# This file should be included when you package your plugin.# Mandatory items:
[general]
name=Data Plotly
qgisMinimumVersion=3.4
qgisMaximumVersion=3.98
description=D3 Plots for QGIS
version=2.0
author=Matteo Ghetta (Faunalia)
email=matteo.ghetta@gmail.com
about=Draw D3 plots in QGIS
tracker=https://github.com/ghtmtt/DataPlotly/issues
repository=https://github.com/ghtmtt/DataPlotly
# End of mandatory metadata
# Recommended items:
# Uncomment the following line and add your changelog:
changelog=
Version 2.0
- [feature] DataPlotly is updated with plotly 3.3 version
Version 1.6
- [feature] wheel zoom! Give it a try
- [feature] Edit plot title and X/Y labels in place
Version 1.5.1
- [feature] Spanish translation. Special thanks to Luca Bellani
- [bugfix] always open English manual if locale not translated
Version 1.5
- [feature] **new** Violin plots!
- [feature] **new** Polar plot layout!
- [feature] better default color choice
Version 1.4.3
- [bugfix] correct interaction with pie plot
- update plotly.js to v 1.34.0
Version 1.4.2
- [bugfix] correct saving html plot
Version 1.4.1
- [bugfixing] adaptation for new API
Version 1.4
- [feature] update plotly.js to v 1.33.1
- [feature] multiple selection with Shift + selection tool
- [feature] DataPlotly as Processing provider, thanks to Michaël Douchin of 3Liz
# Tags are comma separated with spaces allowed
tags=python, d3, plots, vector, graphs
homepage=https://github.com/ghtmtt/DataPlotly
category=Plugins
icon=icon.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False