You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+48-19Lines changed: 48 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,14 @@ All notable changes to RustIRC will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [Unreleased]
8
+
## [0.3.9] - 2026-01-10 (iced 0.14.0 Migration & CI Improvements)
9
+
10
+
### Summary
11
+
Complete GUI framework upgrade from iced 0.13.1 to iced 0.14.0 with 82+ breaking API changes resolved, along with CI/CD improvements and tech debt remediation. This release modernizes the GUI framework while maintaining full backward compatibility with existing functionality.
9
12
10
-
### Changed - 2026-01-10 (Iced 0.14.0 Migration)
13
+
### Changed
11
14
12
-
#### GUI Framework Upgrade: Iced 0.13.1 to 0.14.0
15
+
#### GUI Framework Upgrade: iced 0.13.1 to 0.14.0
13
16
-**Major Version Upgrade**: Complete migration from iced 0.13.1 to iced 0.14.0 with 82+ breaking API changes resolved
14
17
-**Key Features**: Reactive rendering improvements, time-travel debugging, and enhanced API design
15
18
@@ -25,7 +28,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
28
-**Style Structs**: Added required `snap: bool` field to `button::Style` and `container::Style`
26
29
-**Pixels Type**: Updated return types from `u16` to `f32` for Pixels trait bounds
0 commit comments