From 703f67cb244dc48e083ad9d5b88261e221112d0d Mon Sep 17 00:00:00 2001 From: lieser Date: Tue, 22 Feb 2022 23:59:19 +0100 Subject: [PATCH] Release version 4.1.1 --- CHANGELOG.txt | 3 ++- content/options.html | 1 + manifest.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index bb5a2190..78d97758 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,9 +1,10 @@ -4.1.1 [2022-02-xx] +4.1.1 [2022-02-22] ------------------ - fixed blank line in header if email does not contain DKIM signature (Thunderbird 97) (#293) - fixed some dialog windows being to small (#296) - fixed header spanning multiple lines possibly being cropped at the bottom - fixed wrapping of header in Thunderbird 99 + - added Ukrainian translation (by lexxai) (#297) 4.1.0 [2022-02-06] ------------------ diff --git a/content/options.html b/content/options.html index 440e68a1..e22dd3ef 100644 --- a/content/options.html +++ b/content/options.html @@ -333,6 +333,7 @@

  • ja: SAKURAI Kenichi
  • pt-BR: David BrazSan
  • sv-SE: Phoenix
  • +
  • uk: lexxai
  • zh-CN: YFdyh000
  • diff --git a/manifest.json b/manifest.json index 674b2e55..d5eec289 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_about_name__", "description": "__MSG_about_summary__", - "version": "4.1.0", + "version": "4.1.1", "author": "Philippe Lieser", "homepage_url": "https://github.com/lieser/dkim_verifier/wiki", "default_locale": "en_US",