fix: add Windows nsis target and update CHANGELOG to v0.2.61
All checks were successful
Auto Tag / autotag (push) Successful in 6s
Auto Tag / wiki-sync (push) Successful in 6s
Auto Tag / changelog (push) Successful in 43s
Auto Tag / build-macos-arm64 (push) Successful in 3m0s
Auto Tag / build-linux-amd64 (push) Successful in 11m29s
Auto Tag / build-linux-arm64 (push) Successful in 13m31s
Auto Tag / build-windows-amd64 (push) Successful in 14m10s
All checks were successful
Auto Tag / autotag (push) Successful in 6s
Auto Tag / wiki-sync (push) Successful in 6s
Auto Tag / changelog (push) Successful in 43s
Auto Tag / build-macos-arm64 (push) Successful in 3m0s
Auto Tag / build-linux-amd64 (push) Successful in 11m29s
Auto Tag / build-linux-arm64 (push) Successful in 13m31s
Auto Tag / build-windows-amd64 (push) Successful in 14m10s
- Update CHANGELOG to include releases v0.2.54 through v0.2.61 - Add 'nsis' to bundle targets in tauri.conf.json for Windows builds - This fixes Windows artifact upload failures by enabling .exe/.msi generation The Windows build was failing because tauri.conf.json only had Linux bundle targets (['deb', 'rpm']). Without nsis target, no Windows installers were produced, causing the upload step to fail with 'No Windows amd64 artifacts were found'.
This commit is contained in:
parent
fdae6d6e6d
commit
75fc3ca67c
36
CHANGELOG.md
36
CHANGELOG.md
@ -4,7 +4,39 @@ All notable changes to TFTSR are documented here.
|
|||||||
Commit types shown: feat, fix, perf, docs, refactor.
|
Commit types shown: feat, fix, perf, docs, refactor.
|
||||||
CI, chore, and build changes are excluded.
|
CI, chore, and build changes are excluded.
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.2.61] — 2026-04-13
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
- Remove AppImage from upload artifact patterns
|
||||||
|
|
||||||
|
## [0.2.59] — 2026-04-13
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
- Remove AppImage bundling to fix linux-amd64 build
|
||||||
|
|
||||||
|
## [0.2.57] — 2026-04-13
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
- Add fuse dependency for AppImage support
|
||||||
|
|
||||||
|
### Refactoring
|
||||||
|
- Remove custom linuxdeploy install per CI CI uses tauri-downloaded version
|
||||||
|
- Revert to original Dockerfile without manual linuxdeploy installation
|
||||||
|
|
||||||
|
## [0.2.56] — 2026-04-13
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
- Add missing ai_providers columns and fix linux-amd64 build
|
||||||
|
- Address AI review findings
|
||||||
|
- Address critical AI review issues
|
||||||
|
|
||||||
|
## [0.2.55] — 2026-04-13
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
- **ci**: Use Gitea file API to push CHANGELOG.md — eliminates non-fast-forward rejection
|
||||||
|
- **ci**: Harden CHANGELOG.md API push step per review
|
||||||
|
|
||||||
|
## [0.2.54] — 2026-04-13
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
- **ci**: Correct git-cliff archive path in tar extraction
|
- **ci**: Correct git-cliff archive path in tar extraction
|
||||||
@ -119,7 +151,7 @@ CI, chore, and build changes are excluded.
|
|||||||
### Features
|
### Features
|
||||||
- **ai**: Add tool-calling and integration search as AI data source
|
- **ai**: Add tool-calling and integration search as AI data source
|
||||||
|
|
||||||
## [0.2.40] — 2026-04-06
|
## [0.2.37] — 2026-04-06
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
- **ci**: Remove explicit docker.sock mount — act_runner mounts it automatically
|
- **ci**: Remove explicit docker.sock mount — act_runner mounts it automatically
|
||||||
|
|||||||
@ -26,7 +26,7 @@
|
|||||||
},
|
},
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"targets": ["deb", "rpm"],
|
"targets": ["deb", "rpm", "nsis"],
|
||||||
"icon": [
|
"icon": [
|
||||||
"icons/32x32.png",
|
"icons/32x32.png",
|
||||||
"icons/128x128.png",
|
"icons/128x128.png",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user