Skip to content

Commit d3b5f31

Browse files
committed
chore: updates CHANGELOG.md and package version
Signed-off-by: Pedro Lamas <[email protected]>
1 parent 2781788 commit d3b5f31

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.36.2](https://github.com/fluidd-core/fluidd/compare/v1.36.1...v1.36.2) (2026-01-02)
6+
7+
8+
### Features
9+
10+
* show full timestamp tooltip on relative ([#1771](https://github.com/fluidd-core/fluidd/issues/1771)) ([7bc16ee](https://github.com/fluidd-core/fluidd/commit/7bc16ee7d5cd1abdbdc5247a74c0a577ec02b57f))
11+
12+
13+
### Bug Fixes
14+
15+
* **GcodePreview:** reset only null coordinates ([#1775](https://github.com/fluidd-core/fluidd/issues/1775)) ([8a6b082](https://github.com/fluidd-core/fluidd/commit/8a6b082b6e922b399b4cb8486ce79beadf717248))
16+
* **GcodePreview:** use approximate position ([#1776](https://github.com/fluidd-core/fluidd/issues/1776)) ([2781788](https://github.com/fluidd-core/fluidd/commit/2781788aa32494cd76044154cf89ace6b5e2db8e))
17+
* **HappyHare:** EMU Logo SVG fix for dark themes ([#1769](https://github.com/fluidd-core/fluidd/issues/1769)) ([2cc3420](https://github.com/fluidd-core/fluidd/commit/2cc34200072617445864db91efd8eb1a58d99fab))
18+
19+
20+
### Code Refactorings
21+
22+
* removed "void" dispatch ([13071c0](https://github.com/fluidd-core/fluidd/commit/13071c0f9ad1ebf15a90f3be7dfd5b49b80fa2cd))
23+
524
## [1.36.1](https://github.com/fluidd-core/fluidd/compare/v1.36.0...v1.36.1) (2025-12-23)
625

726

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

0 commit comments

Comments
 (0)