📦 Smaller Docker Images
We've significantly reduced the size of our Docker images, making Maxun faster to pull, quicker to deploy, and more storage-efficient for self-hosted installations.
- Backend image: 61% smaller
- Browser image: 42% smaller
Why this matters
- Faster downloads and updates
- Lower disk space usage
- A smoother self-hosting experience
Simply pull the latest images to benefit from the reduced footprint. Happy self-hosting 🦄
What's Changed
- fix: misc ui by @amhsirak in #1120
- fix(storage): honor MINIO_PUBLIC_URL for browser-facing object URLs by @Osamaali313 in #1102
- chore(deps): upgrade
esbuildto latest version by @amhsirak in #1111 - fix: display llm robot create on reload or tab switch by @amhsirak in #1113
- fix: add maxun browser image by @RohitR311 in #1114
- fix: chrome web data network error display by @RohitR311 in #1115
- fix: clean smart query data display by @RohitR311 in #1116
- feat: add support for multi url llm extraction by @RohitR311 in #1117
- fix: md conversion reliability, llm extraction accuracy by @RohitR311 in #1118
- fix: extract engine reliability, accuracy enhancement by @RohitR311 in #1119
- fix(ui): match capture actions with recorder theme by @amhsirak in #1121
- fix: reduce docker images size by @RohitR311 in #1122
- fix: add selector waiting mechanism by @RohitR311 in #1123
- fix: rm list fallback by @RohitR311 in #1124
- chore: pre-release v0.0.43 by @amhsirak in #1125
New Contributors
- @Osamaali313 made their first contribution in #1102
Full Changelog: v0.0.42...v0.0.43