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