Skip to content

Releases: getmaxun/maxun

Maxun v0.0.12 | Full Sized Browser, Faster Highlighting⚡

27 Mar 12:29
d891aa1
Compare
Choose a tag to compare

What's New

Full Sized Browser 🖥️

The browser now opens websites in full size to ensure no elements are missing

Screenshot 2025-03-27 175309

Faster & Smoother Highlighting ⚡

Optimized with caching & memoization, making the selection process more responsive.

What's Changed

New Contributors

Full Changelog: v0.0.11...v0.0.12

Maxun v0.0.11 | Airtable Integration, Browser Performance Improvements +++

12 Mar 20:18
43401ed
Compare
Choose a tag to compare

What's New

1. Airtable Integration 📊

Easily connect your robots to Airtable! Watch the video below to know more:

http://youtube.com/watch?v=Yf4Ifi2WuJk

DB Migration For Docker Users To Setup Airtable Integration

Steps to Manually Add airtable_base_id Column

Note: This is temporary as we will be automating db migrations

  1. Run the following command inside the root folder of the project to access PostgreSQL:
    docker-compose exec postgres psql -U $DB_USER -d $DB_NAME
  2. Inside the psql shell, run this SQL command to add the airtable_base_id column to the robot table:
    ALTER TABLE robot ADD COLUMN airtable_base_id TEXT;
  3. Type \q to exit the psql shell.
  4. Restart the container docker-compose up -d

2. Improved Browser Performance ⚡

We’ve made significant optimizations to enhance performance:

  • Higher FPS: 10% increase for smoother rendering.
  • Lower Event Latency: 32% faster, improving responsiveness.
  • Memory Stability: No more increasing memory usage - it's now stable for consistent performance.

3. Infrastructure Enhancements 🏗️

  • Concurrent Runs: Execute multiple workflows in parallel for better efficiency.
  • Per-User Recording Sessions: Each user now gets a dedicated browser session recording, enabling more reliable extraction.

Enjoy the new improvements, and let us know your feedback! 🚀

What's Changed

Full Changelog: v0.0.10...v0.0.11

Maxun v0.0.10 | Bug Fixes & Enhancements

22 Feb 16:46
9067420
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.10

Maxun v0.0.9 | Bug Fixes & Enhancements

04 Feb 18:50
f44caf1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

Maxun v0.0.8 | Editable Robot Inputs & Bug Fixes

25 Jan 19:38
0dd5f62
Compare
Choose a tag to compare

What's New

Editable Robot Inputs

You can now edit all inputs provided during robot training! This includes usernames, passwords, emails, search terms, and more. With this update, robots become more dynamic and adaptable, ensuring smoother and more versatile data extraction.

Checkout this video to learn more: https://www.youtube.com/watch?v=BuHPbv3L0Yc

What's Changed

Full Changelog: v0.0.7...v0.0.8

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