Skip to content

v2.14.0

Latest
Compare
Choose a tag to compare
@meteyou meteyou released this 23 Apr 19:32
· 12 commits to develop since this release

What's Changed

Features

  • Console: Improve key up/down in Console with multi-line input/history (#2108)
  • Editor: Store last state of file structure sidebar (#2140)
  • TemperaturePanel: Add SHT3X support (#2025)
  • Temperatures: Add menu to open Settings & turn off heaters (#2103)
  • UpdateManager: Implement python package entries (#2092)
  • Add load cell gram scales in misc panel (#2173)
  • Add support for hall filament width sensor (#2193)
  • Add search functionality to macro settings interface (#2141)

Bug Fixes and Improvements

  • Editor: Fix structure sidebar for files with values without a section (#2139)
  • History: Fix count per page switch in the History List Panel (#2133)
  • Locale: Add missing translation key in SettingsControlTab (#2104)
  • Timelapse: Fix count per page switch in the Timelapse Files Panel (#2134)
  • history: Fix filter reactivity (#2129)
  • spoolman: Save spool_id in lowercase variable (#2160)
  • updatemanager: Loosely parse package semver (#2179)
  • updatemanager: Only git repos can soft recover (#2191)
  • z-tilt: Fix z_tilt check for older Klipper versions (#2102)
  • Update Gcode-Viewer lib from sindarius to fix G2/G3 visualisation (#2127)
  • Show system panel when Klipper is not ready (#2149)
  • Fix the axios up- & download rate (#2172)

Refactor

  • Machine: Refactor endstop panel and add dockable_probe (#2124)
  • Remove duplicate PrinterStateLight definition (#2171)

Localization

  • en: Remove unused key (#2105)
  • ru: Update Russian translations (#2128)

Other

  • Update gcodeviewer to v3.7.16 (#2152)
  • Update dependencies in package.json (#2168)
  • Remove deprecated @types/cypress package (#2181)