Skip to content

Releases: getmaxun/maxun

Maxun v0.0.7 | Dark Theme, Arm64 Docker Support, Restart Recording Session +++

13 Jan 11:35
9669a34
Compare
Choose a tag to compare

What's New

🌙 Dark Theme

Toggle between light and dark mode!
Screenshot 2025-01-13 170340

🔄 Restart Recording Session

Want to undo all captures in the current recording session? Now, you can simply "Restart Recording" instead of discarding and creating a new recording session.

Screenshot 2025-01-13 165659

⚙️ Arm64 Docker Support

Highly requested by the community. Maxun can now be run and deployed on ARM-based environments such as Raspberry Pi, AWS Graviton, and Apple M-series chips.

🤩 Better Pagination Selection

We have improved the reliability of pagination selection, allowing a robot to extract 50,000+ rows of data in one run.

What's Changed

New Contributors

Full Changelog: v0.0.6...v0.0.7

Maxun v0.0.6 | 50%+ reduction in memory usage, IFrame & Shadow DOM extraction

07 Jan 04:52
Compare
Choose a tag to compare

What's New

Better Extraction 🕷️

Support for iframes and shadow dom!

Recording Browser Optimization 🎉

  1. Overall memory usage improved by ~1.56x (56% reduction in memory usage)
  2. Massive improvements for External and Array Buffers (~90%+ reductions).
  3. Heap memory usage reduced by ~1.3 GB, which is nearly 30% less memory usage for the heap!

What's Changed

Full Changelog: v0.0.5...v0.0.6

Maxun v0.0.5 Release 🎉 | Input Handlers, Internationalization Support

22 Dec 20:13
825555d
Compare
Choose a tag to compare

Hey Everybody! v0.0.5 introduces input handlers and i18n support! 🎉

⚙️ Input Handlers Available

  1. Date Fields
  2. Dropdowns
  3. Range
  4. Time
  5. Checkboxes
  6. Radios

🔤 Internationalization Support (i18n)

  1. English
  2. Chinese
  3. Japanese
  4. German
  5. Spanish

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.0.5

Maxun v0.0.4 Release 🎉 | Extract Behind Login, Product Updates

11 Dec 12:51
780011a
Compare
Choose a tag to compare

Hey Everybody! v0.0.4 introduces two new features

Extract Behind Login

Introducing extract behind login in Maxun!🔐
With extract behind login, you can scrape data behind logins using username and password. Cookie sessions coming soon! 🍪
👉 Watch this video to know more: https://www.youtube.com/watch?v=_-n6OFQI_x4

Product Updates

Upgrading self-hosted open-source software is hard. To make it easier, we are bringing product upgrades. You will automatically be notified on your dashboard when a new release is available! ⚡

Screenshot 2024-12-08 235404

What's Changed

Full Changelog: hotfix-0.0.3...v0.0.4

Maxun Hotfix Release | hotfix-0.0.3

05 Dec 16:21
Compare
Choose a tag to compare

The hotfix is for creating robots that require pagination. v0.0.3 accidentally broke it. Please upgrade to this release, else your robots with pagination will fail.

Steps To Upgrade Maxun Version

  1. go to project directory
  2. run git pull origin master
  3. if using docker, perform step 1 & 2 then:
  • run docker-compose down
  • run docker-compose pull
  • run docker-compose up -d

Full Changelog: v0.0.3...hotfix-0.0.3

Maxun OSS v0.0.3 Release 🎉| Bug Fixes & Enhancements

04 Dec 17:05
da9c90f
Compare
Choose a tag to compare

Maxun v0.0.3 introduces new environment variables for dynamic ports for flexibility in Docker setups, especially when running on virtual machines (VMs) or in multi-instance scenarios.

New Environment Variables

  1. PUBLIC_URL - URL to run frontend on
  2. VITE_PUBLIC_URL - URL used by backend to connect to frontend
  3. BACKEND_PORT - Port to run backend on. Needed for Docker setup
  4. FRONTEND_PORT - Port to run frontend on. Needed for Docker setup
  5. MINIO_CONSOLE_PORT - Port number for MinIO WebUI service. Needed for Docker setup

Thank you ❤️
Team Maxun

Steps To Upgrade Maxun Version

  1. go to project directory
  2. run git pull origin master
  3. if using docker, perform step 1 & 2 then:
  • run docker-compose down
  • run docker-compose pull
  • run docker-compose up -d

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

Maxun OSS v0.0.2 Release 🎉 | Robot Duplication, Search, CSV Export, Stealth Support, Docker Image ++

23 Nov 04:20
36ebff4
Compare
Choose a tag to compare

Hey Everybody! v0.0.2 comes with a lot of amazing things, the most fun being "Robot Duplication". With robot duplication, you can scrape similar structural pages quicker, without training a robot again.

👉 Watch this video to know more: https://www.youtube.com/watch?v=fdW8VPcAsN8

What's Changed

New Contributors

Full Changelog: v0.0.01...v0.0.2

v0.0.01

04 Nov 21:06
34055ab
Compare
Choose a tag to compare

Maxun OSS v0.0.1 Release 🎉

Hey Everybody! We've fixed a lot of bugs to ensure you can scrape data much more easily 😄

👉 Here is a highly requested introductory demo video : https://www.youtube.com/watch?v=ZXGQEwQN7yI&t=2s

Thank you for your support and patience ❤️

What's Changed

New Contributors

Full Changelog: https://github.com/getmaxun/maxun/commits/v0.0.01