| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| SHA256SUMS.txt | 2026-02-19 | 579 Bytes | |
| DevProjex.v4.6.win-x64.exe | 2026-02-19 | 99.6 MB | |
| DevProjex.v4.6.win-arm64.exe | 2026-02-19 | 106.9 MB | |
| DevProjex.v4.6.osx-x64 | 2026-02-19 | 101.8 MB | |
| DevProjex.v4.6.osx-arm64 | 2026-02-19 | 109.0 MB | |
| DevProjex.v4.6.linux-x64.portable | 2026-02-19 | 94.5 MB | |
| DevProjex.v4.6.linux-arm64.portable | 2026-02-19 | 100.6 MB | |
| DevProjex v4.6 source code.tar.gz | 2026-02-19 | 13.0 MB | |
| DevProjex v4.6 source code.zip | 2026-02-19 | 13.2 MB | |
| README.md | 2026-02-19 | 1.9 kB | |
| Totals: 10 Items | 638.5 MB | 0 | |
### โ Added
- Per-project local parameter profiles (for local folders/projects).
- New Reset Data action to clear saved per-project profiles.
- Localized confirmation dialogs for Reset Settings and Reset Data.
- Performance test suite to detect CPU/RAM regressions.
- Virtualized line numbers control for large outputs.
- Compiled bindings enabled by default for Avalonia.
global.json+ CI updates to pin .NET SDK (10.0.3) and stabilize builds.
### ๐ Changed
- Switched project license from BSL 1.1 to GPL-3.0.
- Reworked Git-based output paths to use clean web GitHub URLs instead of local cache/temp paths.
- Refined search/filter interaction for more predictable behavior.
- Improved UI adaptability in compact/resized layouts.
### โ Fixed
- Reduced high background CPU usage and improved idle behavior.
- Reduced RAM spikes and improved memory release after heavy operations.
- Fixed search/filter/preview UI glitches and animation stutter cases.
- Fixed preview-mode menu/view handling and line-number rendering issues.
- Improved Git clone progress reporting reliability.
- Improved scrollbar stability in heavy tree scenarios.
- Fixed profile restore edge cases where settings could be mixed or reset incorrectly between projects.
### ๐งช Tests
- Added performance-focused tests.
- Expanded coverage for per-project profile save/restore and reset flows.
- Fixed CI workflow (
dotnet.yml) for stable test execution.
### ๐งฑ Notes
- Avalonia updated from
11.0.10to11.3.12. - .NET SDK pinned from
10.0.2to10.0.3. - Skia GPU resource cache is capped (conservative limit).
- Trace logging is disabled for Release/Publish builds (Debug only).
- Status operation handling was hardened to avoid stale UI updates.