|
5 | 5 |
|
6 | 6 |  |
7 | 7 |
|
8 | | -[](CHANGELOG.md) |
| 8 | +[](CHANGELOG.md) |
9 | 9 | [](https://www.rust-lang.org) |
10 | 10 | [](LICENSE-MIT) |
11 | 11 | [](.github/workflows/ci.yml) |
|
19 | 19 |
|
20 | 20 | A powerful, modern IRC client built in Rust with an enhanced Material Design 3 interface and comprehensive Lua scripting |
21 | 21 |
|
22 | | -**Last Updated**: 2026-03-07 | **Branch**: main - v0.4.1 CI Fixes & Security Updates |
| 22 | +**Last Updated**: 2026-03-07 | **Branch**: main - v0.4.2 Dependency Maintenance & GitHub Cleanup |
23 | 23 |
|
24 | 24 | [Features](#-features) • [Documentation](#-documentation) • [Development Plan](#-development-plan) • [Architecture](#️-architecture) • [Contributing](#-contributing) |
25 | 25 |
|
@@ -64,10 +64,10 @@ Built with Rust for memory safety, performance, and cross-platform reliability. |
64 | 64 |
|
65 | 65 | ## 📦 Latest Release |
66 | 66 |
|
67 | | -[](https://github.com/doublegate/RustIRC/releases/tag/v0.4.1) |
68 | | -[](https://github.com/doublegate/RustIRC/releases/tag/v0.4.1) |
| 67 | +[](https://github.com/doublegate/RustIRC/releases/tag/v0.4.2) |
| 68 | +[](https://github.com/doublegate/RustIRC/releases/tag/v0.4.2) |
69 | 69 |
|
70 | | -**Version 0.4.1** - CI Fixes & Security Updates (patch for v0.4.0 Scripting, Plugins, DCC & IRCv3) |
| 70 | +**Version 0.4.2** - Dependency Maintenance & GitHub Cleanup |
71 | 71 |
|
72 | 72 | ### 📜 Lua Scripting System Highlights |
73 | 73 |
|
@@ -108,7 +108,7 @@ Built with Rust for memory safety, performance, and cross-platform reliability. |
108 | 108 |
|
109 | 109 | ## 🏗️ Current Development Status |
110 | 110 |
|
111 | | -**Last Updated**: March 7, 2026 - v0.4.1 CI Fixes & Security Updates |
| 111 | +**Last Updated**: March 7, 2026 - v0.4.2 Dependency Maintenance & GitHub Cleanup |
112 | 112 |
|
113 | 113 | ### ✅ **Phase 1: Research & Setup** - **COMPLETE** (100%) |
114 | 114 |
|
@@ -369,7 +369,7 @@ RustIRC is being developed in 7 carefully planned phases over 24-26 weeks: |
369 | 369 |
|
370 | 370 | ## 🚦 Current Status |
371 | 371 |
|
372 | | -**Version**: 0.4.1 - CI Fixes & Security Updates |
| 372 | +**Version**: 0.4.2 - Dependency Maintenance & GitHub Cleanup |
373 | 373 | **Phase**: Phases 1-6 Complete ✅ | Major Feature Release |
374 | 374 | **Build Status**: All 6 crates compile successfully, 266 tests passing |
375 | 375 | **Total Tasks**: 249+ across 7 phases | Phases 1-6 100% complete |
@@ -399,6 +399,12 @@ RustIRC is being developed in 7 carefully planned phases over 24-26 weeks: |
399 | 399 | - **URL Preview**: Regex-based URL detection in messages |
400 | 400 | - **Settings Persistence**: GUI AppSettings save/load with XDG paths |
401 | 401 |
|
| 402 | +### 🔧 v0.4.2 Dependency Maintenance & GitHub Cleanup (March 7, 2026) |
| 403 | + |
| 404 | +- **Actions**: Bumped upload-artifact v6->v7, download-artifact v7->v8 across all workflows |
| 405 | +- **Cleanup**: Closed all 11 Dependabot PRs, 3 security issues, dismissed 1 security alert |
| 406 | +- **Status**: Zero open PRs, zero open issues, zero open security alerts |
| 407 | + |
402 | 408 | ### 🔧 v0.4.1 CI Fixes & Security Updates (March 7, 2026) |
403 | 409 |
|
404 | 410 | - **Security**: Updated `bytes` 1.10.1 -> 1.11.1 (CVE-2026-25541 integer overflow fix) |
|
0 commit comments