v0.0.44
getmaxun/maxunv0.0.44Jul 15, 2026by amhsirak
AI Summary
This bug fix release introduces Korean language support and optimizes crawling performance by capturing screenshots in a single pass, alongside fixes for browser management and URL resolution.
Key Highlights
- Korean (ko) language support added to the platform.
- Performance improvement: Screenshots captured in a single pass instead of two.
- Multi-stage Docker build fixed.
- Browser management restricted to HTTP(S) schemes.
New Features
- Korean language support
- Optimized screenshot capture performance for crawls
Full Release Notes
## Bug Fix Release ### 🇰🇷 Korean Language Support Maxun now supports Korean, making it easier for Korean-speaking users to use the platform. 🇰🇷 ## What's Changed * fix: multi stage build docker by @RohitR311 in https://github.com/getmaxun/maxun/pull/1127 * chore: cleanup by @amhsirak in https://github.com/getmaxun/maxun/pull/1133 * fix: capture crawl/search screenshots in single scraping pass reducing time from 2N pages just down to N (closes #1105) by @Paulo-Camacho in https://github.com/getmaxun/maxun/pull/1135 * fix(browser-management): restrict handleChangeUrl to http(s) schemes by @sebastiondev in https://github.com/getmaxun/maxun/pull/1134 * feat(i18n): add Korean (ko) translation by @moduvoice in https://github.com/getmaxun/maxun/pull/1137 * fix: persist crawl/search results incrementally instead of only at the end of the run by @hmhngx in https://github.com/getmaxun/maxun/pull/1138 * fix: url id resolution on run by @amhsirak in https://github.com/getmaxun/maxun/pull/1093 * fix: cover llm config setup for all robot types by @RohitR311 in https://github.com/getmaxun/maxun/pull/1128 * fix: strip hidden base64-encoded data blobs by @amhsirak in https://github.com/getmaxun/maxun/pull/1130 * fix: add wait for ready logic scrape by @RohitR311 in https://github.com/getmaxun/maxun/pull/1132 * fix: hostname url normalization by @amhsirak in https://github.com/getmaxun/maxun/pull/1140 * fix: add sdk api gen URL validation by @amhsirak in https://github.com/getmaxun/maxun/pull/1141 * chore: pre-release v0.0.44 by @amhsirak in https://github.com/getmaxun/maxun/pull/1142 ## New Contributors * @Paulo-Camacho made their first contribution in https://github.com/getmaxun/maxun/pull/1135 * @sebastiondev made their first contribution in https://github.com/getmaxun/maxun/pull/1134 * @moduvoice made their first contribution in https://github.com/getmaxun/maxun/pull/1137 * @hmhngx made their first contribution in https://github.com/getmaxun/maxun/pull/1138 **Full Changelog**: https://github.com/getmaxun/maxun/compare/v0.0.43...v0.0.44