From 0c0ff89133452fd0da90309c24e537723ed92ebf Mon Sep 17 00:00:00 2001 From: HelgeKeck Date: Wed, 18 Sep 2024 08:27:38 +0200 Subject: [PATCH] chore(release): 1.31.0-37 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fce076b03d..eea61466f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.31.0-37](https://github.com/Rat-OS/fluidd/compare/v1.31.0-36...v1.31.0-37) (2024-09-18) + + +### Features + +* don't show quotes on default macro params ([#1487](https://github.com/Rat-OS/fluidd/issues/1487)) ([f0f0764](https://github.com/Rat-OS/fluidd/commit/f0f076450eceb1c41d065a4d1c935842caaccac8)) +* **i18n-fr:** Update French translations ([e4567ac](https://github.com/Rat-OS/fluidd/commit/e4567ac4409bf09591754e0edbf08c2580378ccf)) +* **i18n-pt_BR:** Update Portuguese (Brazil) translations ([6c8008a](https://github.com/Rat-OS/fluidd/commit/6c8008a2d6b8e10ad7769ca78395d18c1642416c)) +* **i18n-tr:** Update Turkish translations ([cd73dda](https://github.com/Rat-OS/fluidd/commit/cd73dda48b7cfb7da02afc25ba696c3b47ee12fc)) +* restore positioning mode after extrude/move ([#1492](https://github.com/Rat-OS/fluidd/issues/1492)) ([4418256](https://github.com/Rat-OS/fluidd/commit/441825668ee52febc146d404a94b77cf41164d09)) +* show Minimum Cruise Ratio as percentage ([62fe156](https://github.com/Rat-OS/fluidd/commit/62fe1564faec39370ca7713855dd4d1507c0321b)) + + +### Bug Fixes + +* no pointer events on images ([8e2c501](https://github.com/Rat-OS/fluidd/commit/8e2c501f844d1d185dcb468ba3960c576da2addc)) +* set Minimum Cruise Ratio maximum to 99% ([0bddef2](https://github.com/Rat-OS/fluidd/commit/0bddef26a72826dd677e4beca4cba4cd48633b46)) + ## [1.31.0-36](https://github.com/Rat-OS/fluidd/compare/v1.31.0-35...v1.31.0-36) (2024-09-13) ## [1.31.0-35](https://github.com/Rat-OS/fluidd/compare/v1.31.0-34...v1.31.0-35) (2024-09-13) diff --git a/package-lock.json b/package-lock.json index 4523743aa2..0362e8dad9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fluidd", - "version": "1.31.0-36", + "version": "1.31.0-37", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fluidd", - "version": "1.31.0-36", + "version": "1.31.0-37", "license": "MIT", "dependencies": { "@ctrl/tinycolor": "^4.1.0", diff --git a/package.json b/package.json index bea4da7ed8..d03201f470 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fluidd", - "version": "1.31.0-36", + "version": "1.31.0-37", "private": true, "type": "module", "description": "fluidd, a klipper web client.",