From 054a37d1a5763b2f3cd9e1368c21adedb20da7c2 Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Mon, 28 Apr 2025 13:15:01 +0200 Subject: [PATCH] Update mainsail to v2.14.0 (#2655) --- mainsail/docker-compose.yml | 2 +- mainsail/umbrel-app.yml | 27 ++++++++++++++++----------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/mainsail/docker-compose.yml b/mainsail/docker-compose.yml index 0a059e80..7087c489 100644 --- a/mainsail/docker-compose.yml +++ b/mainsail/docker-compose.yml @@ -6,7 +6,7 @@ services: APP_HOST: mainsail_web_1 APP_PORT: 80 web: - image: ghcr.io/mainsail-crew/mainsail:v2.13.2@sha256:2097332f510d027de18cfa6fa2a39b01bfe1f518a0f7165219b79e3dc71ea158 + image: ghcr.io/mainsail-crew/mainsail:v2.14.0@sha256:fc83a9104b9b87e0779f85dfaff2e68dc33824cfae3d0a7ae602dddbd062d1d1 restart: on-failure stop_grace_period: 1m volumes: diff --git a/mainsail/umbrel-app.yml b/mainsail/umbrel-app.yml index c201cd2a..dfd74182 100644 --- a/mainsail/umbrel-app.yml +++ b/mainsail/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: mainsail category: files name: Mainsail -version: "2.13.2" +version: "2.14.0" tagline: Control and monitor your printer from everywhere, from any device description: >- 🖨️ A modern and responsive user interface for Klipper. Control and monitor your printer from everywhere, from any device. @@ -16,17 +16,22 @@ description: >- **100% open source.** Anyone can join, anyone can contribute. releaseNotes: >- - Bug fixes and improvements: - - Fix editor sidebar height - - Fix documentation link for Kalico - - Fix gcode commands in tools - - Preserve outer quotes in macro prompts - - Fix print start from dashboard for subdirectory files - - Hide horizontal scrollbar in StartPrintDialog - - Fix z_tilt button for z_tilt_ng with Kalico + New features and improvements: + - Improved Console with multi-line input and history + - Added SHT3X support in Temperature Panel + - New menu to open Settings & turn off heaters in Temperatures + - Implemented python package entries in Update Manager + - Added load cell gram scales in misc panel + - Added support for hall filament width sensor + - Added search functionality to macro settings interface + + + Bug fixes: + - Fixed various issues in Editor, History, and Timelapse panels + - Improved Z-tilt functionality + - Fixed G2/G3 visualisation in Gcode-Viewer + - Various other minor fixes and improvements - Localization: - - Update Chinese locale Full release notes are found at https://github.com/mainsail-crew/mainsail/releases developer: Mainsail Crew