Releases: russlank/XpressFormula
Releases · russlank/XpressFormula
Release list
v1.4.2
v1.4.1
Merge pull request #9 from russlank/develop Develop
v1.4.0
Add 3D grid and add dimentions gizmo instead of envelope aligned arrows
v1.3.5
Merge pull request #6 from russlank/develop Bump patch version to 5 in Version.h and update version strings
v1.2.0
v1.1.0
- Add formula editor - Introduce rendering optimization
v1.0.1
Feature/update packaging and licensing (#2) * Update packaging for WiX 6 and VS 2026 toolchain Switch workflow and scripts to WiX Toolset v6.0.2, replacing all WiX 4.x references and checks. Move GitHub Actions runner to windows-2025-vs2026 for MSBuild 18.x/VS 2026 support. Add explicit MSBuild setup and version output. Enhance PowerShell scripts to auto-detect WiX 6 Burn extension DLL path. Update documentation and error messages for new requirements. * Add CI, doc, packaging, and scripts folders to solution Organized supporting files for CI/CD, documentation, packaging, and scripting by adding new folders (/ci/, /doc/, /packaging/, /scripts) to XpressFormula.slnx. This improves project structure and maintainability. * Adopt MIT license; inject build metadata in app UI - Add MIT license text and SPDX headers to all source/docs - Update documentation to include license sections - Inject repo, branch, commit, version into binary via MSBuild - Display build metadata in sidebar and window title - Update resource files to use "Russlan Kafri" as author - Expand sidebar window size in imgui.ini - Refactor Application.cpp for string conversion and commit display - Document and script build metadata injection in release packaging * Bump patch version to 1.0.1 in Version.h Incremented patch version from 0 to 1, updating the application version string from "1.0.0" to "1.0.1" in Version.h. No other changes were made.