Skip to content

Tags: takase1121/lite-xl

Tags

continuous

Toggle continuous's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for tab stops (lite-xl#1945)

* feat: add support for tab stops

* refactor: simplify `tab_offset == nil` case

Co-authored-by: Takase <20792268+takase1121@users.noreply.github.com>

* refactor: use `NAN` `offset` instead of bool to enable tab stops

---------

Co-authored-by: Takase <20792268+takase1121@users.noreply.github.com>

v2.1.6-version-check

Toggle v2.1.6-version-check's commit message

Verified

This commit was signed with the committer’s verified signature.
takase1121 Takase
ci: don't print error messages (attempt 2)

v2.1.6-test-winget

Toggle v2.1.6-test-winget's commit message

Verified

This commit was signed with the committer’s verified signature.
takase1121 Takase
ci: run the winget releaser only on official repository

v2.1.5-multiple-continuous-releases

Toggle v2.1.5-multiple-continuous-releases's commit message

Verified

This commit was signed with the committer’s verified signature.
takase1121 Takase
ci: remove the unicode patch flag

v2.1.5-multiple-binary-thing

Toggle v2.1.5-multiple-binary-thing's commit message

Verified

This commit was signed with the committer’s verified signature.
takase1121 Takase
ci: add content: write permission to GH_TOKEN

v2.1.5-manylinux

Toggle v2.1.5-manylinux's commit message

Verified

This commit was signed with the committer’s verified signature.
takase1121 Takase
ci: use lite-xl-build-box-manylinux

v2.1.5

Toggle v2.1.5's commit message

Verified

This commit was signed with the committer’s verified signature.
takase1121 Takase
chore: update versions

v2.1.4

Toggle v2.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update action dependencies (lite-xl#1724)

* CI: update various action versions

The most significant change is action/upload-artifact@v4,
which does not support uploading artifacts of the same name.
This makes our lives significantly worse, but I don't know
if GitHub will remove v3 in future or not.

* CI: fix macOS universal artifact download

* CI: update release action versions

* CI: use containers only for building

* CI: fix multiline commands

* CI: try to fix multiline strings again

* CI: fix multiline strings again ugh

* CI: Fix ccache in containers

* CI: Fix quotes again

* CI: fix ccache

* CI: fix deprecated set-output command

* ci: update build box to v2.1.2

* ci: revert to softprops/action-gh-release

* ci: add name to release

* ci: remove name again

* ci: fix wrong outputs reference

* ci: add name

* ci: add missing name for each step

* ci: format yaml files

* ci/release: add names to unamed entries

* ci/release: fix MSYS2 not downloading deps

* ci/release: change to ncipollo/release-action

There is some weird issue with softprops/action-gh-release and I can't update an existing release.

* ci/release: allow updating releases

* ci/release: upload all artifacts, then download them at once

* ci/release: use a better name for job

* ci/release: add release as dependency

* ci/release: set tag for update release

* ci/auto-labeler: remove workaround for old autolabeler issue

* ci/release: remove the need of another bash -c

* ci/release: remove weird bash -c

v2.1.4-macos-matrix

Toggle v2.1.4-macos-matrix's commit message

Verified

This commit was signed with the committer’s verified signature.
takase1121 Takase
ci: use latest macos images

v2.1.4-whaaaaa

Toggle v2.1.4-whaaaaa's commit message

Verified

This commit was signed with the committer’s verified signature.
takase1121 Takase
ci/release: fix MSYS2 not downloading deps