Releases: webrecorder/browsertrix
Browsertrix v1.19.5
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.19.5/browsertrix-v1.19.5.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.19.5
See the development guide for more info how to deploy Browsertrix.
What's Changed
- Delete k8s objects on org deletion by @tw4l in #2881
- Fix backend
k8sapi.pynot respectingfqdn_suffixconfiguration by @Unkn0wnCat in #2890 - Fix profile filenames in database and re-replicate by @tw4l in #2892
- feat: Consistently display UI info bars by @SuaYoo in #2897
- fix: Close archived item delete confirmation dialog with cancel button by @SuaYoo in #2910
- fix: Fix incorrect option selected in search results by @SuaYoo in #2909
- Add "Last Crawl Status" filter to workflows list by @emma-sg in #2902
- Add migration to clean up older left-over cron and crawl jobs by @tw4l in #2903
- Fix browser profile launch by specifying relative path inside oid dir to profilejob by @tw4l in #2912
- fix: Workflow pagination regression by @SuaYoo in #2916
- fix: Fix UI consistency issues with unsuccessful crawls by @SuaYoo in #2914
- Ensure seed files are deleted on org delete by @tw4l in #2919
- allow seed cleanup job to delete orphaned seed files after org has be… by @ikreymer in #2920
New Contributors
- @Unkn0wnCat made their first contribution in #2890
Full Changelog: v1.19.4...v1.19.5
Browsertrix v1.19.4
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.19.4/browsertrix-v1.19.4.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.19.4
See the development guide for more info how to deploy Browsertrix.
What's Changed
Full Changelog: v1.19.3...v1.19.4
Browsertrix v1.19.3
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.19.3/browsertrix-v1.19.3.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.19.3
See the development guide for more info how to deploy Browsertrix.
What's Changed
- test: Fix frontend tests that use timezone by @SuaYoo in #2873
- Frontend archived item edit dialog focus by @SuaYoo in #2876
- feat: Enable fuzzy search for collection auto-add by @SuaYoo in #2871
- Apply changes from filter chip dropdowns immediately by @emma-sg in #2877
- Fix a variety of layout issues by @emma-sg in #2879
- fix: Fix tag input dropdown overlap by @SuaYoo in #2883
- Switch to crawling old.webrecorder.net in backend and nightly tests by @tw4l in #2886
- Fix issues with filters on archived item & workflow list pages by @emma-sg in #2888
- devex: Refactor components to use org search context by @SuaYoo in #2880
- fix: Fix whitespace in workflow deletion toast message by @SuaYoo in #2895
- Refactor workflows list to use
Task&SearchParamsValueby @emma-sg in #2898
Full Changelog: v1.19.2...v1.19.3
Browsertrix v1.19.2
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.19.2/browsertrix-v1.19.2.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.19.2
See the development guide for more info how to deploy Browsertrix.
What's Changed
- Add backend validation and migration for failOnContentCheck by @tw4l in #2844
- feat: Move collection settings to own section by @SuaYoo in #2847
- fix: Prevent showing "not found" page when opening link in new tab by @SuaYoo in #2849
- Fix a couple issues with pagination component by @emma-sg in #2852
- Dashboard: change gifted execution minutes graph color by @emma-sg in #2837
- Update superadmin quota dialog with relative changes & presets by @emma-sg in #2825
- Fix nightly test for fail on content check by adding browser profile by @tw4l in #2857
- quickfix: helm chart: only set AVAILABLE_PLANS if actually defined by @ikreymer in #2869
- Add archived item tag filter by @emma-sg in #2855
- optimization: adding/removing crawls to/from collection: by @ikreymer in #2870
- Shareable workflows (API + frontend) by @tw4l in #2783
- Download archived items as single WACZ file when possible via new download endpoint query parameter by @tw4l in #2850
Full Changelog: v1.19.1...v1.19.2
Browsertrix v1.19.1
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.19.1/browsertrix-v1.19.1.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.19.1
See the development guide for more info how to deploy Browsertrix.
What's Changed
- docs: Remove reference to "Crawl URL" by @SuaYoo in #2827
- collection get by slug fix: by @ikreymer in #2831
- tests: use self-hosted example.com mirror by @ikreymer in #2834
- Disable "Fail crawl if not logged in" unless a browser profile is selected by @emma-sg in #2832
- Weblate -> Main by @ikreymer in #2835
Full Changelog: v1.19.0...v1.19.1
Browsertrix v1.19.0
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.19.0/browsertrix-v1.19.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.19.0
See the development guide for more info how to deploy Browsertrix.
What's Changed
- Update subscription cancellation email to be clearer about user-initiated action by @emma-sg in #2815
- feat: Enable custom cron schedule by @SuaYoo in #2809
- Don't delete seed files if referenced by crawls by @tw4l in #2816
- Move crawl and QA logs to new mongo collection by @tw4l in #2791
- Implement virtual scrolling for org list by @emma-sg in #2819
- frontend logs rendering: make details part of log optional by @ikreymer in #2822
- feat: Add shortcut to copy first seed + fix incorrect crawl URL labels by @SuaYoo in #2803
- quickfix: migration: remove 'errors' and 'behaviorLogs' fields for uploads as well by @ikreymer in #2823
Full Changelog: v1.18.1...v1.19.0
Browsertrix v1.19.0-beta.0
Note: this is a beta release to allow testing new features/migrations, in particular log migration in #2791
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.19.0-beta.0/browsertrix-v1.19.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.19.0-beta.0
See the development guide for more info how to deploy Browsertrix.
What's Changed
- Update subscription cancellation email to be clearer about user-initiated action by @emma-sg in #2815
- feat: Enable custom cron schedule by @SuaYoo in #2809
- Don't delete seed files if referenced by crawls by @tw4l in #2816
- Move crawl and QA logs to new mongo collection by @tw4l in #2791
Full Changelog: v1.18.1...v1.19.0-beta.0
Browsertrix v1.18.1
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.18.1/browsertrix-v1.18.1.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.18.1
See the development guide for more info how to deploy Browsertrix.
What's Changed
- devex: Refactor workflow action menus into component by @SuaYoo in #2776
- Handle long URLs better in workflow & archived item detail views by @emma-sg in #2808
- deps: Address koa vulnerability by @SuaYoo in #2813
- Add basic nightly test for scheduled crawls by @tw4l in #2797
- Add subscription info to invite emails & endpoint for sending "trial ending soon" emails by @emma-sg in #2799
- fix: Show seed file in archived item detail by @SuaYoo in #2811
Full Changelog: v1.18.0...v1.18.1
Browsertrix v1.18.0
What's Changed
- Fix pagination buttons having no horizontal padding by @emma-sg in #2743
- custom prefix additional fixes by @ikreymer in #2746
- Translations update from Hosted Weblate (#2679) by @ikreymer in #2750
- l18n: Manually fix translation files by @SuaYoo in #2759
- fix incorrect height of compact current page indicator by @emma-sg in #2758
- feat: Review crawl without analysis run by @SuaYoo in #2719
- Profiles: Make browser commit API call idempotent by @ikreymer in #2728
- feat: Frontend upload seed url list by @ikreymer in #2761
- feat: Duplicate workflows with seed file by @SuaYoo in #2744
- docs: Update UI localization docs + fix broken links by @SuaYoo in #2756
- docs: Link to MLA style title case by @SuaYoo in #2766
- quickfix: delete seedfile after the workflow has been deleted by @ikreymer in #2763
- Add last crawl's stats object to CrawlConfigOut by @tw4l in #2714
- [Docs:] Add docs for quality assurance by @DaleLore in #2769
- Deleted QA Run Analysis while its WIP by @DaleLore in #2770
- fix: Fix workflow replay after updating starting URL by @SuaYoo in #2773
- feat: allow specifying custom annotations on ingress by @samczsun in #2725
- Add option to fail crawl if not logged in by @tw4l in #2754
- feat: Update storage stats with seed file and collection thumbnails by @SuaYoo in #2767
- feat: Handle "scope" context in error logs by @SuaYoo in #2772
- build: Discard console debug in frontend production build by @SuaYoo in #2775
- Fix a couple issues with
btrix-badgecomponent by @emma-sg in #2779 - Nightly test fix for crawler 1.7.0 by @ikreymer in #2789
- Add saveStorage option to workflow by @tw4l in #2757
- feat: Copy workflow config as JSON by @SuaYoo in #2777
- Validate seed files on backend and add tests by @tw4l in #2781
- Feat: New email templating system & service by @emma-sg in #2712
- file upload cleanup cronjob: by @ikreymer in #2790
- Fix ui docs showing up in main docs site by @emma-sg in #2787
- docs: Update new feature of upload seed URL list as file by @DaleLore in #2792
- docs: additional tweaks to docs for 'list of pages' by @ikreymer in #2793
- update docs nav with emails page by @emma-sg in #2794
New Contributors
Full Changelog: v1.17.4...v1.18.0
Browsertrix v1.17.5
Deployment
This release can be deployed with Helm directly by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix/releases/download/v1.17.5/browsertrix-v1.17.5.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.17.5
See the development guide for more info how to deploy Browsertrix.
What's Changed
- Fix pagination buttons having no horizontal padding by @emma-sg in #2743
- custom prefix additional fixes by @ikreymer in #2746
- Translations update from Hosted Weblate (#2679) by @ikreymer in #2750
- l18n: Manually fix translation files by @SuaYoo in #2759
- fix incorrect height of compact current page indicator by @emma-sg in #2758
- feat: Review crawl without analysis run by @SuaYoo in #2719
Full Changelog: v1.17.4...v1.17.5