From 62fd7aad621bb56de2b214763f27a4c05c4c33a0 Mon Sep 17 00:00:00 2001 From: Will Shanks Date: Mon, 31 Aug 2026 15:09:32 -0400 Subject: [PATCH] Prepare version 2.4.4 --- Makefile | 2 +- addon/manifest.json | 2 +- package-lock.json | 2 +- package.json | 2 +- updates.json | 7 +++++++ 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index b48b849..93a2f03 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ $(BLDDIR)/tbkeys-lite.xpi: $(SRC_FILES) # Drop update_url sed -i '/update_url/d' $(dir $@)/lite/manifest.json sed -i 's/\( *"strict_min_version".*\),$$/\1,/' $(dir $@)/lite/manifest.json - sed -i 's/\( *"strict_max_version": \)\(.*\),$$/\1"149.*"/' $(dir $@)/lite/manifest.json + sed -i 's/\( *"strict_max_version": \)\(.*\),$$/\1"156.*"/' $(dir $@)/lite/manifest.json # Drop eval() sed -i 's#^\( *\)eval(.*#\1// Do nothing#' $(dir $@)/lite/implementation.js # Change name diff --git a/addon/manifest.json b/addon/manifest.json index a93b8b2..4958992 100644 --- a/addon/manifest.json +++ b/addon/manifest.json @@ -11,7 +11,7 @@ "name": "tbkeys", "description": "Custom Thunderbird keybindings", "author": "Will Shanks", - "version": "2.4.3", + "version": "2.4.4", "background": { "scripts": ["background.js"] }, diff --git a/package-lock.json b/package-lock.json index 493b083..0c40b54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tbkeys", - "version": "2.4.3", + "version": "2.4.4", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 7a61257..c7b285d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tbkeys", - "version": "2.4.3", + "version": "2.4.4", "description": "Thunderbird keys", "main": "index.js", "directories": { diff --git a/updates.json b/updates.json index 19dd314..45b86b2 100644 --- a/updates.json +++ b/updates.json @@ -99,6 +99,13 @@ "applications": { "gecko": { "strict_min_version": "128.0" } } + }, + { + "version": "2.4.4", + "update_link": "https://github.com/wshanks/tbkeys/releases/download/v2.4.4/tbkeys.xpi", + "applications": { + "gecko": { "strict_min_version": "128.0" } + } } ] }