Releases: kth5/apb
2025-10-14 - Switch to using GPG keys from keys/ provided with PKGBUILD instead of recv-keys
Depending on a apb-server's locality and/or GnuPG configuration, retrieving keys from from a server (default) did not always work and broke builds instead.
The user is now asked to proviede the keys as files below keys/ as per Arch Linux standards.
2025-07-16 - Email notifications and user operations
Various stability changes but primarily implementing user management with email support so we can let user's know during onboarding.
2025-07-15 - stability improvements
A variety of improvements for stability of server and farm. Long running builds now handled properly and status tracking is somewhat working in terms that it won't make a server degrade as easily just because it has failed builds.
The farm dashboard also adds more information on builds now than before.
2025-07-11 - Initial release
This is the first releae of APB in a fairly working state. It is by no means stable and/or bug-free. Much of the bootstrap work is done using LLMs as I've been experimenting with them to ease my workloads. However, a human quality refactor will have to happen in the near future and PRs are welcome to address issues.