Releases: aashutoshrathi/mongo-ip-updater
Releases · aashutoshrathi/mongo-ip-updater
Release list
v0.1.4
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
v0.1.3
v0.1.2
- 🔖 Add version info in UI
- Add more info inside README
v0.1.1
v0.1.0
- 🎨 New Design
- 🪄 Ability to add custom IP
- ✨ Lots of fixes and reduced CTAs