Skip to content

Releases: mainsail-crew/MainsailOS

MainsailOS 2.2.2

03 Oct 21:34

Choose a tag to compare

What's Changed

Bug Fixes and Improvements

  • RpiOS: Fix download urls to raspios oldstable (bookworm) (#350)

Other

  • Bump version to v2.2.2

MainsailOS 2.2.0

07 Sep 14:28

Choose a tag to compare

What's Changed

Features

  • Add support for orangepi zero3 (#336)

Bug Fixes and Improvements

  • headless_nm: Fix reading SSID or PW with special chars (#347)

Other

  • Bump version to v2.2.0

MainsailOS 2.1.0

15 Aug 11:16

Choose a tag to compare

What's Changed

Features

  • Add module for KIAUH (#318)
  • Add CANBUS support (#339)
  • Add btt cb1 build_only image (#328)

Bug Fixes and Improvements

  • Improve special modules check in build & release workflow (#329)
  • Enable WiFi per default on RPI SBCs (#334)
  • Fix parsing array to copy special modules (#338)
  • Fix upgrade rpi images (#342)

Refactor

  • Use systemctl_if_exists in 10-config-raspberry (#332)

Documentation

  • Readme CanBoot -> katapult (#320)
  • Readme fix newline (#321)
  • Update README.md (#327)

Other

  • Add attribute to config.yml to add "build_only" images (#325)
  • Bump version to v2.1.0

MainsailOS 2.0.0

19 May 20:01

Choose a tag to compare

What's Changed

Features

  • ci: Add KlipperScreen module (#284)

Bug Fixes and Improvements

  • build: Fix location of boot partition (#289)
  • build: Fix log file upload (#297)
  • ci: Fix annotations from actions (#285)
  • moonraker: PKGLIST variable rename (#298)
  • Add supported sbc to non rpi images (#277)
  • Fix current version number (#317)

Refactor

  • Change version handling (#296)
  • Transition from CustomPiOs to CustoPiZer (#314)

Other

  • ci: Skip build on push to master branch (#280)
  • Update urls and base image version (#288)
  • Add piwheels config, if it doesnt exists (#290)
  • Change module order (#291)
  • Switch to armbian for Opi Zero2 (#292)
  • Bump version to v2.0.0

MainsailOS 1.3.2

20 Jan 19:37
8cb9784

Choose a tag to compare

What's Changed

Bug Fixes and Improvements

  • Fix version number in release workflow (#276)

MainsailOS 1.3.1

20 Jan 16:32
b6ad1c5

Choose a tag to compare

What's Changed

Bug Fixes and Improvements

  • Fix version number in release (#275)

MainsailOS 1.3.0

20 Jan 09:35
2f79d0c

Choose a tag to compare

What's Changed

Features

  • Add BananaPi M2 Zero (#247)
  • Adds kiauh module for homebrewed images (#184)
  • Add python3-opencv for obico (#248)

Bug Fixes and Improvements

  • Fix error in udev-fix.sh (#228)
  • Add crowsnest log path & pkglist link in postrename script (#235)
  • Fix typo in tools_dir var, Line171 (#237)
  • Fix wifi connectivity (#240)
  • Fix armbian-release file error (#241)
  • Fix error autologin on serial tty (#242)
  • Fix 'is_board_type' function (#243)
  • Fix Torrent and Checksum download URLs (#244)
  • Removing 'klippy' alias (#246)
  • Fix motd on armbian and orange pi based images (#272)

Documentation

  • Fix broken README link to the docs (#231)

Other

  • build: Add new matrix workflow (#253)
  • Update download urls for armbian & orangepi (#233)
  • Update .gitignore (#254)
  • Refactor build & release workflow to remove external actions (#264)
  • Update issue bot text (#265)
  • Update generate json to new format (#266)
  • Fix typo in bot text (#273)

MainsailOS 1.2.1

26 May 07:00
8c65ad7

Choose a tag to compare

What's Changed

Bug Fixes and Improvements

MainsailOS 1.2.0

23 May 19:31
b0343d5

Choose a tag to compare

What's Changed

Bug Fixes and Improvements

Other

MainsailOS 1.1.1

26 Mar 12:46
fae8b3f

Choose a tag to compare

What's Changed

Bug Fixes and Improvements

  • Fix rpi-imager json value format for extract_size & image_download_size (#212) | b82137c
  • Fix firstboot issue (#214) | fae8b3f

Refactor