General improvements. Custom folder launchers support.
New
- Open folders with: For people that don't use the default Explorer to open folders, Settings > General can now name another program. Empty keeps the Windows default.
Fixes
- The upload and download rates in the system vitals no longer count VPN tunnels, virtual switch ports and other virtual adapters a second time.
- Taskbar widgets and their panes can now open links, their own settings window and the power actions.
SDK/Authors
- A manifest setting may declare "type": "list": text rows the user adds, reorders and removes in the settings window, read back as an array of strings. Declare minAppVersion 0.3.7, since older apps refuse a manifest that uses it.
- dd.power.run accepts restartAdvanced, a confirmed restart into the advanced startup menu. Older apps answer INVALID_PARAMS for it: declare minAppVersion 0.3.7, or catch the rejection.
- settings.open, links.open, dialogs.pickDesktopItems and power.run work from a bar document and from its pane under the cursor-inside gate (the bar window, or the pane and its anchor). settings.open on a bar opens the Taskbar settings window and honours highlight.
- A bar manifest may no longer declare an explicit filePath, secretRef or instances field.
- The manifest reference now states the marketplace's limit of 32 settings entries; a preset name counts as one.