Skip to content

Commit

Permalink
Update version to 2.2.5 (#176)
Browse files Browse the repository at this point in the history
Also, increase the max Thunderbird version for tbkeys-lite to 130.
  • Loading branch information
wshanks committed Jul 21, 2024
1 parent 9cbcf98 commit 23b5dd1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- 2.2.5:

- Do not capture keys in the quick search box in Thunderbird 128+

- 2.2.4:

- Do not capture keys in the quick search box on Thunderbird 115+
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"115.*"/' $(dir $@)/lite/manifest.json
sed -i 's/\( *"strict_max_version": \)\(.*\),$$/\1"130.*"/' $(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.2.4",
"version": "2.2.5",
"background": {
"scripts": ["background.js"]
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.4",
"version": "2.2.5",
"description": "Thunderbird keys",
"main": "index.js",
"directories": {
Expand Down
4 changes: 4 additions & 0 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
{
"version": "2.2.4",
"update_link": "https://github.com/wshanks/tbkeys/releases/download/v2.2.4/tbkeys.xpi"
},
{
"version": "2.2.5",
"update_link": "https://github.com/wshanks/tbkeys/releases/download/v2.2.5/tbkeys.xpi"
}
]
}
Expand Down

0 comments on commit 23b5dd1

Please sign in to comment.