Skip to content

Commit

Permalink
Released version 2.1.1 and updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdulcet committed Dec 9, 2024
1 parent 07822c9 commit 5d23087
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ Thunderbird add-on/MailExtension to easily and securely encrypt and upload large
* When recipient clicks a link, the file will securely download and decrypt locally in their browser using that encryption secret
* Links automatically expire after the download and time limit
* Desktop notifications when the uploads start and finish
* Users can specify the Send service instance(s) to use, defaults to the one provided by @timvisee: https://send.vis.ee
* Users can specify the download and time limits for each file and defaults for each Send service instance
* Users can optionally protect each file with a password
* Can securely generate a strong password or passphrase
* Specify the Send service instance(s) to use, defaults to the one provided by @timvisee: https://send.vis.ee
* Specify the download and time limits for each file and defaults for each Send service instance
* Optionally protect each file with a password
* Supports securely generating a strong password or passphrase
* Supports the maximum file size supported by each Send service instance, currently 20 GiB
* Supports canceling the uploads
* Supports deleting the files from server after uploads finish
* Supports all v3 (or greater) Send service servers/instances
* Does NOT require a Firefox Account (FxA) or any other accounts, all uploads are anonymous
* Supports the light/dark mode of your system automatically
* Follows the [Thunderbird Photon Design](https://style.thunderbird.net/)
* Translated into two languages
* Translated into four languages

More information on the encryption used can be found in the official Send service documentation [here](https://github.com/timvisee/send/blob/master/docs/encryption.md).

Expand All @@ -51,7 +51,7 @@ git clone --recurse-submodules https://github.com/tdulcet/Thunderbird-Send.git

### Translations

Translate the add-on using the online [WebExtension Translator](https://lusito.github.io/web-ext-translator/?gh=https://github.com/tdulcet/Thunderbird-Send/tree/main) and then open a pull request or issue with the resulting translations. Please see [this guide](https://github.com/TinyWebEx/common/blob/master/CONTRIBUTING.md#translations) or the [official documentation](https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/Internationalization) for more information.
Translate this add-on using the online [WebExtension Translator](https://lusito.github.io/web-ext-translator/?gh=https://github.com/tdulcet/Thunderbird-Send/tree/main) and then open a pull request or issue with the resulting translations. Please see [this guide](https://github.com/TinyWebEx/common/blob/master/CONTRIBUTING.md#translations) or the [official documentation](https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/Internationalization) for more information.

### Code

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"default_locale": "en",
"name": "__MSG_extensionName__",
"version": "2.1",
"version": "2.1.1",
"author": "Teal Dulcet",
"description": "__MSG_extensionDescription__",
"homepage_url": "https://github.com/tdulcet/Thunderbird-Send",
Expand Down

0 comments on commit 5d23087

Please sign in to comment.