Browsertrix v1.13.0
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/browsertrix-v1.13.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
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
- fix: Fix debounced inputs by @SuaYoo in #2191
- Localize durations on frontend by @emma-sg in #2196
- Resolve Weblate conflicts by @emma-sg in #2199
- Translations update from Hosted Weblate (#2200) by @emma-sg in #2201
- Add
site_url
by @Shrinks99 in #2130 - Minor help text & QA affordance improvements by @Shrinks99 in #2189
- fix: More accurate rounded days in subscription end message by @SuaYoo in #2193
- Redirect previous crawl paths to new paths under their workflow by @emma-sg in #2214
- Add
linguist-generated
attribute to generated files by @emma-sg in #2221 - tweak the 'stop crawl' confirmation message to be more accurate by @ikreymer in #2215
- Changes to support weblate workflow by @ikreymer in #2210
- Add superuser endpoint to get user emails with org info by @tw4l in #2211
- fix: Prevent submitting invalid regex with keyboard enter by @SuaYoo in #2228
- Plausible analytics by @emma-sg in #2226
- Send subscription cancelation email by @ikreymer in #2234
- analytics path in dev server by @ikreymer in #2231
- Adds optional IDs to toasts to replace rather than add to toast stack by @emma-sg in #2236
- Allow configuring available languages from helm chart by @emma-sg in #2230
- Add new locales by @ikreymer in #2240
- quickfix: update test_api.py to match all locales enabled by default by @ikreymer in #2241
- version: bump to 1.13.0! by @ikreymer in #2242
- fix rendering org list if org.created is null: by @ikreymer in #2243
- add missing toast id: by @ikreymer in #2245
- test: Update Playwright E2E test settings by @SuaYoo in #2247
- chore: Prevent blocking connected callback by @SuaYoo in #2244
- Weblate->Main by @ikreymer in #2255
Full Changelog: v1.12.0...v1.13.0