v0.4.3
drizzle-team/drizzle-ormv0.4.3Jun 26, 2025by github-actions[bot]
AI Summary
Introduces support for Ubuntu 24.04 LTS, enables Diff syntax for patch files by default, bumps the Rust edition, and implements code navigation panels.
Key Highlights
- Added Ubuntu 24.04 LTS (noble) build
- Use Diff syntax for files with .diff/.patch extensions by default
- Bump to Rust 2024 Edition
- Implemented 'Find References' panel
- Implemented 'Go To Implementation' panel
New Features
- Ubuntu 24.04 LTS build
- Diff syntax for .diff/.patch files
- Rust 2024 Edition
- Find References panel
- Go To Implementation panel
Full Release Notes
### Features/Changes - Add Ubuntu 24.04 LTS (noble) build - Use Diff syntax for files with .diff/.patch extensions by default. - Update titles of file dialogs for better clarity - Bump to Rust 2024 Edition - Implement "Find References" panel - Implement "Go To Implementation" panel ### Bug Fixes - Fix pointer event not working on plugin panel - Fix rename/new file editor in file explorer is too small