Skip to content

Releases: russlank/XpressFormula

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 26 Mar 13:15
8732cf3

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 01 Mar 22:21
744cb75
Merge pull request #9 from russlank/develop

Develop

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Feb 23:26
e6d9505
Add 3D grid and add dimentions gizmo instead of envelope aligned arrows

v1.3.5

Choose a tag to compare

@github-actions github-actions released this 25 Feb 20:53
7549bb0
Merge pull request #6 from russlank/develop

Bump patch version to 5 in Version.h and update version strings

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Feb 18:47
62d5de4
f(x,y,z)=0 rendering

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Feb 10:51
c9f4e9b
- Add formula editor

- Introduce rendering optimization

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 22 Feb 02:28
e00a89f
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.

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Feb 01:01
89582ad
First release of the application