Release Notes - dgsoftlabs/FenixModbusS7 GitHub Wiki
Release Notes
v3.4.0.0 — April 22, 2026
🔧 New Features and Improvements
- Migration to .NET 10 — the application has been ported to the latest .NET 10 platform.
- New Database Table View (DBTableView) — added support for saving snapshots and a pivoted DataGrid.
- Centralized UI Theming — introduced implicit WPF styles and centralized application appearance management via
Default.xaml.
- Code Editor and Script Management Refactoring — improved ergonomics for working with scripts and the code editor.
- Property Grid Refactoring — improved access control and appearance; removed unnecessary right-side spacing.
🛠 Bug Fixes
- Fixed dialog window centering and DataGrid styles.
- Fixed project format handling — only the
.pse format is supported (removed support for deprecated .psx / .psf formats).
- Fixed English UI labels and database migration issues.
🗑 Removed
- Removed the WebServer node and all HTTP/web resources (including
App.config configuration).
- Removed the deprecated installer configuration, replaced by a new installation project.
- Removed unused graphic resources (icons), replaced with emoji.
⚙️ CI/CD and Infrastructure
- Updated CI/CD pipeline — added automatic build and release for the FenixModbusS7 installer.
- New installation project configured with
FenixWPF.exe as the main executable.
v3.3.4.0 — March 15, 2025
- Stability and compatibility improvements.
- Minor bug fixes and UI adjustments.
v3.3.2.0
- Theme change (new icons).
- Saving layouts is back.
- Added drivers to GitHub.
- Updated external libraries.
- Added database chart interface.
- Added database table interface.
v3.3.1.0
- Code refactor.
- Removed saving layouts.
- Moved to GitHub.
v3.3.0.0
- Moved to .NET Framework 4.8.
- Updated all libraries.
- Added better colorizing when selecting in tag ranges.