Can Celik
425c861797
chore: upgrade libghostty and preserve terminal behavior ( #3906 )
2026-09-10 21:51:57 +03:00
Can Celik
8afd52ae57
fix: bundle modern ConPTY on Windows ( #1828 )
...
refs #1533
refs #1644
2026-07-25 02:40:14 +03:00
Ogulcan Celik
b137c7b5ea
ci: pin rust toolchain to 1.96.1
2026-07-09 22:43:25 +03:00
Ogulcan Celik
f5354780e4
ci: ignore microsoft apt repos in artifact builds
2026-07-07 23:34:50 +03:00
Ogulcan Celik
01e5a1933e
ci: pin github actions to shas
2026-06-11 03:17:19 +03:00
Ogulcan Celik
52e57507e1
ci: tighten windows branch validation
2026-06-07 16:29:45 +03:00
Ogulcan Celik
3c2b46d24a
feat: add native windows beta support
2026-06-07 16:29:44 +03:00
dependabot[bot]
c5e1a20ad3
chore(deps): bump the github-actions group with 7 updates ( #184 )
...
Bumps the github-actions group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout ) | `4` | `6` |
| [actions/github-script](https://github.com/actions/github-script ) | `7` | `9` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `4` | `7` |
| [extractions/setup-just](https://github.com/extractions/setup-just ) | `3` | `4` |
| [taiki-e/install-action](https://github.com/taiki-e/install-action ) | `2.75.19` | `2.79.1` |
| [actions/download-artifact](https://github.com/actions/download-artifact ) | `4` | `8` |
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) | `2` | `3` |
Updates `actions/checkout` from 4 to 6
- [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/v4...v6 )
Updates `actions/github-script` from 7 to 9
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v7...v9 )
Updates `actions/upload-artifact` from 4 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v7 )
Updates `extractions/setup-just` from 3 to 4
- [Release notes](https://github.com/extractions/setup-just/releases )
- [Commits](https://github.com/extractions/setup-just/compare/v3...v4 )
Updates `taiki-e/install-action` from 2.75.19 to 2.79.1
- [Release notes](https://github.com/taiki-e/install-action/releases )
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/install-action/compare/5f57d6cb7cd20b14a8a27f522884c4bc8a187458...b550161ef8a7bc4f2a671c0b03a18ac9ccedea1e )
Updates `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 )
Updates `softprops/action-gh-release` from 2 to 3
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/github-script
dependency-version: '9'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: extractions/setup-just
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: taiki-e/install-action
dependency-version: 2.79.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/download-artifact
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: softprops/action-gh-release
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-19 04:58:27 +03:00
Ogulcan Celik
ca9ed2b434
ci: harden workflow permissions
2026-05-19 04:39:47 +03:00
Ogulcan Celik
dcfe11a758
build: update libghostty-vt vendor
...
vendor ghostty 063ac3e and remove the musl libc++ link workaround.
expose the new selection formatter and hyperlink uri apis for follow-up rendering work.
add manual artifact validation for static linux builds.
2026-05-07 18:29:21 +03:00
Ogulcan Celik
e20be7bdae
ci: install and pin setup-zig
2026-04-10 13:58:44 +03:00
Ogulcan Celik
19976e4e49
ci: avoid azure ubuntu mirrors in release builds
2026-04-08 14:38:34 +03:00
Ogulcan Celik
2b56fd90da
ci: avoid executing cross-built artifacts
2026-04-06 00:55:07 +03:00
Ogulcan Celik
dbbe1f66ba
build: add libghostty simd toggle for ci
2026-04-06 00:50:41 +03:00
Ogulcan Celik
c113f5713f
ci: fix manual artifact workflow filters
2026-04-06 00:38:58 +03:00
Ogulcan Celik
985b7f74e6
ci: add manual artifact build workflow
2026-04-06 00:37:35 +03:00