theseus: bump to 0.3.50 for the extensions-list fixes ship

Cuts the shipping trigger for the changes accumulated since 0.3.49:
translate is bundled (so a fresh install has it out of the box, and
seedBundledAddons reseeds the folder on any install that lost it),
Settings > Extensions no longer double-renders installed extensions
in a separate Community section, and the PDF/DOC data-URI icons the
dock now paints as <img>s ship alongside their addons.
This commit is contained in:
Local Dev 2026-09-21 22:20:31 +02:00
parent 13a6e3ca1c
commit 74bf9d4e50
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "theseus-navigator", "name": "theseus-navigator",
"version": "0.3.48", "version": "0.3.50",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "theseus-navigator", "name": "theseus-navigator",
"version": "0.3.48", "version": "0.3.50",
"dependencies": { "dependencies": {
"@bch-wc2/interfaces": "^0.0.16", "@bch-wc2/interfaces": "^0.0.16",
"@bitauth/libauth": "^3.1.0-next.8", "@bitauth/libauth": "^3.1.0-next.8",

View file

@ -1,6 +1,6 @@
{ {
"name": "theseus-navigator", "name": "theseus-navigator",
"version": "0.3.49", "version": "0.3.50",
"description": "Theseus Navigator — a browser that follows the thread. By Silent Mode, a Deviant project.", "description": "Theseus Navigator — a browser that follows the thread. By Silent Mode, a Deviant project.",
"author": "Silent Mode", "author": "Silent Mode",
"main": "main.js", "main": "main.js",