Skip to content

Commit ee314bb

Browse files
chore(release): v1.4.3
## [1.4.3](v1.4.2...v1.4.3) (2025-12-13) ### Bug Fixes * correct handling of UTF-8 filenames during interception ([66e3356](66e3356)), closes [#101](#101) * fix for an intermittent bug in Chrome resulting in incorrect window size ([0d2c6d7](0d2c6d7)) * prevent duplicate domains in interception settings ([c3bb8c6](c3bb8c6)) * use redirect to 204 instead of block for interception ([46b0c5e](46b0c5e))
1 parent 347993c commit ee314bb

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.4.3](https://github.com/Tensai75/NZBDonkey/compare/v1.4.2...v1.4.3) (2025-12-13)
2+
3+
4+
### Bug Fixes
5+
6+
* correct handling of UTF-8 filenames during interception ([66e3356](https://github.com/Tensai75/NZBDonkey/commit/66e3356855c3406d59d979c3a163466bdfa8cb92)), closes [#101](https://github.com/Tensai75/NZBDonkey/issues/101)
7+
* fix for an intermittent bug in Chrome resulting in incorrect window size ([0d2c6d7](https://github.com/Tensai75/NZBDonkey/commit/0d2c6d79b8cf5238a1cd2dc4727fe5263c3421eb))
8+
* prevent duplicate domains in interception settings ([c3bb8c6](https://github.com/Tensai75/NZBDonkey/commit/c3bb8c6a27ed9822bf9b946d8f4c795792cfa960))
9+
* use redirect to 204 instead of block for interception ([46b0c5e](https://github.com/Tensai75/NZBDonkey/commit/46b0c5ee266b24f88fc181624268994ebc5fe319))
10+
111
## [1.4.2](https://github.com/Tensai75/NZBDonkey/compare/v1.4.1...v1.4.2) (2025-10-26)
212

313
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nzbdonkey",
33
"description": "The ultimate NZB file downloader webextension.",
44
"private": true,
5-
"version": "1.4.2",
5+
"version": "1.4.3",
66
"type": "module",
77
"eslintIgnore": [
88
"src/services/interception/libarchive-wasm/**"

0 commit comments

Comments
 (0)