Skip to content

Browsertrix v1.13.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 01:01
· 38 commits to main since this release
9911547

Deployment

This release can be deployed with Helm directly by running:

helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.13.0-beta.0/browsertrix-v1.13.0-beta.0.tgz

Alternatively, you can add the Browsertrix Helm Chart Repo with:

helm repo add browsertrix https://docs.browsertrix.com/helm-repo/
helm upgrade --install btrix browsertrix/browsertrix --version 1.13.0-beta.0

See the development guide for more info how to deploy Browsertrix.

What's Changed

  • Move org deletion to background job with access to backend ops classes by @tw4l in #2098
  • Fix nightly tests: modify kubectl exec syntax for creating new minio bucket by @tw4l in #2097
  • Fix nightly tests: Add boto3 as test requirement by @tw4l in #2116
  • Update nightly org deletion tests to account for bg job by @tw4l in #2118
  • Consolidate ops class initialization by @tw4l in #2117
  • Update Webrecorder.net links by @Shrinks99 in #2120
  • Update Readme to add Weblate information by @Shrinks99 in #2109
  • chore: Update PR template headings by @SuaYoo in #2132
  • feat: Allow users to specify language preference by @SuaYoo in #2129
  • chore: Automatically output translation files on weblate PR by @SuaYoo in #2137
  • Add missing navigation button icons by @Shrinks99 in #2144
  • refactor: Implement brand colors by @SuaYoo in #2141
  • refactor: Migrate LiteElements by @SuaYoo in #2145
  • feat: Add details on translation status by @SuaYoo in #2139
  • v1.12.1 release by @SuaYoo in #2155
  • [Docs]: Fix edit URLs and update instructions for running docs locally by @emma-sg in #2161
  • [Docs]: Only enable Plausible on deployment builds by @emma-sg in #2162
  • fix: Fix app not loading for browsers without adoptedStyleSheets support by @SuaYoo in #2163
  • fix: Check password strength on password auto-fill by @SuaYoo in #2148
  • Move org storage recalculation into background job by @tw4l in #2138
  • Translations update from Hosted Weblate by @weblate in #2140
  • feat: Localize dates, bytes, and numbers by @SuaYoo in #2146
  • 1.12.2 release -> main by @ikreymer in #2181
  • feat: Update subscription strings by @SuaYoo in #2185
  • Fix issue with failed background job emails not being sent by @tw4l in #2187
  • Docs: Add API Reference as top-level nav by @ikreymer in #2180

Full Changelog: v1.12.0...v1.13.0-beta.0