chore(web-ui): bump Premiere panel latest to v1.2.0 in data.jsx (#125)
This commit is contained in:
parent
c84519b606
commit
ada8105948
1 changed files with 9 additions and 2 deletions
|
|
@ -25,12 +25,19 @@ window.ZAMPP_API_PREFIX = API; // single source of truth (#115)
|
||||||
// here is the single source of truth — both the Editor download buttons and
|
// here is the single source of truth — both the Editor download buttons and
|
||||||
// the Settings → Capture SDKs page read from this list (#125).
|
// the Settings → Capture SDKs page read from this list (#125).
|
||||||
window.PREMIERE_RELEASES = [
|
window.PREMIERE_RELEASES = [
|
||||||
|
{
|
||||||
|
version: '1.2.0',
|
||||||
|
zxp: '/downloads/dragonflight-premiere-panel-1.2.0.zxp',
|
||||||
|
installer: null,
|
||||||
|
notes: 'Latest — design system refresh, aligned panel UI with web-ui tokens',
|
||||||
|
latest: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
version: '1.0.1',
|
version: '1.0.1',
|
||||||
zxp: '/downloads/dragonflight-premiere-panel-1.0.1.zxp',
|
zxp: '/downloads/dragonflight-premiere-panel-1.0.1.zxp',
|
||||||
installer: '/downloads/dragonflight-premiere-panel-1.0.1-windows-setup.exe',
|
installer: '/downloads/dragonflight-premiere-panel-1.0.1-windows-setup.exe',
|
||||||
notes: 'Latest — auto-relinking, growing-file support, batch trim',
|
notes: 'Auto-relinking, growing-file support, batch trim',
|
||||||
latest: true,
|
latest: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
version: '1.0.0',
|
version: '1.0.0',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue