Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- 2.4.4:

- Increase maximum listed version of Thunderbird for tbkeys-lite to 153

- 2.4.3:

- Increase maximum listed version of Thunderbird for tbkeys-lite to 149
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"153.*"/' $(dir $@)/lite/manifest.json
# Drop eval()
sed -i 's#^\( *\)eval(.*#\1// Do nothing#' $(dir $@)/lite/implementation.js
# Change name
Expand Down
2 changes: 1 addition & 1 deletion addon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tbkeys",
"version": "2.4.3",
"version": "2.4.4",
"description": "Thunderbird keys",
"main": "index.js",
"directories": {
Expand Down
7 changes: 7 additions & 0 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
}
}
]
}
Expand Down