├── 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 |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