Skip to content

Commit f93dd81

Browse files
committed
Version: v0.68.2-alpha.0
1 parent 6874123 commit f93dd81

5 files changed

Lines changed: 23 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.68.2-alpha.0] - 2025-12-05
2+
3+
### Fixed
4+
- **Build**: Fixed Windows build failure by adding missing `raw_window_handle` imports in `src/platform.rs`.
5+
16
## [0.68.1-alpha.0] - 2025-12-05
27

38
### Fixed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
resolver = "2"
1414

1515
[workspace.package]
16-
version = "0.68.1-alpha.0"
16+
version = "0.68.2-alpha.0"
1717
edition = "2021"
1818
license = "MIT OR Apache-2.0"
1919
authors = ["GCodeKit Contributors"]

SLINT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ When dealing with numeric inputs that require unit conversion (e.g., switching b
103103
- In Rust: Use `slint::SharedString` to pass values. Parse the string using a helper (like `units::parse_from_string`) that handles the current unit system.
104104
- This allows the UI to display exactly what the user types or a formatted representation (e.g., "10.000") without fighting the automatic float-to-string conversion.
105105

106+
## Release v0.68.2-alpha.0 (December 2025)
107+
- **Build Fix**: Fixed Windows build failure by adding missing `raw_window_handle` imports in `src/platform.rs`.
108+
106109
## Release v0.68.1-alpha.0 (December 2025)
107110
- **Build Fix**: Resolved duplicate `MachineControlPanel` definition issue by removing the deprecated `src/ui_panels` directory.
108111
- **Assets**: Updated `eStop.png` with improved design and text layout.

SPEC.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
**Last Updated**: 2025-12-03
55
**Status**: Feature Release
66

7-
### Latest Release (v0.68.1-alpha.0) - Build Fixes
7+
### Latest Release (v0.68.2-alpha.0) - Windows Build Fix
8+
-**Build**
9+
- Fixed Windows build failure by adding missing `raw_window_handle` imports in `src/platform.rs`.
10+
11+
### Previous Release (v0.68.1-alpha.0) - Build Fixes
812
-**Build**
913
- Fixed build failure caused by duplicate `MachineControlPanel` definition.
1014
-**Assets**

0 commit comments

Comments
 (0)