Skip to content

Releases: mainsail-crew/mainsail

v2.2.0-beta1

11 May 22:06
Compare
Choose a tag to compare
v2.2.0-beta1 Pre-release
Pre-release

What's Changed

New Key Features:

Features:

  • feat: confirm before closing the browser tab by @meteyou in #723
  • feat: always show scrollbar in the editor by @meteyou in #791
  • feat: add note to history job by @meteyou in #716
  • feat: each viewport size can have different panels open/close by @meteyou in #696
  • feat: add input fields to sliders by @th33xitus in #674
  • feat: display only existing/useable bed_mesh profiles by @meteyou in #660
  • feat: add profile name field to calibrate bed_mesh dialog by @meteyou in #664
  • feat: add custom number input component by @th33xitus in #638
  • feat: rework heightmap page by @meteyou in #667
  • feat: export print history as CSV by @meteyou in #675
  • feat: add default moonraker instances to config.json by @meteyou in #695
  • feat: change default port for https instances in remote mode by @meteyou in #694
  • feat: add settings for klipper & moonraker 'SAVE & RESTART' by @meteyou in #700
  • feat: implement moonraker connection identify by @meteyou in #701
  • feat: add responsive component by @pataar in #704
  • feat: extend system load panel by @meteyou in #536
  • feat: display gcodeviewer always and store klipper settings in moonraker DB as a fallback by @meteyou in #725
  • feat: display error messages when console is not on the screen by @meteyou in #724
  • feat: add arm64 docker image support by @samwiseg0 in #787

Bugfixes and Improvements:

  • fix: console error regarding touch directive by @th33xitus in #633
  • fix: video and download link in timelapse video dialog by @FrYakaTKoP in #611
  • fix: removing remote printer in remote mode by @meteyou in #676
  • fix: fix gcode from macros with single char attributes by @meteyou in #680
  • fix: don't allow to add/update printers with empty hostname by @meteyou in #693
  • fix: icon rotation with svg icons by @pataar in #691
  • fix: search temperature_store_size in data_store and server by @meteyou in #705
  • fix: hide gcode thumbnail, if a webcam is active in printer farm by @meteyou in #706
  • fix: check if panel exists before load on dashboard by @meteyou in #734
  • fix: improve form validation for heater preset by @th33xitus in #749
  • fix: add error message in webcam panel, if no webcam is available by @meteyou in #754
  • fix: hide unknown panels in interface settings > dashboard page by @meteyou in #763
  • fix: disable home button in heightmap page while printing by @meteyou in #722
  • fix: translate job status in history by @meteyou in #713
  • fix: parse environment variable as string by @pataar in #632
  • refactor: migrate longpress.js to longpress.ts by @pataar in #619
  • refactor: replace 'vue-headful' with 'vue-meta' by @pataar in #620
  • refactor: move rename button in heightmap by @meteyou in #665
  • refactor: rework webcam settings visuals by @th33xitus in #679
  • refactor: replace font icons with their svg counterparts by @pataar in #646
  • refactor: tweak visual appearance of machine settings panel by @th33xitus in #784
  • refactor: display scrollbar when mouse is moving by @meteyou in #793

Documentation:

Localizations:

Other:

  • build(vite): migrate to vitejs by @pataar in #594
  • build(changelog): add auto-updating CHANGELOG.md by @pataar in #640
  • build: upgrade eslint to the newest version by @pataar in #634
  • build: improve TS checking while developing by @pataar in #637
  • build(lint): upgrade vue ruleset to ‘recommended’ by @pataar in #663
  • build: lower browserslist to support older browsers by @pataar in #688
  • build: add official Docker image by @pataar in #682
  • perf: load codemirror into a chunk for faster LCP by @pataar in #641
  • perf: replace echart library and load it modular by @pataar in #645
  • chore: remove development docker by @th33xitus in #677
  • chore: add .editorconfig by @th33xitus in #582
  • chore: improved bug report and feature request forms by @th33xitus in #683
  • chore: remove unused mutations by @th33xitus in #697
  • chore: remove unused getter by @th33xitus in #698
  • chore: remove components.d.ts from git by @pataar in #703
  • ci(lint): add ci workflow and update related packages to the latest version by @pataar in #586
  • ci: add bundle size report for PRs by @pataar in #616
  • ci: run build size report on 'analyze' label by @pataar in #635
  • test: add cypress for e2e testing by @pataar in #655
  • style: add prettier as default formatter by @pataar in #614
  • style: order all locale keys alphabetically by @pataar in #702
  • style: indent size of 4 spaces in json by @th33xitus in #715
  • style(icons): update PWA icons by @pataar in #727
  • style: fix lint issue of locale files by @meteyou in #764

New Contributors

Read more

v2.1.2

14 Feb 21:48
ebf7486
Compare
Choose a tag to compare

What's Changed

  • fix: fix button text when click "firmwareRestart" while printing
  • fix: display sensors with a - in the name in the tempchart
  • fix: size of the gcode dragzone in Safari to upload gcode files
  • fix: request klippy error messages when klippy state === shutdown
  • fix: trigger timelapse settings when timelapse webcam will be changed
  • locale(pl): small update/fixes
  • locale(da): small update/fixes

Full Changelog: v2.1.1...v2.1.2

v2.1.1

28 Jan 18:34
Compare
Choose a tag to compare

What's Changed

  • locale(it): IT translation update by @ded-doggo in #553
  • fix: read nozzle_diameter from klipper config in gcodeviewer by @meteyou in #558
  • fix: gcode viewer default viewmode by @meteyou in #559
  • fix: farm printer switch and display klippy connection errors by @meteyou in #563
  • fix: delete remote printers dont work by @meteyou in #564
  • fix: input field and spinner bug (fixes #551) by @th33xitus in #555
  • locale(zh): Update zh.json by @xiaoqianzi15 in #557
  • fix: hide second notification in timelapse > remove mp4 by @meteyou in #572
  • fix: polling klippy error messages by @meteyou in #571
  • locale(da): danish - minor updates, missing tags and removed "deceleration" by @srbjessen in #578
  • locale(pl): polish translation by @Furrciak in #581
  • locale(pl): fix polish translation by @Furrciak in #589
  • locale(pl): additional fix for polish language by @Furrciak in #592

New Contributors

  • @Furrciak made their first contribution in #581

Full Changelog: v2.1.0...v2.1.1

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