aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2022-03-04Fixed GitHub workflow.mitchell
2022-03-03Updated GitHub workflow to use typed inputs.mitchell
2022-03-02Fixed build issues introduced in the previous commit.mitchell
2022-03-01Build with GTK3 by default on Linux using new textadept-build:v2.0 Docker image.mitchell
Build with GTK 2 using new GTK2 flag.
2022-02-25Include 'format' module in GitHub releases.mitchell
2022-02-25Seventh pass refactoring Makefile.mitchell
Mainly fixes for regressions introduced during the refactor.
2022-02-25Sixth pass refactoring Makefile.mitchell
Consolidate release rules into one and eliminate recursive makes. Also use real executable targets, not phony ones.
2021-04-11Initial pass reformatting all code.mitchell
Use clang-format, LuaFormatter, and 100 character limit on lines.
2021-01-25GitHub builds should probably use Ubuntu 18.04, not latest, which is variable.mitchell
This version meets the minimum compiler version requirements.
2021-01-24Added sponsorship links.mitchell
2020-10-08Broke up textadept-modules into individual module repositories.mitchell
Zip them all into a single archive during the build process.
2020-10-01Mark alpha and beta releases as pre-releases.mitchell
2020-09-19Keep download link in GitHub release notes.mitchell
Having the direct links in e-mail notifications seems valuable. It also saves having to search through release assets in the Web UI.
2020-09-16No need for "-e" in simple sed invocations.mitchell
2020-09-13Added initial GitHub workflow for [nightly] builds.mitchell