Skip to content

Releases: getmaxun/maxun

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

Thank you for your support and patience ❤️

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

Thank you for your support and patience ❤️

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