Releases: NeverDecaf/chromium-web-store
Releases · NeverDecaf/chromium-web-store
1.0.0
Changelog
- Increased version so the broken version check code will detect this (#21). Moved to 1.0 since chromium web store is basically feature complete now, only thing left is perhaps adding proxy support, depending on whether chromium API allows it.
Previous Changes (as 0.10.0 was essentially skipped over)
- Fixed extension version comparison which could be wrong in several cases. ("10"<"9", for example.)
- Fixed a rare uncaught error if appid in updates.xml did not match installed appid.
- Non-webstore extensions will now prompt to install the same way webstore extensions do provided you have the
#extension-mime-request-handling
flag enabled. This uses a hack involvingfile://
, which requires a couple new permissions.
0.10.0
Changelog
- Fixed extension version comparison which could be wrong in several cases. ("10"<"9", for example.)
- Fixed a rare uncaught error if appid in updates.xml did not match installed appid.
- Non-webstore extensions will now prompt to install the same way webstore extensions do provided you have the
#extension-mime-request-handling
flag enabled. This uses a hack involvingfile://
, which requires a couple new permissions.
0.9.2
0.9.1
0.9.0
Changelog
- Rewrite of update functions for easier modification in the future
- Should fix any erroneous
UPDATE CHECK FAILED
notifications.
0.8.1
0.8.0
Changelog
- Added toggles in options to ignore specific extensions when checking for updates.
0.7.1
Changelog
- Fixed a bug which caused the wrong extension to be downloaded.
0.7.0
Changelog
- Added "Update All Extensions" option to context menu.
0.6.0
Changelog
- Badge now displays the correct number.
- Added css modified from: https://github.com/Semibold/Extensions-Steward
- Added options page with options for:
auto-update toggle
selectively update webstore or non-webstore extensions