├── setup.cfg ├── mozilla_archive └── readme.txt ├── .gitignore ├── .github ├── dependabot.yml └── workflows │ └── ci.yml ├── settings.yml ├── pytest.ini ├── esr ├── 115.12.0esr.yml ├── 115.4.0.yml ├── 115.12.2esr.yml ├── 115.10.2esr.yml ├── 115.10.1.yml ├── 115.11.0esr.yml ├── 128.4.1esr.yml ├── 128.9.1esr.yml ├── 115.11.1esr.yml ├── 140.6.0esr.yml ├── 128.11.1esr.yml ├── 128.12.0esr.yml ├── 128.13.0esr.yml ├── 128.14.0esr.yml ├── 128.2.3esr.yml ├── 128.3.1esr.yml ├── 115.2.2.yml ├── 115.16.2esr.yml ├── 128.5.1esr.yml ├── 128.8.1esr.yml ├── 115.15.0esr.yml ├── 115.16.0esr.yml ├── 115.16.1esr.yml ├── 128.4.4esr.yml ├── 128.11.0esr.yml ├── 115.13.0esr.yml ├── 140.2.1esr.yml ├── 140.1.0esr.yml ├── 115.18.0esr.yml ├── 128.10.0esr.yml ├── 115.16.3esr.yml ├── 128.10.2esr.yml ├── 115.12.1esr.yml ├── 140.2.0esr.yml ├── 128.9.2esr.yml ├── 140.1.1esr.yml ├── 140.5.0esr.yml ├── 128.4.0esr.yml ├── 115.6.0.yml ├── 115.3.1.yml ├── 128.2.0esr.yml ├── 115.14.0esr.yml ├── 115.5.1.yml ├── 140.3.0esr.yml ├── 128.10.1esr.yml ├── 128.1.1esr.yml ├── 128.7.1esr.yml ├── 128.0.1esr.yml ├── 128.9.0esr.yml ├── 128.8.0esr.yml ├── 115.5.0.yml ├── 128.3.3esr.yml ├── 115.3.3.yml ├── 128.2.2esr.yml └── 128.7.0esr.yml ├── tools ├── requirements.txt ├── tools_lib │ └── __init__.py └── yamlfmt.py ├── __init__.py ├── .yamllint ├── archive ├── 38.7.1.yml ├── 38.7.2.yml ├── 40.0beta.yml ├── 45.8.0.yml ├── 38.8.0.yml ├── 45.5.1.yml ├── 38.7.0.yml ├── 45.7.1.yml ├── 31.5.0.yml ├── 38.4.0.yml ├── 45.6.0.yml ├── 38.5.1.yml ├── 91.10.0.yml ├── 42.0beta.yml ├── 68.12.1.yml ├── 102.7.2.yml ├── 68.12.0.yml ├── 102.11.2.yml ├── 78.4.2.yml ├── 91.9.1.yml ├── 31.7.0.yml ├── 31.6.0.yml ├── 31.8.0.yml ├── 38.6.0.yml ├── 30.0beta.yml ├── 31.0beta.yml ├── 78.14.0.yml ├── 102.11.0.yml ├── 36.0beta.yml ├── 91.12.0.yml ├── 45.3.0.yml ├── 91.11.0.yml ├── 68.8.1.yml ├── 78.10.0.yml ├── 91.6.2.yml ├── 102.10.0.yml ├── 68.11.0.yml ├── 45.1.1.yml ├── 34.0beta.yml ├── 91.13.0.yml ├── 78.3.1.yml ├── 38.5.0.yml ├── 45.2beta.yml ├── 102.13.1.yml ├── 102.15.1.yml ├── 68.10.0.yml ├── 78.10.1.yml ├── 32.0beta.yml ├── 102.10.1.yml ├── 45.4.0.yml ├── 91.0.1.yml ├── 45.2.0.yml ├── 91.5.0.yml ├── 45.7.0.yml ├── 68.9.0.yml ├── 78.4.3.yml ├── 91.13.1.yml ├── 102.14.0.yml ├── 38.2.0.yml ├── 43.0beta.yml ├── 102.6.1.yml ├── 52.5.2.yml ├── 78.13.0.yml ├── 33.0beta.yml ├── 102.9.1.yml ├── 91.6.1.yml ├── 38.3.0.yml ├── 45.1beta.yml ├── 102.11.1.yml ├── 31.1.2.yml ├── 78.3.3.yml ├── 91.5.1.yml ├── 102.15.0.yml ├── 31.4.0.yml ├── 102.12.0.yml ├── 31.1.1.yml ├── 52.8.0.yml ├── 55.0beta.yml ├── 44.0beta.yml ├── 45.5.0.yml ├── 102.13.0.yml ├── 91.7.0.yml ├── 52.7.0.yml ├── 102.5.1.yml ├── 78.9.1.yml ├── 102.9.0.yml ├── 37.0beta.yml ├── 91.8.1.yml ├── 45.1.0.yml ├── 78.12.0.yml ├── 60.9.1.yml ├── 102.1.0.yml ├── 41.0beta.yml ├── 60.6.1.yml ├── 60.7.2.yml ├── 91.9.0.yml ├── 102.1.2.yml ├── 58.0beta.yml ├── 78.2.1.yml ├── 60.6.0.yml ├── 91.6.0.yml ├── 52.2.1.yml ├── 47.0beta.yml ├── 78.7.1.yml ├── 78.11.0.yml ├── 102.8.0.yml ├── 52.6.0.yml ├── 60.5.1.yml ├── 102.6.0.yml ├── 31.3.0.yml ├── 60.7.1.yml ├── 31.2.0.yml ├── 91.1.0.yml ├── 52.4.0.yml ├── 78.8.0.yml ├── 102.3.1.yml ├── 60.7.0.yml ├── 60.8.0.yml ├── 60.9.0.yml ├── 102.7.1.yml ├── 78.3.2.yml ├── 52.9.0.yml └── 102.2.2.yml ├── release ├── 143.0.1.yml ├── 137.0.1.yml ├── 146.0.1.yml ├── 139.0.2.yml ├── 144.0.1.yml ├── 135.0.1.yml ├── 131.0.1.yml ├── 139.0.1.yml ├── 136.0.1.yml ├── 137.0.2.yml ├── 140.0.1.yml ├── 138.0.2.yml └── 138.0.1.yml ├── android_release ├── 11.1.yml ├── 10.1.yml ├── 12.1.yml ├── 8.1.yml └── 9.0.yml ├── .githooks └── pre-commit.sh └── parse.py /setup.cfg: -------------------------------------------------------------------------------- 1 | [flake8] 2 | ignore=E121,E123,E124,E126,E127,E128,E402 3 | max-line-length=150 4 | statistics=True 5 | -------------------------------------------------------------------------------- /mozilla_archive/readme.txt: -------------------------------------------------------------------------------- 1 | These are the old Nucleus json files imported from https://github.com/mozilla/release-notes. 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | preview.html 2 | Thunderbird_*.html 3 | *.pyc 4 | ver_notes.yml 5 | ver_notes_old.yml 6 | .DS_Store 7 | .idea/ 8 | _template/ 9 | .venv 10 | -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | version: 2 2 | updates: 3 | - package-ecosystem: "github-actions" 4 | directory: "/" 5 | schedule: 6 | interval: "weekly" 7 | -------------------------------------------------------------------------------- /settings.yml: -------------------------------------------------------------------------------- 1 | feedback: https://support.mozilla.org/questions/new/thunderbird 2 | bugzilla: https://bugzilla.mozilla.org/enter_bug.cgi?format=guided#h=dupes|Thunderbird| 3 | -------------------------------------------------------------------------------- /pytest.ini: -------------------------------------------------------------------------------- 1 | [pytest] 2 | testpaths = tests 3 | # Use prepend import mode and don't try to import __init__.py files 4 | addopts = --import-mode=prepend --ignore-glob=**/__init__.py 5 | -------------------------------------------------------------------------------- /esr/115.12.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-06-18' 3 | text: | 4 | **Thunderbird 115.12.0 will not ship and is being superseded by Thunderbird 115.12.1.** 5 | 6 | import_system_requirements: '115.0' 7 | 8 | notes: [] 9 | -------------------------------------------------------------------------------- /tools/requirements.txt: -------------------------------------------------------------------------------- 1 | # These requirements apply only to the tools directory. Python 3 is required. 2 | ruamel.yaml>=0.18.6 3 | packaging>=23.2 4 | requests>=2.31.0 5 | markupsafe>=2.1.5 6 | markdown>=3.5.2 7 | jinja2>=3.1.3 8 | pyyaml>=6.0.1 -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- 1 | try: 2 | from .loader import releasenotes 3 | except ImportError: 4 | # Fallback for when imported standalone (e.g., during pytest collection) 5 | from loader import releasenotes 6 | 7 | __all__ = ['releasenotes', ] 8 | -------------------------------------------------------------------------------- /.yamllint: -------------------------------------------------------------------------------- 1 | --- 2 | 3 | extends: default 4 | 5 | rules: 6 | document-start: disable 7 | commas: 8 | level: warning 9 | empty-lines: disable 10 | indentation: 11 | level: warning 12 | check-multi-line-strings: false 13 | line-length: 14 | max: 95 15 | level: warning 16 | trailing-spaces: 17 | level: warning 18 | -------------------------------------------------------------------------------- /archive/38.7.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2038.0&product=Thunderbird&resolution=FIXED 3 | import_system_requirements: "38.0.1" 4 | notes: 5 | - note: Disabled Graphite font shaping library 6 | tag: changed 7 | -------------------------------------------------------------------------------- /archive/38.7.2.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2038.0&product=Thunderbird&resolution=FIXED 3 | import_system_requirements: "38.0.1" 4 | notes: 5 | - note: Disabled Graphite font shaping library 6 | tag: changed 7 | -------------------------------------------------------------------------------- /archive/40.0beta.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2040.0&product=Thunderbird&resolution=FIXED 3 | import_system_requirements: '38.0.1' 4 | notes: 5 | - note: Address book can now be exported in the VCF (vCard) format 6 | tag: feature 7 | -------------------------------------------------------------------------------- /esr/115.4.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-10-24' 3 | text: | 4 | **Thunderbird 115.4.0 is being pulled. Version 115.4.1 will replace it.** 5 | 6 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 7 | 8 | - Windows: Windows 7 or later 9 | - Mac: macOS 10.12 or later 10 | - Linux: GTK+ 3.14 or higher 11 | 12 | import_system_requirements: '115.0' 13 | 14 | notes: [] 15 | 16 | -------------------------------------------------------------------------------- /release/143.0.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-09-23' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/140.0/system-requirements/) 5 | 6 | - Windows: Windows 10 or later 7 | - Mac: macOS 10.15 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: '140.0esr' 11 | 12 | notes: 13 | # Fixed 14 | - note: Thunderbird could crash on startup 15 | tag: fixed 16 | bugs: [1987759] 17 | -------------------------------------------------------------------------------- /archive/45.8.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2045.0&product=Thunderbird&resolution=FIXED 3 | import_system_requirements: '45.0' 4 | notes: 5 | - note: Various security 6 | fixes 7 | tag: '' 8 | -------------------------------------------------------------------------------- /archive/38.8.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2038.0&product=Thunderbird&resolution=FIXED 3 | import_system_requirements: "38.0.1" 4 | notes: 5 | - note: 'Various security 6 | fixes ' 7 | tag: '' 8 | -------------------------------------------------------------------------------- /archive/45.5.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2045.0&product=Thunderbird&resolution=FIXED 3 | import_system_requirements: '45.0' 4 | notes: 5 | - note: Various security 6 | fixes 7 | tag: fixed 8 | -------------------------------------------------------------------------------- /archive/38.7.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2038.0&product=Thunderbird&resolution=FIXED 3 | import_system_requirements: "38.0.1" 4 | notes: 5 | - note: 'Various security 6 | fixes ' 7 | tag: fixed 8 | -------------------------------------------------------------------------------- /release/137.0.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-04-04' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/137.0/system-requirements/) 5 | 6 | - Windows: Windows 10 or later 7 | - Mac: macOS 10.15 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: 128.0beta 11 | 12 | notes: 13 | - note: Added delay to built-in notifications when new profile is created in offline mode 14 | tag: fixed 15 | bugs: [1957923] 16 | -------------------------------------------------------------------------------- /android_release/11.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-08-18' 3 | text: > 4 | **These notes apply to Thunderbird for Android version 11.1 released August 18th, 2025.** 5 | 6 | releases: 7 | - version: '11.1' 8 | release_date: '2025-08-18' 9 | 10 | notes: 11 | # Fixed 12 | - note: Selected/read/unread message states were hard to distinguish visually 13 | short_note: Selected/read/unread message states were hard to distinguish visually 14 | tag: fixed 15 | -------------------------------------------------------------------------------- /release/146.0.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-12-17' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/146.0/system-requirements/) 5 | 6 | - Windows: Windows 10 or later 7 | - Mac: macOS 10.15 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: 140.0esr 11 | 12 | notes: 13 | # Fixed 14 | - note: Reverted fix that localized consistent special folder names in server’s language 15 | tag: fixed 16 | bugs: [1993842] 17 | -------------------------------------------------------------------------------- /esr/115.12.2esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-06-22' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 5 | 6 | - Windows: Windows 7 or later 7 | - Mac: macOS 10.12 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: '115.0' 11 | 12 | notes: 13 | # Fixed 14 | - note: Annual Thunderbird Beta appeal intended for Thunderbird 115.12.0 did not open as expected 15 | tag: fixed 16 | bugs: [1898084] 17 | -------------------------------------------------------------------------------- /release/139.0.2.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-06-10' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/139.0/system-requirements/) 5 | 6 | - Windows: Windows 10 or later 7 | - Mac: macOS 10.15 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: 128.0beta 11 | 12 | notes: 13 | # Fixed 14 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird139.0.2)' 15 | tag: fixed 16 | -------------------------------------------------------------------------------- /archive/45.7.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2045.0&product=Thunderbird&resolution=FIXED 3 | import_system_requirements: '45.0' 4 | notes: 5 | - note: Crash when viewing certain IMAP messages (introduced in 45.7.0) 6 | tag: fixed 7 | - note: Message preview pane non-functional after IMAP folder was renamed or moved 8 | tag: unresolved 9 | -------------------------------------------------------------------------------- /release/144.0.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-10-16' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/140.0/system-requirements/) 5 | 6 | - Windows: Windows 10 or later 7 | - Mac: macOS 10.15 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: '140.0esr' 11 | 12 | notes: 13 | # Fixed 14 | - note: Message compose window was removed from Task Bar after saving as draft or template 15 | tag: fixed 16 | bugs: [1986628, 1991347, 1994411] 17 | -------------------------------------------------------------------------------- /archive/31.5.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?j_top=OR&f1=OP&o3=equals&v6=36%2B&o7=equals&list_id=12035114&f8=CP&v3=fixed&o2=equals&o6=equals&v7=fixed&f4=CP&query_format=advanced&f3=cf_status_firefox_esr31&f2=cf_tracking_firefox_esr31&f5=OP&f6=cf_tracking_thunderbird_esr31&v2=36%2B&f7=cf_status_thunderbird_esr31 3 | import_system_requirements: '31.0' 4 | notes: 5 | - note: Security fixes can be found here 6 | tag: fixed 7 | -------------------------------------------------------------------------------- /archive/38.4.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?f1=cf_tracking_thunderbird_esr38&o1=equals&o2=equals&query_format=advanced&f2=cf_status_thunderbird_esr38&v1=42%2B&v2=fixed 3 | import_system_requirements: "38.0.1" 4 | notes: 5 | - note: 'Various security 6 | fixes ' 7 | tag: fixed 8 | - note: Fixed issue where messages moves of multiple messages from a maildir folder 9 | to an mbox folder failed. 10 | tag: fixed 11 | -------------------------------------------------------------------------------- /release/135.0.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-02-18' 3 | text: | 4 | **Thunderbird version 135.0.1 is available for testing purposes only.** 5 | 6 | **System Requirements:** [Details](/en-US/thunderbird/135.0/system-requirements/) 7 | 8 | - Windows: Windows 10 or later 9 | - Mac: macOS 10.15 or later 10 | - Linux: GTK+ 3.14 or higher 11 | 12 | import_system_requirements: 128.0beta 13 | 14 | notes: 15 | # Fixed 16 | - note: "Release channel incorrectly showed What's New page after update." 17 | tag: fixed 18 | bugs: [1946534] 19 | -------------------------------------------------------------------------------- /archive/45.6.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2045.0&product=Thunderbird&resolution=FIXED 3 | import_system_requirements: '45.0' 4 | notes: 5 | - note: The system integration dialog was shown every time when starting Thunderbird 6 | tag: fixed 7 | - note: Various security 8 | fixes 9 | tag: fixed 10 | -------------------------------------------------------------------------------- /release/131.0.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-10-10' 3 | text: | 4 | **Thunderbird version 131.0.1 is available for testing purposes only.** 5 | 6 | **System Requirements:** [Details](/en-US/thunderbird/131.0/system-requirements/) 7 | 8 | - Windows: Windows 10 or later 9 | - Mac: macOS 10.15 or later 10 | - Linux: GTK+ 3.14 or higher 11 | 12 | import_system_requirements: 128.0beta 13 | 14 | notes: 15 | # Fixed 16 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird131.0.1)' 17 | tag: fixed 18 | -------------------------------------------------------------------------------- /archive/38.5.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2038.0&product=Thunderbird&resolution=FIXED 3 | import_system_requirements: "38.0.1" 4 | notes: 5 | - note: Use a SHA-256 signing certificate for Windows builds, to meet new signing 6 | requirements 7 | tag: changed 8 | - note: 'Windows XP SP2 will not longer install Thunderbird (workaround: Install Thunderbird 9 | 38.5.0 then update)' 10 | tag: unresolved 11 | -------------------------------------------------------------------------------- /release/139.0.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-06-02' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/139.0/system-requirements/) 5 | 6 | - Windows: Windows 10 or later 7 | - Mac: macOS 10.15 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: 128.0beta 11 | 12 | notes: 13 | # Fixed 14 | - note: Thunderbird could crash when copying a local folder to IMAP 15 | tag: fixed 16 | bugs: [1969272] 17 | - note: Upgrade to 139.0 incorrectly switched Table View to Cards View 18 | tag: fixed 19 | bugs: [1968963] 20 | -------------------------------------------------------------------------------- /archive/91.10.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-05-31' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/91.0/system-requirements/) 5 | 6 | - Windows: Windows 7 or later 7 | - Mac: macOS 10.12 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: '91.0' 11 | 12 | notes: 13 | # Fixed 14 | - note: Various UX and theme improvements 15 | tag: fixed 16 | bugs: [1766404, 1766635] 17 | 18 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird91.10) 19 | tag: fixed 20 | -------------------------------------------------------------------------------- /archive/42.0beta.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2042.0&product=Thunderbird&resolution=FIXED 3 | import_system_requirements: '38.0.1' 4 | notes: 5 | - note: Login credentials in the password manager are now editable 6 | tag: feature 7 | - note: Thunderbird on Mac no longer hangs when loading content from the Web 8 | tag: fixed 9 | - note: Message copies from a maildir folder to an mbox folder now work. 10 | tag: fixed 11 | -------------------------------------------------------------------------------- /archive/68.12.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2020-10-01 3 | text: | 4 | **Thunderbird version 68.12.1, released October 1, 2020.** 5 | 6 | **System Requirements: 7 | • Window: Windows 7, Windows Server 2008 R2 or later 8 | • Mac: Mac OS X 10.9 or later 9 | • Linux: GTK+ 3.4 or higher**. 10 | Details [here](/en-US/thunderbird/68.0/system-requirements/). 11 | 12 | import_system_requirements: '68.0' 13 | 14 | 15 | notes: 16 | - note: 'Thunderbird will no longer automatically install updates when Preferences tab 17 | is opened' 18 | tag: changed 19 | bugs: 20 | - 1666324 21 | -------------------------------------------------------------------------------- /release/136.0.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-03-18' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/136.0/system-requirements/) 5 | 6 | - Windows: Windows 10 or later 7 | - Mac: macOS 10.15 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: 128.0beta 11 | 12 | notes: 13 | # Fixed 14 | - note: Thunderbird could crash during shutdown if a search was still active 15 | tag: fixed 16 | bugs: [1950621] 17 | - note: Failed news message send could close the compose window unexpectedly 18 | tag: fixed 19 | bugs: [1946398] 20 | -------------------------------------------------------------------------------- /archive/102.7.2.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-02-07' 3 | text: | 4 | **For more on all the new features in Thunderbird 102, see 5 | [What’s New in Thunderbird 102](https://www.thunderbird.net/thunderbird/102.0/whatsnew/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.12 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '102.0' 14 | 15 | notes: 16 | # Fixed 17 | - note: Various crash fixes 18 | tag: fixed 19 | bugs: [1806245, 1806247] 20 | -------------------------------------------------------------------------------- /esr/115.10.2esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-05-01' 3 | text: | 4 | **For more on all the new features in Thunderbird 115, see 5 | [What’s New in Thunderbird 115](https://www.thunderbird.net/thunderbird/115.0/whatsnew/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.12 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '115.0' 14 | 15 | notes: 16 | - note: Update channel for Thunderbird 115 is now **esr**. 17 | tag: changed 18 | bugs: [1893271] 19 | -------------------------------------------------------------------------------- /archive/68.12.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2020-08-25 3 | text: | 4 | **These notes apply to Thunderbird version 68.12.0 released August 25, 2020.** 5 | 6 | **System Requirements: 7 | • Window: Windows 7, Windows Server 2008 R2 or later 8 | • Mac: Mac OS X 10.9 or later 9 | • Linux: GTK+ 3.4 or higher**. 10 | Details [here](/en-US/thunderbird/68.0/system-requirements/). 11 | 12 | import_system_requirements: '68.0' 13 | 14 | 15 | notes: 16 | - note: Various 17 | security fixes 18 | tag: fixed 19 | -------------------------------------------------------------------------------- /release/137.0.2.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-04-15' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/137.0/system-requirements/) 5 | 6 | - Windows: Windows 10 or later 7 | - Mac: macOS 10.15 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: 128.0beta 11 | 12 | notes: 13 | # Fixed 14 | - note: Thunderbird could crash on startup when creating Linux system tray icon 15 | tag: fixed 16 | bugs: [1955834] 17 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird137.0.2)' 18 | tag: fixed 19 | -------------------------------------------------------------------------------- /release/140.0.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-07-09' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/140.0/system-requirements/) 5 | 6 | - Windows: Windows 10 or later 7 | - Mac: macOS 10.15 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: '140.0esr' 11 | 12 | notes: 13 | # Fixed 14 | - note: Inserting a link into an HTML mail did not work as expected 15 | tag: fixed 16 | bugs: [1975621] 17 | 18 | # Unresolved 19 | - note: Passwords are not remembered in 32-bit MAPI use without a compose window 20 | tag: unresolved 21 | bugs: [1970126] 22 | -------------------------------------------------------------------------------- /archive/102.11.2.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-05-27' 3 | text: | 4 | **Thunderbird 102.11.2 contains fixes for POP3 client regressions first present in version 102.11.1.** 5 | 6 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 7 | 8 | - Windows: Windows 7 or later 9 | - Mac: macOS 10.12 or later 10 | - Linux: GTK+ 3.14 or higher 11 | 12 | import_system_requirements: '102.0' 13 | 14 | notes: 15 | # Fixed 16 | - note: Thunderbird 102.11.1 contained POP3 client regressions with offline mode and TLS certificate overrides 17 | tag: fixed 18 | bugs: [1801286, 1816596, 1798785] 19 | -------------------------------------------------------------------------------- /archive/78.4.2.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2020-11-09 3 | text: | 4 | **For more on all of the new features in Thunderbird 78, see 5 | [New in Thunderbird 78.0](https://support.mozilla.org/en-US/kb/new-thunderbird-78/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/78.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.9 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '78.0' 14 | 15 | notes: 16 | - note: Security fix 17 | tag: fixed 18 | -------------------------------------------------------------------------------- /archive/91.9.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-05-20' 3 | text: | 4 | **For more on all the new features in Thunderbird 91, see 5 | [New in Thunderbird 91.0](https://support.mozilla.org/en-US/kb/new-thunderbird-91/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/91.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.12 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '91.0' 14 | 15 | notes: 16 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird91.9.1) 17 | tag: fixed 18 | -------------------------------------------------------------------------------- /archive/31.7.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?j_top=OR&f10=cf_tracking_firefox_esr31&f1=OP&o3=equals&v6=37%2B&o7=equals&list_id=12261184&f8=CP&v11=fixed&v3=fixed&o11=equals&v10=38%2B&o2=equals&o6=equals&v7=fixed&f9=OP&f4=CP&query_format=advanced&o10=equals&f3=cf_status_firefox_esr31&f2=cf_tracking_firefox_esr31&f11=cf_status_firefox_esr31&f5=OP&f6=cf_tracking_thunderbird_esr31&v2=37%2B&f7=cf_status_thunderbird_esr31 3 | import_system_requirements: '31.0' 4 | notes: 5 | - note: Security fixes can be found here 6 | tag: fixed 7 | -------------------------------------------------------------------------------- /archive/31.6.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?f10=cf_tracking_firefox_esr31&j_top=OR&f1=OP&o7=equals&v6=36%2B&o3=equals&f8=CP&v11=fixed&o11=equals&v3=fixed&v10=37%2B&o6=equals&o2=equals&f9=OP&v7=fixed&f4=CP&o10=equals&query_format=advanced&f3=cf_status_firefox_esr31&f2=cf_tracking_firefox_esr31&f11=cf_status_firefox_esr31&f5=OP&f6=cf_tracking_thunderbird_esr31&v2=36%2B&f7=cf_status_thunderbird_esr31&list_id=12139148 3 | import_system_requirements: '31.0' 4 | notes: 5 | - note: Security fixes can be found here 6 | tag: fixed 7 | -------------------------------------------------------------------------------- /android_release/10.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-06-24' 3 | text: | 4 | **These notes apply to Thunderbird for Android version 10.1 released June 24th, 2025.** 5 | 6 | releases: 7 | - version: '10.1' 8 | release_date: '2025-06-24' 9 | 10 | notes: 11 | ## 10.1 release 12 | # Fixed 13 | - note: Attach all images when sharing from gallery, not just the last 14 | short_note: Attach all images when sharing from gallery, not just the last 15 | tag: fixed 16 | 17 | - note: Show the full changelog when it contains special characters 18 | short_note: Show the full changelog when it contains special characters 19 | tag: fixed 20 | -------------------------------------------------------------------------------- /archive/31.8.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?j_top=OR&list_id=12407367&v11=fixed&v10=39%2B&o2=equals&v2=38%2B&f10=cf_tracking_firefox_esr31&f1=OP&o3=equals&v6=38%2B&o7=equals&f8=CP&v3=fixed&o11=equals&resolution=FIXED&o6=equals&v7=fixed&f9=OP&f4=CP&query_format=advanced&o10=equals&f3=cf_status_firefox_esr31&f2=cf_tracking_firefox_esr31&f11=cf_status_firefox_esr31&f5=OP&f6=cf_tracking_thunderbird_esr31&f7=cf_status_thunderbird_esr31 3 | import_system_requirements: '31.0' 4 | notes: 5 | - note: Security fixes can be found here 6 | tag: fixed 7 | -------------------------------------------------------------------------------- /.githooks/pre-commit.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # A git commit hook to validate the YAML files when committing and 4 | # will fail the commit if it doesn't parse correctly. 5 | # 6 | # To enable this hook, run `ln -s ../../.githooks/pre-commit.sh .git/hooks/pre-commit`. 7 | 8 | # Redirect output to stderr. 9 | exec 1>&2 10 | 11 | # run yamllint on all yaml files in the repo 12 | declare -a changedyamlfiles=($(git diff --diff-filter=ACMR --staged --name-only | grep -E '\.yamllint$|\.yml$|\.yaml$')) 13 | if [ -n "${changedyamlfiles[*]}" ]; then 14 | for filename in "${changedyamlfiles[@]}"; do 15 | yamllint --no-warnings --config-file=.yamllint "$filename" 16 | done 17 | fi 18 | -------------------------------------------------------------------------------- /archive/38.6.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?f1=cf_tracking_thunderbird_esr38&list_id=12851518&o1=equals&o2=equals&query_format=advanced&f2=cf_status_thunderbird_esr38&v1=44%2B&v2=fixed 3 | import_system_requirements: "38.0.1" 4 | notes: 5 | - note: For Windows systems on roaming profiles, could not display messages after 6 | Thunderbird update (related to Lightning updates) 7 | tag: fixed 8 | - note: Filters ran on a different folder than selected 9 | tag: fixed 10 | - note: Various security 11 | fixes. 12 | tag: fixed 13 | -------------------------------------------------------------------------------- /esr/115.10.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-04-18' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 5 | 6 | - Windows: Windows 7 or later 7 | - Mac: macOS 10.12 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: '115.0' 11 | 12 | notes: 13 | - note: Thunderbird processes did not exit cleanly; user intervention was required via task manager 14 | tag: fixed 15 | bugs: [1891889] 16 | 17 | - note: After changing password on an IMAP account, the account could become locked due 18 | to too many failed login attempts 19 | tag: unresolved 20 | bugs: [1862111] 21 | -------------------------------------------------------------------------------- /archive/30.0beta.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2014-05-09 3 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2030.0&product=Thunderbird&resolution=FIXED 4 | import_system_requirements: '31.0' 5 | notes: 6 | - note: Various 7 | fixes and performance improvements 8 | tag: fixed 9 | -------------------------------------------------------------------------------- /archive/31.0beta.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2014-06-13 3 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2031.0&product=Thunderbird&resolution=FIXED 4 | import_system_requirements: '31.0' 5 | notes: 6 | - note: Various 7 | fixes and performance improvements 8 | tag: fixed 9 | -------------------------------------------------------------------------------- /archive/78.14.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2021-09-07' 3 | text: | 4 | **Thunderbird 78.14.0, is the final 78.x release.** 5 | 6 | **System Requirements:** [Details](/en-US/thunderbird/78.0/system-requirements/) 7 | 8 | - Windows: Windows 7 or later 9 | - Mac: macOS 10.9 or later 10 | - Linux: GTK+ 3.14 or higher 11 | 12 | import_system_requirements: '78.0' 13 | 14 | notes: 15 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird78.14) 16 | tag: fixed 17 | 18 | - note: Sending an email containing HTML links with spaces in the URL sometimes results in broken links 19 | tag: unresolved 20 | bugs: [1707360] 21 | -------------------------------------------------------------------------------- /archive/102.11.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-05-10' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 5 | 6 | - Windows: Windows 7 or later 7 | - Mac: macOS 10.12 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: '102.0' 11 | 12 | notes: 13 | # Fixed 14 | - note: During Account Setup, the "Checking password..." message was not removed after a failure 15 | tag: fixed 16 | bugs: [1826022] 17 | - note: Miscellaneous UI fixes 18 | tag: fixed 19 | bugs: [1827070] 20 | 21 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird102.11)' 22 | tag: fixed 23 | -------------------------------------------------------------------------------- /archive/36.0beta.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?quicksearch=ALL%20cf_status_thunderbird_36%3Afixed%20-cf_status_thunderbird_35%3Afixed%20-cf_status_thunderbird_34%3Afixed%20-cf_status_thunderbird_esr31%3Afixed&list_id=12011809 3 | import_system_requirements: '31.0' 4 | notes: 5 | - note: Various older charsets have been removed 6 | tag: changed 7 | - note: Thunderbird will no longer use SHA-1 to sign messages (bug 8 | 1018259) 9 | tag: changed 10 | - note: CONDSTORE support has been disabled due to causing various issues (bug 11 | 912216) 12 | tag: fixed 13 | -------------------------------------------------------------------------------- /archive/91.12.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-07-26' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/91.0/system-requirements/) 5 | 6 | - Windows: Windows 7 or later 7 | - Mac: macOS 10.12 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: '91.0' 11 | 12 | notes: 13 | - note: Support for Google Talk chat accounts removed 14 | tag: changed 15 | bugs: [1645217] 16 | 17 | - note: OpenPGP signatures were broken when "Primary Password" dialog remained open 18 | tag: fixed 19 | bugs: [1764175] 20 | 21 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird91.12) 22 | tag: fixed 23 | -------------------------------------------------------------------------------- /archive/45.3.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?f1=cf_status_thunderbird_esr45&list_id=13087082&o1=equals&o2=equals&query_format=advanced&f2=cf_tracking_thunderbird_esr45&v1=fixed&v2=48%2B 3 | import_system_requirements: '45.0' 4 | notes: 5 | - note: Disposition-Notification-To could not be used in mail.compose.other.header 6 | tag: fixed 7 | - note: '"edit as new message" on a received message pre-filled the sender as the 8 | composing identity.' 9 | tag: fixed 10 | - note: Certain messages caused corruption of the drafts summary database. 11 | tag: fixed 12 | - note: Various security 13 | fixes 14 | tag: fixed 15 | -------------------------------------------------------------------------------- /archive/91.11.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-06-28' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/91.0/system-requirements/) 5 | 6 | - Windows: Windows 7 or later 7 | - Mac: macOS 10.12 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: '91.0' 11 | 12 | notes: 13 | # Fixed 14 | - note: CLIENTID fix for bug 1759197 in Thunderbird 91.8.1 did not work; additional fix applied 15 | tag: fixed 16 | bugs: [1772027] 17 | - note: '"Save-As" attachment dialog did not have filename pre-populated' 18 | tag: fixed 19 | bugs: [1755592] 20 | 21 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird91.11) 22 | tag: fixed 23 | -------------------------------------------------------------------------------- /esr/115.11.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-05-14' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 5 | 6 | - Windows: Windows 7 or later 7 | - Mac: macOS 10.12 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: '115.0' 11 | 12 | notes: 13 | # Fixed 14 | - note: Splitter arrow between task list and task description did not behave as expected 15 | tag: fixed 16 | bugs: [1888879] 17 | - note: Calendar Event Attendees dialog had incorrectly sized rows 18 | tag: fixed 19 | bugs: [1852304] 20 | 21 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird115.11)' 22 | tag: fixed 23 | -------------------------------------------------------------------------------- /archive/68.8.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2020-05-22 3 | text: | 4 | **These notes apply to Thunderbird version 68.8.1 released May 22, 2020.** 5 | 6 | **System Requirements: 7 | • Window: Windows 7, Windows Server 2008 R2 or later 8 | • Mac: Mac OS X 10.9 or later 9 | • Linux: GTK+ 3.4 or higher**. 10 | Details [here](/en-US/thunderbird/68.0/system-requirements/). 11 | 12 | import_system_requirements: '68.0' 13 | 14 | notes: 15 | - note: 'IMAP stability improvements' 16 | tag: fixed 17 | bugs: 18 | - 1586494 19 | - note: 'HTML tags in IRC topic changes were rendered incorrectly' 20 | tag: fixed 21 | bugs: 22 | - 1607097 23 | - note: 'MailExtensions: Websockets could not be used' 24 | tag: fixed 25 | bugs: 26 | - 1627649 27 | -------------------------------------------------------------------------------- /archive/78.10.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2021-04-19' 3 | text: | 4 | **For more on all of the new features in Thunderbird 78, see 5 | [New in Thunderbird 78.0](https://support.mozilla.org/en-US/kb/new-thunderbird-78/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/78.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.9 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '78.0' 14 | 15 | notes: 16 | # Fixed 17 | - note: 'Usability & theme improvements on Windows' 18 | tag: fixed 19 | bugs: [1702433, 1701389] 20 | 21 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird78.10) 22 | tag: fixed 23 | -------------------------------------------------------------------------------- /esr/128.4.1esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-11-04' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 128.0esr 17 | 18 | notes: 19 | # New 20 | - note: Add the 20 year donation appeal 21 | tag: new 22 | bugs: [1925383] 23 | -------------------------------------------------------------------------------- /archive/91.6.2.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-03-05' 3 | text: | 4 | **For more on all the new features in Thunderbird 91, see 5 | [New in Thunderbird 91.0](https://support.mozilla.org/en-US/kb/new-thunderbird-91/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/91.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.12 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '91.0' 14 | 15 | notes: 16 | - note: Temporary files from opened attachments were saved with world-readable permission 17 | tag: fixed 18 | bugs: [1753242] 19 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird91.6.2) 20 | tag: fixed 21 | -------------------------------------------------------------------------------- /archive/102.10.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-04-11' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 5 | 6 | - Windows: Windows 7 or later 7 | - Mac: macOS 10.12 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: '102.0' 11 | 12 | notes: 13 | # Changed 14 | - note: New messages will automatically select S/MIME if configured and OpenPGP is not 15 | tag: changed 16 | bugs: [1793278] 17 | - note: Calendar events with timezone America/Mexico_City incorrectly applied Daylight Savings Time 18 | tag: fixed 19 | bugs: [1826146] 20 | 21 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird102.10)' 22 | tag: fixed 23 | -------------------------------------------------------------------------------- /archive/68.11.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2020-07-30 3 | text: | 4 | **These notes apply to Thunderbird version 68.11.0 released July 28, 2020.** 5 | 6 | **System Requirements: 7 | • Window: Windows 7, Windows Server 2008 R2 or later 8 | • Mac: Mac OS X 10.9 or later 9 | • Linux: GTK+ 3.4 or higher**. 10 | Details [here](/en-US/thunderbird/68.0/system-requirements/). 11 | 12 | import_system_requirements: '68.0' 13 | 14 | 15 | notes: 16 | - note: 'FileLink attachments included as a link and file when added from a network drive 17 | via drag & drop' 18 | tag: fixed 19 | bugs: 20 | - 793118 21 | - note: Various security 22 | fixes 23 | tag: fixed 24 | -------------------------------------------------------------------------------- /archive/45.1.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?list_id=12991744&o1=equals&v1=46%2B&f1=cf_tracking_thunderbird_esr45&query_format=advanced 3 | import_system_requirements: '45.0' 4 | notes: 5 | - note: 'Email without HTML elements was sent as HTML, despite "Delivery Format: Auto-detect" 6 | option' 7 | tag: fixed 8 | - note: 'Options applied to a template were lost when the template was used. ' 9 | tag: fixed 10 | - note: Contacts could not be deleted when they were found through a search 11 | tag: fixed 12 | - note: Views from global searches did not respect "mail.threadpane.use_correspondents" 13 | tag: fixed 14 | - note: When entering members into a mailing list, the enter key dismissed the panel 15 | instead of just moving onto the next line 16 | tag: fixed 17 | -------------------------------------------------------------------------------- /archive/34.0beta.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2014-11-15 3 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?quicksearch=ALL%20cf_status_thunderbird_34%3Afixed%20-cf_status_thunderbird_33%3Afixed%20-cf_status_thunderbird_32%3Afixed&list_id=11572999 4 | import_system_requirements: '31.0' 5 | notes: 6 | - note: Fixes an issue where IRC participants were not removed from the display on 7 | leaving a channel. 8 | tag: fixed 9 | - note: Fixes an issue where using LDAP autocomplete could end up with blank entries 10 | in the compose addressing list (Bug 11 | 1045753) 12 | tag: fixed 13 | - note: Fixes a regression where Thunderbird wasn't respecting the skip integration 14 | option on the default client dialog. 15 | tag: fixed 16 | -------------------------------------------------------------------------------- /archive/91.13.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-08-23' 3 | text: | 4 | **Thunderbird 91.13.0 is the final release of Thunderbird 91. 5 | See [what's new](https://www.thunderbird.net/thunderbird/102.0/whatsnew/) in Thunderbird 102.** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/91.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.12 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '91.0' 14 | 15 | notes: 16 | - note: Updated Thunderbird donation URL from "donate.mozilla.org" to "give.thunderbird.net" 17 | tag: changed 18 | bugs: [1761555] 19 | 20 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird91.13) 21 | tag: fixed 22 | 23 | -------------------------------------------------------------------------------- /esr/128.9.1esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-04-04' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 128.0esr 17 | 18 | notes: 19 | - note: Added delay to built-in notifications when new profile is created in offline mode 20 | tag: fixed 21 | bugs: [1957923] 22 | 23 | 24 | -------------------------------------------------------------------------------- /esr/115.11.1esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-05-29' 3 | text: | 4 | **For help and a quick start on Thunderbird 115, see 5 | [Thunderbird 115 Supernova FAQ](https://support.mozilla.org/en-US/kb/thunderbird-115-supernova-faq).** 6 | 7 | **For more on all the new features in Thunderbird 115, see 8 | [What’s New in Thunderbird 115](https://www.thunderbird.net/thunderbird/115.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 11 | 12 | - Windows: Windows 7 or later 13 | - Mac: macOS 10.12 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: '115.0' 17 | 18 | notes: 19 | - note: Added a short anonymous survey that a small number of users will be randomly asked to complete 20 | tag: new 21 | bugs: [1898086] 22 | -------------------------------------------------------------------------------- /esr/140.6.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-12-09' 3 | text: | 4 | **For help and a quick start on Thunderbird 140, see 5 | [Thunderbird 140 Eclipse FAQ](https://support.mozilla.org/en-US/kb/new-thunderbird-desktop)** 6 | 7 | **For more on all the new features in Thunderbird 140, see 8 | [What’s New in Thunderbird 140](https://www.thunderbird.net/thunderbird/140.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/140.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 140.0esr 17 | 18 | notes: 19 | # Fixed 20 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird140.6)' 21 | tag: fixed 22 | -------------------------------------------------------------------------------- /archive/78.3.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2020-09-26 3 | text: | 4 | **Thunderbird 78.3.1 includes a fix for crashes reported in Thunderbird 78.3.0. 5 | See the notes for Thunderbird 78.3.0 6 | for improvements made in that version.** 7 | 8 | **For more on all of the new features in Thunderbird 78, see 9 | [New in Thunderbird 78.0](https://support.mozilla.org/en-US/kb/new-thunderbird-78/).** 10 | 11 | **System Requirements:** [Details](/en-US/thunderbird/78.0/system-requirements/) 12 | 13 | - Windows: Windows 7 or later 14 | - Mac: macOS 10.9 or later 15 | - Linux: GTK+ 3.14 or higher 16 | 17 | import_system_requirements: '78.0' 18 | 19 | notes: 20 | - note: 'Thunderbird crashed after updating to 78.3.0' 21 | tag: fixed 22 | bugs: 23 | - 1667120 24 | -------------------------------------------------------------------------------- /esr/128.11.1esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-06-10' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 128.0esr 17 | 18 | notes: 19 | # Fixed 20 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird128.11.1)' 21 | tag: fixed 22 | -------------------------------------------------------------------------------- /esr/128.12.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-07-01' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 128.0esr 17 | 18 | notes: 19 | # Fixed 20 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird128.12)' 21 | tag: fixed 22 | -------------------------------------------------------------------------------- /esr/128.13.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-07-22' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 128.0esr 17 | 18 | notes: 19 | # Fixed 20 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird128.13)' 21 | tag: fixed 22 | -------------------------------------------------------------------------------- /esr/128.14.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-08-19' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 128.0esr 17 | 18 | notes: 19 | # Fixed 20 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird128.14)' 21 | tag: fixed 22 | -------------------------------------------------------------------------------- /esr/128.2.3esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-09-20' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: '128.0esr' 17 | 18 | notes: 19 | # Fixed 20 | - note: Reverted OAuth2 changes from 128.2.2esr due to authentication timeout after upgrade 21 | tag: fixed 22 | bugs: [1919695] 23 | -------------------------------------------------------------------------------- /esr/128.3.1esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-10-10' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: '128.0esr' 17 | 18 | notes: 19 | # Fixed 20 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird128.3.1)' 21 | tag: fixed 22 | -------------------------------------------------------------------------------- /archive/38.5.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?f1=cf_tracking_thunderbird_esr38&list_id=12755007&o1=equals&o2=equals&query_format=advanced&f2=cf_status_thunderbird_esr38&v1=43%2B&v2=fixed 3 | import_system_requirements: "38.0.1" 4 | notes: 5 | - note: In the address book manager, make the contacts sidebar remember the last selected 6 | address book (1142705) 7 | tag: fixed 8 | - note: 'Various security 9 | fixes ' 10 | tag: fixed 11 | - note: Prepare to use SHA-256 signing certificate for Windows builds, to meet new 12 | signing requirement (1079858) 13 | tag: fixed 14 | -------------------------------------------------------------------------------- /archive/45.2beta.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2016-05-20 3 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?list_id=12991744&o1=equals&v1=46%2B&f1=cf_tracking_thunderbird_esr45&query_format=advanced 4 | import_system_requirements: '45.0' 5 | notes: 6 | - note: When entering members into a mailing list, the enter key dismissed the panel 7 | instead of just moving onto the next line 8 | tag: fixed 9 | - note: Views from global searches did not respect "mail.threadpane.use_correspondents" 10 | tag: fixed 11 | - note: Contacts could not be deleted when they were found through a search 12 | tag: fixed 13 | - note: 'Options applied to a template were lost when the template was used. ' 14 | tag: fixed 15 | - note: 'Email without HTML elements was sent as HTML, despite "Delivery Format: Auto-detect" 16 | option' 17 | tag: fixed 18 | -------------------------------------------------------------------------------- /archive/102.13.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-07-26' 3 | text: | 4 |

