Skip to content

Releases: 11bDev/nos

v1.1.9

Choose a tag to compare

@github-actions github-actions released this 19 Sep 15:57
fix: use manual Go installation for snap build compatibility

- Switch from Go plugin to nil plugin with manual Go installation
- Install Go 1.24.1 directly to match go.mod requirements
- Update version to 1.1.9 for new release
- Maintain GitHub Actions with Go 1.24 for consistency

This resolves the snap build error with Go version mismatches by
downloading and installing the exact Go version needed rather than
relying on snapcraft's limited Go version selection.

v1.1.8

Choose a tag to compare

@github-actions github-actions released this 19 Sep 15:48
fix: align Go version for snap compatibility

- Downgrade go.mod from Go 1.24.1 to Go 1.22 for snap build compatibility
- Update GitHub Actions to use Go 1.22 consistently
- Bump version to 1.1.8 for new release
- Run go mod tidy to ensure dependency compatibility

This resolves the snap build error:
'invalid go compiler version go1.24.1' when using go/1.22/stable snap

v1.1.7

Choose a tag to compare

@github-actions github-actions released this 19 Sep 15:34
chore: bump version to 1.1.7

v1.1.6

Choose a tag to compare

@github-actions github-actions released this 19 Sep 15:17
chore: bump version to 1.1.6 and update Go version

- Update version to 1.1.6 to avoid asset conflicts in GitHub release
- Update GitHub Actions workflows to use Go 1.24 (matching go.mod)
- Update all version references in documentation and build scripts
- Ensure consistency across snap, deb, and documentation

v1.1.5

Choose a tag to compare

@github-actions github-actions released this 19 Sep 15:07
fix: update Go version compatibility for snap build

- Downgrade Go requirement from 1.25 to 1.22 for better compatibility
- Fix snapcraft.yaml configuration to remove deprecated go-channel field
- Update GitHub Actions workflows to use Go 1.22
- Simplify snap build configuration with proper architecture handling
- Run go mod tidy to update dependencies for Go 1.22

v1.1.4

Choose a tag to compare

@github-actions github-actions released this 13 Sep 11:47
Add code signing and Windows security workarounds

- Add cosign-based code signing to GitHub Actions workflow
- Update README with Windows security warning workarounds
- Add alternative installation methods for users affected by SmartScreen
- Code signing will resolve winget installation security errors
- Signatures uploaded to releases for verification

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 29 Aug 01:50
fix: correct path for extracting exe files from archives

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 29 Aug 01:44
feat: update winget process to use direct .exe files

- Modified workflow to extract .exe files from tar.gz archives
- Upload standalone .exe files to releases for winget compatibility
- Updated winget manifest template to use exe installer type
- Ensures Microsoft winget repository compliance

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Aug 01:14
fix: commit winget manifest directly to main instead of PR

GitHub Actions doesn't have permission to create PRs by default.
This approach commits the winget manifest directly to main branch,
which is appropriate for automated release processes.

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 01:06
feat: add fully automated winget PR creation and merging