]> git.proxmox.com Git - proxmox-widget-toolkit.git/blob - debian/changelog
bump version to 1.0-18
[proxmox-widget-toolkit.git] / debian / changelog
1 proxmox-widget-toolkit (1.0-18) unstable; urgency=medium
2
3 * add missing task description mappings
4
5 -- Proxmox Support Team <support@proxmox.com> Mon, 14 May 2018 11:06:33 +0200
6
7 proxmox-widget-toolkit (1.0-17) unstable; urgency=medium
8
9 * fix edit windows being reopened on key-up when closing them with the return
10 key
11
12 -- Proxmox Support Team <support@proxmox.com> Thu, 03 May 2018 08:26:34 +0200
13
14 proxmox-widget-toolkit (1.0-16) unstable; urgency=medium
15
16 * add getRecord to ObjectStore
17
18 * add apiCallDone callback for window.edit
19
20 * PendingObjectGrid: fix display of deletion of multikey fields
21
22 -- Proxmox Support Team <support@proxmox.com> Wed, 02 May 2018 13:25:06 +0200
23
24 proxmox-widget-toolkit (1.0-15) unstable; urgency=medium
25
26 * allow pressing enter in ObjectGrids to edit a field
27
28 * better default focus selection
29
30 * add a checkbox to edit windows for advanced options
31
32 * add advanced options to the input panel
33
34 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Apr 2018 13:47:56 +0200
35
36 proxmox-widget-toolkit (1.0-14) unstable; urgency=medium
37
38 * fix #1223: add touchscreen override for extjs
39
40 * task view, progress: add taskDone callback
41
42 * window/Edit: allow showing TaskViewer instead of TaskProgress
43
44 * add labelWidth to the fieldDefaults in add_*_row
45
46 * add an optional renderer for integer rows in ObjectGrid
47
48 -- Proxmox Support Team <support@proxmox.com> Thu, 05 Apr 2018 12:18:49 +0200
49
50 proxmox-widget-toolkit (1.0-13) unstable; urgency=medium
51
52 * remove gettext definition in Utils.js
53
54 -- Proxmox Support Team <support@proxmox.com> Thu, 08 Mar 2018 11:37:56 +0100
55
56 proxmox-widget-toolkit (1.0-12) unstable; urgency=medium
57
58 * skip config property for cbind mixin
59
60 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Feb 2018 11:11:38 +0100
61
62 proxmox-widget-toolkit (1.0-11) unstable; urgency=medium
63
64 * rename pve(Show|Hide)Help events
65
66 * mixin/CBind: allow binding sub elements
67
68 * show VLAN aware setting in NetworkView.
69
70 -- Proxmox Support Team <support@proxmox.com> Fri, 16 Feb 2018 13:06:39 +0100
71
72 proxmox-widget-toolkit (1.0-10) unstable; urgency=medium
73
74 * port fixes and features from pve-manager since fork
75
76 * add all languages from pve
77
78 -- Proxmox Support Team <support@proxmox.com> Thu, 25 Jan 2018 10:19:23 +0100
79
80 proxmox-widget-toolkit (1.0-9) unstable; urgency=medium
81
82 * add Xtermjs popup helper
83
84 * Utils: fix some lint errors
85
86 * taskviewer: port over extraTite config parameter
87
88 * ObjectGrid: add_text_row: allow setting vtype for editor
89
90 -- Proxmox Support Team <support@proxmox.com> Mon, 11 Dec 2017 14:43:17 +0100
91
92 proxmox-widget-toolkit (1.0-8) unstable; urgency=medium
93
94 * remove updatequeue
95
96 -- Proxmox Support Team <support@proxmox.com> Wed, 29 Nov 2017 12:09:03 +0100
97
98 proxmox-widget-toolkit (1.0-7) unstable; urgency=medium
99
100 * UpdateStore.js - fix update problem with chrome
101
102 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Nov 2017 07:29:46 +0100
103
104 proxmox-widget-toolkit (1.0-6) unstable; urgency=medium
105
106 * change 'create' parameter to 'isCreate'
107
108 * make network devices types configureable
109
110 * use Proxmox.window.TaskProgress instead of PVE.window.TaskProgress
111
112 * add custom submittext to Edit Window
113
114 * add missing BondModeSelector to widget toolkit
115
116 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 11:38:51 +0100
117
118 proxmox-widget-toolkit (1.0-5) unstable; urgency=medium
119
120 * use (de)activate events for dns/timeview
121
122 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 08:12:09 +0100
123
124 proxmox-widget-toolkit (1.0-4) unstable; urgency=medium
125
126 * add textarea/enter workaround
127
128 * fix updateStore destroy
129
130 * RRDChart.js: add the seriesConfig parameter
131
132 * RRDChart.js: add the noTool parameter
133
134 * add autostart and alias to UpdateStore
135
136 * add format_size from pve
137
138 * add GaugeWidget from PVE
139
140 * LanguageSelector.js - add language selector
141
142 * allow to set onlineHelp on Proxmox.window.Edit
143
144 * add HelpButton class
145
146 * new checked_command helper
147
148 * add APT.js
149
150 -- Proxmox Support Team <support@proxmox.com> Tue, 24 Oct 2017 08:45:15 +0200
151
152 proxmox-widget-toolkit (1.0-3) unstable; urgency=medium
153
154 * monStoreErrors: new option clearMaskBeforeLoad
155
156 * add RRDChart class
157
158 * add RRDStore class
159
160 * add RRDTypeSelector class
161
162 * set default focus and default button for edit window
163
164 * add helpers to render uptime
165
166 * ObjectGrid.js: new monStoreErrors properties
167
168 -- Proxmox Support Team <support@proxmox.com> Wed, 06 Sep 2017 09:37:27 +0200
169
170 proxmox-widget-toolkit (1.0-2) unstable; urgency=medium
171
172 * countless improvements
173
174 -- Proxmox Support Team <support@proxmox.com> Wed, 05 Apr 2017 10:22:47 +0200
175
176 proxmox-widget-toolkit (1.0-1) unstable; urgency=medium
177
178 * first try
179
180 -- Proxmox Support Team <support@proxmox.com> Mon, 30 Jan 2017 09:50:33 +0100
181