Commit Graph
33 Commits
Author SHA1 Message Date
Ogulcan Celik 8a6d697308 refactor: separate website presentation from runtime 2026-09-01 14:48:45 +03:00
Ogulcan Celik 13a9f6402f ci: restrict release workflows to canonical repository 2026-08-28 18:05:29 +03:00
Ogulcan Celik 38d1819862 fix(ci): publish v0.8.1 documentation 2026-08-18 23:53:36 +03:00
Ogulcan Celik 9fac517226 feat: make Windows generally available 2026-08-18 22:39:38 +03:00
Ogulcan Celik 0e434881b3 fix(docs): publish only released documentation 2026-08-03 01:21:30 +03:00
Patrick XinandCan Celik b7317c97ef docs: add simplified chinese readme (#1990)
* docs: add simplified chinese readme

* fix: publish simplified chinese readme

* fix: require localized readme for releases

* docs: publish simplified chinese readme

---------

Co-authored-by: Can Celik <ogulcancelik@gmail.com>
2026-07-29 02:18:30 +03:00
Ogulcan Celik c234f221f9 feat(docs): publish versioned release documentation 2026-07-22 14:59:09 +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 dbc45f6306 ci: use homebrew zig in release workflow 2026-06-24 16:37:25 +03:00
Ogulcan Celik 2fe57a57a2 fix: stabilize flaky plugin capture tests and auto-trigger website deploy 2026-06-16 02:56:25 +03:00
Ogulcan Celik 01e5a1933e ci: pin github actions to shas 2026-06-11 03:17:19 +03:00
Ogulcan Celik 9c101b71d8 ci: mark issues released on preview 2026-06-07 19:20:37 +03:00
Ogulcan Celik 5ee6235bce fix: gate releases on nix flake checks 2026-05-27 22:07:46 +03:00
Ogulcan Celik 0fec119967 ci: use deploy key for release manifest push 2026-05-22 20:47:33 +03:00
Ogulcan Celik 866aaf740e refactor: separate server client boundaries 2026-05-21 20:22:57 +03:00
Ogulcan Celik 8bbabfc5b1 fix: harden release manifest update flow 2026-05-20 19:59:22 +03:00
Ogulcan Celik 836fd7e585 feat: add keybinding v2
refs #154
refs #201
refs #202
refs #219
2026-05-20 18:55:41 +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 f412d171d0 ci: close implemented issues pending release 2026-05-19 01:01:15 +03:00
Ogulcan Celik 591672f3eb ci: detect issue refs in release commit subjects 2026-05-17 21:41:19 +03:00
Ogulcan Celik d2aa886591 chore: label included issues for next release 2026-05-17 00:23:04 +03:00
Ogulcan Celik 2dc50f0883 ci: close referenced issues after release 2026-05-16 18:54:27 +03:00
Ogulcan Celik e0ed2cccf8 ci: update latest manifest after release 2026-04-25 23:47:01 +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 24572604fb ci: re-enable libghostty simd for linux releases 2026-04-06 14:19:44 +03:00
Ogulcan Celik 37c4989c9a ci: disable libghostty simd for linux releases 2026-04-06 01:20:08 +03:00
Can Celik 8fd1bc56ce ci: build and cache vendored libghostty-vt in release workflow 2026-04-05 17:00:59 +03:00
Ogulcan Celik 17e5dc6ee9 feat: automate changelog-backed releases 2026-03-28 01:59:52 +03:00
Ogulcan Celik 4955dd6024 harden release workflow: musl builds, --locked, version check, portable sed 2026-03-27 22:51:25 +03:00
Ogulcan Celik a57b97285c initial release
terminal workspace manager for AI coding agents.
single rust binary, runs inside your existing terminal.
workspaces, tiled panes, intelligent agent state detection.

https://herdr.dev
2026-03-27 21:37:05 +03:00