electron-progressbar
Version:
The original Progress Bar component for Electron applications
24 lines (13 loc) • 1.42 kB
Markdown
# Changelog
## v2.2.1 (2024-01-31)
* fix: [Properly close html tag](https://github.com/AndersonMamede/electron-progressbar/pull/44) - thanks to [@oinochoe](https://github.com/oinochoe)
## v2.2.0 (2024-01-31)
* feature: [Add new `customHTML` option to enable customization of HTML structure](https://github.com/AndersonMamede/electron-progressbar/pull/41) - thanks to [@oinochoe](https://github.com/oinochoe)
## v2.1.0 (2023-04-28)
* feature: [Add new `lang` option to specify the "lang" attribute for the HTML tag](https://github.com/AndersonMamede/electron-progressbar/pull/32) - thanks to [@oinochoe](https://github.com/oinochoe)
* fix: [Ensure the visual progress on the taskbar doesn't get stuck when the window is closed](https://github.com/AndersonMamede/electron-progressbar/pull/35) - thanks to [@jjeff](https://github.com/jjeff)
## v2.0.1 (2021-05-25)
* fix: [Ensure electron-progressbar is compatible with Electron >= v12](https://github.com/AndersonMamede/electron-progressbar/pull/24) - thanks to [@kzimny](https://github.com/kzimny)
## v2.0.0 (2020-12-09)
* feature: [Add support for Remote BrowserWindow](https://github.com/AndersonMamede/electron-progressbar/pull/12) - thanks to [@stefanDeveloper](https://github.com/stefanDeveloper)
* fix: [Enable nodeIntegration by default](https://github.com/AndersonMamede/electron-progressbar/pull/14) - thanks to [@whiteadi](https://github.com/whiteadi)