v0.0.39

getmaxun/maxunv0.0.39May 7, 2026by amhsirak

AI Summary

This release adds 'Links' as a new output format for robots and fixes several bugs related to markdown conversion and socket connections.

Key Highlights

  • New 'Links' output format for Scraping, Crawling, and Searching
  • Bug fixes for markdown conversion and socket connections
  • Dependency upgrade for `uuid`

New Features

  • Links output format support
  • Improved markdown conversion speed
  • Fix for multiple socket connection bug

Full Release Notes

## What's New

### Links Output Format

Links is now available as an output format for robot types:
- Scrape
- Crawl
- Search (Scrape mode)

## What's Changed
* fix: markdown conversion preprocessing by @RohitR311 in https://github.com/getmaxun/maxun/pull/1045
* fix: multiple socket connection bug by @RohitR311 in https://github.com/getmaxun/maxun/pull/1046
* fix: extract output format bug by @RohitR311 in https://github.com/getmaxun/maxun/pull/1047
* fix: discard active list on field discard by @RohitR311 in https://github.com/getmaxun/maxun/pull/1049
* fix: add texts on confirm capture by @RohitR311 in https://github.com/getmaxun/maxun/pull/1050
* feat: add support for links format by @RohitR311 in https://github.com/getmaxun/maxun/pull/1051
* chore(deps): upgrade `uuid` to v14.0.0 by @amhsirak in https://github.com/getmaxun/maxun/pull/1052
* fix: improve markdown conversion speed by @RohitR311 in https://github.com/getmaxun/maxun/pull/1053
* chore: pre-release v0.0.39 by @amhsirak in https://github.com/getmaxun/maxun/pull/1054


**Full Changelog**: https://github.com/getmaxun/maxun/compare/v0.0.38...v0.0.39