Skip to content

Commit dfaad04

Browse files
committed
chore(release): 1.31.1
1 parent a8de02e commit dfaad04

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
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.
44

5+
## [1.31.1](https://github.com/fluidd-core/fluidd/compare/v1.31.0...v1.31.1) (2024-12-03)
6+
7+
8+
### Features
9+
10+
* allow ordering of gcode macro categories ([0cc0e71](https://github.com/fluidd-core/fluidd/commit/0cc0e7106ade11c510a2ad4c9ee233a58a784e1f))
11+
* allow user selection of device camera ([#1542](https://github.com/fluidd-core/fluidd/issues/1542)) ([3e8a42d](https://github.com/fluidd-core/fluidd/commit/3e8a42d79840a8bce723fcc626c10430685ebb1d))
12+
* larger touch target for the drag icon ([729fe00](https://github.com/fluidd-core/fluidd/commit/729fe0067cd5a39ce8426494737454996bb11857))
13+
* macros card navigate to category settings ([d61d0f6](https://github.com/fluidd-core/fluidd/commit/d61d0f699042cf70979d91577b0b512bc1e4e360))
14+
15+
16+
### Bug Fixes
17+
18+
* column picker dragging group ([4ae7d8b](https://github.com/fluidd-core/fluidd/commit/4ae7d8b1e4d3876b4a27ed37e3fe13380ea67906))
19+
* **FileSystem:** escape special characters ([99368cf](https://github.com/fluidd-core/fluidd/commit/99368cfcf93f2f13150ec217adc1ac313a223d60))
20+
* group and wrap tool change commands ([#1543](https://github.com/fluidd-core/fluidd/issues/1543)) ([ef8da05](https://github.com/fluidd-core/fluidd/commit/ef8da0540416bc7b0983646b961679e431bc45da))
21+
* include M23 as a rawparams macro ([8b51545](https://github.com/fluidd-core/fluidd/commit/8b5154596ab1a5cef534731d23270bb57b125d0b))
22+
523
## [1.31.0](https://github.com/fluidd-core/fluidd/compare/v1.30.6...v1.31.0) (2024-11-24)
624

725

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluidd",
3-
"version": "1.31.0",
3+
"version": "1.31.1",
44
"private": true,
55
"type": "module",
66
"description": "fluidd, a klipper web client.",

0 commit comments

Comments
 (0)