Skip to content

Releases: mainsail-crew/mainsail

v2.1.0

19 Jan 20:11
Compare
Choose a tag to compare

Key Features

What's Changed

Features:

Bugfixes and Improvements:

Documentation:

Localizations:

Read more

v2.1.0-rc1

08 Jan 20:31
Compare
Choose a tag to compare
v2.1.0-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0-rc1

v2.1.0-beta6

26 Dec 09:01
Compare
Choose a tag to compare
v2.1.0-beta6 Pre-release
Pre-release

Just fix a bug to display all sidebar navi points

v2.1.0-beta5

26 Dec 00:06
Compare
Choose a tag to compare
v2.1.0-beta5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0-beta5

v2.1.0-beta4

06 Dec 23:44
Compare
Choose a tag to compare
v2.1.0-beta4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0-beta4

v2.1.0-beta3

01 Dec 23:21
Compare
Choose a tag to compare
v2.1.0-beta3 Pre-release
Pre-release

What's Changed

  • fix: iOS orientation changed didn't trigger resize event
  • fix: escape urls also escape / in the url

Full Changelog: v2.0.1...v2.1.0-beta3

v2.1.0-beta2

29 Nov 22:58
Compare
Choose a tag to compare
v2.1.0-beta2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0-beta2

v2.1.0-beta1

20 Nov 13:54
Compare
Choose a tag to compare
v2.1.0-beta1 Pre-release
Pre-release

What's Changed

  • feat: pronterface control by @meteyou in #323
  • feat: add klipper warnings panel on the dashboard by @meteyou in #355
  • feat: exclude objects by @meteyou in #362
  • feat: exclude object map by @meteyou in #369
  • feat: exclude object map by @meteyou in #371
  • feat: collapsable and normalize panels by @meteyou in #372
  • fix: fix ripple effect on collapsible-button by @th33xitus in #373
  • fix: fix ripple effect on two more buttons by @th33xitus in #374
  • fix: fix the webcam panel collapsible property by @th33xitus in #375
  • fix: fixing docker systemctl problems and speed up builds process. Made service commands available through frontend by @freasy in #376
  • feat: add option to hide config backup files by @goesta in #378
  • feat: redesign commits dialog in update manager (github like list) by @meteyou in #380
  • fix: inconsistent spelling and typos by @goesta in #379
  • fix: close websocket before connecting by @goesta in #383
  • feat: adds optional confirmation dialogs for emergency stop and power device change by @pedrolamas in #384
  • feat: uses monospace font on console by @pedrolamas in #389
  • fix: lint errors by @goesta in #381
  • feat: macro management by @meteyou in #396
  • feat: Added modified file tracking and unsaved change by @Drachenkaetzchen in #393
  • fix: Search string highlighted after pressing Ctrl+F again by @Drachenkaetzchen in #394
  • feat: change overlaps-scrollbar instead of perfect-scrollbar by @meteyou in #400
  • feat: move webcams to new db namespace by @meteyou in #401
  • refactor: move presets to own moonraker db namespace and create sub module of gui store by @meteyou in #405
  • feat: new design of the web UI by @steadyjaw in #408
  • refactor: Minor changes to menu and settings tab by @steadyjaw in #411
  • feat: lockable sliders by @th33xitus in #412
  • refactor: button overhaul and minor changes to the ui by @steadyjaw in #413
  • feat: gui for the timelapse moonraker plugin by @meteyou in #417
  • fix: webcam mjpegstreamer mode by @meteyou in #419

Full Changelog: v2.0.1...v2.1.0-beta1

v2.0.1

08 Sep 21:50
Compare
Choose a tag to compare

Bugfixes:

  • autofocus editor to bind search function
  • fix one typo in settings console tab
  • fix some display issues in printfarm panel
  • display wrong webcam if you connect to a remote printer on dashboard
  • fix typo in error message in gcodefiles
  • fix mainBackground image
  • autofocus input field after click on a command
  • add leading zero to FPS output below 10 (only adaptiv mode)
  • fix error of migrate drv_status in store

v2.0.0

26 Aug 17:55
Compare
Choose a tag to compare

What's new, what changed? To give you the shortest answer possible - nearly everything.
As many have already noticed, the main focus of this release was to increase performance - we decided to go the long way and rebuilt the entire interface using TypeScript.

New features:

  • all new editor
  • newly designed settings menu
  • all interface panels can be moved now + support for widescreens
  • system stats panel (can be found in machine settings)
  • improved heightmap (optimisation for deltas, new chart)
  • option for a linux like console
  • motion_report live data (dashboard data is live now)
  • change logo and interface colors
  • lots of other small QoL changes