What's Changed
- chore(release): bump version to 2.3.0-alpha.3 (ac4af78)
- fix(history): stop a running history_index before a history rebuild (#1115) (ad1e708)
- fix(index): give history_index a per-run budget (#1103) (#1113) (6b69e6e)
- fix(i18n): translate DE/ES English-leak strings, add soft parity check (#1114) (2cd7d45)
- fix(plans): wait out read work before failing a plan repository (#1116) (4eebef6)
Docker Images
Published to Docker Hub:
docker pull ainullcode/borg-ui:2.3.0-alpha.3
Install without Docker
Debian or Ubuntu host (bare metal, VM, or LXC):
curl -fsSLO https://github.com/karanhudia/borg-ui/releases/download/v2.3.0-alpha.3/install.sh
curl -fsSL https://github.com/karanhudia/borg-ui/releases/download/v2.3.0-alpha.3/install.sh.sha256 | sha256sum -c - \
&& sudo bash install.sh --version 2.3.0-alpha.3
Full Changelog: v2.3.0-alpha.2...v2.3.0-alpha.3