Skip to content
Merged
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
2 changes: 2 additions & 0 deletions extension/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<div class="lightboxed">

version 8.5.12 on November 25, 2025: <a href="https://github.com/FlowCrypt/flowcrypt-browser/milestone/486?closed=1" target="_blank">Improvements for attachments handling, print message date fix</a>

version 8.5.11 on May 20, 2025: <a href="https://github.com/FlowCrypt/flowcrypt-browser/milestone/485?closed=1" target="_blank">Improvements for key generation and message parsing</a>

version 8.5.10 on February 19, 2025: <a href="https://github.com/FlowCrypt/flowcrypt-browser/milestone/484?closed=1" target="_blank">"Secure reply to all" improvements</a>
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": "flowcrypt-browser",
"version": "8.5.11",
"version": "8.5.12",
"description": "Simple end-to-end encryption to secure email and attachments on Google.",
"resolutions": {
"graceful-fs": "4.1.13"
Expand Down
6 changes: 3 additions & 3 deletions tooling/release-firefox-latest-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"[email protected]": {
"updates": [
{
"version": "8.5.11",
"update_link": "https://s3-us-west-2.amazonaws.com/cryptup-release/firefox/cryptup-io-firefox-8.5.11.xpi",
"update_hash": "sha256:f752ca2030ecd89dd2a7113068d2641ecffb69b87cf89456f6eb997595d82665",
"version": "8.5.12",
"update_link": "https://s3-us-west-2.amazonaws.com/cryptup-release/firefox/cryptup-io-firefox-8.5.12.xpi",
"update_hash": "sha256:6067667bbed98e57b342e03aae50cfa33dde44b55c69213f7ffb11c8a137e082",
"applications": {
"gecko": {
"strict_min_version": "112.0"
Expand Down
Loading