Skip to content

Commit 13abd37

Browse files
authored
Merge branch 'develop' into develop
2 parents b0cf956 + 25c60ad commit 13abd37

File tree

101 files changed

+2658
-3120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+2658
-3120
lines changed

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,64 @@
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.32.6](https://github.com/fluidd-core/fluidd/compare/v1.32.5...v1.32.6) (2025-03-05)
6+
7+
8+
### Features
9+
10+
* **i18n-de:** Update German translations ([0e8ce27](https://github.com/fluidd-core/fluidd/commit/0e8ce27b5cd242461fa3ccdc1b085bbe570897ba))
11+
* **i18n-pl:** Update Polish translations ([d5a1c57](https://github.com/fluidd-core/fluidd/commit/d5a1c578d798ec5d0e9f19ac825776de4c7d0a1e))
12+
13+
14+
### Bug Fixes
15+
16+
* **AppBtnToggle:** specify v-model property ([#1627](https://github.com/fluidd-core/fluidd/issues/1627)) ([11db0ad](https://github.com/fluidd-core/fluidd/commit/11db0ad0876ac216a8b19d4edfc16cc6aa9e9cfb))
17+
18+
19+
### Code Refactorings
20+
21+
* typing improvements and fixes ([9329344](https://github.com/fluidd-core/fluidd/commit/9329344f328e11ed1349c8ef26daff3fb533ec33))
22+
23+
## [1.32.5](https://github.com/fluidd-core/fluidd/compare/v1.32.4...v1.32.5) (2025-03-04)
24+
25+
26+
### Bug Fixes
27+
28+
* **FileSystem:** metadata types on getFile ([#1623](https://github.com/fluidd-core/fluidd/issues/1623)) ([0d5055d](https://github.com/fluidd-core/fluidd/commit/0d5055ddf652d5e4c8c3aeafb0609e7fba7a499c))
29+
30+
## [1.32.4](https://github.com/fluidd-core/fluidd/compare/v1.32.3...v1.32.4) (2025-03-04)
31+
32+
33+
### Features
34+
35+
* **History:** show auxiliary data ([#1608](https://github.com/fluidd-core/fluidd/issues/1608)) ([cf8190d](https://github.com/fluidd-core/fluidd/commit/cf8190d71b8c4a90e8146714225996ac905ef3c7))
36+
* **i18n-hu:** Update Hungarian translations ([5ade567](https://github.com/fluidd-core/fluidd/commit/5ade567b7ff1f0e885fccf1aab56b46d0318e06e))
37+
* **i18n-pl:** Update Polish translations ([be5c3b0](https://github.com/fluidd-core/fluidd/commit/be5c3b0c43c17aa8c84b7142c8d38cd900af0e3a))
38+
* **i18n-uk:** Update Ukrainian translations ([fb45e78](https://github.com/fluidd-core/fluidd/commit/fb45e78a8a4f78c68f17103b2ba76516416ef217))
39+
* lock dashboard sliders on mobile devices ([#1614](https://github.com/fluidd-core/fluidd/issues/1614)) ([456a156](https://github.com/fluidd-core/fluidd/commit/456a1564db74ad5fe8da7d8182eca7b3e814d784))
40+
* new Moonraker metadata support ([#1617](https://github.com/fluidd-core/fluidd/issues/1617)) ([d8a9555](https://github.com/fluidd-core/fluidd/commit/d8a9555893ea22063fa1f2d4ce9878f72a37a2ba))
41+
42+
43+
### Bug Fixes
44+
45+
* **Cameras:** always emit frame event ([#1621](https://github.com/fluidd-core/fluidd/issues/1621)) ([f58cb3f](https://github.com/fluidd-core/fluidd/commit/f58cb3fedc4a3a0b22d837ec1f1edc1b7c0fdc1a))
46+
* clear state on closing ScrewsTiltAdjustDialog ([#1620](https://github.com/fluidd-core/fluidd/issues/1620)) ([4ceef32](https://github.com/fluidd-core/fluidd/commit/4ceef323c0b894685a834ee0f294f8f325cab416))
47+
* **FileSystem:** metadata load improvements ([7e3442a](https://github.com/fluidd-core/fluidd/commit/7e3442a80de227d1b153efeb3528fc95f7f7c8d1))
48+
* **GcodePreview:** auto-loading condition ([#1613](https://github.com/fluidd-core/fluidd/issues/1613)) ([16e6f5c](https://github.com/fluidd-core/fluidd/commit/16e6f5c9e8f5e8f2d75405a39c4e72848243bca8))
49+
* **style:** button groups shadow ([15f79fa](https://github.com/fluidd-core/fluidd/commit/15f79fae0a8f2792d885e1caf0f0e817463972f7))
50+
* **System:** empty disk usage info on startup ([1a9274b](https://github.com/fluidd-core/fluidd/commit/1a9274b6b55adbe15df315859d07f5c0677a272b))
51+
52+
53+
### Code Refactorings
54+
55+
* bed size is always defined ([907fdc1](https://github.com/fluidd-core/fluidd/commit/907fdc18fed157af7f528677b2de4652285a3d44))
56+
* column picker simplification ([9c47df8](https://github.com/fluidd-core/fluidd/commit/9c47df83a9c17d8eb1d52e3538fb26a210ac72a5))
57+
* **MacroSettings:** pass copy of macro ([085fc3b](https://github.com/fluidd-core/fluidd/commit/085fc3bf7b44333d8673e21093b69ca5dc550f5a))
58+
* minor typing improvements ([6b6eaf6](https://github.com/fluidd-core/fluidd/commit/6b6eaf6ce2350b1ac594279132c49ed7f1f3e79b))
59+
* move file uploads dialog to root ([abc0ba9](https://github.com/fluidd-core/fluidd/commit/abc0ba9a05b6cc8b3a74fd21f47889b065f42692))
60+
* typing improvements ([e0bb1c9](https://github.com/fluidd-core/fluidd/commit/e0bb1c916008eeabf66dfeacfb37bd5c69414869))
61+
* typing improvements ([f2b5b1a](https://github.com/fluidd-core/fluidd/commit/f2b5b1abc1fe5db8cf31efc6769c1dd3916bd086))
62+
563
## [1.32.3](https://github.com/fluidd-core/fluidd/compare/v1.32.2...v1.32.3) (2025-02-18)
664

765

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,7 @@ A big thank you to:
5656
- Eric Callahan for [Moonraker](https://github.com/Arksine/moonraker)
5757
- Dominik Willner for [KIAUH](https://github.com/dw-0/kiauh)
5858
- Ray for [MainsailOS](https://github.com/raymondh2/MainsailOS)
59+
60+
## Misc
61+
62+
This project is tested with BrowserStack

components.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ declare module 'vue' {
1919
AppBtnToggle: typeof import('./src/components/ui/AppBtnToggle.vue')['default']
2020
AppBtnToolheadMove: typeof import('./src/components/ui/AppBtnToolheadMove.vue')['default']
2121
AppChart: typeof import('./src/components/ui/AppChart.vue')['default']
22+
AppChipColor: typeof import('./src/components/ui/AppChipColor.vue')['default']
2223
AppColorPicker: typeof import('./src/components/ui/AppColorPicker.vue')['default']
2324
AppColumnPicker: typeof import('./src/components/ui/AppColumnPicker.vue')['default']
25+
AppDataTableCellColors: typeof import('./src/components/ui/AppDataTableCellColors.vue')['default']
26+
AppDataTableCellTemps: typeof import('./src/components/ui/AppDataTableCellTemps.vue')['default']
2427
AppDataTableRow: typeof import('./src/components/ui/AppDataTableRow.vue')['default']
2528
AppDialog: typeof import('./src/components/ui/AppDialog.vue')['default']
2629
AppDraggable: typeof import('./src/components/ui/AppDraggable.vue')['default']

0 commit comments

Comments
 (0)