Thunderbird 115 is now available! The "Supernova" UI features 5 | provide an updated user interface and is designed to be more modern, customizable, and with code that is easier to 6 | maintain and improve.

7 | 8 | **[Learn more about "Supernova"](https://blog.thunderbird.net/tag/supernova/)** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 11 | 12 | - Windows: Windows 7 or later 13 | - Mac: macOS 10.12 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: '102.0' 17 | 18 | notes: 19 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird102.13.1)' 20 | tag: fixed 21 | -------------------------------------------------------------------------------- /archive/102.15.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-09-12' 3 | text: | 4 |

Thunderbird 115 is now available! The "Supernova" UI features 5 | provide an updated user interface and is designed to be more modern, customizable, and with code that is easier to 6 | maintain and improve.

7 | 8 | **[Learn more about "Supernova"](https://blog.thunderbird.net/tag/supernova/)** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 11 | 12 | - Windows: Windows 7 or later 13 | - Mac: macOS 10.12 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: '102.0' 17 | 18 | notes: 19 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird102.15.1)' 20 | tag: fixed 21 | -------------------------------------------------------------------------------- /android_release/12.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-09-03' 3 | text: > 4 | **These notes apply to Thunderbird for Android version 12.1 released September 3rd, 2025.** 5 | 6 | releases: 7 | - version: '12.1' 8 | release_date: '2025-09-03' 9 | 10 | notes: 11 | # New 12 | - note: Improved drawer navigation with a folder hierarchy 13 | short_note: Improved drawer navigation 14 | tag: new 15 | k9mail_only: true 16 | 17 | # Changed 18 | - note: There are no Thunderbird changes requiring release notes in this release 19 | short_note: There are no Thunderbird changes requiring release notes in this release 20 | tag: changed 21 | thunderbird_only: true 22 | 23 | # Fixed 24 | - note: K-9 mail could crash when opening 25 | short_note: K-9 mail could crash when opening 26 | tag: fixed 27 | k9mail_only: true 28 | -------------------------------------------------------------------------------- /archive/68.10.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2020-07-01 3 | text: | 4 | **These notes apply to Thunderbird version 68.10.0 released July 1, 2020.** 5 | 6 | **System Requirements: 7 | • Window: Windows 7, Windows Server 2008 R2 or later 8 | • Mac: Mac OS X 10.9 or later 9 | • Linux: GTK+ 3.4 or higher**. 10 | Details [here](/en-US/thunderbird/68.0/system-requirements/). 11 | 12 | import_system_requirements: '68.0' 13 | 14 | 15 | notes: 16 | - note: 'Chat: Topics displayed some characters improperly' 17 | tag: fixed 18 | bugs: 19 | - 1644024 20 | - note: 'Calendar: Filtering tasks did not work when "Incomplete Tasks" was selected' 21 | tag: fixed 22 | bugs: 23 | - 1593711 24 | - note: Various security 25 | fixes 26 | tag: fixed 27 | -------------------------------------------------------------------------------- /archive/78.10.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2021-05-04' 3 | text: | 4 | **For more on all of the new features in Thunderbird 78, see 5 | [New in Thunderbird 78.0](https://support.mozilla.org/en-US/kb/new-thunderbird-78/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/78.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.9 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '78.0' 14 | 15 | notes: 16 | - note: Removed the fix for [bug 1689804](https://bugzilla.mozilla.org/show_bug.cgi?id=1689804) introduced in Thunderbird 17 | 78.9.0, restoring the previous behavior 18 | tag: changed 19 | bugs: [1689804] 20 | 21 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird78.10.1) 22 | tag: fixed 23 | -------------------------------------------------------------------------------- /archive/32.0beta.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2014-08-14 3 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2032.0&product=Thunderbird&resolution=FIXED 4 | import_system_requirements: '31.0' 5 | notes: 6 | - note: Various 7 | fixes and performance improvements 8 | tag: fixed 9 | - note: Improved performance of autocomplete when searching large address books (Bug 984875) 11 | tag: fixed 12 | -------------------------------------------------------------------------------- /tools/tools_lib/__init__.py: -------------------------------------------------------------------------------- 1 | from datetime import date, timedelta 2 | 3 | 4 | def init(): 5 | from ruamel.yaml import YAML 6 | 7 | yaml = YAML(typ="rt") 8 | yaml.default_flow_style = False 9 | yaml.unicode_supplementary = False 10 | yaml.preserve_quotes = True 11 | yaml.indent(mapping=2, sequence=4, offset=2) 12 | yaml.width = 85 13 | 14 | return yaml 15 | 16 | 17 | yaml = init() 18 | 19 | 20 | def guess_release_date(): 21 | today = date.today() 22 | guess = today + timedelta(days=2) 23 | if guess.weekday() == 5: # Saturday 24 | guess = guess + timedelta(days=2) # Shift to Monday 25 | if guess.weekday() == 6: # Sunday 26 | guess = guess + timedelta(days=1) # Shift to Monday 27 | assert guess.weekday() < 5 28 | 29 | human_date = guess.strftime("%B %e, %Y") 30 | 31 | return guess.isoformat(), human_date 32 | -------------------------------------------------------------------------------- /esr/115.2.2.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-09-12' 3 | text: | 4 | **Thunderbird version 115 is only offered as direct download from 5 | thunderbird.net and not as an upgrade from Thunderbird version 102 or 6 | earlier. A future release will provide updates from earlier versions.** 7 | 8 | **For more on all the new features in Thunderbird 115, see 9 | [What’s New in Thunderbird 115](https://www.thunderbird.net/thunderbird/115.0/whatsnew/).** 10 | 11 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 12 | 13 | - Windows: Windows 7 or later 14 | - Mac: macOS 10.12 or later 15 | - Linux: GTK+ 3.14 or higher 16 | 17 | import_system_requirements: '115.0' 18 | 19 | notes: 20 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird115.2.2)' 21 | tag: fixed 22 | -------------------------------------------------------------------------------- /release/138.0.2.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-05-20' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/138.0/system-requirements/) 5 | 6 | - Windows: Windows 10 or later 7 | - Mac: macOS 10.15 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: 128.0beta 11 | 12 | notes: 13 | # Fixed 14 | - note: Messages could not be viewed if the profile used a UNC path 15 | tag: fixed 16 | bugs: [1966256] 17 | - note: Standalone message windows/tabs no longer responded after folder compaction 18 | tag: fixed 19 | bugs: [1960349] 20 | - note: Compacting folders with certain pending operations caused unnecessary warnings 21 | tag: fixed 22 | bugs: [1960105] 23 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird138.0.2)' 24 | tag: fixed 25 | -------------------------------------------------------------------------------- /archive/102.10.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-04-24' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 5 | 6 | - Windows: Windows 7 or later 7 | - Mac: macOS 10.12 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: '102.0' 11 | 12 | notes: 13 | # Fixed 14 | - note: Messages with missing or corrupt "From:" header did not display message header 15 | buttons 16 | tag: fixed 17 | bugs: [1793918] 18 | - note: Composer repeatedly prompted for S/MIME smartcard signing/encryption password 19 | tag: fixed 20 | bugs: [1828366] 21 | - note: Address Book integration did not work with macOS 11.4 Bug Sur 22 | tag: fixed 23 | bugs: [1720257] 24 | - note: Mexico City DST fix in Thunderbird 102.10.0 (bug 1826146) was incomplete 25 | tag: fixed 26 | bugs: [1827503] 27 | -------------------------------------------------------------------------------- /archive/45.4.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?list_id=13241865&o1=equals&o2=equals&v1=fixed&v2=49%2B&f1=cf_status_thunderbird_esr45&query_format=advanced&f2=cf_tracking_thunderbird_esr45 3 | import_system_requirements: '45.0' 4 | notes: 5 | - note: Display name was truncated if no separating space before email address. 6 | tag: fixed 7 | - note: 'Recipient addresses were shown in red despite being inserted from the address 8 | book in some circumstances. ' 9 | tag: fixed 10 | - note: Additional spaces were inserted when drafts were edited. 11 | tag: fixed 12 | - note: Mail saved as template copied In-Reply-To and References from original email. 13 | tag: fixed 14 | - note: Threading broken when editing message draft, due to loss of Message-ID 15 | tag: fixed 16 | - note: '"Apply columns to..." did not honor special folders' 17 | tag: fixed 18 | -------------------------------------------------------------------------------- /esr/115.16.2esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-10-17' 3 | text: | 4 | 5 | **For help and a quick start on Thunderbird 115, see 6 | [Thunderbird 115 Supernova FAQ](https://support.mozilla.org/en-US/kb/thunderbird-115-supernova-faq).** 7 | 8 | **For more on all the new features in Thunderbird 115, see 9 | [What’s New in Thunderbird 115](https://www.thunderbird.net/thunderbird/115.0/whatsnew/).** 10 | 11 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 12 | 13 | - Windows: Windows 7 or later 14 | - Mac: macOS 10.12 or later 15 | - Linux: GTK+ 3.14 or higher 16 | 17 | **Note that Thunderbird 115 is the final release to support Windows 7 and Windows 8.** 18 | 19 | import_system_requirements: '115.0' 20 | 21 | notes: 22 | # New 23 | - note: Add end of year donation appeal 24 | tag: new 25 | bugs: [1925093] 26 | -------------------------------------------------------------------------------- /archive/91.0.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2021-08-17' 3 | text: | 4 | ** Thunderbird 91 is only offered as direct download from 5 | [thunderbird.net](https://www.thunderbird.net) and not as an upgrade from 6 | Thunderbird version 78 or earlier.** 7 | A future release will provide updates from earlier versions. 8 | 9 | **System Requirements:** [Details](/en-US/thunderbird/91.0/system-requirements/) 10 | 11 | - Windows: Windows 7 or later 12 | - macOS: macOS 10.12 or later (macOS 11.0 for Silicon) 13 | - Linux: GTK+ 3.14 or higher 14 | 15 | import_system_requirements: '91.0' 16 | 17 | notes: 18 | - note: OTR chat encryption failed on 32-bit Windows builds 19 | tag: fixed 20 | bugs: [1724914] 21 | 22 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird91.0.1) 23 | tag: fixed 24 | -------------------------------------------------------------------------------- /archive/45.2.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?f1=cf_status_thunderbird_esr45&list_id=13087082&o1=equals&o2=equals&query_format=advanced&f2=cf_tracking_thunderbird_esr45&v1=fixed&v2=47%2B 3 | import_system_requirements: '45.0' 4 | notes: 5 | - note: Various security 6 | fixes 7 | tag: '' 8 | - note: Links were not always detected properly in the message body (terminated early 9 | on "|", some long links not detected at all) 10 | tag: fixed 11 | - note: Invitations to events could not be printed. 12 | tag: fixed 13 | - note: Falsely reported not enough disk space during compacting 14 | tag: fixed 15 | - note: Dragging and dropping of contacts from the contact list onto an addressbook 16 | while All Addressbooks is selected moved only one contact 17 | tag: fixed 18 | -------------------------------------------------------------------------------- /esr/128.5.1esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-12-02' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 128.0esr 17 | 18 | notes: 19 | # New 20 | - note: Add end of year donation appeal 21 | tag: new 22 | bugs: [1925389] 23 | 24 | # Fixed 25 | - note: Total message count for favorite folders did not work consistently 26 | tag: fixed 27 | bugs: [1924356] 28 | -------------------------------------------------------------------------------- /archive/91.5.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-01-11' 3 | text: | 4 | **For more on all the new features in Thunderbird 91, see 5 | [New in Thunderbird 91.0](https://support.mozilla.org/en-US/kb/new-thunderbird-91/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/91.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.12 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '91.0' 14 | 15 | notes: 16 | # Fixed 17 | - note: RSS keyword labels without a configured color were illegible 18 | tag: fixed 19 | bugs: [1747909] 20 | - note: 'Thunderbird "about:" dialog did not identify third-party repackaged distributions such as Flatpaks' 21 | tag: fixed 22 | bugs: [1470730] 23 | 24 | 25 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird91.5) 26 | tag: fixed 27 | -------------------------------------------------------------------------------- /esr/128.8.1esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-03-18' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 128.0esr 17 | 18 | notes: 19 | # Fixed 20 | - note: PGP/MIME signed message with a missing signature did not display 21 | tag: fixed 22 | bugs: [1948274] 23 | - note: Some emails forwarded as attachments used the wrong MIME type 24 | tag: fixed 25 | bugs: [1839010] 26 | -------------------------------------------------------------------------------- /esr/115.15.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-09-05' 3 | text: | 4 | 5 | **For help and a quick start on Thunderbird 115, see 6 | [Thunderbird 115 Supernova FAQ](https://support.mozilla.org/en-US/kb/thunderbird-115-supernova-faq).** 7 | 8 | **For more on all the new features in Thunderbird 115, see 9 | [What’s New in Thunderbird 115](https://www.thunderbird.net/thunderbird/115.0/whatsnew/).** 10 | 11 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 12 | 13 | - Windows: Windows 7 or later 14 | - Mac: macOS 10.12 or later 15 | - Linux: GTK+ 3.14 or higher 16 | 17 | **Note that Thunderbird 115 is the final release to support Windows 7 and Windows 8.** 18 | 19 | import_system_requirements: '115.0' 20 | 21 | notes: 22 | # Fixed 23 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird115.15)' 24 | tag: fixed 25 | -------------------------------------------------------------------------------- /esr/115.16.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-10-10' 3 | text: | 4 | 5 | **For help and a quick start on Thunderbird 115, see 6 | [Thunderbird 115 Supernova FAQ](https://support.mozilla.org/en-US/kb/thunderbird-115-supernova-faq).** 7 | 8 | **For more on all the new features in Thunderbird 115, see 9 | [What’s New in Thunderbird 115](https://www.thunderbird.net/thunderbird/115.0/whatsnew/).** 10 | 11 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 12 | 13 | - Windows: Windows 7 or later 14 | - Mac: macOS 10.12 or later 15 | - Linux: GTK+ 3.14 or higher 16 | 17 | **Note that Thunderbird 115 is the final release to support Windows 7 and Windows 8.** 18 | 19 | import_system_requirements: '115.0' 20 | 21 | notes: 22 | # Fixed 23 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird115.16)' 24 | tag: fixed 25 | -------------------------------------------------------------------------------- /esr/115.16.1esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-10-14' 3 | text: | 4 | 5 | **For help and a quick start on Thunderbird 115, see 6 | [Thunderbird 115 Supernova FAQ](https://support.mozilla.org/en-US/kb/thunderbird-115-supernova-faq).** 7 | 8 | **For more on all the new features in Thunderbird 115, see 9 | [What’s New in Thunderbird 115](https://www.thunderbird.net/thunderbird/115.0/whatsnew/).** 10 | 11 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 12 | 13 | - Windows: Windows 7 or later 14 | - Mac: macOS 10.12 or later 15 | - Linux: GTK+ 3.14 or higher 16 | 17 | **Note that Thunderbird 115 is the final release to support Windows 7 and Windows 8.** 18 | 19 | import_system_requirements: '115.0' 20 | 21 | notes: 22 | # Fixed 23 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird115.16)' 24 | tag: fixed 25 | -------------------------------------------------------------------------------- /archive/45.7.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2045.0&product=Thunderbird&resolution=FIXED 3 | import_system_requirements: '45.0' 4 | notes: 5 | - note: Message preview pane non-functional after IMAP folder was renamed or moved 6 | tag: fixed 7 | - note: '"Move To" button on "Search Messages" panel not working' 8 | tag: fixed 9 | - note: Message sent to "undisclosed recipients" shows no recipient (non-functional 10 | since Thunderbird version 38) 11 | tag: fixed 12 | - note: 'Calendar: No way to accept/decline email invitations when sent and received 13 | messages are stored in the same folder' 14 | tag: fixed 15 | - note: Various security 16 | fixes 17 | tag: fixed 18 | -------------------------------------------------------------------------------- /archive/68.9.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2020-06-03 3 | text: | 4 | **These notes apply to Thunderbird version 68.9.0 released June 03, 2020.** 5 | 6 | **System Requirements: 7 | • Window: Windows 7, Windows Server 2008 R2 or later 8 | • Mac: Mac OS X 10.9 or later 9 | • Linux: GTK+ 3.4 or higher**. 10 | Details [here](/en-US/thunderbird/68.0/system-requirements/). 11 | 12 | import_system_requirements: '68.0' 13 | 14 | notes: 15 | - note: 'Custom headers added for searching or filtering could not be removed' 16 | tag: fixed 17 | bugs: 18 | - 1631577 19 | - note: 'Calendar: Today Pane updated prior to loading all data' 20 | tag: fixed 21 | bugs: 22 | - 1635613 23 | - note: 'Stability improvements' 24 | tag: fixed 25 | bugs: 26 | - 1625677 27 | - 1629204 28 | - note: Various security 29 | fixes 30 | tag: fixed 31 | -------------------------------------------------------------------------------- /archive/78.4.3.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2020-11-11 3 | text: | 4 | **For more on all of the new features in Thunderbird 78, see 5 | [New in Thunderbird 78.0](https://support.mozilla.org/en-US/kb/new-thunderbird-78/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/78.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.9 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '78.0' 14 | 15 | notes: 16 | - note: User interface was inconsistent when switching from the default theme to the dark 17 | theme and back to the default theme 18 | tag: fixed 19 | bugs: 20 | - 1659282 21 | - note: Email subject would disappear when hovering over it with the mouse when using Windows 22 | 7 Classic theme 23 | tag: fixed 24 | bugs: 25 | - 1675970 26 | 27 | - note: 'Message list is not focused at startup' 28 | tag: unresolved 29 | bugs: 30 | - 1620310 31 | -------------------------------------------------------------------------------- /archive/91.13.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-09-19' 3 | text: | 4 |
By popular demand, Thunderbird 91.13.1 contains 5 | 6 | important security updates that shipped in Thunderbird 102.2.1. 7 | Users are encouraged to update as soon as possible.
8 | 9 | **See [what's new](https://www.thunderbird.net/thunderbird/102.0/whatsnew/) in Thunderbird 102.** 10 | 11 | **System Requirements:** [Details](/en-US/thunderbird/91.0/system-requirements/) 12 | 13 | - Windows: Windows 7 or later 14 | - Mac: macOS 10.12 or later 15 | - Linux: GTK+ 3.14 or higher 16 | 17 | import_system_requirements: '91.0' 18 | 19 | notes: 20 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird91.13.1) 21 | tag: fixed 22 | 23 | -------------------------------------------------------------------------------- /esr/128.4.4esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-11-19' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 128.0esr 17 | 18 | notes: 19 | # Fixed 20 | - note: QR codes were not scannable by Android app when using most high-contrast themes 21 | tag: fixed 22 | bugs: [1928234] 23 | - note: Primary password prompt cancellation during mobile export was confusing 24 | tag: fixed 25 | bugs: [1928950] 26 | -------------------------------------------------------------------------------- /archive/102.14.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-08-02' 3 | text: | 4 | **Thunderbird 102.15.0, scheduled for release on August 30, 2023, is the final release of Thunderbird 102.** 5 | 6 |

Thunderbird 115 is now available! The "Supernova" UI features 7 | provide an updated user interface and is designed to be more modern, customizable, and with code that is easier to 8 | maintain and improve.

9 | 10 | **[Learn more about "Supernova"](https://blog.thunderbird.net/tag/supernova/)** 11 | 12 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 13 | 14 | - Windows: Windows 7 or later 15 | - Mac: macOS 10.12 or later 16 | - Linux: GTK+ 3.14 or higher 17 | 18 | import_system_requirements: '102.0' 19 | 20 | notes: 21 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird102.14)' 22 | tag: fixed 23 | -------------------------------------------------------------------------------- /esr/128.11.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-05-27' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 128.0esr 17 | 18 | notes: 19 | # Fixed 20 | - note: Thunderbird could crash if message copying to Sent folder was interrupted 21 | tag: fixed 22 | bugs: [1965304] 23 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird128.11)' 24 | tag: fixed 25 | -------------------------------------------------------------------------------- /archive/38.2.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | text: > 3 | Thunderbird 38.2.0 contains underlying code that is based off of Firefox 38.2.0 esr. 4 | See also the release notes for the update from Thunderbird 31 to 38 5 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?f1=cf_tracking_thunderbird_esr38&o1=equals&o2=equals&query_format=advanced&f2=cf_status_thunderbird_esr38&v1=40%2B&v2=fixed&list_id=12473958 6 | import_system_requirements: "38.0.1" 7 | notes: 8 | - note: Hardware acceleration is now disabled by default to avoid crashing Thunderbird 9 | tag: changed 10 | - note: A few bugs have been fixed to avoid crashing Thunderbird 11 | tag: fixed 12 | - note: The "maildir" storage type can no longer be set through the UI due to various 13 | issues. Power users can still set the storage type using the config editor. 14 | tag: unresolved 15 | -------------------------------------------------------------------------------- /archive/43.0beta.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?f19=OP&v15=fixed&f22=CP&f1=OP&o3=substring&list_id=12779898&f0=OP&v3=fixed&f18=OP&columnlist=component%2Cbug_severity%2Cshort_desc&f15=cf_status_thunderbird_42&j14=OR&resolution=FIXED&f13=OP&o2=substring&o15=notsubstring&f12=CP&query_format=advanced&j1=OR&f3=cf_status_thunderbird_43&f2=target_milestone&f11=CP&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&f14=OP&f17=CP&j20=OR&f21=CP&v2=Thunderbird%2043&f16=CP 3 | import_system_requirements: '38.0.1' 4 | notes: 5 | - note: Fix broken Grouped By view sort direction change, enable custom column grouping 6 | tag: fixed 7 | - note: Fixed issue where, upon compact, in rare cases message disappeared due to 8 | duplicate message keys. 9 | tag: fixed 10 | - note: Prepare to use SHA-256 signing certificate for Windows builds, to meet new 11 | signing requirement (1079858) 12 | tag: fixed 13 | -------------------------------------------------------------------------------- /release/138.0.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-05-13' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/138.0/system-requirements/) 5 | 6 | - Windows: Windows 10 or later 7 | - Mac: macOS 10.15 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: 128.0beta 11 | 12 | notes: 13 | # Fixed 14 | - note: Thunderbird could crash when importing Outlook messages 15 | tag: fixed 16 | bugs: [1851297] 17 | - note: Messages were permanently deleted if Trash folder had non-ASCII Unicode characters 18 | tag: fixed 19 | bugs: [1958781] 20 | - note: Visual and UX improvements 21 | tag: fixed 22 | bugs: [1960861, 1961049, 1961691] 23 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird138.0.1)' 24 | tag: fixed 25 | 26 | # Unresolved 27 | - note: Messages cannot not be viewed if the profile uses a UNC path 28 | tag: unresolved 29 | bugs: [1966256] 30 | -------------------------------------------------------------------------------- /archive/102.6.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-12-20' 3 | text: | 4 | **Best wishes for Happy Holidays 🔔 and a magnificent New Year! 🎉 5 | Life is short, eat more holiday cookies. 🍪** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.12 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '102.0' 14 | 15 | notes: 16 | # Fixed 17 | - note: Remote content did not load in user-defined signatures 18 | tag: fixed 19 | bugs: [1803942] 20 | - note: Addons that added new action buttons were not shown for addon upgrades, requiring removal and reinstall 21 | tag: fixed 22 | bugs: [1793430] 23 | - note: Various stability improvements 24 | tag: fixed 25 | bugs: [1798181, 1797616] 26 | 27 | - note: '[Security fix](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird102.6.1)' 28 | tag: fixed 29 | -------------------------------------------------------------------------------- /esr/115.13.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-07-16' 3 | text: | 4 | **For help and a quick start on Thunderbird 115, see 5 | [Thunderbird 115 Supernova FAQ](https://support.mozilla.org/en-US/kb/thunderbird-115-supernova-faq).** 6 | 7 | **For more on all the new features in Thunderbird 115, see 8 | [What’s New in Thunderbird 115](https://www.thunderbird.net/thunderbird/115.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 11 | 12 | - Windows: Windows 7 or later 13 | - Mac: macOS 10.12 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: '115.0' 17 | 18 | notes: 19 | # Fixed 20 | - note: After starting Thunderbird, the message list position was sometimes set to an 21 | incorrect position 22 | tag: fixed 23 | bugs: [1896009] 24 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird115.13)' 25 | tag: fixed 26 | -------------------------------------------------------------------------------- /archive/52.5.2.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2017-12-22 3 | text: | 4 | **System Requirements: 5 | • Window: Windows XP, Windows Server 2003 or later 6 | • Mac: Mac OS X 10.9 or later 7 | • Linux: GTK+ 3.4 or higher** 8 | Details [here](https://thunderbird.net/en-US/thunderbird/52.0/system-requirements/). 9 | 10 | **Please refer to [Release Notes for version 52.0](https://thunderbird.net/en-US/thunderbird/52.0/releasenotes/) to see the list of improvements and fixed issues.** 11 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?o1=equals&v1=57%2B&f1=cf_tracking_thunderbird_esr52&query_format=advanced 12 | import_system_requirements: '52.0' 13 | notes: 14 | - note: This releases fixes the "Mailsploit" vulnerability and other vulnerabilities 15 | detected by the "Cure53" audit. For details and various other security fixes see 16 | here. 17 | tag: fixed 18 | 19 | -------------------------------------------------------------------------------- /archive/78.13.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2021-08-10' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/78.0/system-requirements/) 5 | 6 | - Windows: Windows 7 or later 7 | - Mac: macOS 10.9 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: '78.0' 11 | 12 | notes: 13 | # Changed 14 | - note: WeTransfer FileLink provider removed 15 | tag: changed 16 | bugs: [1705109] 17 | - note: The fix for bug 1707360, from Thunderbird 78.12.0, was removed for causing regressions 18 | tag: changed 19 | bugs: [1707360] 20 | 21 | # Fixed 22 | - note: 'OpenPGP: Homebrew''s GPG Smartcard libraries not found on M1 Macs' 23 | tag: fixed 24 | bugs: 25 | - 1693931 26 | 27 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird78.13) 28 | tag: fixed 29 | 30 | - note: Sending an email containing HTML links with spaces in the URL sometimes results in broken links 31 | tag: unresolved 32 | bugs: [1707360] 33 | -------------------------------------------------------------------------------- /archive/33.0beta.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2014-09-24 3 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2033.0&product=Thunderbird&resolution=FIXED 4 | import_system_requirements: '31.0' 5 | notes: 6 | - note: Support Internationalized domain name URLs for RSS feeds (Bug 7 | 1018589) 8 | tag: new 9 | - note: Add UI for disabling and clearing Visited Link/Browsing History (Bug 10 | 1020339) 11 | tag: new 12 | - note: Various 13 | fixes and performance improvements 14 | tag: fixed 15 | -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- 1 | name: CI 2 | 3 | on: 4 | pull_request: 5 | push: 6 | branches: 7 | - master 8 | 9 | permissions: 10 | contents: read 11 | 12 | jobs: 13 | test: 14 | runs-on: ${{ matrix.os }} 15 | strategy: 16 | fail-fast: false 17 | matrix: 18 | include: 19 | - { python: "3.9", os: ubuntu-22.04 } 20 | - { python: "3.10", os: windows-2022 } 21 | - { python: "3.11", os: macos-latest } 22 | - { python: "3.12", os: windows-latest } 23 | - { python: "3.13", os: ubuntu-latest } 24 | 25 | steps: 26 | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 27 | 28 | - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 29 | with: 30 | python-version: ${{ matrix.python }} 31 | cache: pip 32 | 33 | - name: Install dependencies 34 | run: | 35 | pip install -r requirements.txt 36 | 37 | - name: Run tests 38 | run: | 39 | pytest -v 40 | 41 | -------------------------------------------------------------------------------- /esr/140.2.1esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-09-02' 3 | text: | 4 | **For help and a quick start on Thunderbird 140, see 5 | [Thunderbird 140 Eclipse FAQ](https://support.mozilla.org/en-US/kb/new-thunderbird-desktop)** 6 | 7 | **For more on all the new features in Thunderbird 140, see 8 | [What’s New in Thunderbird 140](https://www.thunderbird.net/thunderbird/140.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/140.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 140.0esr 17 | 18 | notes: 19 | # Fixed 20 | - note: Users could no longer send using smtp-relay.gmail.com 21 | tag: fixed 22 | bugs: [1982007] 23 | - note: Folder compaction could fail to complete due to folder write errors 24 | tag: fixed 25 | bugs: [1959858] 26 | - note: Creating an event or task from mail failed if the mail was opened in a tab 27 | tag: fixed 28 | bugs: [1971580] 29 | -------------------------------------------------------------------------------- /archive/102.9.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-03-28' 3 | text: | 4 | **For more on all the new features in Thunderbird 102, see 5 | [What’s New in Thunderbird 102](https://www.thunderbird.net/thunderbird/102.0/whatsnew/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.12 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '102.0' 14 | 15 | notes: 16 | # Fixed 17 | - note: Thunderbird was unable to open file URLs from command line (URLs beginning with 18 | "file://") 19 | tag: fixed 20 | bugs: [1816343] 21 | 22 | - note: Source strings for localized builds not uploaded to FTP as expected 23 | tag: fixed 24 | bugs: [1817086] 25 | 26 | - note: Visual and theme improvements 27 | tag: fixed 28 | bugs: [1821358, 1822286] 29 | 30 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird102.9.1)' 31 | tag: fixed 32 | -------------------------------------------------------------------------------- /archive/91.6.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-02-15' 3 | text: | 4 | **For more on all the new features in Thunderbird 91, see 5 | [New in Thunderbird 91.0](https://support.mozilla.org/en-US/kb/new-thunderbird-91/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/91.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.12 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '91.0' 14 | 15 | notes: 16 | # Changed 17 | - note: Thunderbird generated views of meeting invitations are now expanded by default 18 | tag: changed 19 | bugs: [1742101] 20 | # Fixed 21 | - note: Emails were not downloading at startup under some conditions 22 | tag: fixed 23 | bugs: [1735531] 24 | - note: Port numbers were not shown in "Confirm Security Exception" dialog for CalDAV connections 25 | tag: fixed 26 | bugs: [1750655] 27 | 28 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird91.6.1) 29 | tag: fixed 30 | -------------------------------------------------------------------------------- /archive/38.3.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?f1=cf_tracking_thunderbird_esr38&list_id=12579406&o1=equals&o2=equals&query_format=advanced&f2=cf_status_thunderbird_esr38&v1=41%2B&v2=fixed 3 | import_system_requirements: "38.0.1" 4 | notes: 5 | - note: Saved files tab now implements Search field and Clear button. 6 | tag: new 7 | - note: Chat entries are no longer sometimes lost in global database at shutdown. 8 | tag: fixed 9 | - note: Checking for new messages correctly works after hibernation again 10 | tag: fixed 11 | - note: Emails with long References headers are now decoded correctly 12 | tag: fixed 13 | - note: When using the maildir storage format, the INBOX folder is no longer deleted 14 | tag: fixed 15 | - note: Thunderbird no longer crashes when executing filter rules when using maildir 16 | tag: fixed 17 | - note: Importing to the address book from CSV now works with international characters 18 | tag: fixed 19 | - note: (Right-)Clicking on a newsgroup now allows directly composing a message again 20 | tag: fixed 21 | -------------------------------------------------------------------------------- /archive/45.1beta.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2016-04-29 3 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?list_id=12991744&o1=equals&v1=46%2B&f1=cf_tracking_thunderbird_esr45&query_format=advanced 4 | import_system_requirements: '45.0' 5 | notes: 6 | - note: Various improvements in handling of message compose in paragraph mode. 7 | tag: fixed 8 | - note: Printing failed in composition window. 9 | tag: fixed 10 | - note: Font indicator in compose falsely claimed certain fonts were not installed. 11 | tag: fixed 12 | - note: DIGEST-MD5 authentication in JS-XMPP failed for some users (now disabled). 13 | tag: fixed 14 | - note: Correspondents column upgrade too aggressive, causing loss of thread pane 15 | column setup (may be fixed/disabled in version 45.1 non-beta release) 16 | tag: unresolved 17 | - note: Drag and drop of contact name from address book to compose window broken. 18 | tag: unresolved 19 | - note: UI elements become larger when moused over on retina displays/monitor on Mac 20 | OS X or windows moved between lowdpi/hidp. 21 | tag: unresolved 22 | -------------------------------------------------------------------------------- /archive/102.11.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-05-25' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 5 | 6 | - Windows: Windows 7 or later 7 | - Mac: macOS 10.12 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: '102.0' 11 | 12 | notes: 13 | # Fixed 14 | - note: POP message retrieval stopped after a network error occurred and connectivity was restored 15 | tag: fixed 16 | bugs: [1798785] 17 | - note: Reused SMTP connections sometimes silently disconnected, causing timeouts 18 | tag: fixed 19 | bugs: [1766382] 20 | - note: Thunderbird could freeze if saving a sent message to IMAP failed 21 | tag: fixed 22 | bugs: [1745130] 23 | - note: Creating OpenPGP keys with no expiration was not possible 24 | tag: fixed 25 | bugs: [1830094] 26 | - note: News reader did not always issue GROUP command after authentication with remote server, preventing Thundebird from displaying or refreshing news from the server 27 | tag: fixed 28 | bugs: [1824377] 29 | 30 | -------------------------------------------------------------------------------- /archive/31.1.2.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2031.0&product=Thunderbird&resolution=FIXED 3 | import_system_requirements: '31.0' 4 | notes: 5 | - note: Security fixes can be found here 6 | tag: fixed 7 | - note: Fixed an issue where anchor links would not work in HTML emails (Bug 8 | 974857) 9 | tag: fixed 10 | - note: Users of jp mac builds may have issues with no mail folders being displayed 11 | in the main window. Running Thunderbird in 32-bit mode temporarily will workaround 12 | this issue. 13 | tag: unresolved 14 | - note: Installing extensions within Thunderbird requires download and installing 15 | as a file (bug 16 | 1081190) 17 | tag: unresolved 18 | -------------------------------------------------------------------------------- /archive/78.3.3.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2020-10-16 3 | text: | 4 | **For more on all of the new features in Thunderbird 78, see 5 | [New in Thunderbird 78.0](https://support.mozilla.org/en-US/kb/new-thunderbird-78/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/78.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.9 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '78.0' 14 | 15 | notes: 16 | - note: 'OpenPGP: Improved support for encrypting with subkeys' 17 | tag: fixed 18 | bugs: 19 | - 1665497 20 | - note: 'OpenPGP message status icons were not visible in message header pane' 21 | tag: fixed 22 | bugs: 23 | - 1670067 24 | - note: OpenPGP Key Manager was missing from Tools menu on macOS 25 | tag: fixed 26 | bugs: 27 | - 1662279 28 | - note: Creating a new calendar event did not require an event title 29 | tag: fixed 30 | bugs: 31 | - 1663303 32 | 33 | - note: 'Message list is not focused at startup' 34 | tag: unresolved 35 | bugs: 36 | - 1620310 37 | -------------------------------------------------------------------------------- /archive/91.5.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-01-24' 3 | text: | 4 | **For more on all the new features in Thunderbird 91, see 5 | [New in Thunderbird 91.0](https://support.mozilla.org/en-US/kb/new-thunderbird-91/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/91.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.12 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '91.0' 14 | 15 | notes: 16 | # Fixed 17 | - note: JS LDAP implementation did not support self-signed SSL certificates 18 | tag: fixed 19 | bugs: [1746087] 20 | - note: After saving a draft and subsequently sending a FileLink email, the original file 21 | was removed from disk 22 | tag: fixed 23 | bugs: [1746860] 24 | - note: Chat OTR encryption did not work 25 | tag: fixed 26 | bugs: [1734384] 27 | - note: OTR verification bar was not removed after completing verification 28 | tag: fixed 29 | bugs: [1746863] 30 | - note: Various theme improvements 31 | tag: fixed 32 | bugs: [1748440, 1749781] 33 | -------------------------------------------------------------------------------- /archive/102.15.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-08-30' 3 | text: | 4 |

Thunderbird 102.15.0, is the final release of Thunderbird 102.

5 | 6 | **Thunderbird 115 is now available! The "Supernova" UI features 7 | provide an updated user interface and is designed to be more modern, customizable, and with code that is easier to 8 | maintain and improve.** 9 | 10 | **[Learn more about "Supernova"](https://blog.thunderbird.net/tag/supernova/)** 11 | 12 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 13 | 14 | - Windows: Windows 7 or later 15 | - Mac: macOS 10.12 or later 16 | - Linux: GTK+ 3.14 or higher 17 | 18 | import_system_requirements: '102.0' 19 | 20 | notes: 21 | # Fixed 22 | - note: Old OpenPGP secret keys could not be used to decrypt messages under certain circumstances 23 | tag: fixed 24 | bugs: [1835786] 25 | 26 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird102.15)' 27 | tag: fixed 28 | -------------------------------------------------------------------------------- /archive/31.4.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2031.0&product=Thunderbird&resolution=FIXED 3 | import_system_requirements: '31.0' 4 | notes: 5 | - note: Autocomplete suggestion sort order was adjusted to prioritize entries where 6 | the search string matches the beginning of a word (Bug 7 | 970456) 8 | tag: fixed 9 | - note: Security fixes can be found here 10 | tag: fixed 11 | - note: Installing extensions within Thunderbird no longer requires download and installing 12 | as a file (Bug 13 | 1081190) 14 | tag: fixed 15 | - note: The previous issues with jp mac builds have now been fixed, and Thunderbird 16 | will no longer need to be run in 32-bit mode. 17 | tag: fixed 18 | -------------------------------------------------------------------------------- /archive/102.12.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-06-07' 3 | text: | 4 | **For more on all the new features in Thunderbird 102, see 5 | [What’s New in Thunderbird 102](https://www.thunderbird.net/thunderbird/102.0/whatsnew/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.12 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '102.0' 14 | 15 | notes: 16 | # Fixed 17 | - note: '"Searching the directory for recipients certificates" popup could block compose window when "S/MIME reminder" was enabled and using an LDAP address book' 18 | tag: fixed 19 | bugs: [1833651] 20 | - note: Some elements still used animations with "prefers-reduced-motion" set 21 | tag: fixed 22 | bugs: [1833353] 23 | - note: Visual and theme improvements 24 | tag: fixed 25 | bugs: [1832943, 1832990] 26 | 27 | 28 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird102.12)' 29 | tag: fixed 30 | -------------------------------------------------------------------------------- /archive/31.1.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2031.0&product=Thunderbird&resolution=FIXED 3 | import_system_requirements: '31.0' 4 | notes: 5 | - note: Fixed an occasional startup crash (Bug 6 | 1005336) 7 | tag: fixed 8 | - note: Fixed an issue where mailing lists with spaces in their names couldn't be 9 | autocompleted (Bug 10 | 1060901) 11 | tag: fixed 12 | - note: Users of jp mac builds may have issues with no mail folders being displayed 13 | in the main window. Running Thunderbird in 32-bit mode temporarily will workaround 14 | this issue. 15 | tag: unresolved 16 | - note: Installing extensions within Thunderbird requires download and installing 17 | as a file (bug 18 | 1081190) 19 | tag: unresolved 20 | -------------------------------------------------------------------------------- /esr/140.1.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-07-22' 3 | text: | 4 | **For help and a quick start on Thunderbird 140, see 5 | [Thunderbird 140 Eclipse FAQ](https://support.mozilla.org/en-US/kb/new-thunderbird-desktop)** 6 | 7 | **For more on all the new features in Thunderbird 140, see 8 | [What’s New in Thunderbird 140](https://www.thunderbird.net/thunderbird/140.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/140.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 140.0esr 17 | 18 | notes: 19 | # Fixed 20 | - note: New folders were not added alphabetically if folders manually reordered beforehand 21 | tag: fixed 22 | bugs: [1973085] 23 | - note: Message archive folder creation could silently stop during async folder creation 24 | tag: fixed 25 | bugs: [1971248] 26 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird140.1)' 27 | tag: fixed 28 | -------------------------------------------------------------------------------- /esr/115.18.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-12-11' 3 | text: | 4 | 5 | **Thunderbird 115.18.0esr is the final release of Thunderbird 115.** 6 | 7 | **For help and a quick start on Thunderbird 115, see 8 | [Thunderbird 115 Supernova FAQ](https://support.mozilla.org/en-US/kb/thunderbird-115-supernova-faq).** 9 | 10 | **For more on all the new features in Thunderbird 115, see 11 | [What’s New in Thunderbird 115](https://www.thunderbird.net/thunderbird/115.0/whatsnew/).** 12 | 13 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 14 | 15 | - Windows: Windows 7 or later 16 | - Mac: macOS 10.12 or later 17 | - Linux: GTK+ 3.14 or higher 18 | 19 | **Note that Thunderbird 115 is the final release to support Windows 7 and Windows 8.** 20 | 21 | import_system_requirements: '115.0' 22 | 23 | notes: 24 | # New 25 | - note: Add end of year donation appeal 26 | tag: new 27 | bugs: [1925389] 28 | # Fixed 29 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird115.18)' 30 | tag: fixed 31 | -------------------------------------------------------------------------------- /archive/52.8.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2018-05-18 3 | text: | 4 | **System Requirements: 5 | • Window: Windows XP, Windows Server 2003 or later 6 | • Mac: Mac OS X 10.9 or later 7 | • Linux: GTK+ 3.4 or higher** 8 | Details [here](https://thunderbird.net/en-US/thunderbird/52.0/system-requirements/). 9 | 10 | **Please refer to [Release Notes for version 52.0](https://thunderbird.net/en-US/thunderbird/52.0/releasenotes/) to see the list of improvements and fixed issues.** 11 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?o1=equals&v1=60%2B&f1=cf_tracking_thunderbird_esr52&query_format=advanced 12 | import_system_requirements: '52.0' 13 | notes: 14 | - note: Various security 15 | fixes 16 | tag: fixed 17 | - note: 'If you are using S/MIME encryption or PGP encryption (through the Enigmail add-on), 18 | please read 19 | and follow the instructions on our blog.' 20 | tag: unresolved 21 | -------------------------------------------------------------------------------- /archive/55.0beta.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2017-07-15 3 | text: "**These release notes apply to Thunderbird version 55 beta 2 released July 15th, 2017.**" 4 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?o1=equals&v1=54%2B&f1=cf_tracking_thunderbird_esr52&query_format=advanced&list_id=13634735 5 | import_system_requirements: "53.0beta" 6 | 7 | notes: 8 | - note: | 9 | In general, date/time display will follow the application locale. That means that for example the English-US 10 | version will display English-US date/time formats and the German version will display German date/time 11 | formats. Date/time display **can be adjusted in the operating system settings** as long as the language used in by the 12 | OS matches the language of the application. For example an English-US version will respect settings for any English locale, 13 | like English-United Kingdom, English-Australia or English-India. A French version will respect settings for any French locale, 14 | like France or Canada. 15 | 16 | Further improvements are scheduled for version 56 beta. 17 | tag: changed 18 | -------------------------------------------------------------------------------- /esr/128.10.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-04-29' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 128.0esr 17 | 18 | notes: 19 | # Changed 20 | - note: Changed color override defaults with high contrast mode on macOS and Linux 21 | tag: changed 22 | bugs: [1940220] 23 | 24 | # Fixed 25 | - note: Using `Delete` column in "Search Messages..." window could delete other messages 26 | tag: fixed 27 | bugs: [1951680] 28 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird128.10)' 29 | tag: fixed 30 | -------------------------------------------------------------------------------- /archive/44.0beta.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?f19=OP&v15=fixed&f22=CP&f1=OP&o3=substring&f0=OP&v3=fixed&f18=OP&columnlist=component%2Cbug_severity%2Cshort_desc&f15=cf_status_thunderbird_43&j14=OR&resolution=FIXED&f13=OP&o2=substring&o15=notsubstring&f12=CP&query_format=advanced&j1=OR&f3=cf_status_thunderbird_44&f2=target_milestone&f11=CP&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&f14=OP&f17=CP&j20=OR&f21=CP&v2=Thunderbird%2044&f16=CP&list_id=12834449 3 | import_system_requirements: '38.0.1' 4 | notes: 5 | - note: Use OpenStreetmap for maps (even allow the user to choose from list of map 6 | services) 7 | tag: new 8 | - note: 'Windows XP SP2 will no longer install Thunderbird (workaround: Install Thunderbird 9 | 43.0beta and update)' 10 | tag: changed 11 | - note: Use a SHA-256 signing certificate for Windows builds, to meet new signing 12 | requirements 13 | tag: changed 14 | - note: In the address book manager, make the contacts sidebar remember the last selected 15 | address book (1142705) 16 | tag: fixed 17 | -------------------------------------------------------------------------------- /esr/115.16.3esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-11-19' 3 | text: | 4 | 5 | **For help and a quick start on Thunderbird 115, see 6 | [Thunderbird 115 Supernova FAQ](https://support.mozilla.org/en-US/kb/thunderbird-115-supernova-faq).** 7 | 8 | **For more on all the new features in Thunderbird 115, see 9 | [What’s New in Thunderbird 115](https://www.thunderbird.net/thunderbird/115.0/whatsnew/).** 10 | 11 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 12 | 13 | - Windows: Windows 7 or later 14 | - Mac: macOS 10.12 or later 15 | - Linux: GTK+ 3.14 or higher 16 | 17 | **Note that Thunderbird 115 is the final release to support Windows 7 and Windows 8.** 18 | 19 | import_system_requirements: '115.0' 20 | 21 | notes: 22 | # New 23 | - note: Add the 20 year donation appeal 24 | tag: new 25 | bugs: [1925383] 26 | 27 | # Fixed 28 | - note: Unable to open/view attached OpenPGP encrypted messages 29 | tag: fixed 30 | bugs: [1837247] 31 | - note: S/MIME status was not displayed when opening an email from a file 32 | tag: fixed 33 | bugs: [1902991] 34 | -------------------------------------------------------------------------------- /archive/45.5.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?list_id=13317158&o1=equals&o2=equals&v1=fixed&v2=50%2B&f1=cf_status_thunderbird_esr45&query_format=advanced&f2=cf_tracking_thunderbird_esr45 3 | import_system_requirements: '45.0' 4 | notes: 5 | - note: 'IMPORTANT: Changed recipient address entry: Arrow-keys now copy the pop-up 6 | value to the input field. Mouse-hovered pop-up value can no longer be confirmed 7 | with tab or enter key. This restores the behavior of Thunderbird 24.' 8 | tag: changed 9 | - note: Support changes to character limit in Twitter 10 | tag: changed 11 | - note: Reply with selected text containing quote resulted in wrong quoting level 12 | indication 13 | tag: fixed 14 | - note: Email invitation might not be displayed when description contains non-ASCII 15 | characters 16 | tag: fixed 17 | - note: Attempting to sort messages on the Date field whilst a quick filter is applied 18 | got stuck on sort descending 19 | tag: fixed 20 | - note: Mail address display at header pane displayed incorrectly if the address contains 21 | UTF-8 according to RFC 6532 22 | tag: fixed 23 | -------------------------------------------------------------------------------- /esr/128.10.2esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-05-20' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 128.0esr 17 | 18 | notes: 19 | # Fixed 20 | - note: Messages could not be viewed if the profile used a UNC path 21 | tag: fixed 22 | bugs: [1966256] 23 | - note: Access was not allowed to attachments at specific UNC hosts 24 | tag: fixed 25 | bugs: [1964145] 26 | - note: Visual and UX improvements 27 | tag: fixed 28 | bugs: [1964156] 29 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird128.10.2)' 30 | tag: fixed 31 | -------------------------------------------------------------------------------- /archive/102.13.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-07-05' 3 | text: | 4 |

Thunderbird 115.0 is right around the corner! The "Supernova" UI features 5 | provide an updated user interface and is designed to be more modern, customizable, and with code that is easier to 6 | maintain and improve.

7 | 8 | **[Learn more about "Supernova"](https://blog.thunderbird.net/tag/supernova/)** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 11 | 12 | - Windows: Windows 7 or later 13 | - Mac: macOS 10.12 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: '102.0' 17 | 18 | notes: 19 | # Changed 20 | - note: 'Release notes opened from about: dialog will now open in the default web browser' 21 | tag: changed 22 | bugs: [1794180] 23 | # Fixed 24 | - note: Upstream RNP version numbers now recognized as official in about:support 25 | tag: fixed 26 | bugs: [1836634] 27 | 28 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird102.13)' 29 | tag: fixed 30 | -------------------------------------------------------------------------------- /archive/91.7.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-03-08' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/91.0/system-requirements/) 5 | 6 | - Windows: Windows 7 or later 7 | - Mac: macOS 10.12 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: '91.0' 11 | 12 | notes: 13 | # Changed 14 | - note: Thunderbird will use the first occurrence of headers that should only appear once 15 | tag: changed 16 | bugs: [310189] 17 | 18 | # Fixed 19 | - note: Auto-complete incorrectly changed a pasted email address to the primary address of a contact 20 | tag: fixed 21 | bugs: [1524076] 22 | - note: Attachments with filename extensions that were not registered in MIME types could not be opened 23 | tag: fixed 24 | bugs: [1747360] 25 | - note: Copy/Cut/Paste actions not working in Thunderbird Preferences 26 | tag: fixed 27 | bugs: [1731934] 28 | - note: Improved screen reader support of displayed message headers 29 | tag: fixed 30 | bugs: [1589861] 31 | 32 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird91.7) 33 | tag: fixed 34 | -------------------------------------------------------------------------------- /esr/115.12.1esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-06-19' 3 | text: | 4 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 5 | 6 | - Windows: Windows 7 or later 7 | - Mac: macOS 10.12 or later 8 | - Linux: GTK+ 3.14 or higher 9 | 10 | import_system_requirements: '115.0' 11 | 12 | notes: 13 | # Fixed 14 | - note: POP error messages from server were not displayed 15 | tag: fixed 16 | bugs: [1876431] 17 | - note: Some OpenPGP messages were incorrectly reported as being partially signed or 18 | encrypted 19 | tag: fixed 20 | bugs: [1886396] 21 | - note: Autocrypt header was missing from some encrypted messages due to case-sensitive 22 | email address matching 23 | tag: fixed 24 | bugs: [1896876] 25 | - note: '"Convert to Table" dialog content was formatted incorrectly' 26 | tag: fixed 27 | bugs: [1896252] 28 | - note: Opening Theme Settings reverted the current theme to the startup theme 29 | tag: fixed 30 | bugs: [1859271] 31 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird115.12)' 32 | tag: fixed 33 | -------------------------------------------------------------------------------- /archive/52.7.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2018-03-23 3 | text: | 4 | **System Requirements: 5 | • Window: Windows XP, Windows Server 2003 or later 6 | • Mac: Mac OS X 10.9 or later 7 | • Linux: GTK+ 3.4 or higher** 8 | Details [here](https://thunderbird.net/en-US/thunderbird/52.0/system-requirements/). 9 | 10 | **Please refer to [Release Notes for version 52.0](https://thunderbird.net/en-US/thunderbird/52.0/releasenotes/) to see the list of improvements and fixed issues.** 11 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?o1=equals&v1=59%2B&f1=cf_tracking_thunderbird_esr52&query_format=advanced 12 | import_system_requirements: '52.0' 13 | notes: 14 | - note: Searching message bodies of messages in local folders, including filter and quick 15 | filter operations, did not find content in message attachments 16 | tag: fixed 17 | bugs: 18 | - 1434020 19 | - note: Better error handling for Yahoo accounts 20 | tag: fixed 21 | bugs: 22 | - 1408610 23 | - note: Various security 24 | fixes 25 | tag: fixed 26 | -------------------------------------------------------------------------------- /archive/102.5.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-12-01' 3 | text: | 4 | **For more on all the new features in Thunderbird 102, see 5 | [What’s New in Thunderbird 102](https://www.thunderbird.net/thunderbird/102.0/whatsnew/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.12 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '102.0' 14 | 15 | notes: 16 | # Changed 17 | - note: Mail extension API updates. See [Mail Extension API Docs](https://webextension-api.thunderbird.net/en/stable/changes/esr102.5.1.html). 18 | tag: changed 19 | # Fixed 20 | - note: '"Copy to again" menu item was not present after copying message to 21 | folder with Unicode name on Unicode-enabled IMAP server' 22 | tag: fixed 23 | bugs: [1798172] 24 | - note: Calendar date picker was displayed behind "Send Later" window 25 | tag: fixed 26 | bugs: [1791537] 27 | 28 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird102.5.1) 29 | tag: fixed 30 | -------------------------------------------------------------------------------- /esr/140.2.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-08-19' 3 | text: | 4 | **For help and a quick start on Thunderbird 140, see 5 | [Thunderbird 140 Eclipse FAQ](https://support.mozilla.org/en-US/kb/new-thunderbird-desktop)** 6 | 7 | **For more on all the new features in Thunderbird 140, see 8 | [What’s New in Thunderbird 140](https://www.thunderbird.net/thunderbird/140.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/140.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 140.0esr 17 | 18 | notes: 19 | # Fixed 20 | - note: Users were unable to use Fastmail calendars due to missing OAuth settings 21 | tag: fixed 22 | bugs: [1978192] 23 | - note: Account setup error handling was broken for Account hub 24 | tag: fixed 25 | bugs: [1971303] 26 | - note: Menu bar was hidden after updating from 128esr to 140esr 27 | tag: fixed 28 | bugs: [1979002] 29 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird140.2)' 30 | tag: fixed 31 | -------------------------------------------------------------------------------- /esr/128.9.2esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-04-15' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 128.0esr 17 | 18 | notes: 19 | # Fixed 20 | - note: Two-factor auth via text or email did not work with Office 365 using Oauth2. 21 | tag: fixed 22 | bugs: [1907115] 23 | - note: IRC channel was not visible after restart. 24 | tag: fixed 25 | bugs: [1941386] 26 | - note: Global indexing failed when processing email with invalid calendar data 27 | tag: fixed 28 | bugs: [1916063] 29 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird128.9.2)' 30 | tag: fixed 31 | -------------------------------------------------------------------------------- /esr/140.1.1esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-08-05' 3 | text: | 4 | **For help and a quick start on Thunderbird 140, see 5 | [Thunderbird 140 Eclipse FAQ](https://support.mozilla.org/en-US/kb/new-thunderbird-desktop)** 6 | 7 | **For more on all the new features in Thunderbird 140, see 8 | [What’s New in Thunderbird 140](https://www.thunderbird.net/thunderbird/140.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/140.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 140.0esr 17 | 18 | notes: 19 | # Fixed 20 | - note: Users with attachments open in tabs saw an error on Thunderbird restart 21 | tag: fixed 22 | bugs: [1970615] 23 | - note: Sending from unified or local folder failed if no default account was set 24 | tag: fixed 25 | bugs: [1956258] 26 | - note: Delete button could remove attachment instead of message 27 | tag: fixed 28 | bugs: [1973294] 29 | - note: Message list scrolled back when returning to mail tab after opening a message 30 | tag: fixed 31 | bugs: [1968967] 32 | -------------------------------------------------------------------------------- /esr/140.5.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-11-12' 3 | text: | 4 | **For help and a quick start on Thunderbird 140, see 5 | [Thunderbird 140 Eclipse FAQ](https://support.mozilla.org/en-US/kb/new-thunderbird-desktop)** 6 | 7 | **For more on all the new features in Thunderbird 140, see 8 | [What’s New in Thunderbird 140](https://www.thunderbird.net/thunderbird/140.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/140.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 140.0esr 17 | 18 | notes: 19 | # Fixed 20 | - note: Could not drag and drop ICS file to Today Pane 21 | tag: fixed 22 | bugs: [1992935] 23 | - note: "With Thunderbird closed, clicking a 'mailto:' link to send signed message failed" 24 | tag: fixed 25 | bugs: [1972857] 26 | - note: Upgrade from 128.x->140.x broke authentication for @att.net using Yahoo backend 27 | tag: fixed 28 | bugs: [1978361] 29 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird140.5)' 30 | tag: fixed 31 | -------------------------------------------------------------------------------- /esr/128.4.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-10-29' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 128.0esr 17 | 18 | notes: 19 | # New 20 | - note: Export Thunderbird account settings to Thunderbird Mobile via QRCode 21 | tag: new 22 | bugs: [1926036] 23 | # Fixed 24 | - note: Unable to send an unencrypted response to an OpenPGP encrypted message 25 | tag: fixed 26 | bugs: [1911080] 27 | - note: Thunderbird update did not update language pack version until another restart 28 | tag: fixed 29 | bugs: [1911887] 30 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird128.4)' 31 | tag: fixed 32 | -------------------------------------------------------------------------------- /archive/78.9.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2021-04-08' 3 | text: | 4 | **For more on all of the new features in Thunderbird 78, see 5 | [New in Thunderbird 78.0](https://support.mozilla.org/en-US/kb/new-thunderbird-78/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/78.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.9 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '78.0' 14 | 15 | notes: 16 | # New 17 | - note: 'Support recipient aliases for OpenPGP encryption. Documentation can be found here.' 19 | tag: new 20 | bugs: 21 | - 1644085 22 | - 1697239 23 | # Fixed 24 | - note: 'The key and signature parts of the message security popup on a received message 25 | could not be selected for copy/paste.' 26 | tag: fixed 27 | bugs: 28 | - 1693138 29 | - note: 'Various UX and theme improvements' 30 | tag: fixed 31 | bugs: 32 | - 1700764 33 | - 1701525 34 | - 1700691 35 | - 1701571 36 | 37 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird78.9.1) 38 | tag: fixed 39 | -------------------------------------------------------------------------------- /esr/115.6.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-12-19' 3 | text: | 4 | Happy Holidays from the Thunderbird team. Thank you for a spectacular year! 5 | 6 | **For more on all the new features in Thunderbird 115, see 7 | [What’s New in Thunderbird 115](https://www.thunderbird.net/thunderbird/115.0/whatsnew/).** 8 | 9 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 10 | 11 | - Windows: Windows 7 or later 12 | - Mac: macOS 10.12 or later 13 | - Linux: GTK+ 3.14 or higher 14 | 15 | import_system_requirements: '115.0' 16 | 17 | notes: 18 | # Fixed 19 | - note: Message selection misbehaved after selecting a sub-message in an expanded thread, collapsing the thread, then pressing up/down to move selection 20 | tag: fixed 21 | bugs: [1865548] 22 | - note: Thunderbird now attempts to reconnect on a new connection after SMTP 4xx errors 23 | tag: fixed 24 | bugs: [1854567] 25 | - note: HTML FileLink attachments used the wrong encoding 26 | tag: fixed 27 | bugs: [1865269] 28 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird115.6)' 29 | tag: fixed 30 | -------------------------------------------------------------------------------- /archive/102.9.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-03-14' 3 | text: | 4 | **For more on all the new features in Thunderbird 102, see 5 | [What’s New in Thunderbird 102](https://www.thunderbird.net/thunderbird/102.0/whatsnew/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.12 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '102.0' 14 | 15 | notes: 16 | # Fixed 17 | - note: Notification about a sender's changed OpenPGP key was not immediately visible 18 | tag: fixed 19 | bugs: [1814003] 20 | - note: TLS Certificate Override dialog did not appear when retrieving messages via IMAP using "Get Messages" context menu 21 | tag: fixed 22 | bugs: [1816596] 23 | - note: Spellcheck dictionaries were missing from localized Thunderbird builds that should have included them 24 | tag: fixed 25 | bugs: [1818257] 26 | - note: Tooltips for "Show/Hide" calendar toggle did not display 27 | tag: fixed 28 | bugs: [1809557] 29 | 30 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird102.9) 31 | tag: fixed 32 | -------------------------------------------------------------------------------- /archive/37.0beta.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2037.0&product=Thunderbird&resolution=FIXED 3 | import_system_requirements: '31.0' 4 | notes: 5 | - note: Filter sent messages (bug 11039) 7 | tag: new 8 | - note: Disable CONDSTORE support for IMAP to prevent discrepancies in IMAP message 9 | status (deleted, unread) on some servers (bug 10 | 912216) 11 | tag: changed 12 | - note: 'Removed rarely used character sets: T.61-8bit, non-encoding Mac encoders, 13 | VISCII, x-viet-tcvn5712, x-viet-vps x-johab, ARMSCII8 , map us-ascii to windows-1252, 14 | ISO-8859-6-I and -E and ISO-8859-8-E, (bug 15 | 1068505 and others.)' 16 | tag: changed 17 | - note: Error message while sending messages if Sent Items folder is not enabled for 18 | offline use (bug 19 | 1119529) 20 | tag: unresolved 21 | -------------------------------------------------------------------------------- /archive/91.8.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-04-18' 3 | text: | 4 | **For more on all the new features in Thunderbird 91, see 5 | [New in Thunderbird 91.0](https://support.mozilla.org/en-US/kb/new-thunderbird-91/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/91.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.12 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '91.0' 14 | 15 | notes: 16 | # Fixed 17 | - note: CLIENTID extension to SMTP was not supported by smtp-js 18 | tag: fixed 19 | bugs: [1759197] 20 | - note: Additional SMTP errors now propagated to user 21 | tag: fixed 22 | bugs: [1758651] 23 | - note: OpenPGP was not able to use some previously supported key types 24 | tag: fixed 25 | bugs: [1764242] 26 | - note: OpenPGP Key Manager did not always display correct information after importing additional IDs 27 | tag: fixed 28 | bugs: [1718627] 29 | - note: Duplicate new mail notifications could be displayed when server-side filters were in use 30 | tag: fixed 31 | bugs: [1757522] 32 | - note: Cancelling an SMTP password entry resulted in multiple failure dialogs being displayed 33 | tag: fixed 34 | bugs: [1761061] 35 | -------------------------------------------------------------------------------- /esr/115.3.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-09-29' 3 | text: | 4 | **For help and a quick start on Thunderbird 115, see [Thunderbird 115 Supernova FAQ](https://support.mozilla.org/en-US/kb/thunderbird-115-supernova-faq)** 5 | 6 | **For more on all the new features in Thunderbird 115, see 7 | [What’s New in Thunderbird 115](https://www.thunderbird.net/thunderbird/115.0/whatsnew/).** 8 | 9 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 10 | 11 | - Windows: Windows 7 or later 12 | - Mac: macOS 10.12 or later 13 | - Linux: GTK+ 3.14 or higher 14 | 15 | import_system_requirements: '115.0' 16 | 17 | notes: 18 | # Fixed 19 | - note: In Unified Folders view, some folders had incorrect unified folder parent 20 | tag: fixed 21 | bugs: [1852525] 22 | - note: '"Edit message as new" did not restore encrypted subject from selected message' 23 | tag: fixed 24 | bugs: [1788534] 25 | - note: Importing some CalDAV calendars with yearly recurrence events caused Thunderbird 26 | to freeze 27 | tag: fixed 28 | bugs: [1850732] 29 | 30 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird115.3.1)' 31 | tag: fixed 32 | -------------------------------------------------------------------------------- /esr/128.2.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-09-04' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: '128.0esr' 17 | 18 | notes: 19 | # Fixed 20 | - note: Performance could be degraded when sorting with Quick Filter or Grouped By Sort 21 | tag: fixed 22 | bugs: [1908761] 23 | - note: '"Mark All Read" on Quick Filter results marked all emails in folder as read' 24 | tag: fixed 25 | bugs: [1894214] 26 | - note: '"latest" download bouncer aliases were not available for 128 releases prior 27 | to 128.2.0esr' 28 | tag: fixed 29 | bugs: [1907317] 30 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird128.2)' 31 | tag: fixed 32 | -------------------------------------------------------------------------------- /esr/115.14.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-08-06' 3 | text: | 4 | **For help and a quick start on Thunderbird 115, see 5 | [Thunderbird 115 Supernova FAQ](https://support.mozilla.org/en-US/kb/thunderbird-115-supernova-faq).** 6 | 7 | **For more on all the new features in Thunderbird 115, see 8 | [What’s New in Thunderbird 115](https://www.thunderbird.net/thunderbird/115.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 11 | 12 | - Windows: Windows 7 or later 13 | - Mac: macOS 10.12 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: '115.0' 17 | 18 | notes: 19 | # Fixed 20 | - note: When using an external installation of GnuPG, Thunderbird occassionally sent/received 21 | corrupted messages 22 | tag: fixed 23 | bugs: [1898832] 24 | - note: Users of external GnuPG were unable to decrypt incorrectly encoded messages 25 | tag: fixed 26 | bugs: [1906903] 27 | - note: Flatpak install of 128.0esr was incorrectly downgraded to 115.13.0esr 28 | tag: fixed 29 | bugs: [1908299] 30 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird115.14)' 31 | tag: fixed 32 | -------------------------------------------------------------------------------- /archive/45.1.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?list_id=12991744&o1=equals&v1=46%2B&f1=cf_tracking_thunderbird_esr45&query_format=advanced 3 | import_system_requirements: '45.0' 4 | notes: 5 | - note: "Drag & Drop a contact name from Thunderbird address book (list view) to address\ 6 | \ box in a new message \u201Ccompose\u201D window failed." 7 | tag: fixed 8 | - note: UI elements became larger when moused over on retina displays/monitor on Mac 9 | OS X 10 | tag: fixed 11 | - note: Automatic correspondents column upgrade disabled 12 | tag: fixed 13 | - note: DIGEST-MD5 authentication in JS-XMPP failed for some users (now disabled). 14 | tag: fixed 15 | - note: Font indicator in compose falsely claimed certain fonts were not installed. 16 | tag: fixed 17 | - note: Printing failed in composition window. 18 | tag: fixed 19 | - note: Various security 20 | fixes 21 | tag: fixed 22 | - note: Various improvements in handling of message compose in paragraph mode. 23 | tag: fixed 24 | - note: 'Email with signature and safe HTML elements is sent as HTML, despite "Delivery 25 | Format: Auto-detect" option' 26 | tag: unresolved 27 | -------------------------------------------------------------------------------- /archive/78.12.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2021-07-13' 3 | text: | 4 | **For more on all of the new features in Thunderbird 78, see 5 | [New in Thunderbird 78.0](https://support.mozilla.org/en-US/kb/new-thunderbird-78/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/78.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.9 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '78.0' 14 | 15 | notes: 16 | # Fixed 17 | - note: Sending an email containing HTML links with spaces in the URL sometimes resulted 18 | in broken links 19 | tag: fixed 20 | bugs: [1707360] 21 | - note: Folder Pane display theme fixes for macOS 22 | tag: fixed 23 | bugs: [1714870, 1713280] 24 | - note: Chat account settings did not always save as expected 25 | tag: fixed 26 | bugs: [1695434] 27 | - note: RSS feed subscriptions sometimes lost 28 | tag: fixed 29 | bugs: [1701414] 30 | - note: 'Calendar: A parsing error for alarm triggers of type "DURATION" caused sync problems 31 | for some users' 32 | tag: fixed 33 | bugs: [1560151] 34 | 35 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird78.12) 36 | tag: fixed 37 | -------------------------------------------------------------------------------- /esr/115.5.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-11-27' 3 | text: | 4 | **For help and a quick start on Thunderbird 115, see 5 | [Thunderbird 115 Supernova FAQ](https://support.mozilla.org/en-US/kb/thunderbird-115-supernova-faq).** 6 | 7 | **For more on all the new features in Thunderbird 115, see 8 | [What’s New in Thunderbird 115](https://www.thunderbird.net/thunderbird/115.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 11 | 12 | - Windows: Windows 7 or later 13 | - Mac: macOS 10.12 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: '115.0' 17 | 18 | notes: 19 | # Fixed 20 | - note: Advanced GnuPG keys may be protected with an unexpected passphrase 21 | tag: fixed 22 | bugs: [1859978] 23 | - note: OpenPGP signatures rejected due to mismatched signature timestamp now display 24 | signature timestamp and clarifying message 25 | tag: fixed 26 | bugs: [1863705] 27 | - note: Advanced address book search did not return results if display name was left 28 | blank 29 | tag: fixed 30 | bugs: [1864124] 31 | - note: Clicking on attendee when inviting attendees added the attendee twice 32 | tag: fixed 33 | bugs: [1858629] 34 | -------------------------------------------------------------------------------- /archive/60.9.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2019-11-05 3 | text: | 4 | If you have installed Lightning, Thunderbird's Calendar add-on, it will automatically 5 | be updated to match the new version of Thunderbird. Refer to this 6 | [Calendar troubleshooting article](https://support.mozilla.org/en-US/kb/calendar-updates-issues-thunderbird) 7 | in case of problems. 8 | 9 | **System Requirements: 10 | • Window: Windows 7, Windows Server 2008 R2 or later 11 | • Mac: Mac OS X 10.9 or later 12 | • Linux: GTK+ 3.4 or higher**. 13 | Details [here](/en-US/thunderbird/60.0/system-requirements/). 14 | 15 | **Please refer to [Release Notes for version 60.0](https://thunderbird.net/en-US/thunderbird/60.0/releasenotes/) to see the list of improvements and fixed issues.** 16 | 17 | import_system_requirements: '60.0beta' 18 | 19 | notes: 20 | - note: 'Problem with Google authentication (OAuth2)' 21 | tag: fixed 22 | bugs: 23 | - 1592407 24 | - note: 'Due to changes in the Mozilla platform profiles stored on Windows network shares 25 | addressed via drive letters are now addressed via UNC' 26 | tag: unresolved 27 | bugs: 28 | - 1512812 29 | - note: 'Chat: Twitter not working due to API changes at Twitter.com' 30 | tag: unresolved 31 | bugs: 32 | - 1445778 33 | -------------------------------------------------------------------------------- /archive/102.1.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-07-26' 3 | text: | 4 | **Thunderbird version 102.1.0 is only offered as direct download from 5 | thunderbird.net and not as an upgrade from Thunderbird version 91 or 6 | earlier. A future release will provide updates from earlier versions.** 7 | 8 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 9 | 10 | - Windows: Windows 7 or later 11 | - Mac: macOS 10.12 or later 12 | - Linux: GTK+ 3.14 or higher 13 | 14 | import_system_requirements: '102.0' 15 | 16 | notes: 17 | # Fixed 18 | - note: Activity Manager did not display POP message downloads 19 | tag: fixed 20 | bugs: [1777892] 21 | - note: Mail Folder Properties dialog was not sized correctly, cutting off contents 22 | tag: fixed 23 | bugs: [1778958] 24 | - note: Expired news messages did not display an error 25 | tag: fixed 26 | bugs: [1778229] 27 | - note: Calendar Column Picker closed prematurely after selecting/deselecting a single column 28 | tag: fixed 29 | bugs: [1779194] 30 | - note: Various UI improvements 31 | tag: fixed 32 | bugs: [1778436, 1779317, 1779474] 33 | 34 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird102.1) 35 | tag: fixed 36 | -------------------------------------------------------------------------------- /esr/140.3.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-09-16' 3 | text: | 4 | **For help and a quick start on Thunderbird 140, see 5 | [Thunderbird 140 Eclipse FAQ](https://support.mozilla.org/en-US/kb/new-thunderbird-desktop)** 6 | 7 | **For more on all the new features in Thunderbird 140, see 8 | [What’s New in Thunderbird 140](https://www.thunderbird.net/thunderbird/140.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/140.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 140.0esr 17 | 18 | notes: 19 | # Fixed 20 | - note: "Right-clicking 'List-ID' -> 'Unsubscribe' created double encoded draft subject" 21 | tag: fixed 22 | bugs: [1975510] 23 | - note: Thunderbird could crash on startup 24 | tag: fixed 25 | bugs: [1980814] 26 | - note: Thunderbird could crash when importing mail 27 | tag: fixed 28 | bugs: [1970046] 29 | - note: Opening Website header link in RSS feed incorrectly re-encoded URL parameters 30 | tag: fixed 31 | bugs: [1971035] 32 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird140.3)' 33 | tag: fixed 34 | -------------------------------------------------------------------------------- /esr/128.10.1esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-05-14' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 128.0esr 17 | 18 | notes: 19 | # Fixed 20 | - note: Standalone message windows/tabs no longer responded after folder compaction 21 | tag: fixed 22 | bugs: [1960349] 23 | - note: Thunderbird could crash when importing Outlook messages 24 | tag: fixed 25 | bugs: [1851297] 26 | - note: Visual and UX improvements 27 | tag: fixed 28 | bugs: [1960861] 29 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird128.10.1)' 30 | tag: fixed 31 | 32 | # Unresolved 33 | - note: Messages cannot not be viewed if the profile uses a UNC path 34 | tag: unresolved 35 | bugs: [1966256] 36 | -------------------------------------------------------------------------------- /archive/41.0beta.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2041.0&product=Thunderbird&resolution=FIXED 3 | import_system_requirements: '38.0.1' 4 | notes: 5 | - note: Visual appearance improved on Windows 10 6 | tag: new 7 | - note: Checking for new messages correctly works after hibernation again 8 | tag: fixed 9 | - note: Emails with long References headers are now decoded correctly 10 | tag: fixed 11 | - note: When using the maildir storage format, the INBOX folder is no longer deleted 12 | tag: fixed 13 | - note: Thunderbird no longer crashes when executing filter rules when using maildir 14 | tag: fixed 15 | - note: Importing to the address book from CSV now works with international characters 16 | tag: fixed 17 | - note: (Right-)Clicking on a newsgroup now allows directly composing a message again 18 | tag: fixed 19 | - note: Proxy is taken into account for pop3s protocol 20 | tag: fixed 21 | - note: Spellchecker no longer jumps between languages 22 | tag: fixed 23 | - note: In contrast to Thunderbird 38, hardware acceleration is still enabled by default. 24 | If you are experiencing crashes, please disable it in the preferences. 25 | tag: unresolved 26 | -------------------------------------------------------------------------------- /esr/128.1.1esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-08-21' 3 | text: | 4 | **Thunderbird version 128.0 is only offered as direct download from 5 | thunderbird.net and not as an upgrade from Thunderbird version 115 or 6 | earlier. A future release will provide updates from earlier versions.** 7 | 8 | **For more on all the new features in Thunderbird 128, see 9 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 10 | 11 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 12 | 13 | - Windows: Windows 10 or later 14 | - Mac: macOS 10.15 or later 15 | - Linux: GTK+ 3.14 or higher 16 | 17 | import_system_requirements: '128.0esr' 18 | 19 | notes: 20 | # Fixed 21 | - note: Compaction of folders greater than 4GB were truncated to 4GB on 32-bit installations of Thunderbird 128esr 22 | tag: fixed 23 | bugs: [1911076] 24 | - note: Some UTF-8 characters were corrupted when using OpenPGP signing with OpenPGP encryption 25 | tag: fixed 26 | bugs: [1911227] 27 | - note: Visual and UX improvements 28 | tag: fixed 29 | bugs: [1846509, 1911219, 1911629] 30 | 31 | # Unresolved 32 | - note: '"latest" download bouncer aliases are not available for 128.1.1esr at this time' 33 | tag: unresolved 34 | bugs: [1907317] 35 | -------------------------------------------------------------------------------- /esr/128.7.1esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-02-18' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 128.0esr 17 | 18 | notes: 19 | # Fixed 20 | - note: Users may not have been notified if messages arrived in multiple folders at once. 21 | tag: fixed 22 | bugs: [1941911] 23 | - note: Message list scrolled to the wrong place on start-up. 24 | tag: fixed 25 | bugs: [1917465] 26 | - note: Unified folders could become unusable instead of being automatically rebuilt. 27 | tag: fixed 28 | bugs: [1927048] 29 | - note: Some messages may have been threaded incorrectly in unified folders. 30 | tag: fixed 31 | bugs: [1939725] 32 | - note: Middle-click autoscroll cursor appeared without arrows instead of expected design. 33 | tag: fixed 34 | bugs: [1946189] 35 | -------------------------------------------------------------------------------- /archive/60.6.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2019-03-25 3 | text: | 4 | If you have installed Lightning, Thunderbird's Calendar add-on, it will automatically 5 | be updated to match the new version of Thunderbird. Refer to this 6 | [Calendar troubleshooting article](https://support.mozilla.org/en-US/kb/calendar-updates-issues-thunderbird) 7 | in case of problems. 8 | 9 | **System Requirements: 10 | • Window: Windows 7, Windows Server 2008 R2 or later 11 | • Mac: Mac OS X 10.9 or later 12 | • Linux: GTK+ 3.4 or higher**. 13 | Details [here](/en-US/thunderbird/60.0/system-requirements/). 14 | 15 | **Please refer to [Release Notes for version 60.0](https://thunderbird.net/en-US/thunderbird/60.0/releasenotes/) to see the list of improvements and fixed issues.** 16 | 17 | import_system_requirements: '60.0beta' 18 | 19 | notes: 20 | - note: Various security 21 | fixes 22 | tag: fixed 23 | - note: 'Due to changes in the Mozilla platform profiles stored on Windows network shares 24 | addressed via drive letters are now addressed via UNC' 25 | tag: unresolved 26 | bugs: 27 | - 1512812 28 | - note: 'Chat: Twitter not working due to API changes at Twitter.com' 29 | tag: unresolved 30 | bugs: 31 | - 1445778 32 | -------------------------------------------------------------------------------- /archive/60.7.2.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2019-06-20 3 | text: | 4 | If you have installed Lightning, Thunderbird's Calendar add-on, it will automatically 5 | be updated to match the new version of Thunderbird. Refer to this 6 | [Calendar troubleshooting article](https://support.mozilla.org/en-US/kb/calendar-updates-issues-thunderbird) 7 | in case of problems. 8 | 9 | **System Requirements: 10 | • Window: Windows 7, Windows Server 2008 R2 or later 11 | • Mac: Mac OS X 10.9 or later 12 | • Linux: GTK+ 3.4 or higher**. 13 | Details [here](/en-US/thunderbird/60.0/system-requirements/). 14 | 15 | **Please refer to [Release Notes for version 60.0](https://thunderbird.net/en-US/thunderbird/60.0/releasenotes/) to see the list of improvements and fixed issues.** 16 | 17 | import_system_requirements: '60.0beta' 18 | 19 | notes: 20 | - note: Various security 21 | fixes 22 | tag: fixed 23 | - note: 'Due to changes in the Mozilla platform profiles stored on Windows network shares 24 | addressed via drive letters are now addressed via UNC' 25 | tag: unresolved 26 | bugs: 27 | - 1512812 28 | - note: 'Chat: Twitter not working due to API changes at Twitter.com' 29 | tag: unresolved 30 | bugs: 31 | - 1445778 32 | -------------------------------------------------------------------------------- /archive/91.9.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-05-03' 3 | text: | 4 | **For more on all the new features in Thunderbird 91, see 5 | [New in Thunderbird 91.0](https://support.mozilla.org/en-US/kb/new-thunderbird-91/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/91.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.12 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '91.0' 14 | 15 | notes: 16 | # changed 17 | - note: A warning is now displayed if an OpenPGP key has unsafe attributes that are ignored; 18 | See [support article](https://support.mozilla.org/kb/openpgp-unsafe-key-properties-ignored). 19 | tag: changed 20 | bugs: [1765982] 21 | # Fixed 22 | - note: OpenPGP integration in Thunderbird 91.8.0 and 91.8.1 did not allow SHA-1 key signatures 23 | tag: fixed 24 | bugs: [1763641] 25 | - note: macOS disk image graphics updated 26 | tag: fixed 27 | bugs: [1763661] 28 | - note: CalDAV calendars were marked read-only on startup 29 | tag: fixed 30 | bugs: [1738443] 31 | - note: Task creation field on macOS incorrectly displayed a search icon 32 | tag: fixed 33 | bugs: [1764369] 34 | 35 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird91.9) 36 | tag: fixed 37 | -------------------------------------------------------------------------------- /archive/102.1.2.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-08-09' 3 | text: | 4 | **Thunderbird version 102.1.2 is only offered as direct download from 5 | thunderbird.net and not as an upgrade from Thunderbird version 91 or 6 | earlier. A future release will provide updates from earlier versions.** 7 | 8 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 9 | 10 | - Windows: Windows 7 or later 11 | - Mac: macOS 10.12 or later 12 | - Linux: GTK+ 3.14 or higher 13 | 14 | import_system_requirements: '102.0' 15 | 16 | notes: 17 | # Fixed 18 | - note: The fix for [bug 1777765](http://bugzil.la/1777765) (no POP download progress bar) 19 | was backed out from this release to address broken POP message download with `Fetch 20 | headers only` selected in Account Settings ([bug 1783552](http://bugzil.la/1783552)). 21 | tag: fixed 22 | bugs: [1777765, 1783552] 23 | 24 | - note: No progress bar shown for POP message downloads 25 | tag: unresolved 26 | bugs: [1777765] 27 | - note: '"Get Map" feature missing from address book for physical addresses' 28 | tag: unresolved 29 | bugs: [1781076] 30 | - note: Custom fields missing from address book 31 | tag: unresolved 32 | bugs: [1776129] 33 | - note: No dedicated "Department" field in address book 34 | tag: unresolved 35 | bugs: [1777780] 36 | -------------------------------------------------------------------------------- /archive/58.0beta.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2017-11-27 3 | text: "**These release notes apply to Thunderbird version 58 beta 2 released December\ 4 | \ 10th, 2017.**" 5 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2058.0&product=Thunderbird&resolution=FIXED 6 | import_system_requirements: '53.0beta' 7 | notes: 8 | - note: When composing a message, attachments can now be reordered 9 | tag: new 10 | bugs: 11 | - 663695 12 | - note: Thunderbird Chat now contains multiple built-in message themes 13 | tag: new 14 | bugs: 15 | - 1409839 16 | - note: 'Thunderbird Chat: Nicknames inside of messages are colored to match the participants 17 | list' 18 | tag: changed 19 | bugs: 20 | - 1409901 21 | - note: Better error handling for Yahoo accounts 22 | tag: fixed 23 | bugs: 24 | - 1408610 25 | - note: Outlook import 26 | tag: fixed 27 | bugs: 28 | - 1176748 29 | - note: Performance problem when repairing, rebuilding or compacting folders or accessing 30 | large folders 31 | tag: fixed 32 | bugs: 33 | - 1415723 34 | - note: 'Localised versions of Thunderbird didn''t show a localised name for Hotmail''s 35 | "Deleted" folder ' 36 | tag: fixed 37 | bugs: 38 | - 1320191 39 | -------------------------------------------------------------------------------- /archive/78.2.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2020-08-29 3 | text: | 4 | ** Thunderbird version 78.2.1 is only offered as direct download from 5 | [thunderbird.net](https://www.thunderbird.net) and not as an upgrade from 6 | Thunderbird version 68 or earlier.** 7 | A future release will provide updates from earlier versions. Automatic updates 8 | are available for users already running version 78.0 or higher. 9 | 10 | Add-on support: As of version 78.0, Thunderbird only supports MailExtensions. 11 | Your favorite add-ons may not have been updated for compatibility. 12 | 13 | **System Requirements:** [Details](/en-US/thunderbird/78.0/system-requirements/) 14 | 15 | - Windows: Windows 7 or later 16 | - Mac: macOS 10.9 or later 17 | - Linux: GTK+ 3.14 or higher 18 | 19 | import_system_requirements: '78.0' 20 | 21 | notes: 22 | - note: 'OpenPGP enabled by default' 23 | tag: changed 24 | bugs: 25 | - 1659536 26 | - note: 'OpenPGP: Disabled the use of MD5/SM2/SM3 algorithms' 27 | tag: changed 28 | bugs: 29 | - 1641720 30 | 31 | - note: 'OpenPGP: Users with sub-identities were unable to encrypt or sign messages when 32 | switching identities' 33 | tag: fixed 34 | bugs: 35 | - 1661160 36 | - note: 'OpenPGP message security window did not support dark mode' 37 | tag: fixed 38 | bugs: 39 | - 1661203 40 | 41 | -------------------------------------------------------------------------------- /archive/60.6.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2019-03-19 3 | text: | 4 | If you have installed Lightning, Thunderbird's Calendar add-on, it will automatically 5 | be updated to match the new version of Thunderbird. Refer to this 6 | [Calendar troubleshooting article](https://support.mozilla.org/en-US/kb/calendar-updates-issues-thunderbird) 7 | in case of problems. 8 | 9 | **System Requirements: 10 | • Window: Windows 7, Windows Server 2008 R2 or later 11 | • Mac: Mac OS X 10.9 or later 12 | • Linux: GTK+ 3.4 or higher**. 13 | Details [here](/en-US/thunderbird/60.0/system-requirements/). 14 | 15 | **Please refer to [Release Notes for version 60.0](https://thunderbird.net/en-US/thunderbird/60.0/releasenotes/) to see the list of improvements and fixed issues.** 16 | 17 | import_system_requirements: '60.0beta' 18 | 19 | notes: 20 | - note: 'Calendar: Can''t create repeating event with end date when using certain time 21 | zones, for example Europe/Minsk' 22 | tag: fixed 23 | bugs: 24 | - 1503731 25 | - note: 'Due to changes in the Mozilla platform profiles stored on Windows network shares 26 | addressed via drive letters are now addressed via UNC' 27 | tag: unresolved 28 | bugs: 29 | - 1512812 30 | - note: 'Chat: Twitter not working due to API changes at Twitter.com' 31 | tag: unresolved 32 | bugs: 33 | - 1445778 34 | -------------------------------------------------------------------------------- /archive/91.6.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-02-08' 3 | text: | 4 | **For more on all the new features in Thunderbird 91, see 5 | [New in Thunderbird 91.0](https://support.mozilla.org/en-US/kb/new-thunderbird-91/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/91.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.12 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '91.0' 14 | 15 | notes: 16 | # New 17 | - note: Thunderbird will now offer to send large forwarded attachments via FileLink 18 | tag: new 19 | bugs: [1325948] 20 | # Fixed 21 | - note: Partially signed unencrypted messages displayed an incorrect "partially encrypted" 22 | notification 23 | tag: fixed 24 | bugs: [1731422] 25 | - note: Attachments filenames were not sanitized before saving to disk 26 | tag: fixed 27 | bugs: [1747977] 28 | - note: In the attachment bar, the "Import OpenPGP Key" item displayed for public keys displayed an error and did not import the key 29 | tag: fixed 30 | bugs: [1752718] 31 | - note: '"Open with" attachment dialog did not have a selected radio button option' 32 | tag: fixed 33 | bugs: [1749757] 34 | 35 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird91.6) 36 | tag: fixed 37 | -------------------------------------------------------------------------------- /archive/52.2.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | text: | 3 | **System Requirements: 4 | • Window: Windows XP, Windows Server 2003 or later 5 | • Mac: Mac OS X 10.9 or later 6 | • Linux: GTK+ 3.4 or higher** 7 | Details [here](https://thunderbird.net/en-US/thunderbird/52.0/system-requirements/). 8 | 9 | **Please refer to [Release Notes for version 52.0](https://thunderbird.net/en-US/thunderbird/52.0/releasenotes/) to see the list of improvements and fixed issues.** 10 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?o1=equals&v1=54%2B&f1=cf_tracking_thunderbird_esr52&query_format=advanced&list_id=13634735 11 | system_requirements: 12 | import_system_requirements: "52.0" 13 | 14 | notes: 15 | - note: Problems with Gmail (folders not showing, repeated email download, etc.) introduced in version 52.2.0. 16 | tag: fixed 17 | 18 | - note: > 19 | On Windows, "Send to > Mail recipient" does not work. 20 | Workaround: Install the [Microsoft Visual Studio 2015 redistributable runtime library](https://www.microsoft.com/en-us/download/details.aspx?id=53587) 21 | or the [Universal C Runtime for Windows Server](https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows). 22 | tag: unresolved 23 | 24 | - note: Multiple requests for master password when GMail OAuth2 is enabled. 25 | tag: unresolved 26 | -------------------------------------------------------------------------------- /archive/47.0beta.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?o5=notequals&f1=OP&o3=equals&v6=fixed&v3=fixed&resolution=FIXED&o2=equals&o6=notequals&f4=CP&v5=fixed&query_format=advanced&j1=OR&f3=cf_status_thunderbird_47&f2=target_milestone&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&f5=cf_status_thunderbird_esr45&f6=cf_status_thunderbird_45&v2=47.0&list_id=13067295 3 | import_system_requirements: '45.0' 4 | notes: 5 | - note: 'Delivery Format not preserved for saved drafts (Auto-Detect|Plaintext|HTML|Both) ' 6 | tag: fixed 7 | - note: Erroneous spaces were inserted when copying CJK text 8 | tag: fixed 9 | - note: '"Apply columns to..." did not honor special folders' 10 | tag: fixed 11 | - note: Invitations to events could not be printed. 12 | tag: fixed 13 | - note: Draft folder database (and possibly others) was deleted when certain messages 14 | were viewed, resulting in loss of locally stored message metadata 15 | tag: fixed 16 | - note: Falsely reported not enough disk space during compacting 17 | tag: fixed 18 | - note: Links were not always detected properly in the message body (terminated early 19 | on "|", some long links not detected at all) 20 | tag: fixed 21 | - note: Dragging and dropping of contacts from the contact list onto an addressbook 22 | while All Addressbooks is selected moved only one contact 23 | tag: fixed 24 | -------------------------------------------------------------------------------- /archive/78.7.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2021-02-05 3 | text: | 4 | **For more on all of the new features in Thunderbird 78, see 5 | [New in Thunderbird 78.0](https://support.mozilla.org/en-US/kb/new-thunderbird-78/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/78.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.9 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '78.0' 14 | 15 | notes: 16 | - note: CardDAV address books now support OAuth2 and Google Contacts. 17 | tag: new 18 | bugs: 19 | - 1662979 20 | - note: Thunderbird will no longer allow installation of addons that use the legacy API 21 | tag: changed 22 | bugs: 23 | - 1688904 24 | - note: Send message button sometimes remained enabled when it should be disabled 25 | tag: fixed 26 | bugs: 27 | - 1687431 28 | - note: Pressing command+enter to send a message on macOS did not work 29 | tag: fixed 30 | bugs: 31 | - 1682147 32 | - note: 'OpenPGP: Failed to save attachments that contained binary data after decryption' 33 | tag: fixed 34 | bugs: 35 | - 1686055 36 | - note: Global search UI fixes 37 | tag: fixed 38 | bugs: 39 | - 1578302 40 | - 1687034 41 | - note: Various theme and color fixes to improve ease of use 42 | tag: fixed 43 | bugs: 44 | - 1688034 45 | - 1688758 46 | - 1689509 47 | -------------------------------------------------------------------------------- /archive/78.11.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2021-06-01' 3 | text: | 4 | **For more on all of the new features in Thunderbird 78, see 5 | [New in Thunderbird 78.0](https://support.mozilla.org/en-US/kb/new-thunderbird-78/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/78.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.9 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '78.0' 14 | 15 | notes: 16 | # Fixed 17 | - note: OpenPGP could not be disabled for an account if a key was previously configured 18 | tag: fixed 19 | bugs: [1709046] 20 | - note: Recipients were unable to decrypt some messages when the sender had changed the message encryption from OpenPGP to S/MIME 21 | tag: fixed 22 | bugs: [1697252] 23 | - note: Contacts moved between CardDAV address books were not synced to the new server 24 | tag: fixed 25 | bugs: [1695592] 26 | - note: CardDAV compatibility fixes for Google Contacts 27 | tag: fixed 28 | bugs: [1709492, 1707569] 29 | - note: Folder pane had no clear indication of focus on macOS 30 | tag: fixed 31 | bugs: [1712469] 32 | - note: Windows theme improvements 33 | tag: fixed 34 | bugs: [1712632, 1712293] 35 | 36 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird78.11) 37 | tag: fixed 38 | -------------------------------------------------------------------------------- /archive/102.8.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-02-15' 3 | text: | 4 | **For more on all the new features in Thunderbird 102, see 5 | [What’s New in Thunderbird 102](https://www.thunderbird.net/thunderbird/102.0/whatsnew/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.12 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '102.0' 14 | 15 | notes: 16 | # New 17 | - note: The Troubleshooting Information page now displays version of the OpenPGP backend library used by Thunderbird. 18 | tag: new 19 | bugs: [1799874] 20 | - note: Added option to build RNP library with OpenSSL backend (use "--with-librnp-backend=openssl" 21 | configure option) 22 | tag: new 23 | bugs: [1799123, 1805215] 24 | 25 | # Fixed 26 | - note: '"Get Messages" did not retrieve messages from Gmail accounts using a local folder 27 | as a deferred inbox' 28 | tag: fixed 29 | bugs: [1799106] 30 | - note: Various visual and UX improvements 31 | tag: fixed 32 | bugs: [1777788, 1790278] 33 | 34 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird102.8) 35 | tag: fixed 36 | 37 | - note: Source strings for localized builds not uploaded to FTP as expected 38 | tag: unresolved 39 | bugs: [1817086] 40 | -------------------------------------------------------------------------------- /esr/128.0.1esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-07-18' 3 | text: | 4 | **Thunderbird version 128.0 is only offered as direct download from 5 | thunderbird.net and not as an upgrade from Thunderbird version 115 or 6 | earlier. A future release will provide updates from earlier versions.** 7 | 8 | **For more on all the new features in Thunderbird 128, see 9 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 10 | 11 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 12 | 13 | - Windows: Windows 10 or later 14 | - Mac: macOS 10.15 or later 15 | - Linux: GTK+ 3.14 or higher 16 | 17 | import_system_requirements: '128.0esr' 18 | 19 | notes: 20 | # Fixed 21 | - note: Opening profile import tab then restarting Thunderbird caused import tab to malfunction 22 | tag: fixed 23 | bugs: [1905708] 24 | - note: '"Total" column did not display message count when using "Grouped by" sorting' 25 | tag: fixed 26 | bugs: [1901439] 27 | - note: Could not add events to CalDAV calendar when UID contained special characters 28 | tag: fixed 29 | bugs: [1716745] 30 | - note: Visual and UX improvements 31 | tag: fixed 32 | bugs: [1906432, 1906499, 1906498] 33 | 34 | # Unresolved 35 | - note: '"latest" download bouncer aliases are not available for 128.0.1esr at this time' 36 | tag: unresolved 37 | bugs: [1907317] 38 | -------------------------------------------------------------------------------- /archive/52.6.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2018-01-25 3 | text: | 4 | **System Requirements: 5 | • Window: Windows XP, Windows Server 2003 or later 6 | • Mac: Mac OS X 10.9 or later 7 | • Linux: GTK+ 3.4 or higher** 8 | Details [here](https://thunderbird.net/en-US/thunderbird/52.0/system-requirements/). 9 | 10 | **Please refer to [Release Notes for version 52.0](https://thunderbird.net/en-US/thunderbird/52.0/releasenotes/) to see the list of improvements and fixed issues.** 11 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?o1=equals&v1=58%2B&f1=cf_tracking_thunderbird_esr52&query_format=advanced 12 | import_system_requirements: '52.0' 13 | notes: 14 | - note: 'Searching message bodies of messages in local folders, including filter and quick 15 | filter operations, not working reliably: Content not found in base64-encode message 16 | parts, non-ASCII text not found and false positives found.' 17 | tag: fixed 18 | bugs: 19 | - 1259534 20 | - note: Defective messages (without at least one expected header) not shown in IMAP folders 21 | but shown on mobile devices 22 | tag: fixed 23 | bugs: 24 | - 1345266 25 | - note: 'Calendar: Unintended task deletion if numlock is enabled' 26 | tag: fixed 27 | bugs: 28 | - 1409560 29 | - note: Various security 30 | fixes 31 | tag: fixed 32 | -------------------------------------------------------------------------------- /archive/60.5.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2019-02-14 3 | text: | 4 | If you have installed Lightning, Thunderbird's Calendar add-on, it will automatically 5 | be updated to match the new version of Thunderbird. Refer to this 6 | [Calendar troubleshooting article](https://support.mozilla.org/en-US/kb/calendar-updates-issues-thunderbird) 7 | in case of problems. 8 | 9 | **System Requirements: 10 | • Window: Windows 7, Windows Server 2008 R2 or later 11 | • Mac: Mac OS X 10.9 or later 12 | • Linux: GTK+ 3.4 or higher**. 13 | Details [here](/en-US/thunderbird/60.0/system-requirements/). 14 | 15 | **Please refer to [Release Notes for version 60.0](https://thunderbird.net/en-US/thunderbird/60.0/releasenotes/) to see the list of improvements and fixed issues.** 16 | 17 | import_system_requirements: '60.0beta' 18 | 19 | notes: 20 | - note: 'CalDav access to some servers not working' 21 | tag: fixed 22 | bugs: 23 | - 1468912 24 | - note: Various security 25 | fixes 26 | tag: fixed 27 | - note: 'Due to changes in the Mozilla platform profiles stored on Windows network shares 28 | addressed via drive letters are now addressed via UNC' 29 | tag: unresolved 30 | bugs: 31 | - 1512812 32 | - note: 'Chat: Twitter not working due to API changes at Twitter.com' 33 | tag: unresolved 34 | bugs: 35 | - 1445778 36 | -------------------------------------------------------------------------------- /archive/102.6.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-12-13' 3 | text: | 4 | **A _huge_ THANK YOU to everyone who donated! You're amazing! 🤩** 5 | 6 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 7 | 8 | - Windows: Windows 7 or later 9 | - Mac: macOS 10.12 or later 10 | - Linux: GTK+ 3.14 or higher 11 | 12 | import_system_requirements: '102.0' 13 | 14 | notes: 15 | # Fixed 16 | - note: Importing secret OpenPGP keys failed when public key with public subkey was already 17 | present 18 | tag: fixed 19 | bugs: [1795698] 20 | - note: Message index files were incorrectly deleted when too many folders were opened 21 | tag: fixed 22 | bugs: [1787609] 23 | - note: Thunderbird sometimes incorrectly formatted synced vCards 24 | tag: fixed 25 | bugs: [1792542] 26 | - note: Recurring events did not display past a certain number of repetitions 27 | tag: fixed 28 | bugs: [1789437] 29 | - note: Cookies deleted from the "Show Cookies" dialog were not actually deleted 30 | tag: fixed 31 | bugs: [1803795] 32 | - note: Paused RSS feeds did not actually pause updates 33 | tag: fixed 34 | bugs: [1789120] 35 | - note: Various visual and UX improvements 36 | tag: fixed 37 | bugs: [1800189, 1800537, 1801080] 38 | 39 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird102.6) 40 | tag: fixed 41 | -------------------------------------------------------------------------------- /archive/31.3.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2031.0&product=Thunderbird&resolution=FIXED 3 | import_system_requirements: '31.0' 4 | notes: 5 | - note: Disabled SSLv3 6 | tag: changed 7 | - note: Security fixes can be found here 8 | tag: fixed 9 | - note: Fixes an issue where IRC participants were not removed from the display on 10 | leaving a channel. 11 | tag: fixed 12 | - note: Fixes an issue where using LDAP autocomplete could end up with blank entries 13 | in the compose addressing list (Bug 14 | 1045753) 15 | tag: fixed 16 | - note: Fixes a regression where Thunderbird wasn't respecting the skip integration 17 | option on the default client dialog. 18 | tag: fixed 19 | - note: Users of jp mac builds may have issues with no mail folders being displayed 20 | in the main window. Running Thunderbird in 32-bit mode temporarily will workaround 21 | this issue. 22 | tag: unresolved 23 | - note: Installing extensions within Thunderbird requires download and installing 24 | as a file (bug 25 | 1081190) 26 | tag: unresolved 27 | -------------------------------------------------------------------------------- /archive/60.7.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2019-06-13 3 | text: | 4 | If you have installed Lightning, Thunderbird's Calendar add-on, it will automatically 5 | be updated to match the new version of Thunderbird. Refer to this 6 | [Calendar troubleshooting article](https://support.mozilla.org/en-US/kb/calendar-updates-issues-thunderbird) 7 | in case of problems. 8 | 9 | **System Requirements: 10 | • Window: Windows 7, Windows Server 2008 R2 or later 11 | • Mac: Mac OS X 10.9 or later 12 | • Linux: GTK+ 3.4 or higher**. 13 | Details [here](/en-US/thunderbird/60.0/system-requirements/). 14 | 15 | **Please refer to [Release Notes for version 60.0](https://thunderbird.net/en-US/thunderbird/60.0/releasenotes/) to see the list of improvements and fixed issues.** 16 | 17 | import_system_requirements: '60.0beta' 18 | 19 | notes: 20 | - note: 'No prompt for smartcard PIN when S/MIME signing is used' 21 | tag: fixed 22 | bugs: 23 | - 1519093 24 | - note: Various security 25 | fixes 26 | tag: fixed 27 | - note: 'Due to changes in the Mozilla platform profiles stored on Windows network shares 28 | addressed via drive letters are now addressed via UNC' 29 | tag: unresolved 30 | bugs: 31 | - 1512812 32 | - note: 'Chat: Twitter not working due to API changes at Twitter.com' 33 | tag: unresolved 34 | bugs: 35 | - 1445778 36 | -------------------------------------------------------------------------------- /esr/128.9.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-04-01' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 128.0esr 17 | 18 | notes: 19 | # New 20 | - note: Thunderbird now has a notification system for real-time desktop alerts 21 | tag: new 22 | bugs: [1936307] 23 | 24 | # Fixed 25 | - note: Data corruption occurred when compacting IMAP Drafts folder after saving a message 26 | tag: fixed 27 | bugs: [1909111] 28 | - note: Right-clicking "Decrypt and Save As..." on an attachment file failed. 29 | tag: fixed 30 | bugs: [1952823] 31 | - note: Thunderbird could crash when importing mail 32 | tag: fixed 33 | bugs: [1953574, 1953576] 34 | - note: Sort indicators were missing on the calendar events list. 35 | tag: fixed 36 | bugs: [1914085] 37 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird128.9)' 38 | tag: fixed 39 | -------------------------------------------------------------------------------- /archive/31.2.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?classification=Client%20Software&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&target_milestone=Thunderbird%2031.0&product=Thunderbird&resolution=FIXED 3 | import_system_requirements: '31.0' 4 | notes: 5 | - note: Security fixes can be found here 6 | tag: fixed 7 | - note: Importing an RSA private key fails if p < q (see bug 8 | 1049435) 9 | tag: fixed 10 | - note: Invalid certificate issue with mozilla::pkix (see bug 11 | 1042889) 12 | tag: fixed 13 | - note: Fixed a case where having a contact and card in an address book with the same 14 | name could send to the mailing list (Bug 15 | 1008718) 16 | tag: fixed 17 | - note: Users of jp mac builds may have issues with no mail folders being displayed 18 | in the main window. Running Thunderbird in 32-bit mode temporarily will workaround 19 | this issue. 20 | tag: unresolved 21 | - note: Installing extensions within Thunderbird requires download and installing 22 | as a file (bug 23 | 1081190) 24 | tag: unresolved 25 | -------------------------------------------------------------------------------- /archive/91.1.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2021-09-07' 3 | text: | 4 | ** Thunderbird 91 is only offered as direct download from 5 | [thunderbird.net](https://www.thunderbird.net) and not as an upgrade from 6 | Thunderbird version 78 or earlier.** 7 | A future release will provide updates from earlier versions. 8 | 9 | **System Requirements:** [Details](/en-US/thunderbird/91.0/system-requirements/) 10 | 11 | - Windows: Windows 7 or later 12 | - macOS: macOS 10.12 or later (macOS 11.0 for Silicon) 13 | - Linux: GTK+ 3.14 or higher 14 | 15 | import_system_requirements: '91.0' 16 | 17 | notes: 18 | # Changed 19 | - note: VCard attachments now sent with "text/vcard" instead of "text/x-vcard" 20 | tag: changed 21 | bugs: [1718018] 22 | # Fixed 23 | - note: Thunderbird registered Accessibility Handlers using same GUIDs as Firefox, causing 24 | performance issues for NVDA users 25 | tag: fixed 26 | bugs: [1689791] 27 | - note: Focus lost when reordering accounts by keyboard in the Account Manager 28 | tag: fixed 29 | bugs: [1703501] 30 | - note: Account setup did not use provider display name for setting up calendars 31 | tag: fixed 32 | bugs: [1724071] 33 | - note: Various theme and UX fixes 34 | tag: fixed 35 | bugs: [1726208, 1726525, 1726556, 1726559, 1727263] 36 | 37 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird91.1) 38 | tag: fixed 39 | -------------------------------------------------------------------------------- /esr/128.8.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-03-05' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 128.0esr 17 | 18 | notes: 19 | # Fixed 20 | - note: Opening an .EML file in profiles with many folders could take a long time. 21 | tag: fixed 22 | bugs: [1948678] 23 | - note: Users with many folders experienced poor performance when resizing message panes. 24 | tag: fixed 25 | bugs: [1860094] 26 | - note: '"Replace" button in compose window was overwritten when the window was narrow.' 27 | tag: fixed 28 | bugs: [1948427] 29 | - note: Export to mobile did not work when "Use default server" was selected. 30 | tag: fixed 31 | bugs: [1930728] 32 | - note: '"Save Link As" was not working in feed web content.' 33 | tag: fixed 34 | bugs: [1948532] 35 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird128.8)' 36 | tag: fixed 37 | -------------------------------------------------------------------------------- /esr/115.5.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-11-21' 3 | text: | 4 | **For help and a quick start on Thunderbird 115, see 5 | [Thunderbird 115 Supernova FAQ](https://support.mozilla.org/en-US/kb/thunderbird-115-supernova-faq).** 6 | 7 | **For more on all the new features in Thunderbird 115, see 8 | [What’s New in Thunderbird 115](https://www.thunderbird.net/thunderbird/115.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 11 | 12 | - Windows: Windows 7 or later 13 | - Mac: macOS 10.12 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: '115.0' 17 | 18 | notes: 19 | # Fixed 20 | - note: Initial message was not automatically selected when opened in conversation 21 | tag: fixed 22 | bugs: [1856266] 23 | - note: Newsgroup users using FQDN identity generated message ID headers with incorrect 24 | domain name 25 | tag: fixed 26 | bugs: [1846837] 27 | - note: Link previews had poor legibility in dark mode 28 | tag: fixed 29 | bugs: [1820244] 30 | - note: Plasma's task switcher displayed the default icon when running the Thunderbird 31 | Flatpak on Wayland 32 | tag: fixed 33 | bugs: [1863262] 34 | - note: Link to Flatpak manifest was incorrect 35 | tag: fixed 36 | bugs: [1863594] 37 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird115.5)' 38 | tag: fixed 39 | -------------------------------------------------------------------------------- /archive/52.4.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2017-10-06 3 | text: | 4 | **System Requirements: 5 | • Window: Windows XP, Windows Server 2003 or later 6 | • Mac: Mac OS X 10.9 or later 7 | • Linux: GTK+ 3.4 or higher** 8 | Details [here](https://thunderbird.net/en-US/thunderbird/52.0/system-requirements/). 9 | 10 | **Please refer to [Release Notes for version 52.0](https://thunderbird.net/en-US/thunderbird/52.0/releasenotes/) to see the list of improvements and fixed issues.** 11 | bug_search_url: https://bugzilla.mozilla.org/buglist.cgi?o1=equals&v1=54%2B&f1=cf_tracking_thunderbird_esr52&query_format=advanced&list_id=13634735 12 | import_system_requirements: '52.0' 13 | notes: 14 | - note: 'In Thunderbird 52 a new behavior was introduced for replies to mailing list 15 | posts: "When replying to a mailing list, reply will be sent to address in From 16 | header ignoring Reply-to header". A new preference mail.override_list_reply_to 17 | allows to restore the previous behavior.' 18 | tag: new 19 | - note: Under certain circumstances (image attachment and non-image attachment), attached 20 | images were shown truncated in messages stored in IMAP folders not synchronised 21 | for offline use. 22 | tag: fixed 23 | - note: IMAP UIDs > 0x7FFFFFFF not handled properly 24 | tag: fixed 25 | - note: Various security 26 | fixes 27 | tag: fixed 28 | -------------------------------------------------------------------------------- /archive/78.8.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2021-02-23 3 | text: | 4 | **For more on all of the new features in Thunderbird 78, see 5 | [New in Thunderbird 78.0](https://support.mozilla.org/en-US/kb/new-thunderbird-78/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/78.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.9 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '78.0' 14 | 15 | notes: 16 | - note: Importing an address book from a CSV file always reported an error 17 | tag: fixed 18 | bugs: 19 | - 1685048 20 | 21 | - note: Security information for S/MIME messages was not displayed correctly prior to a 22 | draft being saved 23 | tag: fixed 24 | bugs: 25 | - 1683701 26 | - note: 'Calendar: FileLink UI fixes for Caldav calendars' 27 | tag: fixed 28 | bugs: 29 | - 1669803 30 | - note: Recurring tasks were always marked incomplete; unable to use filters 31 | tag: fixed 32 | bugs: 33 | - 1686466 34 | - note: Various UI widgets not working 35 | tag: fixed 36 | bugs: 37 | - 1690098 38 | - 1690514 39 | - note: Dark theme improvements 40 | tag: fixed 41 | bugs: 42 | - 1691106 43 | - 1691787 44 | - note: Extension manager was missing link to addon support web page 45 | tag: fixed 46 | bugs: 47 | - 1642219 48 | 49 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird78.8) 50 | tag: fixed 51 | -------------------------------------------------------------------------------- /parse.py: -------------------------------------------------------------------------------- 1 | import urllib2 2 | import argparse 3 | import yaml 4 | from bs4 import BeautifulSoup 5 | 6 | parser = argparse.ArgumentParser( 7 | description=""" 8 | """, formatter_class=argparse.RawTextHelpFormatter) 9 | 10 | parser.add_argument("url", help="url to fetch") 11 | 12 | args = parser.parse_args() 13 | 14 | page = urllib2.urlopen(args.url).read() 15 | s = BeautifulSoup(page, "lxml") 16 | 17 | notes = [] 18 | 19 | for ul in s.findAll('ul', {'class': 'section-items'}): 20 | for child in ul.findChildren('li'): 21 | try: 22 | tag = child.find('b').text.lower() 23 | except AttributeError: 24 | tag = '' 25 | 26 | try: 27 | text = ''.join(unicode(item) for item in child.find('p').contents) 28 | except AttributeError: 29 | text = '' 30 | 31 | notes.append({'note': text, 'tag': tag}) 32 | 33 | title = s.title.string 34 | version = title[title.find("(") + 1:title.find(")")] 35 | 36 | bug_search_url = s.find('header', {'class': 'notes-head'}).findChildren('p')[0].findChildren('a')[2] 37 | bug_search_url = str(bug_search_url['href']) 38 | sysreq = version[:2] + '.0' 39 | 40 | release = {'bug_search_url': bug_search_url, 'import_system_requirements': sysreq} 41 | notesfile = [{'release': release}, {'notes': notes}] 42 | 43 | notes = '' 44 | for n in notesfile: 45 | notes += yaml.safe_dump(n, default_flow_style=False) 46 | 47 | with open(u"archive/" + version + u".yml", "wb") as f: 48 | f.write(notes.encode('utf8')) 49 | -------------------------------------------------------------------------------- /archive/102.3.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-09-28' 3 | text: | 4 | **For more on all the new features in Thunderbird 102, see 5 | [What’s New in Thunderbird 102](https://www.thunderbird.net/thunderbird/102.0/whatsnew/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.12 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '102.0' 14 | 15 | notes: 16 | # Changed 17 | - note: Compose window encryption options now only appear for encryption technologies that 18 | have already been configured 19 | tag: changed 20 | bugs: [1788988] 21 | - note: Number of contacts in currently selected address book now displayed at bottom of Address Book list column 22 | tag: changed 23 | bugs: [1745571] 24 | # Fixed 25 | - note: Password prompt did not include server hostname for POP servers 26 | tag: fixed 27 | bugs: [1786920] 28 | - note: '`Edit Contact` was missing from Contacts sidebar context menus' 29 | tag: fixed 30 | bugs: [1771795] 31 | - note: Address Book contact lists cut off display of some characters, the result being 32 | unreadable 33 | tag: fixed 34 | bugs: [1780909] 35 | - note: Menu items for dark-themed alarm dialog were invisible on Windows 7 36 | tag: fixed 37 | bugs: [1791738] 38 | 39 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird102.3.1) 40 | tag: fixed 41 | -------------------------------------------------------------------------------- /archive/60.7.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2019-05-21 3 | text: | 4 | If you have installed Lightning, Thunderbird's Calendar add-on, it will automatically 5 | be updated to match the new version of Thunderbird. Refer to this 6 | [Calendar troubleshooting article](https://support.mozilla.org/en-US/kb/calendar-updates-issues-thunderbird) 7 | in case of problems. 8 | 9 | **System Requirements: 10 | • Window: Windows 7, Windows Server 2008 R2 or later 11 | • Mac: Mac OS X 10.9 or later 12 | • Linux: GTK+ 3.4 or higher**. 13 | Details [here](/en-US/thunderbird/60.0/system-requirements/). 14 | 15 | **Please refer to [Release Notes for version 60.0](https://thunderbird.net/en-US/thunderbird/60.0/releasenotes/) to see the list of improvements and fixed issues.** 16 | 17 | import_system_requirements: '60.0beta' 18 | 19 | notes: 20 | - note: 'Attachment pane of Write window no longer focussed when attaching files using 21 | a keyboard shortcut' 22 | tag: changed 23 | bugs: 24 | - 1519328 25 | - note: Various security 26 | fixes 27 | tag: fixed 28 | - note: 'Due to changes in the Mozilla platform profiles stored on Windows network shares 29 | addressed via drive letters are now addressed via UNC' 30 | tag: unresolved 31 | bugs: 32 | - 1512812 33 | - note: 'Chat: Twitter not working due to API changes at Twitter.com' 34 | tag: unresolved 35 | bugs: 36 | - 1445778 37 | -------------------------------------------------------------------------------- /archive/60.8.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2019-07-09 3 | text: | 4 | If you have installed Lightning, Thunderbird's Calendar add-on, it will automatically 5 | be updated to match the new version of Thunderbird. Refer to this 6 | [Calendar troubleshooting article](https://support.mozilla.org/en-US/kb/calendar-updates-issues-thunderbird) 7 | in case of problems. 8 | 9 | **System Requirements: 10 | • Window: Windows 7, Windows Server 2008 R2 or later 11 | • Mac: Mac OS X 10.9 or later 12 | • Linux: GTK+ 3.4 or higher**. 13 | Details [here](/en-US/thunderbird/60.0/system-requirements/). 14 | 15 | **Please refer to [Release Notes for version 60.0](https://thunderbird.net/en-US/thunderbird/60.0/releasenotes/) to see the list of improvements and fixed issues.** 16 | 17 | import_system_requirements: '60.0beta' 18 | 19 | notes: 20 | - note: 'Calendar: Problems when editing event times, some related to AM/PM setting in 21 | non-English locales' 22 | tag: changed 23 | bugs: 24 | - 1512123 25 | - 1517569 26 | - note: Various security 27 | fixes 28 | tag: fixed 29 | - note: 'Due to changes in the Mozilla platform profiles stored on Windows network shares 30 | addressed via drive letters are now addressed via UNC' 31 | tag: unresolved 32 | bugs: 33 | - 1512812 34 | - note: 'Chat: Twitter not working due to API changes at Twitter.com' 35 | tag: unresolved 36 | bugs: 37 | - 1445778 38 | -------------------------------------------------------------------------------- /archive/60.9.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2019-09-06 3 | text: | 4 | If you have installed Lightning, Thunderbird's Calendar add-on, it will automatically 5 | be updated to match the new version of Thunderbird. Refer to this 6 | [Calendar troubleshooting article](https://support.mozilla.org/en-US/kb/calendar-updates-issues-thunderbird) 7 | in case of problems. 8 | 9 | **System Requirements: 10 | • Window: Windows 7, Windows Server 2008 R2 or later 11 | • Mac: Mac OS X 10.9 or later 12 | • Linux: GTK+ 3.4 or higher**. 13 | Details [here](/en-US/thunderbird/60.0/system-requirements/). 14 | 15 | **Please refer to [Release Notes for version 60.0](https://thunderbird.net/en-US/thunderbird/60.0/releasenotes/) to see the list of improvements and fixed issues.** 16 | 17 | import_system_requirements: '60.0beta' 18 | 19 | notes: 20 | - note: 'Offer to configure Exchange accounts for Office365. A third-party add-on is required 21 | for this account type. IMAP still exists as alternative.' 22 | tag: new 23 | bugs: 24 | - 1571772 25 | - note: Various security 26 | fixes 27 | tag: fixed 28 | - note: 'Due to changes in the Mozilla platform profiles stored on Windows network shares 29 | addressed via drive letters are now addressed via UNC' 30 | tag: unresolved 31 | bugs: 32 | - 1512812 33 | - note: 'Chat: Twitter not working due to API changes at Twitter.com' 34 | tag: unresolved 35 | bugs: 36 | - 1445778 37 | -------------------------------------------------------------------------------- /android_release/8.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-11-06' 3 | text: | 4 | **These notes apply to Thunderbird for Android version 8.1 released November 6th, 2024.** 5 | 6 | releases: 7 | - version: '8.1' 8 | release_date: '2024-11-06' 9 | 10 | notes: 11 | ## 8.1 release 12 | # New 13 | - note: > 14 | Thunderbird's active development is fully funded by financial contributions from our users. If 15 | you're enjoying Thunderbird or believe in our mission, please help support it. In this version 16 | we will ask you for your support once you've had the chance to actively use Thunderbird for a 17 | while. We're doing our best not to interrupt your work, but it won't be avoidable in all 18 | situations. If you don't want to wait, 19 | [head over to our contributions page](https://www.thunderbird.net/?form=tfa&utm_campaign=android_release_notes_appeal&utm_medium=web&utm_source=thunderbird_android_github) 20 | short_note: > 21 | Thunderbird's active development is fully funded by financial contributions from our users. If 22 | you're enjoying Thunderbird or believe in our mission, please help support it. In this version 23 | we will ask you for your support once you've had the chance to actively use Thunderbird for a 24 | while. 25 | thunderbird_only: true 26 | tag: new 27 | 28 | # Fixed 29 | - note: We've fixed one of our top crashes to give you a more stable experience 30 | short_note: We've fixed one of our top crashes to give you a more stable experience 31 | tag: fixed 32 | -------------------------------------------------------------------------------- /esr/128.3.3esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-10-22' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: '128.0esr' 17 | 18 | notes: 19 | # Fixed 20 | - note: Files left over from failed folder compactions could use up disk space 21 | tag: fixed 22 | bugs: [1878541] 23 | - note: Message list returned to selected message after action on another message 24 | tag: fixed 25 | bugs: [1917485] 26 | - note: Some faulty messages were downloaded and never stored 27 | tag: fixed 28 | bugs: [1923765] 29 | - note: Messages could become corrupted during folder compaction 30 | tag: fixed 31 | bugs: [1923747, 1923541, 1720047] 32 | - note: Searching events by Location, Description, or URL failed 33 | tag: fixed 34 | bugs: [1912710] 35 | - note: '"Remove All Shown" saved passwords deleted all logins if filtered without results' 36 | tag: fixed 37 | bugs: [601447] 38 | - note: Calendar event updates were not always sent to attendees 39 | tag: fixed 40 | bugs: [1877640] 41 | -------------------------------------------------------------------------------- /archive/102.7.1.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-02-01' 3 | text: | 4 | **For more on all the new features in Thunderbird 102, see 5 | [What’s New in Thunderbird 102](https://www.thunderbird.net/thunderbird/102.0/whatsnew/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.12 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '102.0' 14 | 15 | notes: 16 | # Fixed 17 | - note: Microsoft Office 365 accounts were unable to authenticate 18 | tag: fixed 19 | bugs: [1810760] 20 | - note: Switching identities caused remote images in HTML signatures to not be shown 21 | tag: fixed 22 | bugs: [1807200] 23 | - note: Thunderbird failed to import vCards that contained "\r\r\n" line endings 24 | tag: fixed 25 | bugs: [1800305] 26 | - note: Contribution button for add-ons opened Contribution page in a Thunderbird tab, 27 | instead of the external browser 28 | tag: fixed 29 | bugs: [1805808] 30 | - note: XMPP did not respond to unrecognized IQ queries, causing some servers to close 31 | the connection 32 | tag: fixed 33 | bugs: [1806630] 34 | 35 | - note: Window titlebar buttons (minimize/maximize/close) were not displayed in Windows 36 | 10 "Dark" color mode 37 | tag: fixed 38 | bugs: [1810961] 39 | 40 | - note: Various [security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird102.7.1) 41 | tag: fixed 42 | -------------------------------------------------------------------------------- /esr/115.3.3.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2023-10-18' 3 | text: | 4 | **For help and a quick start on Thunderbird 115, see [Thunderbird 115 Supernova FAQ](https://support.mozilla.org/en-US/kb/thunderbird-115-supernova-faq)** 5 | 6 | **For more on all the new features in Thunderbird 115, see 7 | [What’s New in Thunderbird 115](https://www.thunderbird.net/thunderbird/115.0/whatsnew/).** 8 | 9 | **System Requirements:** [Details](/en-US/thunderbird/115.0/system-requirements/) 10 | 11 | - Windows: Windows 7 or later 12 | - Mac: macOS 10.12 or later 13 | - Linux: GTK+ 3.14 or higher 14 | 15 | import_system_requirements: '115.0' 16 | 17 | notes: 18 | # Fixed 19 | - note: 'Modifier keys did not work as expected when dragging a message over the folder 20 | tree on macOS' 21 | tag: fixed 22 | bugs: [1847791] 23 | - note: '"Folder Location" toolbar button did not work for local folders' 24 | tag: fixed 25 | bugs: [1843979] 26 | - note: '"Copy to again" option disappeared from context menu after copying 27 | to Gmail folder with non-ASCII name' 28 | tag: fixed 29 | bugs: [1856712] 30 | - note: Default reply identity did not use "Delivered-To" address when catch-all was 31 | active 32 | tag: fixed 33 | bugs: [1815559] 34 | - note: '"View Headers All" did not work when selected in standalone message window' 35 | tag: fixed 36 | bugs: [1855316] 37 | - note: Viewing the mail filter log displayed an error if no log file was present 38 | tag: fixed 39 | bugs: [1789244] 40 | -------------------------------------------------------------------------------- /archive/78.3.2.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2020-10-07 3 | text: | 4 | **For more on all of the new features in Thunderbird 78, see 5 | [New in Thunderbird 78.0](https://support.mozilla.org/en-US/kb/new-thunderbird-78/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/78.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.9 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '78.0' 14 | 15 | notes: 16 | - note: Thunderbird will no longer automatically install updates when Preferences tab is 17 | opened 18 | tag: changed 19 | bugs: 20 | - 1666324 21 | - note: 'OpenPGP: Improved support for encrypting with subkeys' 22 | tag: fixed 23 | bugs: 24 | - 1665281 25 | - note: 'OpenPGP: Encrypted messages with international characters were sometimes displayed 26 | incorrectly' 27 | tag: fixed 28 | bugs: 29 | - 1665287 30 | - note: Single-click deletion of recipient pills with middle mouse button restored 31 | tag: fixed 32 | bugs: 33 | - 1661438 34 | - note: Searching an address book list did not display results 35 | tag: fixed 36 | bugs: 37 | - 1663935 38 | - note: Windows installer was unreadable with Windows in high contrast mode 39 | tag: fixed 40 | bugs: 41 | - 1665321 42 | - note: Dark mode, high contrast, and Windows theming fixes 43 | tag: fixed 44 | bugs: 45 | - 1665336 46 | - 1667109 47 | - 1667317 48 | - 1661229 49 | 50 | 51 | - note: 'Message list is not focused at startup' 52 | tag: unresolved 53 | bugs: 54 | - 1620310 55 | -------------------------------------------------------------------------------- /archive/52.9.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: 2018-07-03 3 | text: | 4 | **System Requirements: 5 | • Window: Windows XP, Windows Server 2003 or later 6 | • Mac: Mac OS X 10.9 or later 7 | • Linux: GTK+ 3.4 or higher** 8 | Details [here](https://thunderbird.net/en-US/thunderbird/52.0/system-requirements/). 9 | 10 | **Please refer to [Release Notes for version 52.0](https://thunderbird.net/en-US/thunderbird/52.0/releasenotes/) to see the list of improvements and fixed issues.** 11 | import_system_requirements: '52.0' 12 | notes: 13 | - note: 'Thunderbird will now prompt to compact IMAP folders even if the account is online. 14 | Note: Under certain circumstances an incorrect estimate of the expected gain is shown.' 15 | tag: changed 16 | - note: 'Complete fix of the EFAIL vulnerability: 1) Removing some HTML crafted to carry 17 | out an attack. 2) Optionally: Not decrypting subordinate message parts that otherwise 18 | might reveal decrypted content to the attacker. Preference mailnews.p7m_subparts_external 19 | needs to be set to true for added security.' 20 | tag: fixed 21 | bugs: 22 | - 1419417 23 | - note: 'Various problems when forwarding messages inline when using "simple" HTML view' 24 | tag: fixed 25 | bugs: 26 | - 394322 27 | - note: Various security 28 | fixes 29 | tag: fixed 30 | - note: Deleting or detaching attachments will corrupt messages under certain circumstances 31 | tag: unresolved 32 | bugs: 33 | - 1473893 34 | -------------------------------------------------------------------------------- /tools/yamlfmt.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | """ 3 | https://github.com/mmlb/yamlfmt 4 | """ 5 | 6 | import argparse 7 | import os 8 | import sys 9 | import tempfile 10 | 11 | from tools_lib import yaml 12 | 13 | parser = argparse.ArgumentParser() 14 | parser.add_argument('file', help='file to parse', nargs='*') 15 | parser.add_argument('-w', '--write', help='overwrite file with formatted output', action='store_true') 16 | args = parser.parse_args() 17 | 18 | 19 | def round_trip(sout, sin): 20 | y = yaml.load(sin) 21 | yaml.dump(y, sout) 22 | 23 | 24 | def make_temp_file(name): 25 | basename = os.path.basename(name) 26 | dirname = os.path.dirname(name) 27 | fd, outname = tempfile.mkstemp(prefix=basename + '.', dir=dirname) 28 | stat = os.stat(name) 29 | os.fchmod(fd, stat.st_mode) 30 | os.fchown(fd, stat.st_uid, stat.st_gid) 31 | os.close(fd) 32 | return outname 33 | 34 | 35 | def main(): 36 | if args.write and not args.file: 37 | parser.error('write requires at least one file') 38 | 39 | if not args.file: 40 | round_trip(sys.stdout, sys.stdin) 41 | sys.exit(0) 42 | 43 | if not args.write: 44 | file_out = os.ttyname(sys.stdout.fileno()) 45 | 46 | for file in args.file: 47 | if args.write: 48 | file_out = make_temp_file(file) 49 | 50 | with open(file, 'r') as sin, open(file_out, 'w') as sout: 51 | round_trip(sout, sin) 52 | 53 | if args.write: 54 | os.rename(file_out, file) 55 | 56 | 57 | if __name__ == '__main__': 58 | sys.exit(main()) 59 | -------------------------------------------------------------------------------- /esr/128.2.2esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2024-09-18' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: '128.0esr' 17 | 18 | notes: 19 | # New 20 | - note: Account setup is updated to support OAuth2 granular permissions 21 | tag: new 22 | bugs: [1909789] 23 | 24 | # Fixed 25 | - note: Thunderbird could crash when using return receipt with OWL add-on 26 | tag: fixed 27 | bugs: [1917218] 28 | - note: Folder pane display was blank due to invalid mail server hostname 29 | tag: fixed 30 | bugs: [1911951] 31 | - note: Some users were unable to log in to Microsoft 365 32 | tag: fixed 33 | bugs: [1908866] 34 | - note: Matrix end-to-end encryption tab in account settings could be shown for XMPP 35 | account 36 | tag: fixed 37 | bugs: [1915199] 38 | - note: Participant and message were not populated when user left the room using XMPP 39 | tag: fixed 40 | bugs: [1914633] 41 | - note: Visual and UX improvements 42 | tag: fixed 43 | bugs: [1910474, 1913329, 1913741, 1915826, 1916089] 44 | -------------------------------------------------------------------------------- /esr/128.7.0esr.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-02-05' 3 | text: | 4 | **For help and a quick start on Thunderbird 128, see 5 | [Thunderbird 128 Nebula FAQ](https://support.mozilla.org/en-US/kb/thunderbird-128-nebula-faq)** 6 | 7 | **For more on all the new features in Thunderbird 128, see 8 | [What’s New in Thunderbird 128](https://www.thunderbird.net/thunderbird/128.0/whatsnew/).** 9 | 10 | **System Requirements:** [Details](/en-US/thunderbird/128.0esr/system-requirements/) 11 | 12 | - Windows: Windows 10 or later 13 | - Mac: macOS 10.15 or later 14 | - Linux: GTK+ 3.14 or higher 15 | 16 | import_system_requirements: 128.0esr 17 | 18 | notes: 19 | # Fixed 20 | - note: Images inside links could zoom when clicked instead of opening the link 21 | tag: fixed 22 | bugs: [1917278] 23 | - note: Compacting an empty folder failed with write error 24 | tag: fixed 25 | bugs: [1935124] 26 | - note: Compacting of IMAP folder with corrupted local storage failed with write error 27 | tag: fixed 28 | bugs: [1935331] 29 | - note: After restart, all restored tabs with opened PDFs showed the same attachment 30 | tag: fixed 31 | bugs: [1858157] 32 | - note: Exceptions during CalDAV item processing would halt subsequent item handling 33 | tag: fixed 34 | bugs: [1940193] 35 | - note: Context menu was unable to move email address to a different field 36 | tag: fixed 37 | bugs: [1857469] 38 | - note: '[Security fixes](https://www.mozilla.org/en-US/security/known-vulnerabilities/thunderbird/#thunderbird128.7)' 39 | tag: fixed 40 | -------------------------------------------------------------------------------- /android_release/9.0.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2025-03-03' 3 | text: | 4 | **These notes apply to Thunderbird for Android version 9.0 released March 3rd, 2025.** 5 | 6 | releases: 7 | - version: '9.0' 8 | release_date: '2025-03-03' 9 | 10 | notes: 11 | ## 9.0 release 12 | # New 13 | - note: Basic support for Android 15 14 | short_note: Basic support for Android 15 15 | tag: new 16 | 17 | - note: Add a link to the support article when signing in with Google 18 | short_note: Add a link to the support article when signing in with Google 19 | tag: new 20 | 21 | - note: Account setup attempts email provider's autoconfig first, then falls back to ISPDB 22 | short_note: Account setup attempts email provider's autoconfig first, then falls back to ISPDB 23 | tag: new 24 | 25 | # Changed 26 | - note: Updated translations for multiple languages 27 | short_note: Updated translations for multiple languages 28 | tag: changed 29 | 30 | # Fixed 31 | - note: The changelog now properly displays release versions 32 | short_note: The changelog now properly displays release versions 33 | tag: fixed 34 | 35 | - note: A wrong translation of the app name has been fixed 36 | short_note: A wrong translation of the app name has been fixed 37 | tag: fixed 38 | 39 | - note: Dependencies have been updated to fix a couple of bugs 40 | short_note: Dependencies have been updated to fix a couple of bugs 41 | tag: fixed 42 | 43 | - note: Camera provider uses new api to avoid crashes while reading QR codes 44 | tag: fixed 45 | thunderbird_only: true 46 | -------------------------------------------------------------------------------- /archive/102.2.2.yml: -------------------------------------------------------------------------------- 1 | release: 2 | release_date: '2022-09-07' 3 | text: | 4 | **For more on all the new features in Thunderbird 102, see 5 | [What’s New in Thunderbird 102](https://www.thunderbird.net/thunderbird/102.0/whatsnew/).** 6 | 7 | **System Requirements:** [Details](/en-US/thunderbird/102.0/system-requirements/) 8 | 9 | - Windows: Windows 7 or later 10 | - Mac: macOS 10.12 or later 11 | - Linux: GTK+ 3.14 or higher 12 | 13 | import_system_requirements: '102.0' 14 | 15 | notes: 16 | # Changed 17 | - note: Setting added to change Calendar event double-click action to open `Edit Event` 18 | dialog rather than view only; Set `calendar.events.defaultActionEdit` to `true`. 19 | tag: changed 20 | bugs: [1685007] 21 | # Fixed 22 | - note: Running `Compact Folders` on maildir folders caused a redownload of all messages 23 | in the folder 24 | tag: fixed 25 | bugs: [1683714] 26 | - note: Accessing mail folders in profiles with many folders was slow 27 | tag: fixed 28 | bugs: [1788901] 29 | - note: SMTP servers were not always properly initialized, and were not listed in `Account 30 | Settings` 31 | tag: fixed 32 | bugs: [1773123] 33 | - note: APOP authentication unsupported when connecting to POP3 server 34 | tag: fixed 35 | bugs: [1787766] 36 | - note: OpenPGP key discovery failed 37 | tag: fixed 38 | bugs: [1786916] 39 | - note: POP accounts hosted by AOL were not able to authenticate using OAuth2 40 | tag: fixed 41 | bugs: [1782250] 42 | - note: Unable to open context menu in newsgroups header for groups that are not subscribed 43 | tag: fixed 44 | bugs: [1783506] 45 | --------------------------------------------------------------------------------