Skip to content

bump version to 0.9.1

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

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

It will fix the MV3 version's issue of unable to start automatically with browser: #104 (closed)

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.1

Merge request reports

Loading