13 Commits
Author SHA1 Message Date
Drew Weymouth 23c6113b33 Use Go 1.24 to build legacy MacOS package 2026-07-27 08:10:21 -07:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ab087c6d49 Bump Minionguyjpro/Inno-Setup-Action from 1.2.8 to 1.2.9 (#983)
Bumps [Minionguyjpro/Inno-Setup-Action](https://github.com/minionguyjpro/inno-setup-action) from 1.2.8 to 1.2.9.
- [Release notes](https://github.com/minionguyjpro/inno-setup-action/releases)
- [Commits](https://github.com/minionguyjpro/inno-setup-action/compare/v1.2.8...v1.2.9)

---
updated-dependencies:
- dependency-name: Minionguyjpro/Inno-Setup-Action
  dependency-version: 1.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-20 10:12:04 -07:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> a9fb25189a Bump actions/setup-go from 6 to 7 (#984)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-20 10:11:33 -07:00
Drew Weymouth f267d04305 bump mpv lib for Windows 2026-07-07 09:49:52 -07:00
Drew Weymouth d417af523b add libxkbcommon-dev dependency 2026-07-07 09:41:32 -07:00
Drew Weymouth b84c3b53d3 add libwayland-dev dep 2026-06-29 17:40:18 -07:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2774970ca8 Bump actions/checkout from 6 to 7 (#959)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-22 09:34:16 -07:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 3205bb33f2 Bump Minionguyjpro/Inno-Setup-Action from 1.2.7 to 1.2.8 (#932)
Bumps [Minionguyjpro/Inno-Setup-Action](https://github.com/minionguyjpro/inno-setup-action) from 1.2.7 to 1.2.8.
- [Release notes](https://github.com/minionguyjpro/inno-setup-action/releases)
- [Commits](https://github.com/minionguyjpro/inno-setup-action/compare/v1.2.7...v1.2.8)

---
updated-dependencies:
- dependency-name: Minionguyjpro/Inno-Setup-Action
  dependency-version: 1.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-12 09:30:57 -07:00
Drew Weymouth 8fa6113969 fix syntax in go-version in workflow yml 2026-04-05 08:37:53 -07:00
Drew Weymouth 19f3180320 use latest go in CI builds 2026-04-05 08:36:50 -07:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 0a7b7c6411 Bump actions/download-artifact from 4 to 8 (#879)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-23 08:25:04 -07:00
Drew Weymouth 5f02203803 use old fyne tool for release too 2026-03-10 18:52:33 -07:00
Drew WeymouthandClaude Sonnet 4.6 ade47f3e72 Consolidate workflows into CI and release; add draft release on tag push
Replaces 7 separate workflow files with ci.yml (lint + all platform builds
on push to main and PRs) and release.yml (same builds + draft GitHub release
creation triggered by v* tags). Also fixes Ubuntu artifact name collision and
gives all output files descriptive names.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 15:57:38 -08:00