What's Changed
- Fixed the updater for MongoDB Atlas's new UI — rewrote the content script with resilient selectors for the access-list dialog (IP/comment inputs, Add/Edit buttons, confirmation), so upserts work against Atlas's React-rendered DOM.
- Auto-reloads open Atlas tabs after the extension installs/updates so the new content script is picked up without a manual refresh.
- More reliable IP detection — added a second IP service (
api.ipify.org) fallback alongsidehutils.loxal.net. - Automated releases — pushing a
v0.1.xtag now creates a GitHub release, packages the extension, and publishes it to the Chrome Web Store. - Added tests — content-script helpers, message listener, and manifest/version consistency checks.
- Bumped to v0.1.4.
Full Changelog: v0.1.3...v0.1.4