Update mainsail to v2.14.0 (#2655)

This commit is contained in:
Alexander L. 2025-04-28 13:15:01 +02:00 committed by GitHub
parent 4b982a4b5a
commit 054a37d1a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 12 deletions

View File

@ -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:

View File

@ -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