v0.0.35

getmaxun/maxunv0.0.35Mar 12, 2026by amhsirak

AI Summary

This release enhances the Recorder mode by enabling browser reload with proper navigation handling and introduces the ability to duplicate Extract Robots. It also refines proxy settings and real-time scrolling actions.

Key Highlights

  • Robot duplication available from UI and API
  • Fix recorder browser reload with proper navigation handling
  • Remove standard proxy tabs
  • Improve realtime scrolling action
  • Fix robot edit URL logic

New Features

  • Robot duplication (UI and API)
  • Remove standard proxy tabs
  • Improve realtime scrolling action

Full Release Notes

## What's New

## 🔁 Robot Duplication

You can now duplicate Extract Robots created using Recorder mode to quickly create a new robot from an existing configuration.

This makes it easy to reuse extraction workflows or run similar automations without rebuilding the robot from scratch.

Robot duplication is **available from the UI** and can also be done **programmatically via the API**.

Learn more: https://docs.maxun.dev/robot/extract/robot-duplicate

## What's Changed
* Fix: Enable recorder browser reload with proper navigation handling (#988) by @alwaysalearner1234 in https://github.com/getmaxun/maxun/pull/997
* feat: add robot duplication by @RohitR311 in https://github.com/getmaxun/maxun/pull/993
* fix: robot edit url logic by @RohitR311 in https://github.com/getmaxun/maxun/pull/994
* fix: generate uuid for non secure context by @RohitR311 in https://github.com/getmaxun/maxun/pull/1000
* feat: remove standard proxy tabs by @amhsirak in https://github.com/getmaxun/maxun/pull/1001
* feat: improve realtime scrolling action by @RohitR311 in https://github.com/getmaxun/maxun/pull/1002
* chore: pre-release v0.0.35 by @amhsirak in https://github.com/getmaxun/maxun/pull/1003

## New Contributors
* @alwaysalearner1234 made their first contribution in https://github.com/getmaxun/maxun/pull/997

**Full Changelog**: https://github.com/getmaxun/maxun/compare/v0.0.34...v0.0.35