Skip to content

Release version to v0.9.0

shelikhoo requested to merge shelikhoo/snowflake-webext:dev-release-v0-9-0 into main

This is a merge request for the release of v0.9.0 of the snowflake WebExtension.

It will be uploaded to Chrome first as this version features an update to match manifest v3 API.

build-webext-chromium.zip

build-webext-chromium_v3.zip

build-webext-gecko.zip

source.zip

Commands used to generate this merge request:

docker run -it --tty -v $(pwd):/opt/data node bash


apt update && apt install -y zip
npm install
git config --global user.name "Shelikhoo"
git config --global user.email "shelikhoo@torproject.org"
git config --global --add safe.directory /opt/data/snowflake-webext
git submodule init
git submodule update --remote
git submodule update
npm run pack-webext 0.9.0
Edited by shelikhoo

Merge request reports