Skip to content

Tags: relmer/RCDir

Tags

v5.1.1132

Toggle v5.1.1132's commit message
feat(tree): add tree view display mode (#004)

v5.0.1131

Toggle v5.0.1131's commit message
chore(release): bump version to 5.0.1131

- Update Version.toml, CHANGELOG, and WinGet manifests
- Includes static CRT, app icon, VERSIONINFO, WinGet support

v5.0.1130

Toggle v5.0.1130's commit message
chore(version): bump build to 1130

v5.0.1129

Toggle v5.0.1129's commit message
docs(changelog): add 5.0.1129 release notes

v5.0.1113

Toggle v5.0.1113's commit message
chore(ci): add release workflow and initial changelog

- Add .github/workflows/release.yml (tag-triggered GitHub Release)

  - Validates tag format v#.#.# against Version.toml

  - Builds release binaries for x64 and ARM64

  - Runs clippy and tests, stages assets with SHA256 checksums

  - Extracts changelog and creates GitHub Release

- Add comprehensive CHANGELOG.md for initial 5.0 release