- fix: Properly close html tag - thanks to @oinochoe
- feature: Add new
customHTML
option to enable customization of HTML structure - thanks to @oinochoe
- feature: Add new
lang
option to specify the "lang" attribute for the HTML tag - thanks to @oinochoe - fix: Ensure the visual progress on the taskbar doesn't get stuck when the window is closed - thanks to @jjeff
- fix: Ensure electron-progressbar is compatible with Electron >= v12 - thanks to @kzimny
- feature: Add support for Remote BrowserWindow - thanks to @stefanDeveloper
- fix: Enable nodeIntegration by default - thanks to @whiteadi