Reverting resizability from v0.2.2 thanks to win.setContentSize() correctly resizing the window to match the background.
Changed BrowserWindow resizability from false to true as a temporary solution to Windows and Mac not resizing the window to match the background.
Changed serial port check from if (port.manufacturer != undefined) to if (port.productId != undefined). Using win.setMinimumSize() workaround to shrink screen on win.setSize(). Changed nincid.svg from font-based to path-based. Natively building on all platforms.
Implemented custom skins.
Removed "skipTaskbar": true from BrowserWindow constructor to eliminate the app pseudo-closing on Windows.
Initial release.