Skip to content

Commit 3fed095

Browse files
committed
chore(release): 1.36.4
1 parent 761baa6 commit 3fed095

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [1.36.4](https://github.com/fluidd-core/fluidd/compare/v1.36.3...v1.36.4) (2026-04-11)
6+
7+
8+
### Features
9+
10+
* **i18n-de:** Update German translations ([7a6e54d](https://github.com/fluidd-core/fluidd/commit/7a6e54d63d83258a65fae9dbca127efadca5f0ad))
11+
* **i18n-pl:** Update Polish translations ([4c28150](https://github.com/fluidd-core/fluidd/commit/4c28150c7caf4d1d6d7e481a596c44f57ee21997))
12+
* **i18n-sl:** Update Slovenian translations ([bace4ce](https://github.com/fluidd-core/fluidd/commit/bace4ce758ee4f0f3ce842bcbe1119075885d473))
13+
* use Monarch tokenizer for large gcode files ([#1814](https://github.com/fluidd-core/fluidd/issues/1814)) ([c218928](https://github.com/fluidd-core/fluidd/commit/c2189282fd1c8e8c41d78143c01a6c9994aab7c6))
14+
15+
16+
### Bug Fixes
17+
18+
* allow Klipper restart if printer paused ([#1811](https://github.com/fluidd-core/fluidd/issues/1811)) ([1b0478c](https://github.com/fluidd-core/fluidd/commit/1b0478c0b1e30ad404f2dcf0c8649908aacbaddf))
19+
20+
21+
### Code Refactorings
22+
23+
* typing improvements ([107d6d6](https://github.com/fluidd-core/fluidd/commit/107d6d622c8f89a8699915ce0d616235b5c8e9a8))
24+
* use monaco provider classes ([#1816](https://github.com/fluidd-core/fluidd/issues/1816)) ([d8f154f](https://github.com/fluidd-core/fluidd/commit/d8f154fb9af4c19a13ce34ea4645c64fcc102330))
25+
526
## [1.36.3](https://github.com/fluidd-core/fluidd/compare/v1.36.2...v1.36.3) (2026-03-28)
627

728

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.36.3",
3+
"version": "1.36.4",
44
"private": true,
55
"type": "module",
66
"description": "fluidd, a klipper web client.",

0 commit comments

Comments
 (0)