Tor Browser Changelog

What's new in Tor Browser 13.0.1

Oct 25, 2023
  • This release backports important security updates from Firefox 115.4.0esr and
  • This release updates Firefox to 115.4.0esr, including bug fixes, stability improvements and important security updates. We also backported the Android-specific security updates from Firefox 119.

New in Tor Browser 13.0 (Oct 12, 2023)

  • Refreshed application icons:
  • Earlier this year we spent some time artworking the Mullvad Browser logo into the various assets needed to support its release – including application, installer and document icons that conform to each platform's conventions. While getting up to speed with the current requirements for each platform, we identified a number of gaps with Tor Browser too, and started working on new icons for Tor Browser in parallel.
  • For context, Tor Browser's current icon (sometimes referred to as the "onion logo") was selected by community poll over four years ago to succeed the older purple and green globe in Tor Browser 8.5. Given the community's involvement in its selection, its recognizability by netizens, and the simple fact that we still love the existing icon, we chose to focus on refining rather than replacing it entirely.
  • One of the motivations behind work like this is our philosophy that privacy-preserving products shouldn't be purely utilitarian, but can also spark joy. However there are practical benefits too: adhering to platform conventions provides better consistency, discernible application and installer icons help prevent user error, and attracting new users benefits everyone because anonymity loves company.
  • New homepage:
  • For the past year we've been working on a significant rewrite of Tor Browser's back-end, which recently provided us with the opportunity to rebuild one of the few internal pages that hasn't changed in a while: the homepage (often referred to by its internal reference, "about:tor"). Tor Browser 13.0's homepage now features the new application icons, a simplified design, and the ability to "onionize" your DuckDuckGo searches by switching to the DuckDuckGo onion site. Continuing the work that began in Tor Browser 12.5 to improve the browser's accessibility, the redesigned homepage also offers better support for users of screen readers and other assistive technology too.
  • Existing Tor Browser users can rejoice that the "red screen of death" – an infamous error state that the previous homepage would occasionally trip itself into – is long gone. As part of the back-end rewrite we've removed the automatic Tor network connectivity check that was a hold-over from the legacy tor-launcher, where bootstrapping was handled by an extension that ran before the browser interface appeared. As a result of the tighter tor integration and in-browser bootstrapping experience introduced in Tor Browser 10.5, the old logic behind this check would often fail and present some users with the red screen of death, even if their connection was fine.
  • In fact, all of the reports we've received of users hitting this screen with the default tor configuration since Tor Browser 10.5 have proven to be false positives, causing undue alarm. Although the check is arguably still useful for users running non-default configurations, neither of the main environments which do so – Tails and Whonix – use about:tor as their default new-tab or home pages. For everyone else, we've added a new banner to the redesigned homepage in place of the red screen of death to check that tor is connected and working as expected.
  • Bigger new windows:
  • The explanation for how and why Tor Browser works this way is going to get into the weeds a little, so be warned. However the main thing to take away is that new windows should be bigger by default and present themselves in a more useful landscape aspect-ratio for the majority of desktop users in Tor Browser 13.0. Now, about those weeds...
  • Letterboxing was introduced in Tor Browser 9.0 to allow users to resize their browser window without fear of being fingerprinted by rounding the inner content window (sometimes referred to as the "viewport") down to multiples of 200 x 100 pixels. This technique works by grouping the window sizes of most users into a series of common "buckets", protecting individual users within those buckets from being singled-out based on their window or screen size.
  • In order to preserve these protections when opening new windows, Tor Browser overrides platform defaults and will instead select a size that conforms to our letterboxing steps up to a maximum of 1000 x 1000 pixels. However, while that may have been fine in the past, a max width of 1000px is no longer suitable for the modern web. For example, on many newer websites the first responsive break point lies somewhere in the range of 1000 – 1200px, meaning by default Tor Browser users would receive website menus and layouts intended for tablet and mobile devices. Alternatively, on certain websites, users would receive the desktop version but with the annoyance of a horizontal scroll bar instead. This, naturally, would lead to users of these websites needing to expand each new window manually before it's usable.
  • In response we've bumped up the max size of new windows up to 1400 x 900 pixels and amended the letterboxing steps to match. Thanks to the increase in width, Tor Browser for desktop should no longer trigger responsive break points on larger screens and the vast majority of our desktop users will see a familiar landscape aspect-ratio more in-keeping with modern browsers. This particular size was chosen by crunching the numbers to offer greater real estate for new windows without increasing the number of buckets past the point of their usefulness. As an added bonus, we also expect that Tor Browser users will not feel the need to manually change their window size as frequently as before – thereby keeping more users aligned to the default buckets.
  • Technical notes:
  • We're pleased to report that we've made the naming scheme for all our build outputs mutually consistent. Essentially, this means that going forward the names of all our build artifacts should follow the format ${ARTIFACT}-${OS}-${ARCH}-${VERSION}.${EXT}. For example, the macOS .dmg package for 12.5 was named TorBrowser-12.5-macos_ALL.dmg, whereas for 13.0 it's named tor-browser-macos-13.0.dmg.
  • If you are a downstream packager or download Tor Browser artifacts using scripts or automation, you'll need to do a little more work beyond just bumping the version number to support this and future releases.

New in Tor Browser 12.5.6 (Sep 30, 2023)

  • All Platforms:
  • Bug tor-browser#42135: Backport security fixes from Firefox 115.3.1 to 102.15.1
  • Build System:
  • All Platforms:
  • Bug tor-browser-build#40957: Update subkey expiration date for Tor Browser gpg key

New in Tor Browser 12.5.5 (Sep 27, 2023)

  • All Platforms:
  • Updated tor to 0.4.7.15
  • Updated NoScript to 11.4.27
  • Updated Translations
  • Bug tor-browser#42120: Use foursquare as domain front for snowflake
  • Bug tor-browser#42123: Backport security fixes from Firefox 118 to ESR 102.15 / 115.3 - based Tor Browser
  • Windows + macOS + Linux:
  • Bug tor-browser#42126: moat and connect assist broken for people who can't reach domain front

New in Tor Browser 12.5.3 (Aug 29, 2023)

  • All Platforms:
  • Updated Translations
  • Updated OpenSSL to 1.1.1v
  • Bug tor-browser#42033: Rebase the releases onto 102.15.0esr
  • Bug tor-browser#42053: Backport security fixes from Firefox 117 to ESR 102.15 - based Tor Browser
  • Windows + macOS + Linux:
  • Updated Firefox to 102.15.0esr
  • Build System:
  • All Platforms:
  • Updated Go to 1.20.7
  • Bug tor-browser-build#40740: Tor Browser for Android's snowflake ClientTransportPlugin seems to be out of date
  • Bug tor-browser-build#40786: deploy_update_responses-*.sh requires +r permissions to run
  • Bug tor-browser-build#40905: Go vendor archives ignore the nightly version override on testbuilds
  • Bug tor-browser-build#40913: add boklm back to list of taggers in relevant projects
  • Bug tor-browser-build#40921: staticiforme-prepare-cdn-dist-upload uses hardcoded torbrowser path for .htacess file generation

New in Tor Browser 12.5.2 (Aug 3, 2023)

  • All Platforms:
  • Updated Translations
  • Updated NoScript to 11.4.26
  • Bug tor-browser#41908: Rebase stable 12.5 to 102.14esr
  • Windows + macOS + Linux:
  • Updated Firefox to 102.14.0esr
  • Windows:
  • Bug tor-browser#41761: xul.dll win crash tor-browser 12.5.1 (based on Mozilla Firefox 102.13.0esr) (64-Bit)
  • Android:
  • Updated GeckoView to 102.14.0esr
  • Bug tor-browser#41928: Backport Android-specific security fixes from Firefox 116 to ESR 102.14 / 115.1 - based Tor Browser
  • Build System:
  • All Platforms:
  • Updated Go to 1.20.6
  • Bug tor-browser-build#40889: Add mullvad sha256sums URL to tools/signing/download-unsigned-sha256sums-gpg-signatures-from-people-tpo
  • Bug tor-browser-build#40894: Fix format of keyring/boklm.gpg
  • Bug tor-browser-build#40909: Add dan_b and ma1 to list of taggers in relevant projects
  • Windows:
  • Bug tor-browser-build#31546: Create and expose PDB files for Tor Browser debugging on Windows

New in Tor Browser 12.5 (Jun 22, 2023)

  • All Platforms:
  • Updated Translations:
  • Bug tor-browser-build#40353: Re-enable rlbox
  • Bug tor-browser-build#40810: Add Finnish (fi) language support
  • Bug tor-browser#41066: Circuit Isolation should take containers into account
  • Bug tor-browser#41428: Check if we can create our own directories for branding
  • Bug tor-browser#41514: eslint broken since migrating torbutton
  • Bug tor-browser#41568: Disable LaterRun
  • Bug tor-browser#41599: about:networking#networkid should be normalized
  • Bug tor-browser#41624: Disable unused about: pages
  • Bug tor-browser#41635: Disable the Normandy component at compile time
  • Bug tor-browser#41636: Disable back webextension.storage.sync after ensuring NoScript settings won't be lost
  • Bug tor-browser#41647: Turn --enable-base-browser in --with-base-browser-version
  • Bug tor-browser#41662: Disable about:sync-logs
  • Bug tor-browser#41671: Turn media.peerconnection.ice.relay_only to true as defense in depth against WebRTC ICE leaks
  • Bug tor-browser#41689: Remove startup.homepage_override_url from Base Browser
  • Bug tor-browser#41704: Immediately return on remoteSettings.pollChanges
  • Bug tor-browser#41738: Replace the patch to disable live reload with its preference
  • Bug tor-browser#41763: TTP-02-003 WP1: Data URI allows JS execution despite safest security level (Low)
  • Bug tor-browser#41775: Avoid re-defining some macros in nsUpdateDriver.cpp
  • Bug tor-browser#41818: Remove YEC 2022 strings
  • Windows + macOS + Linux:
  • Bug mullvad-browser#165: Fix maximization warning x button and preference
  • Bug tor-browser#20497: Improve support for non-portable mode
  • Bug tor-browser#33298: HTTP onion sites do not give a popup warning when submitting form data to non-onion HTTP sites
  • Bug tor-browser#40144: about:privatebrowsing Firefox branding
  • Bug tor-browser#40347: URL bar lock icon says connection is not secure when on "view-source:.onion" URLs [tor-browser]
  • Bug tor-browser#40552: New texts for the add a bridge manually modal
  • Bug tor-browser#40701: Improve security warning when downloading a file
  • Bug tor-browser-build#40711: Review and expand the stakeholders we communicate major changes to
  • Bug tor-browser-build#40733: Use the new branding directories
  • Bug tor-browser-build#40745: Allow customizing MOZ_APP_BASENAME
  • Bug tor-browser-build#40773: Copy some documentation files only on Tor Browser
  • Bug tor-browser-build#40781: Move translations to new paths
  • Bug tor-browser#40788: Tor Browser 11.0.4-11.0.6 phoning home
  • Bug tor-browser-build#40808: Set update URL for nightly base-browser
  • Bug tor-browser-build#40811: Make testing the updater easier
  • Bug tor-browser-build#40817: Add basebrowser-incrementals-nightly makefile target
  • Bug tor-browser-build#40833: base-browser nightly is using the default channel instead of nightly
  • Bug tor-browser#40958: The number of relays displayed for an onion site can be misleading
  • Bug tor-browser#41038: Update "Click to Copy" button label in circuit display
  • Bug tor-browser#41080: Some users are choosing an adjacent country for circumvention settings
  • Bug tor-browser#41084: Reserve red as a button color for dangerous actions
  • Bug tor-browser#41085: Refactor the UI to remove all bridges
  • Bug tor-browser#41093: Users don't understand the purpose of bridge-moji
  • Bug tor-browser#41109: "New circuit..." button gets cut-off when onion name wraps
  • Bug tor-browser#41350: Move the implementation of Bug 19273 out of Torbutton
  • Bug tor-browser#41351: Move the crypto protection patch earlier in the patchset
  • Bug tor-browser#41363: Crypto warning popup is not screen reader accessible
  • Bug tor-browser#41448: User 'danger' style for primary button in new identity modal
  • Bug tor-browser#41483: Tor Browser says Firefox timed out, confusing users
  • Bug tor-browser#41503: Disable restart in case of reboot and restore in case of crash
  • Bug tor-browser#41521: Improve localization notes
  • Bug tor-browser#41533: Page Info window for view-source:http://...onion addresses says Connection Not Encrypted
  • Bug tor-browser#41540: Confusing build-id date in about:preferences in alphas
  • Bug tor-browser#41562: API-triggered fullscreen after F11 causes letterboxing to crop the page
  • Bug tor-browser#41577: Disable profile migration
  • Bug tor-browser#41587: Disable the updater for Base Browser
  • Bug tor-browser#41595: Disable pagethumbnails capturing
  • Bug tor-browser#41600: Some users have difficulty finding the circuit display
  • Bug tor-browser#41607: Update "New Circuit" icon
  • Bug tor-browser#41608: Improve the UX of the location bar's connection status
  • Bug tor-browser#41609: Move the disabling of Firefox Home (Activity Stream) to base-browser
  • Bug tor-browser#41613: Skip Drang & Drop filtering for DNS-safe URLs (no hostname, e.g. RFC3966 tel:)
  • Bug tor-browser#41617: Improve the UX of the built-in bridges dialog
  • Bug tor-browser#41618: Update the iconography used in the status strip in connection settings
  • Bug tor-browser#41623: Update connection assist's iconography
  • Bug tor-browser#41633: Updating from 12.0.2 to 12.0.3 resets NoScript settings
  • Bug tor-browser#41657: Remove --enable-tor-browser-data-outside-app-dir
  • Bug tor-browser#41668: Move part of the updater patches to base browser
  • Bug tor-browser#41686: Move the 'Bug 11641: Disable remoting by default' commit from base-browser to tor-browser
  • Bug tor-browser#41695: Port warning on maximized windows without letterboxing from torbutton
  • Bug tor-browser#41699: Tighten up the tor onion alias regular expression
  • Bug tor-browser#41701: Reporting an extension does not work
  • Bug tor-browser#41702: The connection pill needs to be centered vertically
  • Bug tor-browser#41709: sendCommand should not try to send a command forever
  • Bug tor-browser#41711: Race condition when opening a new window in New Identity
  • Bug tor-browser#41718: Add the external filetype warning to about:downloads
  • Bug tor-browser#41719: Update title and button strings in the new circuit display to sentence case
  • Bug tor-browser#41725: Stray connectionPane.xhtml patch
  • Bug tor-browser#41726: Animate the torconnect icon to transition between connected states
  • Bug tor-browser#41734: Add a 'Connected' flag to indicate which built-in bridge option Tor Browser is currently using
  • Bug tor-browser#41736: Customize the default CustomizableUI toolbar using CustomizableUI.jsm
  • Bug tor-browser#41749: Replace the onion-glyph with dedicated icon for onion services
  • Bug tor-browser#41770: Keyboard navigation broken leaving the toolbar tor circuit button
  • Bug tor-browser#41775: Avoid re-defining some macros in nsUpdateDriver.cpp
  • Bug tor-browser#41785: Network monitor in developer tools shows HTTP onion resources as insecure
  • Bug tor-browser#41792: Drag and Drop protection prevents dragging downloads
  • Bug tor-browser#41800: Add the external filetype warning to Library / Manage Bookmarks
  • Bug tor-browser#41801: Fix handleProcessReady in TorSettings.init
  • Bug tor-browser#41802: Bad regex used to extract transport from bridgeline
  • Bug tor-browser#41810: Add "Connect" buttons to Request Bridge and Provide Bridge modals
  • Bug tor-browser#41816: The top navigation in about:torconnect isn't updated correctly
  • Bug tor-browser#41841: Use the new onion-site.svg icon in the onion-location pill
  • Windows + Linux:
  • Bug tor-browser-build#40714: Ship NoScript in the distribution directory also for Windows and Linux
  • Bug tor-browser#41654: UpdateInfo jumped into Data
  • Windows:
  • Bug tor-browser-build#40772: Check and fix HiDPI issues in the NSIS installer
  • Bug tor-browser-build#40793: Add some metadata also to the Windows installer
  • Bug tor-browser-build#40801: Correct the ExecShell for system-wide installs in the NSIS script
  • Bug tor-browser#41459: WebRTC fails to build under mingw
  • Bug tor-browser#41678: WebRTC build fix patches incorrectly defining pid_t
  • Build System:
  • All Platforms:
  • Updated Go to 1.20.5
  • Bug tor-browser-build#40673: Avoid building each go module separately
  • Bug tor-browser-build#40679: Use the latest translations for nightly builds
  • Bug tor-browser-build#40689: Update Ubuntu version from projects/mmdebstrap-image/config to 22.04.1
  • Bug tor-browser-build#40717: Create a script to prepare changelogs
  • Bug tor-browser-build#40720: Update fetch-changelogs.py scripts to support new Build System label
  • Bug tor-browser-build#40750: Find why rlbox hurts reproducibility
  • Bug tor-browser-build#40751: make signtag-* needs to take project name into account
  • Bug tor-browser-build#40753: We should not copy mar tools when the updater is disabled
  • Bug tor-browser-build#40760: Add BSD packager contacts to release prep templates
  • Bug tor-browser-build#40763: Add support for signing multiple browsers in tools/signing/nightly
  • Bug tor-browser-build#40783: Update download-unsigned-sha256sums-gpg-signatures-from-people-tpo to use $projectname prefix directory
  • Bug tor-browser-build#40784: Fix var_p/nightly_torbrowser_incremental_from after #40737
  • Bug tor-browser-build#40794: Include the build-id in firefox-l10n output name
  • Bug tor-browser-build#40795: Trim down tor-browser-build release prep issue templates
  • Bug tor-browser-build#40796: Bad UX for the changelogs script when using the issue number
  • Bug tor-browser-build#40805: Define the version flag for all browsers
  • Bug tor-browser-build#40807: Add config for signing base-browser nightly in tools/signing/nightly
  • Bug tor-browser-build#40812: Make var/rezip in projects/firefox/config quiet
  • Bug tor-browser-build#40818: Enable wasm target for rust compiler
  • Bug tor-browser-build#40828: Use http://archive.debian.org/debian-archive/ for jessie
  • Bug tor-browser-build#40837: Rebase mullvad-browser build changes onto main
  • Bug tor-browser-build#40870: Remove url without browser name from tools/signing/download-unsigned-sha256sums-gpg-signatures-from-people-tpo
  • Bug tor-browser#41649: Create rebase and security backport gitlab issue templates
  • Bug tor-browser#41682: Add base-browser nightly mar signing key
  • Windows + macOS + Linux
  • Bug tor-browser-build#33953: Provide a way for easily updating Go dependencies of projects
  • Bug tor-browser-build#40713: Use the new tor-browser l10n branch in Firefox
  • Bug tor-browser-build#40777: Create a Go bootstrap project
  • Bug tor-browser-build#40778: Disable all translations with testbuilds in Firefox
  • Bug tor-browser-build#40788: Remove all languages but en-US for privacy-browser build target
  • Bug tor-browser-build#40809: Remove --enable-tor-browser-update and --enable-verify-mar from projects/firefox/mozconfig
  • Bug tor-browser-build#40813: Enable var/updater_enabled for basebrowser nightly
  • Bug tor-browser-build#40823: Update appname_* variables in projects/release/update_responses_config.yml
  • Bug tor-browser-build#40826: Correctly set appname_marfile for basebrowser in tools/signing/nightly/update-responses-base-config.yml
  • Bug tor-browser-build#40827: MAR generation uses (mostly) hard-coded MAR update channel
  • Bug tor-browser-build#40841: Adapt signing scripts to new signing machines
  • Bug tor-browser-build#40849: Move Go dependencies to the projects dependent on them, not as a standalone projects
  • Bug tor-browser-build#40866: Remove Using ansible to set up a nightly build machine from README
  • Bug tor-browser-build#40869: obfs4 is renamed to lyrebird
  • Windows
  • Bug tor-browser-build#29185: NSIS Installer not reproducible when icon has an alpha channel
  • Bug tor-browser-build#40757: Change projects/browser/windows-installer/torbrowser.nsi to a template file
  • Windows + macOS + Linux
  • Bug tor-browser-build#40732: Review Bundle-Data and try not to ship the default profile in base browser

New in Tor Browser 11.5.8 (Nov 23, 2022)

  • or Browser 11.5.8 backports the following security updates from Firefox ESR 102.5 to to Firefox ESR 91.13 on Windows, macOS and Linux:
  • CVE-2022-43680: In libexpat through 2.4.9, there is a use-after free caused by overeager destruction of a shared DTD in XML_ExternalEntityParserCreate in out-of-memory situations.
  • CVE-2022-45403: Service Workers might have learned size of cross-origin media files
  • CVE-2022-45404: Fullscreen notification bypass
  • CVE-2022-45405: Use-after-free in InputStream implementation
  • CVE-2022-45406: Use-after-free of a JavaScript Realm
  • CVE-2022-45408: Fullscreen notification bypass via windowName
  • CVE-2022-45409: Use-after-free in Garbage Collection
  • CVE-2022-45410: ServiceWorker-intercepted requests bypassed SameSite cookie policy
  • CVE-2022-45411: Cross-Site Tracing was possible via non-standard override headers
  • CVE-2022-45412: Symlinks may resolve to partially uninitialized buffers
  • CVE-2022-45416: Keystroke Side-Channel Leakage
  • CVE-2022-45420: Iframe contents could be rendered outside the iframe
  • CVE-2022-45421: Memory safety bugs fixed in Firefox 107 and Firefox ESR 102.5
  • Tor Browser 11.5.8 updates GeckoView on Android to Firefox ESR 102.5 and includes important security updates. Tor Browser 11.5.8 backports the following security updates from Firefox 107 to Firefox ESR 102.5 on Android:
  • CVE-2022-45413: SameSite=Strict cookies could have been sent cross-site via intent URLs
  • The full changelog since Tor Browser 11.5.7 is:
  • All Platforms:
  • Update Translations
  • Update OpenSSL to 1.1.1s
  • Update NoScript to 11.4.12
  • Update tor to 0.4.7.11
  • Update zlib to 1.2.13
  • Bug tor-browser-build#40622: Update obfs4proxy to 0.0.14 in Tor Browser
  • Windows + macOS + Linux:
  • Bug tor-browser#31064: Letterboxing is enabled in priviledged contexts too
  • Bug tor-browser#32411: Consider adding about:tor and others to the list of pages that do not need letterboxing
  • Bug tor-browser#41413: Backup intl.locale.requested in 11.5.x
  • Bug tor-browser#41434: Letterboxing bypass through secondary tab (popup/popunder...)
  • Bug tor-browser#41456: Backport ESR 102.5 security fixes to 91.13-based Tor Browser
  • Bug tor-browser#41460: Migrate new identity and security level preferences in 11.5.8
  • Bug tor-browser#41463: Backport fix for CVE-2022-43680
  • Android:
  • Update GeckoView to 102.5.0esr
  • Bug tor-browser#41461: Backport Android-specific 107-rr security fixes to 102.5-esr based Geckoview
  • Build:
  • All Platforms:
  • Update Go to 1.18.8
  • Bug tor-browser-build#40658: Create an anticensorship team keyring
  • Bug tor-browser-build#40690: Revert fix for zlib build break

New in Tor Browser 11.5.7 (Nov 4, 2022)

  • Bug tor-browser#41413: Backup intl.locale.requested in 11.5.x

New in Tor Browser 12.0a4 Alpha (Nov 1, 2022)

  • All Plaforms:
  • Update Translations
  • Bug tor-browser#24686: In Tor Browser context, should network.http.tailing.enabled be set to false?
  • Bug tor-browser#27127: Audit and enable HTTP/2 push
  • Bug tor-browser#40057: ensure that CSS4 system colors are not a fingerprinting vector
  • Bug tor-browser#40058: ensure no locale leaks from new Intl APIs
  • Bug tor-browser#40251: Clear obsolete prefs after torbutton!27
  • Bug tor-browser#40406: Remove Presentation API related prefs
  • Bug tor-browser#40465: Onion Authentication fails when connecting to a subdomain
  • Bug tor-browser#40491: Don't auto-pick a v2 address when it's in Onion-Location header
  • Bug tor-browser#40494: Update Startpage and Blockchair onion search providers
  • Bug tor-browser-build#40629: Bump snowflake version to 9ce1de4eee4e
  • Bug tor-browser-build#40633: Remove Team Cymru hard-coded bridges
  • Bug tor-browser-build#40646: Don't build Español AR anymore
  • Bug tor-browser-build#40649: Update meek default bridge
  • Bug tor-browser-build#40654: Enable uTLS and use the full bridge line for snowflake
  • Bug tor-browser-build#40665: Snowflake bridge parameters are too long (535 bytes) in 11.5.5
  • Bug tor-browser#41098: Compare Tor Browser's and GeckoView's profiles
  • Bug tor-browser#41154: Review Mozilla 1765167: Deprecate Cu.import
  • Bug tor-browser#41164: Add some #define for the base-browser section
  • Bug tor-browser#41306: Typo "will not able" in "Tor unexpectedly exited" dialog
  • Bug tor-browser#41317: Tor Browser leaks banned ports in network.security.ports.banned
  • Bug tor-browser#41326: Update preference for remoteRecipes
  • Bug tor-browser#41345: fonts: windows whitelist contains supplemental fonts
  • Bug tor-browser#41398: Disable Web MIDI API
  • Windows + macOS + Linux:
  • Update Firefox to 102.4.0esr
  • Bug tor-browser#17400: Decide how to use the multi-lingual Tor Browser in the alpha/release series
  • Bug tor-browser-build#40638: Visit our website link after build-to-build upgrade in Nightly channel points to old v2 onion
  • Bug tor-browser-build#40648: Do not customize update.locale in multi-lingual builds
  • Bug tor-browser#40853: use Subprocess.jsm to launch tor
  • Bug tor-browser#40933: Migrate remaining tor-launcher functionality to tor-browser
  • Bug tor-browser#41117: Review Mozilla 1512851: Add Share Menu to File Menu on macOS
  • Bug tor-browser#41323: Tor-ify notification bar gradient colors (branding)
  • Bug tor-browser#41337: Add a title to the new identity confirmation
  • Bug tor-browser#41342: Update the New Identity dialog to the proton modal style
  • Bug tor-browser#41344: Authenticated Onion Services do not prompt for auth key in 12.0 alpha series
  • Bug tor-browser#41352: Update or drop the show manual logic in torbutton
  • Bug tor-browser#41369: Consider a different list-order for locales in language menu
  • Bug tor-browser#41374: Missing a few torconnect strings in the DTD
  • Bug tor-browser#41377: Hide Search for more languages... from Language selector in multi-locale build
  • Bug tor-browser#41385: Bootstrap failure is logged but not raised up to about:torconnect
  • Bug tor-browser#41386: The new tor-launcher has a problem when another Tor is running
  • Bug tor-browser#41387: New identity and new circuit ended up inside history
  • Bug tor-browser#41400: Missing onionAuthViewKeys causes "Onion Services Keys" dialog to be empty.
  • Bug tor-browser#41401: Missing some mozilla icons because we still loading them from "chrome://browser/skin" rather than "chrome://global/skin/icons"
  • Bug tor-browser#41404: Fix blockchair-onion search extension
  • Windows:
  • Bug tor-browser#41149: Review Mozilla 1762576: Firefox is not allowing Symantec DLP to inject DLL into the browser for Data Loss Prevention software
  • Bug tor-browser#41278: Create Tor Browser styled pdf logo similar to the vanilla Firefox one
  • Build:
  • All Platforms:
  • Update Go to 1.19.2
  • Bug tor-browser-build#23656: Use .mozconfig files in tor-browser repo for rbm builds
  • Bug tor-browser-build#28754: make testbuild-android-armv7 stalls during sha256sum step
  • Bug tor-browser-build#40397: Create a new build target to package tor daemon, pluggable transports and dependencies
  • Bug tor-browser-build#40619: Make sure translations are taken from gitlab.tpo and not git.tpo
  • Bug torbrowser-build#40627: Add boklm to torbutton.gpg
  • Bug tor-browser-build#40634: Update the project/browser path in tools/changelog-format-blog-post and other files
  • Bug tor-browser-build#40636: Remove https-everywhere from projects/browser/config
  • Bug tor-browser-build#40639: Remove tor-launcher references
  • Bug tor-browser-build#40643: Update Richard's key in torbutton.gpg
  • Bug tor-browser-build#40655: Published tor-expert-bundle tar.gz files should not include their tor-browser-build build id
  • Bug tor-browser-build#40656: Improve get_last_build_version in tools/signing/nightly/sign-nightly
  • Bug tor-browser-build#40658: Create an anticensorship team keyring
  • Bug tor-browser-build#40660: Update changelog-format-blog-post script to point gitlab rather than gitolite
  • Bug tor-browser-build#40662: Make base-browser nightly build from tag
  • Bug tor-browser-build#40671: Update langpacks URL
  • Bug tor-browser#41308: Use the same branch for Desktop and GeckoView
  • Bug tor-browser#41340: Opt in to some of the NIGHTLY_BUILD features
  • Bug tor-browser#41343: Add -without-wam-sandboxed-libraries to mozconfig-linux-x86_64-dev for local builds
  • Bug tor-browser-build#40585: Prune the manual more
  • Bug tor-browser-build#40663: Do not ship bookmarks in tor-browser-build anymore
  • Bug tor-browser-build#40669: Remove HTTPS-Everywhere keyring
  • Bug tor-browser#41357: Enable browser toolbox debugging by default for dev builds

New in Tor Browser 11.5.6 (Oct 27, 2022)

  • All Plaforms:
  • Bug tor-browser-build#40665: Shorten snowflake bridge line

New in Tor Browser 11.5.4 (Oct 12, 2022)

  • All Platforms:
  • Bug 40580: Add support for uk (ukranian) locale [tor-browser-build]
  • Bug 40629: Bump snowflake version to 9ce1de4eee4e [tor-browser-build]
  • Bug 40633: Remove Team Cymru hard-coded bridges [tor-browser-build]
  • Bug 41326: Update preference for remoteRecipes [tor-browser]
  • Windows + macOS + Linux:
  • Bug 40624: Change placeholder bridge addresses to make snowflake and meek work with ReachableAddresses/FascistFirewall [tor-browser-build]
  • Bug 41303: YEC 2022 Takeover for Desktop Stable [tor-browser]
  • Bug 41310: Backport ESR 102.3 security fixes to 91.13-based Tor Browser [tor-browser]
  • Bug 41323: Tor-ify notification bar gradient colors (branding) [tor-browser]
  • Bug 41338: The arrow on the search bar should be flipped for RTL languages [tor-browser]
  • Windows + macOS:
  • Bug 41307: font whitelist typos [tor-browser]
  • Android:
  • Updated GeckoView to 102.3.0esr
  • Bug 41089: Add tor-browser build scripts + Makefile to tor-browser [tor-browser]
  • Bug 41094: Enable HTTPS-Only Mode by default in Tor Browser Android [tor-browser]
  • Bug 41159: Remove HTTPS-Everywhere extension from esr102-based Tor Browser Android [tor-browser]
  • Bug 41166: Backport fix for CVE-2022-36317: Long URL would hang Firefox for Android (Bug 1759951) [tor-browser]
  • * Bug 41167: Backport fix for CVE-2022-38474: Recording notification not shown when microphone was recording on Android (Bug 1719511) [tor-browser]
  • * Bug 41302: YEC 2022 Takeover for Android Stable [tor-browser]
  • * Bug 41312: Backport Firefox 105 Android security fixes to 102.3-based Tor Browser [tor-browser]
  • * Bug 41314: Add YEC 2022 strings to torbutton and fenix [tor-browser]
  • * Build System
  • * Android
  • * Update Go to 1.18.7

New in Tor Browser 11.5.2 (Aug 30, 2022)

  • Update Tor to 0.4.7.10
  • Update NoScript to 11.4.9
  • Update Firefox to 91.13.0esr
  • Bug 27719: Treat unsafe renegotiation as broken [tor-browser]
  • Bug 40242: Tor Browser has two default bridges that share a fingerprint, and Tor ignores one [tor-browser]
  • Bug 41067: Cherry-pick fixes for HTTPS-Only mode [tor-browser]
  • Bug 41070: Google vanished from default search options from 11.0.10 onwards [tor-browser]
  • Bug 41075: The Tor Browser is showing caution sign but your document said it won't [tor-browser]
  • Bug 41089: Add tor-browser build scripts + Makefile to tor-browser [tor-browser]
  • Bug 41095: "Learn more" link in onboarding slideshow still points to 11.0 release post [tor-browser]
  • Build System:
  • Update Go to 1.17.3

New in Tor Browser 11.0.15 (Jul 2, 2022)

  • Update Tor to 0.4.7.8

New in Tor Browser 11.5 Alpha 13 (Jun 30, 2022)

  • Update Tor to 0.4.7.8
  • Update NoScript to 11.4.6
  • Update translations
  • Update Firefox to 91.10.0esr
  • Update Tor-Launcher to 0.2.36
  • Bug 11698: Incorporate Tor Browser Manual pages into Tor Browser [tor-browser]
  • Bug 40458: Implement about:rulesets https-everywhere replacement [tor-browser]
  • Bug 40527: Remove https-everywhere from tor-browser alpha desktop [tor-browser-build]
  • Bug 40971: TB Alpha desktop minor issue Help button is not working [tor-browser]
  • Bug 41023: Update manual URLs [tor-browser]
  • Build System:
  • Bug 40288: Bump mmdebstrap version to 0.8.6 [tor-browser-build]
  • Bug 40426: Update Ubuntu base image to 22.04 [tor-browser-build]
  • Bug 40497: Check that directory does not exist before starting macOS signing [tor-browser-build]
  • Bug 40508: ChangeLog in master is missing 11.0.x changelog stanzas [tor-browser-build]
  • Bug 40516: Remove aguestuser from tb_builders and torbutton.gpg [tor-browser-build]
  • Bug 40519: Add Alexis' latest PGP key to https-everywhere key ring [tor-browser-build]
  • Bug 40523: Add tor-announce to Release Prep template [tor-browser-build]
  • Update Go to 1.17.10
  • Bug 34451: Include Tor Browser Manual in packages during build [tor-browser-build]
  • Bug 40525: Update the mozconfig for tor-browser-91.9-11.5-2 [tor-browser-build]

New in Tor Browser 11.5 Alpha 12 (May 30, 2022)

  • Bug 40309: Avoid using regional OS locales [tor-browser]
  • Bug 40912: Hide screenshots menu since we don't support it [tor-browser]
  • Bug 40916: Remove the browser.download.panel.shown preference [tor-browser]
  • Bug 40918: In 11.5a11 the breadcrumbs are visible on the first bootstrap [tor-browser]
  • Bug 40923: Consume country code to improve error report [tor-browser]
  • Bug 40474: Bump version of pion/webrtc to v3.1.41 [tor-browser-build]
  • Bug 40967: Integrate Mozilla fix for Bug 1770137 [tor-browser]
  • Bug 40968: Integrate Mozilla fix for Bug 1770048 [tor-browser]
  • Build System:
  • Bug 40476: Add tools/signing/do-all-signing script, and other signing scripts improvements [tor-browser-build]
  • Update Go to 1.17.10

New in Tor Browser 11.5 Alpha 11 (May 20, 2022)

  • Windows + OS X + Linux:
  • Update Firefox to 91.9.0esr
  • Update NoScript to 11.4.5
  • Update Tor to 0.4.7.7
  • Update OpenSSL to 1.1.1o
  • Update Tor Launcher to 0.2.35
  • Bug 21484: Remove or hide "What's New" link from About dialog [tor-browser]
  • Bug 40482: Remove smallerrichard builtin bridge [tor-browser-build]
  • Bug 40886: Amend about:tor on Nightly and Alpha to encourage testing [tor-browser]
  • Bug 40887: Implement amends to torconnect and Connection Settings following 11.5a9 [tor-browser]
  • Build System:
  • All Platforms
  • Bug 40319: Add build tag to downloads.json [tor-browser-build]

New in Tor Browser 11.5 Alpha 9 (Apr 27, 2022)

  • Update Firefox to 91.8.0esr
  • Update NoScript to 11.4.4
  • Update Tor Launcher 0.2.34
  • Update Tor to 0.4.7.5-alpha
  • Bug tor-browser#34366: The onion-location mechanism does not redirect to full URL
  • Bug tor-browser-build#40469: Update zlib to 1.2.12 (CVE-2018-25032)
  • Bug tor-browser#40773: Update the about:torconnect frontend page to match additional UI flows
  • Bug tor-browser#40774: Update about:preferences page to match new UI designs
  • Bug tor-browser#40822: Rebase tor-browser 11.5a9 to 91.8 Firefox
  • Bug tor-browser#40862: Backport 1760674

New in Tor Browser 11.0.10 (Apr 27, 2022)

  • Update Firefox to 91.8.0esr
  • Update NoScript to 11.4.3
  • Bug tor-browser#14939: Support ipv6 address in Tor Circuit Display
  • Bug tor-browser-build#40469: Update zlib to 1.2.12 (CVE-2018-25032)
  • Bug tor-browser#40718: Application Menu items should be sentence case
  • Bug tor-browser#40725: about:torconnect missing identity block content on TB11
  • Bug tor-browser#40776: Capitalize the "T" in "Tor" in application menu
  • Bug tor-browser#40862: Backport 1760674

New in Tor Browser 11.5 Alpha 8 (Mar 23, 2022)

  • Bug 14939: Support ipv6 addresses in Tor Circuit Display [tor-browser]
  • Bug 40460: Upgrade to OpenSSL 1.1.1n [tor-browser]
  • Bug 40802: Client Auth dialog is broken in Tor Browser 11.06, works in 11.04 [tor-browser]
  • Bug 40830: cherry-pick fix for bugzilla 1758156

New in Tor Browser 11.0.9 (Mar 20, 2022)

  • All Platforms:
  • Update Firefox to 68.7.0esr
  • Bump NoScript to 11.0.23
  • Bug 33630: Remove noisebridge01 default bridge
  • Windows + OS X + Linux:
  • Bug 33771: Update some existing licenses and add Libevent license
  • Bug 33723: Bump openssl version to 1.1.1f
  • Windows:
  • Bug 33805: Remove escape-openssldir.patch

New in Tor Browser 11.5 Alpha 6 (Mar 20, 2022)

  • Windows + OS X + Linux:
  • Update Tor to 0.4.7.4-alpha
  • Update NoScript to 11.3.7
  • Bug 19850: Disable Plaintext HTTP Clearnet Connections [tor-browser]
  • Bug 40440: Bump version of snowflake to include PT LOG events [tor-browser-build]
  • Bug 40819: Update Firefox to 91.7.0esr [tor-browser]
  • Bug 40824: Drop 16539 Patch (android screencasting disable) [tor-browser]
  • Bug 40825: Redirect HTTPS-Only error page when not connected [tor-browser]
  • Bug 40826: Cherry-pick fixes for Mozilla bug 1758062 [tor-browser]
  • Build System:
  • Update Go to 1.17.8
  • Bug 40441: Add Austin as a valid git-tag signer [tor-browser-build]

New in Tor Browser 11.0.1 (Nov 14, 2021)

  • Tor Browser Gets A New Look:
  • Earlier this year, Firefox’s user interface underwent a significant redesign aimed at simplifying the browser chrome, streamlining menus and featuring an all-new tab design. Firefox ESR 91 introduces the new design to Tor Browser for the first time.
  • To ensure it lives up to the new experience, each piece of custom UI in Tor Browser has been modernized to match Firefox’s new look and feel. That includes everything from updating the fundamentals like color, typography and buttons to redrawing each of our icons to match the new thinner icon style.
  • In addition to the browser chrome itself, the connection screen, circuit display, security levels and onion site errors all received a sprucing-up too – featuring some small but welcome quality of life improvements to each.
  • Final Deprecation Of V2 Onion Services:
  • Last year we announced that v2 onion services would be deprecated in late 2021, and since its 10.5 release Tor Browser has been busy warning users who visit v2 onion sites of their upcoming retirement. At long last, that day has finally come. Since updating to Tor 0.4.6.8 v2 onion services are no longer reachable in Tor Browser, and users will receive an “Invalid Onion Site Address” error instead.
  • Should you receive this error when attempting to visit a previously working v2 address, there is nothing wrong with your browser – instead, the issue lies with the site itself. If you wish, you can notify the onion site’s administrator about the problem and encourage them to upgrade to a v3 onion service as soon as possible.
  • It’s easy to tell if you still have any old v2 addresses saved in your bookmarks that are in need of removal or updating too: although both end in .onion, the more secure v3 addresses are 56 characters long compared to v2’s modest 16 character length.

New in Tor Browser 11.0 Alpha 10 (Nov 5, 2021)

  • Update Firefox to 91.3.0esr
  • Update Tor to 0.4.7.2-alpha
  • Bug 32624: localStorage is not shared between tabs [tor-browser]
  • Bug 33125: Remove xpinstall.whitelist.add* as they don't do anything anymore [tor-browser]
  • Bug 34188: Cleanup extensions.* prefs [tor-browser]
  • Bug 40053: investigate fingerprinting potential of extended TextMetrics interface [tor-browser]
  • Bug 40083: Make sure Region.jsm fetching is disabled [tor-browser]
  • Bug 40177: Clean up obsolete preferences in our 000-tor-browser.js [tor-browser]
  • Bug 40220: Make sure tracker cookie purging is disabled [tor-browser]
  • Bug 40342: Set `gfx.bundled-fonts.activate = 1` to preserve current bundled fonts behaviour [tor-browser]
  • Bug 40463: Disable network.http.windows10-sso.enabled in FF 91 [tor-browser]
  • Bug 40483: Deutsche Welle v2 redirect [tor-browser]
  • Bug 40548: Set network.proxy.failover_direct to false in FF 91 [tor-browser]
  • Bug 40630: New Identity and New Circuit icons [tor-browser]
  • Bug 40641: Update Security Level selection in about:preferences to match style as tracking protection option bubbles [tor-browser]
  • Bug 40648: Replace onion pattern divs/css with tiling SVG [tor-browser]
  • Bug 40653: Onion Available text not aligned correctly in toolbar in ESR91 [tor-browser]
  • Bug 40655: esr91 is suggesting to make Tor Browser the default browse [tor-browser]
  • Bug 40657: esr91 is missing "New identity" in hamburger menu [tor-browser]
  • Bug 40680: Prepare update to localized assets for YEC [tor-browser]
  • Build System:
  • Bug 40366: Use bullseye to build https-everywhere
  • Bug 40368: Use system's python3 for https-everywhere

New in Tor Browser 10.5.10 (Oct 26, 2021)

  • All Platforms:
  • Translations Update
  • Windows + OS X + Linux:
  • Revert bug 40049 [torbutton]
  • Bug 40051: Implement 2021 Year End Campaign look in about:tor [torbutton]

New in Tor Browser 11.0 Alpha 9 (Oct 18, 2021)

  • Windows + OS X + Linux:
  • Update Firefox to 91.2.0esr
  • Update Tor to 0.4.7.1-alpha
  • Bug 40004: Convert tl-protocol to async.
  • Bug 40012: Watch all requested tor events
  • Bug 40027: Make torbutton_send_ctrl_cmd async
  • Bug 40042: Add missing parameter of createTransport
  • Bug 40043: Delete all plugin-related protections
  • Bug 40045: Teach the controller about status_client
  • Bug 40046: Support arbitrary watch events
  • Bug 40047: New string for Security Level panel
  • Bug 40048: Protonify Circuit Display Panel
  • Bug 40600: Multiple pages as home page unreliable in 11.0a4
  • Bug 40616: UX: multiple about:torconnect
  • Bug 40624: TorConnect banner always visible in about:preferences#tor even after bootstrap
  • Bug 40626: Update Security Level styling to match Proton UI
  • Bug 40628: Checkbox wrong color in about:torconnect in dark mode theme
  • Bug 40630: Update New Identity and New Circuit icons
  • Bug 40631: site identity icons are not being displayed properly
  • Bug 40632: Proton'ify Circuit Display Panel
  • Bug 40634: Style updates for Onion Error Pages
  • Bug 40636: Fix about:torconnect 'Connect' border radius in about:preferences#tor
  • Build System:
  • Windows + OS X + Linux:
  • Update Go to 1.16.9
  • Bug 40048: Remove projects/clang-source
  • Bug 40347: Make the list of toolchain updates needed for firefox91
  • Bug 40363: Change bsaes git url
  • Windows + Linux:
  • Bug 40357: Update binutils to 2.35.2
  • Windows:
  • Bug 28240: switch from SJLJ exception handling to Dwarf2 in mingw for win32 [tor-browser-build]
  • Bug 40306: Update Windows toolchain to switch to mozilla91
  • Bug 40376: Use python3 for running pe_checksum_fix.py

New in Tor Browser 11.0 Alpha 7 (Sep 23, 2021)

  • All Platforms:
  • Update Openssl to 1.1.1l
  • Windows + OS X + Linux:
  • Update Firefox to 78.14.0esr
  • Bug 40597: Implement TorSettings module [tor-browser]
  • Android:
  • Bug 40611: Rebase geckoview patches onto 92.0 [tor-browser]
  • OS X:
  • Bug 40358: Make OpenSSL 1.1.1l buildable for macOS [tor-browser-build]

New in Tor Browser 11.0 Alpha 5 (Aug 24, 2021)

  • Update Tor to 0.4.6.7

New in Tor Browser 11.0 Alpha 4 (Aug 17, 2021)

  • All Platforms:
  • Windows + OS X + Linux
  • Update Firefox to 78130esr
  • Bug 40041: Remove V2 Deprecation banner on about:tor for desktop [torbutton]
  • Bug 40534: Cannot open URLs on command line with Tor Browser 105 [tor-browser]
  • Bug 40547: UX: starting in offline mode can result in difficulty to connect later [tor-browser]
  • Bug 40561: Refactor about:torconnect implementation [tor-browser]
  • Bug 40567: RFPHelper is not init until after about:torconnect bootstraps [tor-browser]
  • Android:
  • Update Fenix to 9110
  • Bug 40186: Hide Credit Cards in Settings [fenix]
  • Build System:
  • All Platforms
  • Update Go to 1167

New in Tor Browser 11.0 Alpha 2 (Jul 20, 2021)

  • Update HTTPS Everywhere to 2021.7.13
  • Update Firefox to 78.12.0esr
  • Bug 40497: Cannot set multiple pages as home pages in 10.5a17 [tor-browser]
  • Bug 40506: Saved Logins not available in 10.5 [tor-browser]
  • Bug 40507: Full update is not downloaded after applying partial update fails [tor-browser]
  • Bug 40510: open tabs get redirected to about:torconnect on restart [tor-browser]
  • Bug 40524: Update DuckDuckGo onion site URL in search preferences and onboarding [tor-browser]
  • Build System:
  • Update Go to 1.16.6

New in Tor Browser 10.5 Alpha 17 (Jun 29, 2021)

  • Update NoScript to 11.2.9
  • Update Tor to 0.4.6.5
  • Update Tor Launcher to 0.2.29
  • Bug 34345: "Don't Bootstrap" Startup Mode
  • Bug 40302: Update version of snowflake [tor-browser-build]
  • Bug 40455: Block or recover background requests after bootstrap [tor-browser]
  • Bug 40456: Update the SecureDrop HTTPS-Everywhere update channel [tor-browser]
  • Bug 40475: Include clearing CORS preflight cache [tor-browser]
  • Bug 40478: Onion alias url rewrite is broken [tor-browser]
  • Update Go to 1.15.13

New in Tor Browser 10.0.18 (Jun 21, 2021)

  • Windows + OS X + Linux:
  • Update Tor to 0.4.5.9

New in Tor Browser 10.5 Alpha 16 (Jun 11, 2021)

  • All Platforms:
  • Update NoScript to 11.2.8
  • Update Tor to 0.4.6.4-rc
  • Bug 40432: Prevent probing installed applications [tor-browser]
  • Windows + OS X + Linux:
  • Update Firefox to 78.11.0esr
  • Bug 27476: Implement about:torconnect captive portal within Tor Browser [tor-browser]
  • Bug 40037: Announce v2 onion service deprecation on about:tor [torbutton]
  • Bug 40428: Correct minor Cryptocurrency warning string typo [tor-browser]
  • Build System:
  • Update Go to 1.15.12

New in Tor Browser 10.0.17 (Jun 3, 2021)

  • Windows + OS X + Linux
  • Update Firefox to 78.11.0esr
  • Update HTTPS Everywhere to 2021.4.15
  • Update NoScript to 11.2.8
  • Update Tor to 0.4.5.8
  • Bug 27002: (Mozilla 1673237) Always allow SVGs on about: pages [tor-browser]
  • Bug 40432: Prevent probing installed applications [tor-browser]
  • Bug 40037: Announce v2 onion service deprecation on about:tor [torbutton]

New in Tor Browser 10.5 Alpha 15 (Apr 27, 2021)

  • Update Tor to 0.4.6.2-alpha
  • Update Firefox to 78.10.0esr
  • Bug 40408: Disallow SVG Context Paint in all web content [tor-browser]
  • Build System:
  • Update Go to 1.15.11
  • Bug 40259: Update components for mozilla88-based Fenix [tor-browser-build]

New in Tor Browser 10.0.16 (Apr 20, 2021)

  • Update Firefox to 78.10.0esr
  • Update NoScript to 11.2.4
  • Bug 40007: Update domain fronting config for Moat [tor-launcher]
  • Bug 40390: Add Burmese as a new locale [tor-browser]
  • Bug 40408: Disallow SVG Context Paint in all web content [tor-browser]

New in Tor Browser 10.5 Alpha 14 (Apr 14, 2021)

  • Update NoScript to 11.2.4
  • Translations update
  • Bug 40261: Bump versions of snowflake and webrtc [tor-browser-build]
  • Bug 40263: Update domain front for Snowflake [tor-browser-build]
  • Bug 40390: Add Burmese as a new locale [tor-browser]
  • Bug 40007: Update domain fronting config for Moat [tor-launcher]

New in Tor Browser 10.5 Alpha 13 (Apr 6, 2021)

  • Update Firefox to 78.9.0esr
  • Update NoScript to 11.2.3
  • Update Openssl to 1.1.1k
  • Update Tor to 0.4.6.1-alpha
  • Translations update
  • Bug 40030: DuckDuckGo redirect to html doesn't work
  • Bug 40032: Remove Snowflake survey banner from TB-alpha

New in Tor Browser 10.0.15 (Mar 28, 2021)

  • Update Openssl to 1.1.1k
  • Bug 40030: Add 'noscript' capability to NoScript [torbutton]

New in Tor Browser 10.0.14 (Mar 25, 2021)

  • Update Firefox to 78.9.0esr
  • Update NoScript to 11.2.3
  • Update Tor to 0.4.5.7
  • Bug 40031: Remove survey banner on TB-stable
  • Build System:
  • Bug 40249: Bump mingw-w64 and clang for Firefox 78.9

New in Tor Browser 10.0.12 (Feb 24, 2021)

  • Update Firefox to 78.8.0esr
  • Update NoScript to 11.2.2
  • Update Openssl to 1.1.1j
  • Update Tor to 0.4.5.6
  • Bug 40026: Create survey banner on about:tor for desktop [torbutton]
  • Bug 40287: Switch DDG search from POST to GET [tor-browser]

New in Tor Browser 10.0.11 (Feb 7, 2021)

  • Update Firefox to 78.7.1esr

New in Tor Browser 10.0.10 (Feb 5, 2021)

  • Update NoScript to 11.2
  • Update HTTPS Everywhere to 2021.1.27
  • Bug 40224: Backport Tor patch for v3 onion services [tor-browser-build]

New in Tor Browser 10.0.9 (Jan 27, 2021)

  • Windows + OS X + Linux:
  • Update Firefox to 78.7.0esr
  • Update NoScript to 11.1.9
  • Bug 40249: Remove EOY 2020 Campaign [tor-browser]
  • Build System:
  • Windows + OS X + Linux
  • Update Go to 1.14.14

New in Tor Browser 10.5 Alpha 8 (Jan 27, 2021)

  • Update NoScript to 11.1.9
  • Update Tor to 0.4.5.4-rc
  • Update Firefox to 78.7.0esr
  • Bug 40249: Remove EOY 2020 Campaign
  • Bug 40307: Rebase 10.5 patches onto 78.7.0esr
  • Build System:
  • Update Go to 1.15.7
  • Bug 33693: Change snowflake and meek dummy address [tor-browser]

New in Tor Browser 10.0.8 (Jan 13, 2021)

  • Windows + OS X + Linux:
  • Update Firefox to 78.6.1esr
  • Update NoScript to 11.1.7
  • OS X:
  • Bug 40262: Browser tabs crashing on the new Macbooks with the M1 chip [tor-browser]

New in Tor Browser 10.5 Alpha 6 (Dec 17, 2020)

  • All Platforms:
  • Update NoScript to 11.1.6
  • Bug 40175: Update obfs4proxy's TLS certificate public key pinning [tor-browser-build]
  • Bug 40176: Update openssl to 1.1.1i [tor-browser-build]
  • Windows + OS X + Linux:
  • Update Firefox to 78.6.0esr
  • Update HTTPS Everywhere to 2020.11.17
  • Update Tor to 0.4.5.2-alpha
  • Bug 33803: Add a secondary nightly MAR signing key [tor-browser]
  • Bug 40138: Move our primary nightly MAR signing key to tor-browser [tor-browser-build]
  • Bug 40159: Update snowflake to ece43cbf [tor-browser-build]

New in Tor Browser 10.0.6 (Dec 15, 2020)

  • Bug 40175: Update obfs4proxy's TLS certificate public key pinning

New in Tor Browser 10.5 Alpha 2 (Oct 28, 2020)

  • Windows + OS X + Linux:
  • Update Firefox to 78.4.0esr
  • Update NoScript to 11.1.3
  • Update OpenSSL to 1.1.1h
  • Update Tor Launcher to 0.2.26
  • Translations update:
  • Bug 31767: Avoid using intl.locale.requested preference directly
  • Bug 33954: Consider different approach for Bug 2176
  • Bug 40011: Rename tor-browser-brand.ftl to brand.ftl [torbutton]
  • Bug 40012: Fix about:tor not loading some images in 82 [torbutton]
  • Bug 40013: End of year 2020 Fundraising campaign [torbutton]
  • Bug 40016: Fix onion pattern for LTR locales [torbutton]
  • Bug 40139: Update Onboarding icon for 10.0 [tor-browser]
  • Bug 40148: Disable Picture-in-Picture until we investigate and possibly fix it [tor-browser]
  • Bug 40166: Disable security.certerrors.mitm.auto_enable_enterprise_roots [tor-browser]
  • Bug 40192: Backport Mozilla Bug 1658881 [tor-browser]
  • Translations update:
  • Bug 40140: Videos stop working with Tor Browser 10.0 on Windows [tor-browser
  • Build System:
  • Update Go to 1.14.10
  • Bug 40104: Use our TMPDIR when creating our .mar files [tor-browser-build]
  • Bug 34360: Bump binutils to 2.35.1
  • Bug 40051: Remove SOURCE_DATE_EPOCH patch [tor-browser-build]
  • Bug 40131: Remove unused binutils patches [tor-browser-build]

New in Tor Browser 10.0.2 (Oct 21, 2020)

  • Windows + OS X + Linux:
  • Update Firefox to 78.4.0esr
  • Update NoScript to 11.1.3
  • Bug 40192: Backport Mozilla Bug 1658881 [tor-browser]
  • Translations update
  • Linux:
  • Bug 40193: Add `AT_EMPTY_PATH` definition [tor-browser]

New in Tor Browser 10.0.1 (Oct 14, 2020)

  • Update NoScript to 11.1.1
  • Update Tor Launcher to 0.2.26
  • Bug 31767: Avoid using intl.locale.requested pref directly
  • Bug 40013: End of year 2020 Fundraising campaign [torbutton]
  • Bug 40016: Fix onion pattern for LTR locales [torbutton]
  • Bug 40139: Update Onboarding icon for 10.0 [tor-browser]
  • Bug 40148: Disable Picture-in-Picture until we investigate and possibly fix it [tor-browser]
  • Translations update
  • Bug 40140: Videos stop working with Tor Browser 10.0 on Windows
  • Build System:
  • Bump Go to 1.14.9
  • Bump openssl to 1.1.1h
  • * Bug 40051: Remove SOURCE_DATE_EPOCH patch

New in Tor Browser 10.5 Alpha 1 (Sep 25, 2020)

  • Windows + OS X + Linux:
  • Update Firefox to 78.3.0esr
  • Update Tor to 0.4.4.5
  • Update Tor Launcher to 0.2.25:
  • Translations update
  • Update NoScript to 11.0.44:
  • Bug 40093: Youtube videos on safer produce an error [tor-browser]
  • Translations update
  • Linux:
  • Bug 40089: Remove CentOS 6 support for Tor Browser 10.5 [tor-browser]
  • Build System:
  • Linux:
  • Bug 26238: Move to Debian Jessie for our Linux builds
  • Bug 40041: Remove CentOS 6 support for 10.5 series [tor-browser-build]
  • Bug 40103: Add i386 pkg-config path for linux-i686 [tor-browser-build]

New in Tor Browser 10.0 (Sep 23, 2020)

  • Windows + OS X + Linux:
  • Update Firefox to 78.3.0esr
  • Update Tor to 0.4.4.5
  • Update Tor Launcher to 0.2.25
  • Bug 32174: Replace XUL with
  • Bug 33890: Rename XUL files to XHTML
  • Bug 33862: Fix usages of createTransport API
  • Bug 33906: Fix Tor-Launcher issues for Firefox 75
  • Bug 33998: Use CSS grid instead of XUL grid
  • Bug 34164: Tor Launcher deadlocks during startup (Firefox 77)
  • Bug 34206: Tor Launcher button labels are missing (Firefox 76)
  • Bug 40002: After rebasing to 80.0b2 moat is broken
  • Translations update
  • Update NoScript to 11.0.44
  • Bug 40093: Youtube videos on safer produce an error
  • Translations update
  • Bug 10394: Let Tor Browser update HTTPS Everywhere
  • Bug 11154: Disable TLS 1.0 (and 1.1) by default
  • Bug 16931: Sanitize the add-on blocklist update URL
  • Bug 17374: Disable 1024-DH Encryption by default
  • Bug 21601: Remove unused media.webaudio.enabled pref
  • Bug 30682: Disable Intermediate CA Preloading
  • Bug 30812: Exempt about: pages from Resist Fingerprinting
  • Bug 31918+33533+40024+40037: Rebase Tor Browser esr68 patches for ESR 78
  • Bug 32612: Update MAR_CHANNEL_ID for the alpha
  • Bug 32886: Separate treatment of @media interaction features for desktop and android
  • Bug 33534: Review FF release notes from FF69 to latest (FF78)
  • Bug 33697: Use old search config based on list.json
  • Bug 33721: PDF Viewer is not working in the safest security level
  • Bug 33734: Set MOZ_NORMANDY to False
  • Bug 33737: Fix aboutDialog.js error for Firefox nightlies
  • Bug 33848: Disable Enhanced Tracking Protection
  • Bug 33851: Patch out Parental Controls detection and logging
  • Bug 33852: Clean up about:logins to not mention Sync
  • Bug 33856: Set browser.privatebrowsing.forceMediaMemoryCache to True
  • Bug 33862: Fix usages of createTransport API
  • Bug 33867: Disable password manager and password generation
  • Bug 33890: Rename XUL files to XHTML
  • Bug 33892: Add brandProductName to brand.dtd and brand.properties
  • Bug 33962: Uplift patch for bug 5741 (dns leak protection)
  • Bug 34125: API change in protocolProxyService.registerChannelFilter
  • Bug 40001: Generate tor-browser-brand.ftl when importing translations
  • Bug 40002: Remove about:pioneer
  • Bug 40002: Fix generateNSGetFactory being moved to ComponentUtils
  • Bug 40003: Adapt code for L10nRegistry API changes
  • Bug 40005: Initialize the identity UI before setting up the circuit display
  • Bug 40006: Fix new identity for 81
  • Bug 40007: Move SecurityPrefs initialization to the StartupObserver component
  • Bug 40008: Style fixes for 78
  • Bug 40016: Update Snowflake to discover NAT type
  • Bug 40017: Audit Firefox 68-78 diff for proxy issues
  • Bug 40022: Update new icons in Tor Browser branding
  • Bug 40025: Revert add-on permissions due to Mozilla's 1560059
  • Bug 40036: Remove product version/update channel from #13379 patch
  • Bug 40038: Review RemoteSettings for ESR 78
  • Bug 40048: Disable various ESR78 features via prefs
  • Bug 40059: Verify our external helper patch is still working
  • Bug 40066: Update existing prefs for ESR 78
  • Bug 40066: Remove default bridge 37.218.240.34
  • Bug 40073: Disable remote Public Suffix List fetching
  • Bug 40073: Repack omni.ja to include builtin HTTPS Everywhere
  • Bug 40078: Backport patches for bug 1651680 for now
  • Bug 40082: Let JavaScript on safest setting handled by NoScript again
  • Bug 40088: Moat "Submit" button does not work
  • Bug 40090: Disable v3 add-on blocklist for now
  • Bug 40091: Load HTTPS Everywhere as a builtin addon
  • Bug 40102: Fix UI bugs in Tor Browser 10.0 alpha
  • Bug 40106: Cannot install addons in full screen mode
  • Bug 40109: Playing video breaks after reloading pages
  • Bug 40119: Enable v3 extension blocklisting again
  • Windows:
  • Bug 33855: Don't use site's icon as window icon in Windows in private mode
  • Bug 40061: Omit the Windows default browser agent from the build
  • OS X:
  • Bug 32252: Tor Browser does not display correctly in VMWare Fusion on macOS (mojave)
  • Build System:
  • Windows + OS X + Linux:
  • Bump Go to 1.14.7
  • Bug 31845: Bump GCC version to 9.3.0
  • Bug 34011: Bump clang to 9.0.1
  • Bug 34014: Enable sqlite3 support in Python
  • Bug 34390: Don't copy DBM libraries anymore
  • Bug 34391: Remove unused --enable-signmar option
  • Bug 40004: Adapt Rust project for Firefox 78 ESR
  • Bug 40005: Adapt Node project for Firefox 78 ESR
  • Bug 40006: Adapt cbindgen for Firefox 78 ESR
  • Bug 40037: Move projects over to clang-source
  • Bug 40026: Fix full .mar creation for esr78
  • Bug 40027: Fix incremental .mar creation for esr78
  • Bug 40028: Do not reference unset env variables
  • Bug 40031: Add licenses for kcp-go and smux.
  • Bug 40045: Fix complete .mar file creation for dmg2mar
  • Bug 40065: Bump debootstrap-image ubuntu_version to 20.04.1
  • Bug 40087: Deterministically add HTTPS Everywhere into omni.ja
  • Windows:
  • Bug 34230: Update Windows toolchain for Firefox 78 ESR
  • Bug 40015: Use only 64bit fxc2
  • Bug 40017: Enable stripping again on Windows
  • Bug 40052: Bump NSIS to 3.06.1
  • Bug 40061: Omit the Windows default browser agent from the build
  • Bug 40071: Be explicit about no SEH with mingw-w64 on 32bit systems
  • Bug 40077: Don't pass --no-insert-timestamp when building Firefox
  • Bug 40090: NSIS 3.06.1 based builds are not reproducible anymore
  • OS X:
  • Bug 34229: Update macOS toolchain for Firefox 78 ESR
  • Bug 40003: Update cctools version for Firefox 78 ESR
  • Bug 40018: Add libtapi project for cctools
  • Bug 40019: Ship our own runtime library for macOS
  • Linux:
  • Bug 34359: Adapt abicheck.cc to deal with newer GCC version
  • Bug 34386: Fix up clang compilation on Linux
  • Bug 40053: Also create the langpacks tarball for non-release builds

New in Tor Browser 10.0 Alpha 7 (Sep 17, 2020)

  • Windows + OS X + Linux:
  • Update Tor Launcher to 0.2.24
  • Update NoScript to 11.0.43
  • Translations update
  • Bug 10394: Let Tor Browser update HTTPS Everywhere
  • Bug 32017: Use ExtensionStorageIDB again
  • Bug 40006: Fix new identity for 81 [torbutton]
  • Bug 40007: Move SecurityPrefs initialization to the StartupObserver component [torbutton]
  • Bug 40008: Style fixes for 78 [torbutton]
  • Bug 40066: Remove default bridge 37.218.240.34 [tor-browser-build]
  • Bug 40073: Repack omni.ja to include builtin HTTPS Everywhere [tor-browser-build]
  • Bug 40091: Load HTTPS Everywhere as a builtin addon [tor-browser]
  • Bug 40102: Fix UI bugs in Tor Browser 10.0 alpha [tor-browser]
  • Bug 40109: Playing video breaks after reloading pages [tor-browser]
  • Big 40119: Enable v3 extension blocklisting again [tor-browser]
  • Build System:
  • Windows + OS X + Linux
  • Bump Go to 1.14.7
  • Bug 40031: Add licenses for kcp-go and smux. [tor-browser-build]
  • Bug 40045: Fix complete .mar file creation for dmg2mar [tor-browser-build]
  • Bug 40065: Bump debootstrap-image ubuntu_version to 20.04.1 [tor-browser-build]
  • Bug 40087: Deterministically add HTTPS Everywhere into omni.ja [tor-browser-build]
  • Windows
  • Bug 40052: Bump NSIS to 3.06.1 [tor-browser-build]
  • Bug 40071: Be explicit about no SEH with mingw-w64 on 32bit systems [tor-browser-build]
  • Bug 40077: Don't pass --no-insert-timestamp when building Firefox [tor-browser-build]
  • Bug 40090: NSIS 3.06.1 based builds are not reproducible anymore [tor-browser-build]

New in Tor Browser 10.0 Alpha 6 (Aug 27, 2020)

  • Windows + OS X + Linux:
  • Update Firefox to 78.2.0esr
  • Update Tor Launcher to 0.2.23
  • Translations update: Bug 40002: After rebasing to 80.0b2 moat is broken [tor-launcher]
  • Update NoScript to 11.0.39
  • Bug 21601: Remove unused media.webaudio.enabled pref
  • Bug 40002: Remove about:pioneer [tor-browser]
  • Bug 40082: Let JavaScript on safest setting handled by NoScript again [tor-browser]
  • Bug 40088: Moat "Submit" button does not work
  • Bug 40090: Disable v3 add-on blocklist for now [tor-browser]
  • OS X:
  • Bug 40015: Tor Browser broken on MacOS 11 Big Sur
  • Build System:
  • Windows + OS X + Linux
  • Bump Go to 1.13.15
  • Linux:
  • Bug 40053: Also create the langpacks tarball for non-release builds [tor-browser-build]

New in Tor Browser 10.0 Alpha 5 (Aug 20, 2020)

  • Windows + OS X + Linux:
  • Update Firefox to 78.1.0esr
  • Update Tor to 0.4.4.4-rc
  • Update Tor Launcher to 0.2.22:
  • Bug 32174: Replace XUL <textbox> with <html:input>
  • Bug 33890: Rename XUL files to XHTML
  • Bug 33862: Fix usages of createTransport API
  • Bug 33906: Fix Tor-Launcher issues for Firefox 75
  • Bug 33998: Use CSS grid instead of XUL grid
  • Bug 34164: Tor Launcher deadlocks during startup (Firefox 77)
  • Bug 34206: Tor Launcher button labels are missing (Firefox 76)
  • Translations update
  • Update NoScript to 11.0.37
  • Bug 11154: Disable TLS 1.0 (and 1.1) by default
  • Bug 16931: Sanitize the add-on blocklist update URL
  • Bug 17374: Disable 1024-DH Encryption by default
  • Bug 30682: Disable Intermediate CA Preloading
  • Bug 30812: Exempt about: pages from Resist Fingerprinting
  • Bug 31918+33533+40024+40037: Rebase Tor Browser esr68 patches for ESR 78 [tor-browser]
  • Bug 32612: Update MAR_CHANNEL_ID for the alpha
  • Bug 32886: Separate treatment of @media interaction features for desktop and android
  • Bug 33534: Review FF release notes from FF69 to latest (FF78)
  • Bug 33697: Use old search config based on list.json
  • Bug 33721: PDF Viewer is not working in the safest security level
  • Bug 33734: Set MOZ_NORMANDY to False
  • Bug 33737: Fix aboutDialog.js error for Firefox nightlies
  • Bug 33848: Disable Enhanced Tracking Protection
  • Bug 33851: Patch out Parental Controls detection and logging
  • Bug 33852: Clean up about:logins to not mention Sync
  • Bug 33856: Set browser.privatebrowsing.forceMediaMemoryCache to True
  • Bug 33862: Fix usages of createTransport API
  • Bug 33867: Disable password manager and password generation
  • Bug 33890: Rename XUL files to XHTML
  • Bug 33892: Add brandProductName to brand.dtd and brand.properties
  • Bug 33962: Uplift patch for bug 5741 (dns leak protection)
  • Bug 34125: API change in protocolProxyService.registerChannelFilter
  • Bug 40001: Generate tor-browser-brand.ftl when importing translations [torbutton]
  • Bug 40002: Fix generateNSGetFactory being moved to ComponentUtils [torbutton]
  • Bug 40003: Adapt code for L10nRegistry API changes [torbutton]
  • Bug 40005: Initialize the identity UI before setting up the circuit display [torbutton]
  • Bug 40016: Update Snowflake to discover NAT type [tor-browser-build]
  • Bug 40017: Audit Firefox 68-78 diff for proxy issues [tor-browser]
  • Bug 40022: Update new icons in Tor Browser branding [tor-browser]
  • Bug 40025: Revert add-on permissions due to Mozilla's 1560059 [tor-browser]
  • Bug 40036: Remove product version/update channel from #13379 patch [tor-browser]
  • Bug 40038: Review RemoteSettings for ESR 78 [tor-browser]
  • Bug 40048: Disable various ESR78 features via prefs [tor-browser]
  • Bug 40059: Verify our external helper patch is still working [tor-browser]
  • Bug 40066: Update existing prefs for ESR 78 [tor-browser]
  • Bug 40073: Disable remote Public Suffix List fetching [tor-browser]
  • Bug 40078: Backport patches for bug 1651680 for now [tor-browser]
  • Translations update
  • Windows:
  • Bug 33855: Don't use site's icon as window icon in Windows in private mode
  • Bug 40061: Omit the Windows default browser agent from the build [tor-browser]
  • OS X:
  • Bug 32252: Tor Browser does not display correctly in VMWare Fusion on macOS (mojave)
  • Build System:
  • Windows + OS X + Linux:
  • Bug 31845: Bump GCC version to 9.3.0
  • Bug 34011: Bump clang to 9.0.1
  • Bug 34014: Enable sqlite3 support in Python
  • Bug 34390: Don't copy DBM libraries anymore
  • Bug 34391: Remove unused --enable-signmar option
  • Bug 40004: Adapt Rust project for Firefox 78 ESR [tor-browser-build]
  • Bug 40005: Adapt Node project for Firefox 78 ESR [tor-browser-build]
  • Bug 40006: Adapt cbindgen for Firefox 78 ESR [tor-browser-build]
  • Bug 40037: Move projects over to clang-source [tor-browser-build]
  • Bug 40026: Fix full .mar creation for esr78 [tor-browser-build]
  • Bug 40027: Fix incremental .mar creation for esr78 [tor-browser-build]
  • Bug 40028: Do not reference unset env variables [tor-browser-build]
  • Windows:
  • Bug 34230: Update Windows toolchain for Firefox 78 ESR
  • Bug 40015: Use only 64bit fxc2 [tor-browser-build]
  • Bug 40017: Enable stripping again on Windows [tor-browser-build]
  • Bug 40061: Omit the Windows default browser agent from the build [tor-browser]
  • OS X:
  • Bug 34229: Update macOS toolchain for Firefox 78 ESR
  • Bug 40003: Update cctools version for Firefox 78 ESR [tor-browser-build]
  • Bug 40018: Add libtapi project for cctools [tor-browser-build]
  • Bug 40019: Ship our own runtime library for macOS [tor-browser-build]
  • Linux:
  • Bug 34359: Adapt abicheck.cc to deal with newer GCC version
  • * Bug 34386: Fix up clang compilation on Linux

New in Tor Browser 9.5.3 (Jul 29, 2020)

  • Update Firefox to 68.11.0esr
  • Update NoScript to 11.0.34
  • Update Tor to 0.4.3.6

New in Tor Browser 10.0 Alpha 3 (Jul 29, 2020)

  • Android:
  • Update Firefox to 68.10.1esr

New in Tor Browser 10.0 Alpha 2 (Jul 1, 2020)

  • All Platforms:
  • Update Firefox to 68.10.0esr
  • Update NoScript to 11.0.32
  • Update Tor to 0.4.4.1-alpha
  • Translations update
  • Bug 34209: about:tor and about:tbupdate fail to load in debug build
  • Bug 34250: Only listen to 'started' in noscript-control.js
  • Bug 34383: Accept request if GetHost() in mixed content blocking check fails
  • Windows + OS X + Linux:
  • Bug 34361: "Prioritize .onion sites when known" appears under General
  • Bug 34362: Improve Onion Service Authentication prompt
  • Bug 34369: Fix learn more link in Onion Auth prompt
  • Bug 34379: Fix learn more for Onion-Location
  • Android:
  • Bug 34372: Disable GeckoNetworkManager

New in Tor Browser 9.5.1 (Jun 29, 2020)

  • All Platforms:
  • Update Firefox to 68.10.0esr
  • Update NoScript to 11.0.32
  • Translations update
  • Bug 40009: Improve tor's client auth stability
  • Windows + OS X + Linux:
  • Bug 34361: "Prioritize .onion sites when known" appears under General
  • Bug 34362: Improve Onion Service Authentication prompt
  • Bug 34369: Fix learn more link in Onion Auth prompt
  • Bug 34379: Fix learn more for Onion-Location
  • Bug 34347: The Tor Network part on the onboarding is not new anymore

New in Tor Browser 10.0 Alpha 1 (Jun 3, 2020)

  • All Platforms:
  • Update Firefox to 68.9.0esr
  • Update HTTPS-Everywhere to 2020.5.20
  • Translations update
  • Windows + OS X + Linux:
  • Update Tor Launcher to 0.2.21.8: Translations update
  • Bug 34321: Add Learn More onboarding item
  • Bug 34347: The Tor Network part on the onboarding is not new anymore
  • Linux:
  • Bug 34315: Avoid reading policies from /etc/firefox on Linux
  • Android:
  • Bug 30318: Integrate snowflake into mobile Tor Browser
  • Bug 34219: Enable ZSTD support properly for Android
  • Build System:
  • Windows
  • Bug 31128: Move Windows containers to Debian 10
  • Mac OS X
  • Bug 31129: Move macOS containers to Debian 10
  • Android
  • Bug 28672: Android reproducible build of Snowflake

New in Tor Browser 9.5 Alpha 13 (May 23, 2020)

  • Bump NoScript to 11.0.26
  • Bump Tor to 0.4.3.5
  • Translations update
  • Bug 34157: Backport fix for Mozilla Bug 1511941
  • Update Tor Launcher to 0.2.21.7
  • Translations update:
  • Bug 34196: Update site info URL with the onion name
  • Bug 34043: Update snowflake to persist sessions across proxies
  • Bug 33113: Bump NSIS version to 3.05
  • Build System:
  • Bump Go to 1.13.11
  • Bug 34242: Fix creation of Linux containers

New in Tor Browser 9.5 Alpha 12 (May 7, 2020)

  • Update Firefox to 68.8.0esr
  • Bump NoScript to 11.0.25
  • Bump Tor to 0.4.3.4-rc
  • Translations update
  • Bug 31499: Update libevent to 2.1.11-stable
  • Bug 33630: Remove noisebridge01 default bridge
  • Bug 33726: Fix patch for #23247: Communicating security expectations for .onion
  • Bug 34017: Bump openssl version to 1.1.1g
  • Bug 33877: Disable Samples and Regression tests For Libevent Build
  • Bug 33698: Update "About Tor Browser" links in Tor Browser
  • Update Tor Launcher to 0.2.21.6:
  • Translations update
  • Bug 33573: Update pion-webrtc version to 2.2.3
  • Bug 32418: Allow updates to be disabled via an enterprise policy.
  • Bug 34032: Use Securedrop's Official https-everywhere ruleset
  • Build System:
  • Bug 32027: Bump Go to 1.13.10
  • Bug 33802: --enable-secure-api is not supported anymore in mingw-w64

New in Tor Browser 9.0.10 (May 5, 2020)

  • Update Firefox to 68.8.0esr
  • Bump NoScript to 11.0.25
  • Bug 34017: Bump openssl version to 1.1.1g

New in Tor Browser 9.5 Alpha 11 (Apr 11, 2020)

  • Update Firefox to 68.7.0esr
  • Bump Https-Everywhere to 2020.3.16
  • Bump NoScript to 11.0.23
  • Translations update
  • Bug 33342: Avoid disconnect search addon error after removal
  • Bug 33482: Update about:tor donate string
  • Bug 19251: Show improved error pages for onion service errors
  • Bug 21952: Implement Onion-Location
  • Bug 28005: Implement .onion alias urlbar rewrites
  • Bug 33693: Bump Snowflake to ea01bf41c3
  • Bug 33707: Swap out onion icon in circuit display with new one
  • Bug 33723: Bump openssl version to 1.1.1f
  • Bug 33761: Remove unnecessary snowflake dependencies
  • Bug 33771: Update some existing licenses and add Libevent license
  • Build System: Bug 33805: Remove escape-openssldir.patch

New in Tor Browser 9.0.9 (Apr 9, 2020)

  • All Platforms:
  • Update Firefox to 68.7.0esr
  • Bump NoScript to 11.0.23
  • Bug 33630: Remove noisebridge01 default bridge
  • Windows + OS X + Linux:
  • Bug 33771: Update some existing licenses and add Libevent license
  • Bug 33723: Bump openssl version to 1.1.1f
  • Windows:
  • Bug 33805: Remove escape-openssldir.patch

New in Tor Browser 9.5 Alpha 10 (Apr 7, 2020)

  • All Platforms:
  • Update Firefox to 68.7.0esr
  • Bump Https-Everywhere to 2020.3.16
  • Bump NoScript to 11.0.23
  • Translations update
  • Bug 33342: Avoid disconnect search addon error after removal
  • Bug 33482: Update about:tor donate string
  • Android
  • Translations update
  • Windows + OS X + Linux
  • Bug 19251: Show improved error pages for onion service errors
  • Bug 21952: Implement Onion-Location
  • Bug 28005: Implement .onion alias urlbar rewrites
  • Bug 33693: Bump Snowflake to ea01bf41c3
  • Bug 33707: Swap out onion icon in circuit display with new one
  • Bug 33723: Bump openssl version to 1.1.1f
  • Bug 33761: Remove unnecessary snowflake dependencies
  • Bug 33771: Update some existing licenses and add Libevent license
  • Build System:
  • Windows
  • Bug 33805: Remove escape-openssldir.patch

New in Tor Browser 9.5 Alpha 9 (Apr 1, 2020)

  • Translations update
  • Bump NoScript to 11.0.21
  • Bug 33613: Disable Javascript on Safest security level
  • Bug 33342: Avoid disconnect search addon error after removal
  • Bump Tor to 0.4.3.3-alpha
  • Update Tor Launcher to 0.2.21.5
  • Translations update

New in Tor Browser 9.0.7 (Mar 23, 2020)

  • Bump NoScript to 11.0.19
  • Bug 33613: Disable Javascript on Safest security level
  • Bump Tor to 0.4.2.7

New in Tor Browser 9.0.6 (Mar 13, 2020)

  • All Platforms:
  • Update Firefox to 68.6.0esr
  • Bump NoScript to 11.0.15
  • Bug 33430: Disable downloadable fonts on Safest security level
  • Build System
  • Windows
  • Bug 33535: Patch openssl to use SOURCE_DATE_EPOCH for copyright year

New in Tor Browser 9.5 Alpha 7 (Mar 11, 2020)

  • All Platforms:
  • Translations update
  • Windows + OS X + Linux:
  • Update Tor Launcher to 0.2.21.3
  • Translations update
  • Bug 33514: non-en-US Tor Browser 9.5a6 won't start up
  • Bug 32645: Update URL bar onion indicators

New in Tor Browser 9.5 Alpha 6 (Mar 3, 2020)

  • All Platforms:
  • Translations update
  • Windows + OS X + Linux:
  • Update Tor Launcher to 0.2.21.2
  • Translations update
  • Bug 19757: Support on-disk storage of v3 client auth keys
  • Bug 19757: Support on-disk storage of v3 client auth keys
  • Bug 32493: Disable MOZ_SERVICES_HEALTHREPORT
  • Bug 32658: Create a new MAR signing key
  • Build System:
  • All Platforms
  • Bug 33380: Add *.json to sha256sums-unsigned-build.txt

New in Tor Browser 9.5 Alpha 5 (Feb 14, 2020)

  • All Platforms:
  • Update Firefox to 68.5.0esr
  • Bump NoScript to 11.0.13
  • Translations update
  • Bug 30237: Control port module improvements for v3 client authentication
  • Bug 32891: Add new default bridges
  • Bug 31395: Remove inline script in aboutTor.xhtml
  • Bug 27268: Preferences clean-up in Torbutton code
  • Bug 32470: Backport fix for bug 1590538
  • Bug 32414: Make Services.search.addEngine obey FPI
  • Bug 32948: Make referer behavior consistent regardless of private browing mode status
  • Bug 461204: Improve the random number generator for the boundaries in multipart/form-data
  • Windows + OS X + Linux:
  • Update Tor to 0.4.3.2-alpha
  • Update Tor Launcher to 0.2.21.1
  • Translations update
  • Bug 30237: Add v3 onion services client authentication prompt
  • Bug 32870: Update version of pion-webrtc
  • Bug 32767: Remove Disconnect search
  • Bug 30237: Add v3 onion services client authentication prom

New in Tor Browser 9.0.5 (Feb 12, 2020)

  • All Platforms:
  • Update Firefox to 68.5.0esr
  • Bump NoScript to 11.0.13
  • Bug 32053: Fix LLVM reproducibility issues
  • Bug 32255: Missing ORIGIN header breaks CORS
  • Bug 32891: Add new default bridges
  • Windows + OS X + Linux:
  • Bump Tor to 0.4.2.6
  • Windows:
  • Bug 32132: Re-enable jemalloc for Windows users
  • Build System:
  • All Platforms
  • Bug 32739: Bump clang to 8.0.1
  • OS X
  • Bug 33200: Fix permissions on bookmarks.html

New in Tor Browser 9.0.4 (Jan 10, 2020)

  • All Platforms:
  • Update Firefox to 68.4.1esr

New in Tor Browser 9.0.3 (Jan 6, 2020)

  • Update Firefox to 68.4.0esr
  • Bump NoScript to 11.0.11
  • Translations update
  • Update OpenPGP keyring
  • Bug 32606: Set up default bridge at Georgetown University
  • Bug 32659: Remove IPv6 address of default bridge
  • Bug 32547: Add new default bridge at UMN
  • Bug 31855: Remove End of Year Fundraising Campaign from about:tor
  • Bump Tor to 0.4.2.5
  • Update Tor Launcher to 0.2.20.5
  • Bug 32636: Clean up locales shipped with Tor Launcher

New in Tor Browser 9.5 Alpha 3 (Dec 4, 2019)

  • All Platforms:
  • Update Firefox to 68.3.0esr
  • Update HTTPS Everywhere to 2019.11.7
  • Bug 32618: Backport fixes from Mozilla bugs 1467970 and 1590526
  • Bug 32606: Set up default bridge at Georgetown University
  • Bug 30787: Add lt locale
  • Bug 30788: Add ms locale
  • Bug 30787: Add th locale
  • Translations update
  • Bug 28746: Remove torbutton isolation and fp prefs sync
  • Bug 28745: Assume always running in Tor Browser
  • Bug 30888: move torbutton_util.js to modules/utils.js
  • Bug 30851: Move default preferences to 000-tor-browser.js
  • Bug 28745: Remove torbutton.js unused code
  • Bug 32255: Missing ORIGIN header breaks CORS
  • Bump NoScript to 11.0.9
  • Bug 32362: NoScript TRUSTED setting doesn't work
  • Bug 32429: Issues with about:blank and NoScript on .onion sites
  • Windows + OS X + Linux:
  • Update Tor to 0.4.2.4-rc
  • Bug 30237: Improve TBB UI of hidden service client authorization
  • Update Tor Launcher to 0.2.20.3
  • Bug 30787: Add lt locale
  • Bug 30788: Add ms locale
  • Bug 30787: Add th locale
  • Android:
  • Bug 32365: Localization is broken in Tor Browser 9 on Android
  • Bug 32405: Crash immediately after bootstrap on Android
  • OS X:
  • Bug 32505: Tighten our rules in our entitlements file for macOS
  • Windows:
  • Bug 32616: Disable GetSecureOutputDirectoryPath() functionality

New in Tor Browser 9.0.2 (Dec 3, 2019)

  • All Platforms:
  • Update Firefox to 68.3.0esr
  • Bump HTTPS Everywhere to 2019.11.7
  • Bug 27268: Preferences clean-up in Torbutton code
  • Translations update
  • Bump NoScript to 11.0.9
  • Bug 32362: NoScript TRUSTED setting doesn't work
  • Bug 32429: Issues with about:blank and NoScript on .onion sites
  • Windows + OS X + Linux:
  • Bug 32125: Fix circuit display for bridge without a fingerprint
  • Bug 32250: Backport enhanced letterboxing support (bug 1546832 and 1556017)
  • Windows:
  • Bug 31989: Backport backout of old mingw-gcc patch
  • Bug 32616: Disable GetSecureOutputDirectoryPath() functionality
  • Android:
  • Bug 32365: Localization is broken in Tor Browser 9 on Android
  • Build System:
  • All Platforms
  • Bug 32413: Bump Go version to 1.12.13

New in Tor Browser 9.5 Alpha 2 (Nov 12, 2019)

  • All Platforms:
  • Update NoScript to 11.0.7
  • Bug 21004: Don't block JavaScript on onion services on medium security
  • Bug 27307: NoScript marks HTTP onions as not secure
  • Bug 30783: Fundraising banner for EOY 2019 campain
  • Bug 32321: Don't ping Mozilla for Man-in-the-Middle-detection
  • Bug 32318: Backport Mozilla's fix for bug 1534339
  • Bug 32250: Backport enhanced letterboxing support (bug 1546832 and 1556017)
  • Bug 31573: Catch SessionStore.jsm exception
  • Bug 27268: Preferences clean-up
  • Windows + OS X + Linux:
  • Update Tor to 0.4.2.3-alpha
  • Update Tor Launcher to 0.2.20.2
  • Bug 32164: Trim each received log line from tor
  • Translations update
  • Bug 31803: Replaced about:debugging logo with flat version
  • Bug 31764: Fix for error when navigating via 'Paste and go'
  • Bug 32169: Fix TB9 Wikipedia address bar search
  • Bug 32210: Hide the tor pane when using a system tor
  • Bug 31658: Use builtin --panel-disabled-color for security level text
  • Bug 32188: Fix localization on about:preferences#tor
  • Bug 32184: Red dot is shown while downloading an update
  • Bug 27604: Fix broken Tor Browser after moving it to a different directory
  • Bug 32220: Improve the letterboxing experience
  • Bug 30683: Backport upstreamed fix from Mozilla (bug 1581537)
  • Android:
  • Bug 32342: Crash when changing the browser locale
  • Bug 32303: Obfs4 is broken on Android Q
  • Build System:
  • All Platforms
  • Bug 32413: Bump Go version to 1.12.13
  • Android
  • Bug 28803: Integrate building Pluggable Transports for Android

New in Tor Browser 9.0.1 (Nov 12, 2019)

  • All Platforms:
  • Update NoScript to 11.0.4
  • Bug 21004: Don't block JavaScript on onion services on medium security
  • Bug 27307: NoScript marks HTTP onions as not secure
  • Bug 30783: Fundraising banner for EOY 2019 campain
  • Bug 32321: Don't ping Mozilla for Man-in-the-Middle-detection
  • Bug 27268: Preferences clean-up
  • Windows + OS X + Linux:
  • Update Tor Launcher to 0.2.20.2
  • Bug 32164: Trim each received log line from tor
  • Translations update
  • Bug 31803: Replaced about:debugging logo with flat version
  • Bug 31764: Fix for error when navigating via 'Paste and go'
  • Bug 32169: Fix TB9 Wikipedia address bar search
  • Bug 32210: Hide the tor pane when using a system tor
  • Bug 31658: Use builtin --panel-disabled-color for security level text
  • Bug 32188: Fix localization on about:preferences#tor
  • Bug 32184: Red dot is shown while downloading an update
  • Android:
  • Bug 32342: Crash when changing the browser locale

New in Tor Browser 9.5 Alpha 1 (Oct 24, 2019)

  • All Platforms:
  • Update Firefox to 68.2.0esr
  • Bug 31740: Remove some unnecessary RemoteSettings instances
  • Bug 30681: Set security.enterprise_roots.enabled to false
  • Bug 31144: Review network code changes for Firefox 68 ESR
  • Bug 21549: Enable WASM on standard security level
  • Windows + OS X + Linux:
  • Update Tor Launcher to 0.2.20.1
  • Bug 32154: Custom bridge field only allows one line of input
  • Bug 32112: Fix bad & escaping in translations
  • Bug 31286: Update to tor settings related strings
  • Translations update
  • Bug 32125: Fix circuit display for bridge without a fingerprint
  • Bug 32076: Upgrade to goptlib v1.1.0
  • Bug 32061: Bump snowflake version to b4f4b29a03
  • Bug 32092: Fix Tor Browser Support link in preferences
  • Bug 32111: Fixed issue parsing user-provided bridge strings
  • Bug 31749: Fix security level panel spawning events
  • Bug 31920: Fix Security Level panel when its toolbar button moves to overflow
  • Bug 31748+31961: Fix 'Learn More' links in Security Level preferences and panel
  • Translations update
  • Android:
  • Bug 32097: Fix conflicts in mobile onboarding while rebasing to 68.2.0esr
  • Bug 26529: Notify user about possible proxy-bypass before opening external app
  • Build System:
  • Windows
  • Bug 32132: Re-enable jemalloc for Windows users
  • Bug 31989: Backport backout of old mingw-gcc patch
  • Android
  • Bug 30461: Clean up tor-android-service project

New in Tor Browser 9.0 (Oct 23, 2019)

  • This release features important security updates to Firefox.
  • Tor Browser 9.0 is the first stable release based on Firefox 68 ESR and contains a number of updates to other components as well (including Tor to 0.4.1.6 and OpenSSL to 1.1.1d for desktop versions and Tor to 0.4.1.5 for Android).
  • In addition to all the needed patch rebasing and toolchain updates, we made big improvements to make Tor Browser work better for you.
  • Goodbye, Onion Button:
  • We want your experience using Tor to be fully integrated within the browser so how you use Tor is more intuitive. That's why now, rather than using the onion button that was in the toolbar, you can see your path through the Tor network and request a New Circuit through the Tor network in [i] on the URL bar.
  • Hello, New Identity Button:
  • Instead of going into the onion button to request a New Identity, we've made this important feature easier to access by giving it its own button in the toolbar. You can also request a New Identity, and a New Circuit, from within the [=] menu on the toolbar.
  • Torbutton and Tor Launcher Integration:
  • Now that both extensions are tightly integrated into Tor Browser, they'll no longer be found on the about:addons page.
  • We redesigned the bridge and proxy configuration dialogs and include them directly into the browser's preference settings as well.
  • Rather than being a submenu behind the onion button, Tor Network Settings, including the ability to fetch bridges to bypass censorship where Tor is blocked, are easier to access on about:preferences#tor.
  • Better Localization Support:
  • If we want all people around the world to be able to use our software, then we need to make sure it's speaking their language. Since 8.0, Tor Browser has been available in 25 languages. Today, we add support for two additional languages: Macedonian (mk) and Romanian (ro), bringing the number of supported languages to 27.
  • We also fixed bugs in our previously shipped localized bundles (such as ar and ko).
  • Full changelog:
  • Update Firefox to 68.2.0esr
  • Bug 31740: Remove some unnecessary RemoteSettings instances
  • Bug 13543: Spoof smooth and powerEfficient for Media Capabilities
  • Bug 28196: about:preferences is not properly translated anymore
  • Bug 19417: Disable asmjs on safer and safest security levels
  • Bug 30463: Explicitly disable MOZ_TELEMETRY_REPORTING
  • Bug 31935: Disable profile downgrade protection
  • Bug 16285: Disable DRM/EME on Android and drop Adobe CDM
  • Bug 31602: Remove Pocket indicators in UI and disable it
  • Bug 31914: Fix eslint linter error
  • Bug 30429: Rebase patches for Firefox 68 ESR
  • Bug 31144: Review network code changes for Firefox 68 ESR
  • Bug 10760: Integrate Torbutton into Tor Browser directly
  • Bug 25856: Remove XUL overlays from Torbutton
  • Bug 31322: Fix about:tor assertion failure debug builds
  • Bug 29430: Add support for meek_lite bridges to bridgeParser
  • Bug 28561: Migrate "About Tor Browser" dialog to tor-browser
  • Bug 30683: Prevent detection of locale via some *.properties
  • Bug 31298: Backport patch for #24056
  • Bug 9336: Odd wyswig schemes without isolation for browserspy.dk
  • Bug 27601: Browser notifications are not working anymore
  • Bug 30845: Make sure internal extensions are enabled
  • Bug 28896: Enable extensions in private browsing by default
  • Bug 31563: Reload search extensions if extensions.enabledScopes has changed
  • Bug 31396: Fix communication with NoScript for security settings
  • Bug 31142: Fix crash of tab and messing with about:newtab
  • Bug 29049: Backport JS Poison Patch
  • Bug 25214: Canvas data extraction on locale pdf file should be allowed
  • Bug 30657: Locale is leaked via title of link tag on non-html page
  • Bug 31015: Disabling SVG hides UI icons in extensions
  • Bug 30681: Set security.enterprise_roots.enabled to false
  • Bug 30538: Unable to comment on The Independent Newspaper
  • Bug 31209: View PDF in Tor Browser is fuzzy
  • Translations update
  • Update Tor to 0.4.1.6
  • Update OpenSSL to 1.1.1d:
  • Bug 31844: OpenSSL 1.1.1d fails to compile for some platforms/architectures
  • Update Tor Launcher to 0.2.20.1:
  • Bug 28044: Integrate Tor Launcher into tor-browser
  • Bug 32154: Custom bridge field only allows one line of input
  • Bug 31286: New strings for about:preferences#tor
  • Bug 31303: Do not launch tor in browser toolbox
  • Bug 32112: Fix bad & escaping in translations
  • Bug 31491: Clean up the old meek http helper browser profiles
  • Bug 29197: Remove use of overlays
  • Bug 31300: Modify Tor Launcher so it is compatible with ESR68
  • Bug 31487: Modify moat client code so it is compatible with ESR68
  • Bug 31488: Moat: support a comma-separated list of transports
  • Bug 30468: Add mk locale
  • Bug 30469: Add ro locale
  • Bug 30319: Remove FTE bits
  • Translations update
  • Bug 32092: Fix Tor Browser Support link in preferences
  • Bug 32111: Fixed issue parsing user-provided bridge strings
  • Bug 31749: Fix security level panel spawning events
  • Bug 31920: Fix Security Level panel when its toolbar button moves to overflow
  • Bug 31748+31961: Fix 'Learn More' links in Security Level preferences and panel
  • Bug 28044: Integrate Tor Launcher into tor-browser
  • Bug 31059: Enable Letterboxing
  • Bug 30468: Add mk locale
  • Bug 30469: Add ro locale
  • Bug 29430: Use obfs4proxy's meek_lite with utls instead of meek
  • Bug 31251: Security Level button UI polish
  • Bug 31344: Register SecurityLevelPreference's 'unload' callback
  • Bug 31286: Provide network settings on about:preferences#tor
  • Bug 31886: Fix ko bundle bustage
  • Bug 31768: Update onboarding for Tor Browser 9
  • Bug 27511: Add new identity button to toolbar
  • Bug 31778: Support dark-theme for the Circuit Display UI
  • Bug 31910: Replace meek_lite with meek in circuit display
  • Bug 30504: Deal with New Identity related browser console errors
  • Bug 31929: Don't escape DTD entity in ar
  • Bug 31747: Some onboarding UI is always shown in English
  • Bug 32041: Replace = with real hamburguer icon ≡
  • Bug 30304: Browser locale can be obtained via DTD strings
  • Bug 31065: Set network.proxy.allow_hijacking_localhost to true
  • Bug 24653: Merge securityLevel.properties into torbutton.dtd
  • Bug 31164: Set up default bridge at Karlstad University
  • Bug 15563: Disable ServiceWorkers on all platforms
  • Bug 31598: Disable warning on window resize if letterboxing is enabled
  • Bug 31562: Fix circuit display for error pages
  • Bug 31575: Firefox is phoning home during start-up
  • Bug 31491: Clean up the old meek http helper browser profiles
  • Bug 26345: Hide tracking protection UI
  • Bug 31601: Disable recommended extensions again
  • Bug 30662: Don't show Firefox Home when opening new tabs
  • Bug 31457: Disable per-installation profiles
  • Bug 28822: Re-implement desktop onboarding for ESR 68
  • Bug 31942: Re-enable signature check for language packs
  • Bug 29013: Enable stack protection for Firefox on Windows
  • Bug 30800: ftp:// on Windows can be used to leak the system time zone
  • Bug 31547: Back out patch for Mozilla's bug 1574980
  • Bug 31141: Fix typo in font.system.whitelist
  • Bug 30319: Remove FTE bits
  • Build System:
  • Bug 30585: Provide standalone clang 8 project across all platforms
  • Bug 30376: Use Rust 1.34 for Tor Browser 9
  • Bug 30490: Add cbindgen project for building Firefox 68 ESR/Fennec 68
  • Bug 30701: Add nodejs project for building Firefox 68 ESR/Fennec 68
  • Bug 31621: Fix node bug that makes large writes to stdout fail
  • Bug 30734: Add nasm project for building Firefox 68 ESR/Fennec 68
  • Bug 31293: Make sure the lo interface inside the containers is up
  • Bug 27493: Clean up mozconfig options
  • Bug 31308: Sync mozconfig files used in tor-browser over to tor-browser-build for esr68
  • Bug 29307: Use Stretch for cross-compiling for Windows
  • Bug 29731: Remove faketime for Windows builds
  • Bug 30322: Windows toolchain update for Firefox 68 ESR
  • Bug 28716: Create mingw-w64-clang toolchain
  • Bug 28238: Adapt firefox and fxc2 projects for Windows builds
  • Bug 28716: Optionally omit timestamp in PE header
  • Bug 31567: NS_tsnprintf() does not handle %s correctly on Windows
  • Bug 31458: Revert patch for #27503 and bump mingw-w64 revision used
  • Bug 9898: Provide clean fix for strcmpi issue in NSPR
  • Bug 29013: Enable stack protection support for Firefox on Windows
  • Bug 30384: Use 64bit containers to build 32bit Windows Tor Browser
  • Bug 31538: Windows bundles based on ESR 68 are not built reproducibly
  • Bug 31584: Clean up mingw-w64 project
  • Bug 31596: Bump mingw-w64 version to pick up fix for #31567
  • Bug 29187: Bump NSIS version to 3.04
  • Bug 31732: Windows nightly builds are busted due to mingw-w64 commit bump
  • Bug 29319: Remove FTE support for Windows

New in Tor Browser 9.0 Alpha 8 (Oct 16, 2019)

  • All Platforms:
  • Bug 13543: Spoof smooth and powerEfficient for Media Capabilities
  • Bug 28196: about:preferences is not properly translated anymore
  • Bug 19417: Disable asmjs on safer and safest security levels
  • Bug 30463: Explicitly disable MOZ_TELEMETRY_REPORTING
  • Bug 31935: Disable profile downgrade protection
  • Bug 31811: Backport fix for bug 1554805
  • Bug 16285: Disable DRM/EME on Android and drop Adobe CDM
  • Bug 31602: Remove Pocket indicators in UI and disable it
  • Bug 31914: Fix eslint linter error
  • Translations update
  • Windows + OS X + Linux:
  • Update Tor to 0.4.2.2-alpha
  • Update Tor Launcher to 0.2.19.5
  • Bug 31286: New strings for about:preferences#tor
  • Translations update
  • Bug 31286: Provide network settings on about:preferences#tor
  • Bug 31886: Fix ko bundle bustage
  • Bug 31768: Update onboarding for Tor Browser 9
  • Bug 27511: Add new identity button to toolbar
  • Bug 31778: Support dark-theme for the Circuit Display UI
  • Bug 31910: Replace meek_lite with meek in circuit display
  • Bug 30504: Deal with New Identity related browser console errors
  • Bug 31929: Don't escape DTD entity in ar
  • Bug 31747: Some onboarding UI is always shown in English
  • Bug 32041: Replace = with real hamburguer icon ≡
  • Windows:
  • Bug 31942: Re-enable signature check for language packs
  • Bug 29013: Enable stack protection for Firefox on Windows
  • OS X:
  • Bug 31607: App menu items stop working on macOS
  • Bug 31955: On macOS avoid throwing inside nonBrowserWindowStartup()
  • Linux:
  • Bug 31942: Re-enable signature check for language packs
  • Bug 31968: Don't fail if /proc/cpuinfo is not readable
  • Bug 24755: Stop using a heredoc in start-tor-browser
  • Bug 31550: Put curly quotes inside single quotes
  • Android:
  • Bug 31822: Security slider is not really visible on Android anymore
  • Build System:
  • All Platforms:
  • Bug 31293: Make sure the lo interface inside the containers is up
  • Windows:
  • Bug 29013: Enable stack protection support for Firefox on Windows
  • Android:
  • Bug 31564: Make Android bundles based on ESR 68 reproducible
  • Bug 31981: Remove require-api.patch
  • Bug 31979: TOPL: Sort dependency list
  • * Bug 30665: Remove unnecessary build patches for Firefox

New in Tor Browser 9.0 Alpha 7 (Oct 2, 2019)

  • All platforms:
  • Bug 30304: Browser locale can be obtained via DTD strings
  • Bug 31065: Set network.proxy.allow_hijacking_localhost to true
  • Bug 24653: Merge securityLevel.properties into torbutton.dtd
  • Bug 31725: Pick up mk in Torbutton properly
  • Bug 31164: Set up default bridge at Karlstad University
  • Bug 15563: Disable ServiceWorkers on all platforms
  • Translations update
  • Windows + OS X + Linux:
  • Update Tor to 0.4.2.1-alpha
  • Update OpenSSL to 1.1.1d; Bug 31844: OpenSSL 1.1.1d fails to compile for some platforms/architectures
  • Update Tor Launcher to 0.2.19.4:
  • Bug 31303: Do not launch tor in browser toolbox
  • Bug 31491: Clean up the old meek http helper browser profiles
  • Translations update
  • Bug 31598: Disable warning on window resize if letterboxing is enabled
  • Bug 31562: Fix circuit display for error pages
  • Bug 31575: Firefox is phoning home during start-up
  • Bug 31491: Clean up the old meek http helper browser profiles
  • Bug 26345: Hide tracking protection UI
  • Bug 31601: Disable recommended extensions again
  • Bug 30662: Don't show Firefox Home when opening new tabs
  • Bug 31457: disable per-installation profiles
  • Bug 28822: Re-implement desktop onboarding for ESR 68
  • Bug 25483: Provide Snowflake based on Pion for Windows, macOS, and Linux
  • Windows:
  • Bug 30800: ftp:// on Windows can be used to leak the system time zone
  • OS X:
  • Bug 30126: Make Tor Browser on macOS compatible with Apple's notarization
  • Bug 31702: Backport Mozilla's bug 1578075
  • Linux:
  • Bug 31646: Update abicheck to require newer libstdc++.so.6
  • Bug 31380: Snowflake does not start on older Linux systems
  • Android:
  • Update Tor to 0.4.1.5
  • Bug 31192: Support x86_64 target on Android
  • Bug 30380: Cancel dormant by startup
  • Bug 30943: Show version number on mobile
  • Bug 31720: Enable website suggestions in address bar
  • Build System:
  • All platforms
  • Bug 31621: Fix node bug that makes large writes to stdout fail
  • Bug 27493: Clean up mozconfig options
  • Bug 31308: Sync mozconfig files used in tor-browser over to tor-browser-build for esr68
  • Windows
  • Bug 30384: Use 64bit containers to build 32bit Windows Tor Browser
  • Bug 31538: Windows bundles based on ESR 68 are not built reproducibly
  • Bug 31584: Clean up mingw-w64 project
  • Bug 31596: Bump mingw-w64 version to pick up fix for #31567
  • Bug 39187: Bump NSIS version to 3.04
  • Bug 31732: Windows nightly builds are busted due to mingw-w64 commit bump
  • Linux
  • Bug 31448: gold and lld break linking 32bit Linux bundles
  • Bug 31618: linux32 builds of Tor Browser 9.0a6 are not matching
  • Bug 31450: Use still GCC for our ASan builds

New in Tor Browser 9.0 Alpha 6 (Sep 6, 2019)

  • All platforms:
  • Update Firefox to 68.1.0esr
  • Bug 30429: Rebase patches for Firefox 68 ESR
  • Bug 10760: Integrate Torbutton into Tor Browser directly
  • Bug 25856: Remove XUL overlays from Torbutton
  • Bug 31322: Fix about:tor assertion failure debug builds
  • Bug 31520: Remove monthly giving banner from Tor Browser
  • Bug 29430: Add support for meek_lite bridges to bridgeParser
  • Bug 28561: Migrate "About Tor Browser" dialog to tor-browser
  • Bug 30683: Prevent detection of locale via some *.properties
  • Bug 31298: Backport patch for #24056
  • Bug 9336: Odd wyswig schemes without isolation for browserspy.dk
  • Bug 27601: Browser notifications are not working anymore
  • Bug 30845: Make sure internal extensions are enabled
  • Bug 28896: Enable extensions in private browsing by default
  • Bug 31563: Reload search extensions if extensions.enabledScopes has changed
  • Bug 31396: Fix communication with NoScript for security settings
  • Bug 31142: Fix crash of tab and messing with about:newtab
  • Bug 29049: Backport JS Poison Patch
  • Bug 25214: Canvas data extraction on locale pdf file should be allowed
  • Bug 30657: Locale is leaked via title of link tag on non-html page
  • Bug 31015: Disabling SVG hides UI icons in extensions
  • Bug 31357: Retire Tom's default obfs4 bridge
  • Update NoScript to 11.0.3:
  • Bug 26847: NoScript pops up a full-site window for XSS warning
  • Bug 31287: NoScript leaks browser locale
  • Windows + OS X + Linux:
  • Update Tor to 0.4.1.5
  • Bug 29430: Use obfs4proxy's meek_lite with utls instead of meek
  • Bug 31251: Security Level button UI polish
  • Bug 31344: Register SecurityLevelPreference's 'unload' callback
  • Bug 12774: Selecting meek in the browser UI is broken
  • Update Tor Launcher to 0.2.19.3:
  • Bug 29197: Remove use of overlays
  • Bug 31300: Modify Tor Launcher so it is compatible with ESR68
  • Bug 31487: Modify moat client code so it is compatible with ESR68
  • Bug 31488: Moat: support a comma-separated list of transports
  • Translations update
  • Build System:
  • Bug 31465: Bump Go to 1.12.9
  • OS X:
  • Bug 29818: Adapt #13379 patch for 68esr
  • Bug 31403: Bump snowflake commit to cd650fa009
  • Build System:
  • All Platforms:
  • Bug 30585: Provide standalone clang 8 project across all platforms
  • Bug 30376: Use Rust 1.34 for Tor Browser 9
  • Bug 30490: Add cbindgen project for building Firefox 68 ESR/Fennec 68
  • Bug 30701: Add nodejs project for building Firefox 68 ESR/Fennec 68
  • Bug 30734: Add nasm project for building Firefox 68 ESR/Fennec 68
  • Bug 9898: Provide clean fix for strcmpi issue in NSPR
  • Windows:
  • Bug 31547: Back out patch for Mozilla's bug 1574980
  • Bug 31141: Fix typo in font.system.whitelist
  • Backport fix for bug 1572844 to fix broken build

New in Tor Browser 8.5.5 (Sep 4, 2019)

  • All platforms:
  • Update Firefox to 60.9.0esr
  • Bug 31357: Retire Tom's default obfs4 bridge
  • Update Torbutton to 2.1.13
  • Bug 31520: Remove monthly giving banner from Tor Browser
  • Bug 31140: Do not enable IonMonkey on AARCH64
  • Translations update
  • Update NoScript to 11.0.3
  • Bug 26847: NoScript pops up a full-site window for XSS warning
  • Bug 31287: NoScript leaks browser locale
  • Windows + OS X + Linux:
  • Update Tor to 0.4.1.5
  • Windows:
  • Bug 31547: Back out patch for Mozilla's bug 1574980
  • Bug 27503: Provide full support for accessibility tools
  • Bug 30575: Don't allow enterprise policies in Tor Browser
  • Bug 31141: Fix typo in font.system.whitelist
  • Android:
  • Bug 28119: Tor Browser for aarch64
  • Build System:
  • All platforms
  • Bug 31465: Bump Go to 1.12.9

New in Tor Browser 9.0 Alpha 4 (Jul 9, 2019)

  • All platforms:
  • Update Firefox to 60.8.0esr
  • Update Torbutton to 2.2.1:
  • Bug 30577: Add Fundraising Banner
  • Bug 31041: Stop syncing network.cookie.lifetimePolicy
  • Bug 30468: Add mk locale
  • Translations update
  • Update Tor Launcher to 0.2.19.2:
  • Bug 30468: Add mk locale
  • Translations update
  • Update HTTPS Everywhere to 2019.6.27
  • Bug 31055+31058: Remove four default bridges
  • Bug 30849: Backport fixes for Mozilla's bug 1552627 and 1549833
  • Windows + OS X + Linux:
  • Update Tor to 0.4.1.3-alpha
  • Bug 30468: Add mk locale
  • Bug 31059: Enable Letterboxing
  • Windows:
  • Bug 27503: Provide full support for accessibility tools
  • Bug 30575: Don't allow enterprise policies in Tor Browser
  • OS X:
  • Bug 30631: Blurry Tor Browser icon on macOS app switcher
  • Android:
  • Bug 28119: Tor Browser for aarch64:
  • Bug 30573: Sanitize old tabs and wait for tor before opening new tabs

New in Tor Browser 8.5.4 (Jul 9, 2019)

  • All platforms:
  • Update Firefox to 60.8.0esr
  • Update Torbutton to 2.1.12:
  • Bug 30577: Add Fundraising Banner
  • Bug 31041: Stop syncing network.cookie.lifetimePolicy
  • Translations update
  • Update HTTPS Everywhere to 2019.6.27
  • Bug 31055+31058: Remove four default bridges
  • Bug 30712: Backport fix for Mozilla's bug 1552993
  • Bug 30849: Backport fixes for Mozilla's bug 1552627 and 1549833
  • Windows + OS X + Linux:
  • Update Tor to 0.4.0.5
  • Update OpenSSL to 1.0.2s
  • Bug 29045: Ensure that tor does not start up in dormant mode
  • OS X:
  • Bug 30631: Blurry Tor Browser icon on macOS app switcher

New in Tor Browser 9.0 Alpha 3 (Jun 24, 2019)

  • All platforms:
  • Pick up fixes for Mozilla's bug 1544386 and 1560192
  • Update NoScript to 10.6.3:
  • Bug 29904: NoScript blocks MP4 on higher security levels
  • Bug 30624+29043+29647: Prevent XSS protection from freezing the browser

New in Tor Browser 8.5.3 (Jun 21, 2019)

  • All platforms:
  • Pick up fix for Mozilla's bug 1560192

New in Tor Browser 8.5.2 (Jun 19, 2019)

  • Pick up fix for Mozilla's bug 1544386
  • Update NoScript to 10.6.3
  • Bug 29904: NoScript blocks MP4 on higher security levels
  • Bug 30624+29043+29647: Prevent XSS protection from freezing the browser

New in Tor Browser 9.0 Alpha 2 (Jun 12, 2019)

  • All platforms:
  • Update Torbutton to 2.2:
  • Bug 30565: Sync nocertdb with privatebrowsing.autostart at startup
  • Bug 30469: Add ro translation
  • Translations update
  • Update NoScript to 10.6.2:
  • Bug 29969: Remove workaround for Mozilla's bug 1532530
  • Update HTTPS Everywhere to 2019.5.13
  • Bug 30541: Disable WebGL readPixel() for web content
  • Bug 30712: Backport fix for Mozilla's bug 1552993
  • Bug 30469: Add locale ro
  • Windows + OS X + Linux:
  • Update Tor to 0.4.1.2-alpha
  • Update OpenSSL to 1.1.1c
  • Update Tor Launcher to 0.2.19.1
  • Bug 30469: Add locale ro
  • Translations update
  • Bug 30639: Revert IPv6 support test
  • Bug 30560: Better match actual toolbar in onboarding toolbar graphic
  • Bug 30571: Correct more information URL for security settings
  • Build System:
  • Bug 30480: Check that signed tag contains expected tag name
  • Bug 30536: Update Go to 1.12.5

New in Tor Browser 8.5.1 (Jun 4, 2019)

  • Update Torbutton to 2.1.10:
  • Bug 30565: Sync nocertdb with privatebrowsing.autostart at startup
  • Bug 30464: Add WebGL to safer descriptions
  • Translations update
  • Update NoScript to 10.6.2:
  • Bug 29969: Remove workaround for Mozilla's bug 1532530
  • Update HTTPS Everywhere to 2019.5.13
  • Bug 30541: Disable WebGL readPixel() for web content
  • Windows + OS X + Linux:
  • Bug 30560: Better match actual toolbar in onboarding toolbar graphic
  • Build System:
  • Bug 30480: Check that signed tag contains expected tag name

New in Tor Browser 9.0 Alpha 1 (May 23, 2019)

  • All platforms:
  • Update Firefox to 60.7.0esr
  • Update HTTPS Everywhere to 2019.5.6.1
  • Bug 24622: Proper first-party isolation of s3.amazonaws.com
  • Bug 30425: Revert armagadd-on-2.0 changes
  • Update Torbutton to 2.1.9:
  • Bug 30069: Use slider and about:tor localizations
  • Bug 30115+27449+25145: Map browser + domain -> credentials to fix UI issues
  • Bug 30171: Don't sync cookie.cookieBehavior and firstparty.isolate
  • Bug 30425: Revert armagadd-on-2.0 changes
  • Bug 30497: Add Donate link to about:tor
  • Bug 30464: Add WebGL to safer descriptions
  • Translations update
  • Windows + OS X + Linux:
  • Bug 28044: Integrate Tor Launcher into tor-browser
  • Bug 30372: Backport letterboxing (bug 1538130)
  • Bug 28369: Stop shipping pingsender executable
  • Bug 30457: Remove defunct default bridges
  • Bug 29045: Ensure that tor does not start up in dormant mode
  • Bug 29641: Try to connect over IPv6 if needed
  • Update Tor Launcher to 0.2.19:
  • Bug 28044: Integrate Tor Launcher into tor-browser
  • Bug 29627: Moat: add support for obfsproxy's meek_lite
  • Bug 30139: Remove FTE bits
  • Translations update
  • Windows:
  • Bug 30319: Drop FTE releated bits
  • Bug 29319: Remove FTE support for Windows
  • Build System:
  • Windows:
  • Bug 29307: Use Stretch for cross-compiling for Windows
  • Bug 29731: Remove faketime for Windows builds

New in Tor Browser 8.5 (May 21, 2019)

  • All platforms:
  • Update Firefox to 60.7.0esr
  • Update Torbutton to 2.1.8:
  • Bug 25013: Integrate Torbutton into tor-browser for Android
  • Bug 27111: Update about:tor desktop version to work on mobile
  • Bug 22538+22513: Fix new circuit button for error pages
  • Bug 25145: Update circuit display when back button is pressed
  • Bug 27749: Opening about:config shows circuit from previous website
  • Bug 30115+27449+25145: Map browser+domain to credentials to fix circuit display
  • Bug 25702: Update Tor Browser icon to follow design guidelines
  • Bug 21805: Add click-to-play button for WebGL
  • Bug 28836: Links on about:tor are not clickable
  • Bug 30171: Don't sync cookie.cookieBehavior and firstparty.isolate
  • Bug 29825: Intelligently add new Security Level button to taskbar
  • Bug 29903: No WebGL click-to-play on the standard security level
  • Bug 27290: Remove WebGL pref for min capability mode
  • Bug 25658: Replace security slider with security level UI
  • Bug 28628: Change onboarding Security panel to open new Security Level panel
  • Bug 29440: Update about:tor when Tor Browser is updated
  • Bug 27478: Improved Torbutton icons for dark theme
  • Bug 29239: Don't ship the Torbutton .xpi on mobile
  • Bug 27484: Improve navigation within onboarding (strings)
  • Bug 29768: Introduce new features to users (strings)
  • Bug 28093: Update donation banner style to make it fit in small screens
  • Bug 28543: about:tor has scroll bar between widths 900px and 1000px
  • Bug 28039: Enable dump() if log method is 0
  • Bug 27701: Don't show App Blocker dialog on Android
  • Bug 28187: Change tor circuit icon to torbutton.svg
  • Bug 29943: Use locales in AB-CD scheme to match Mozilla
  • Bug 26498: Add locale: es-AR
  • Bug 28082: Add locales cs, el, hu, ka
  • Bug 29973: Remove remaining stopOpenSecuritySettingsObserver() pieces
  • Bug 28075: Tone down missing SOCKS credential warning
  • Bug 30425: Revert armagadd-on-2.0 changes
  • Bug 30497: Add Donate link to about:tor
  • Bug 30069: Use slider and about:tor localizations on mobile
  • Bug 21263: Remove outdated information from the README
  • Bug 28747: Remove NoScript (XPCOM) related unused code
  • Translations update
  • Code clean-up
  • Update HTTPS Everywhere to 2019.5.6.1
  • Bug 27290: Remove WebGL pref for min capability mode
  • Bug 29120: Enable media cache in memory
  • Bug 24622: Proper first-party isolation of s3.amazonaws.com
  • Bug 29082: Backport patches for bug 1469916
  • Bug 28711: Backport patches for bug 1474659
  • Bug 27828: "Check for Tor Browser update" doesn't seem to do anything
  • Bug 29028: Auto-decline most canvas warning prompts again
  • Bug 27919: Backport SSL status API
  • Bug 27597: Fix our debug builds
  • Bug 28082: Add locales cs, el, hu, ka
  • Bug 26498: Add locale: es-AR
  • Bug 29916: Make sure enterprise policies are disabled
  • Bug 29349: Remove network.http.spdy.* overrides from meek helper user.js
  • Bug 29327: TypeError: hostName is null on about:tor page
  • Bug 30425: Revert armagadd-on-2.0 changes
  • Windows + OS X + Linux:
  • Update OpenSSL to 1.0.2r
  • Update Tor Launcher to 0.2.18.3
  • * Bug 27994+25151: Use the new Tor Browser logo
  • * Bug 29328: Account for Tor 0.4.0.x's revised bootstrap status reporting
  • * Bug 22402: Improve "For assistance" link
  • * Bug 27994: Use the new Tor Browser logo
  • * Bug 25405: Cannot use Moat if a meek bridge is configured
  • * Bug 27392: Update Moat URLs
  • * Bug 28082: Add locales cs, el, hu, ka
  • * Bug 26498: Add locale es-AR
  • * Bug 28039: Enable dump() if log method is 0
  • * Translations update
  • * Bug 25702: Activity 1.1 Update Tor Browser icon to follow design guidelines
  • * Bug 28111: Use Tor Browser icon in identity box
  • * Bug 22343: Make 'Save Page As' obey first-party isolation
  • * Bug 29768: Introduce new features to users
  • * Bug 27484: Improve navigation within onboarding
  • * Bug 25658+29554: Replace security slider with security level UI
  • * Bug 25658+29554: Replace security slider with security level UI
  • * Bug 25405: Cannot use Moat if a meek bridge is configured
  • * Bug 28885: notify users that update is downloading
  • * Bug 29180: MAR download stalls when about dialog is opened
  • * Bug 27485: Users are not taught how to open security-slider dialog
  • * Bug 27486: Avoid about:blank tabs when opening onboarding pages
  • * Bug 29440: Update about:tor when Tor Browser is updated
  • * Bug 23359: WebExtensions icons are not shown on first start
  • * Bug 28628: Change onboarding Security panel to open new Security Level panel
  • * Bug 27905: Fix many occurrences of "Firefox" in about:preferences
  • * Bug 28369: Stop shipping pingsender executable
  • * Bug 30457: Remove defunct default bridges
  • * Windows
  • * Bug 27503: Improve screen reader accessibility
  • * Bug 27865: Tor Browser 8.5a2 is crashing on Windows
  • * Bug 22654: Firefox icon is shown for Tor Browser on Windows 10 start menu
  • * Bug 28874: Bump mingw-w64 commit to fix WebGL crash
  • * Bug 12885: Windows Jump Lists fail for Tor Browser
  • * Bug 28618: Set MOZILLA_OFFICIAL for Windows build
  • * Bug 21704: Abort install if CPU is missing SSE2 support
  • * Bug 28002: Fix the precomplete file in the en-US installer
  • Build System:
  • All platforms:
  • Bug 29868: Fix installation of python-future package
  • Bug 25623: Disable network during build
  • Bug 25876: Generate source tarballs during build
  • Bug 28685: Set Build ID based on Tor Browser version
  • Bug 29194: Set DEBIAN_FRONTEND=noninteractive
  • Bug 29167: Upgrade go to 1.11.5
  • Bug 29158: Install updated apt packages (CVE-2019-3462)
  • Bug 29097: Don't try to install python3.6-lxml for HTTPS Everywhere
  • Bug 27061: Enable verification of langpacks checksums
  • Windows:
  • Bug 26148: Update binutils to 2.31.1
  • Bug 27320: Build certutil for Windows

New in Tor Browser 8.0.9 (May 8, 2019)

  • All platforms:
  • Update Torbutton to 2.0.13:
  • Bug 30388: Make sure the updated intermediate certificate keeps working
  • Backport fixes for bug 1549010 and bug 1549061:
  • Bug 30388: Make sure the updated intermediate certificate keeps working
  • Update NoScript to 10.6.1:
  • Bug 29872: XSS popup with DuckDuckGo search on about:tor

New in Tor Browser 8.5 Alpha 11 (Apr 17, 2019)

  • All platforms:
  • Update Torbutton to 2.1.6:
  • Bug 22538+22513: Fix new circuit button for error pages
  • Bug 29825: Intelligently add new Security Level button to taskbar
  • Bug 29903: No WebGL click-to-play on the standard security level
  • Bug 27484: Improve navigation within onboarding (strings)
  • Bug 29768: Introduce new features to users (strings)
  • Bug 29943: Use locales in AB-CD scheme to match Mozilla
  • Bug 26498: Add locale: es-AR
  • Bug 29973: Remove remaining stopOpenSecuritySettingsObserver() pieces
  • Translations update:
  • Bug 29916: Make sure enterprise policies are disabled
  • Bug 26498: Add locale: es-AR
  • Update NoScript to 10.6.1 XXX:
  • Bug 29872: XSS popup with DuckDuckGo search on about:tor
  • Windows + OS X + Linux:
  • Update Tor to 0.4.0.4-rc
  • Bug 29768: Introduce new features to users
  • Bug 27484: Improve navigation within onboarding
  • Bug 25658: Improve toolbar layout for new security settings
  • Update Tor Launcher to 0.2.18.2:
  • Bug 26498: Add locale es-AR
  • Translations update
  • Windows:
  • Bug 27503: Improve screen reader accessibility
  • Build System:
  • All platforms:
  • Bug 29868: Fix installation of python-future package
  • Bug 25623: Disable network during build

New in Tor Browser 8.0.8 (Mar 23, 2019)

  • Update Firefox to 60.6.1esr
  • Update NoScript to 10.2.4
  • Bug 29733: Work around Mozilla's bug 1532530

New in Tor Browser 8.5 Alpha 9 (Mar 21, 2019)

  • All platforms:
  • Update Firefox to 60.6.0esr
  • Bug 29120: Enable media cache in memory
  • Bug 29445: Enable support for enterprise policies
  • All platforms (update Torbutton to 2.1.5):
  • Bug 25658: Replace security slider with security level UI
  • Bug 28628: Change onboarding Security panel to open new Security Level panel
  • Bug 29440: Update about:tor when Tor Browser is updated
  • Bug 27478: Improved Torbutton icons for dark theme
  • Bug 29021: Tell NoScript it is running within Tor Browser
  • Bug 29239: Don't ship the Torbutton .xpi on mobile
  • Translations update
  • Windows + OS X + Linux:
  • Update OpenSSL to 1.0.2r
  • Bug 25658+29554: Replace security slider with security level UI
  • Bug 28885: notify users that update is downloading
  • Bug 29180: MAR download stalls when about dialog is opened
  • Bug 27485: Users are not taught how to open security-slider dialog
  • Bug 27486: Avoid about:blank tabs when opening onboarding pages
  • Bug 29440: Update about:tor when Tor Browser is updated
  • Bug 23359: WebExtensions icons are not shown on first start
  • Bug 28628: Change onboarding Security panel to open new Security Level panel
  • Windows + OS X + Linux (Update Tor to 0.4.0.2-alpha):
  • Bug 29660: XMPP can not connect to SOCKS5 anymore
  • Windows + OS X + Linux (Update Tor Launcher to 0.2.18.1):
  • Bug 29328: Account for Tor 0.4.0.x's revised bootstrap status reporting
  • Bug 22402: Improve "For assistance" link
  • Translations update
  • Android:
  • Bug 28329: Design Tor Browser for Android configuration UI
  • Bug 28802: Support PTs in Tor Browser for Android
  • Bug 29794: Update TBA built-in bridges
  • Bug 27210: Add support for x86 on Android
  • Bug 29809: Only ship tor binary for .apk architecture
  • Bug 29633: Don't ship pdnsd anymore
  • Bug 28708: about:tor is not the default homepage after upgrade
  • Bug 29626: Application name is now "Always-On Notifications"
  • Bug 29467: Backport fix for arc4random_buf bustage
  • Build System (all platforms):
  • Bug 25876: Generate source tarballs during build
  • Bug 28685: Set Build ID based on Tor Browser version
  • Bug 29194: Set DEBIAN_FRONTEND=noninteractive
  • Build System (Linux):
  • Bug 26323+29812: Build 32bit Linux bundles on 64bit Debian Wheezy
  • Bug 29758: Build firefox debug symbols for linux-i686
  • Build System (Android):
  • Bug 29632: Use HTTPS for downloading Gradle

New in Tor Browser 8.0.7 (Mar 18, 2019)

  • All platforms:
  • Update Firefox to 60.6.0esr
  • Update Tor to 0.3.5.8
  • Bug 29660: XMPP can not connect to SOCKS5 anymore
  • Update Torbutton to 2.0.11
  • Bug 29021: Tell NoScript it is running within Tor Browser
  • Windows:
  • Bug 29081: Harden libwinpthread

New in Tor Browser 8.0.6 (Feb 13, 2019)

  • All platforms:
  • Update Firefox to 60.5.1esr
  • Update HTTPS Everywhere to 2019.1.31
  • Bug 29378: Remove 83.212.101.3 from default bridges
  • Build System:
  • All Platforms:
  • Bug 29235: Build our own version of python3.6 for HTTPS Everywhere

New in Tor Browser 8.5 Alpha 7 (Jan 30, 2019)

  • All Platforms:
  • Update Firefox to 60.5.0esr
  • Update HTTPS Everywhere to 2019.1.7
  • Bug 29082: Backport patches for bug 1469916
  • Bug 28711: Backport patches for bug 1474659
  • Bug 27828: "Check for Tor Browser update" doesn't seem to do anything
  • Bug 29028: Auto-decline most canvas warning prompts again
  • Bug 27597: Fix our debug builds
  • Update Torbutton to 2.1.4:
  • Bug 25702: Update Tor Browser icon to follow design guidelines
  • Bug 21805: Add click-to-play button for WebGL
  • Bug 28836: Links on about:tor are not clickable
  • Bug 29035: Clean up our donation campaign and add newsletter sign-up link
  • Translations update
  • Code clean-up
  • Update NoScript to 10.2.1:
  • Bug 28873: Cascading of permissions is broken
  • Bug 28720: Some videos are blocked outright on higher security levels
  • Windows:
  • Update Tor to 0.4.0.1-alpha
  • Bug 25702: Activity 1.1 Update Tor Browser icon to follow design guidelines
  • Bug 28111: Use Tor Browser icon in identity box
  • Bug 22654: Firefox icon is shown for Tor Browser on Windows 10 start menu
  • Bug 27503: Compile with accessibility support
  • Bug 28874: Bump mingw-w64 commit to fix WebGL crash
  • Bug 12885: Windows Jump Lists fail for Tor Browser
  • Bug 28618: Set MOZILLA_OFFICIAL for Windows build
  • Build System:
  • All Platforms:
  • Bug 29158: Install updated apt packages (CVE-2019-3462)
  • Bug 29097: Don't try to install python3.6-lxml for HTTPS Everywhere
  • Windows:
  • Bug 26148: Update binutils to 2.31.1
  • Bug 29081: Harden libwinpthread

New in Tor Browser 8.5 Alpha 6 (Dec 12, 2018)

  • All Platforms:
  • Update Firefox to 60.4.0esr
  • Update OpenSSL to 1.0.2q
  • Update Torbutton to 2.1.3:
  • Bug 28540: Use new text for 2018 donation banner
  • Bug 27290: Remove WebGL pref for min capability mode
  • Bug 28075: Tone down missing SOCKS credential warning
  • Bug 28747: Remove NoScript (XPCOM) related unused code
  • Translations update
  • Bug 28608: Disable background HTTP response throttling
  • Bug 28695: Set default security.pki.name_matching_mode to enforce (3)
  • Bug 27290: Remove WebGL pref for min capability mode
  • Bug 27919: Backport SSL status API
  • Windows:
  • Bug 28740: Adapt Windows navigator.platform value on 64-bit systems
  • Android:
  • Bug 26843: Multi-locale support for Tor Browser on Android
  • Build System:
  • Android:
  • Bug 25164: Add .apk to our sha256sums unsigned build file
  • Bug 28696: Make path to Gradle dependencies reproducible
  • Bug 28697: Use pregenerated keystore and fix timestamp issues

New in Tor Browser 8.0.4 (Dec 11, 2018)

  • All platforms:
  • Update Firefox to 60.4.0esr
  • Update Tor to 0.3.4.9
  • Update OpenSSL to 1.0.2q
  • Update HTTPS Everywhere to 2018.10.31
  • Update NoScript to 10.2.0
  • Update Torbutton to 2.0.9:
  • Bug 28540: Use new text for 2018 donation banner
  • Bug 28515: Use en-US for english Torbutton strings
  • Translations update
  • Bug 1623: Block protocol handler enumeration (backport of fix for #680300)
  • Bug 25794: Disable pointer events
  • Bug 28608: Disable background HTTP response throttling
  • Bug 28185: Add smallerRichard to Tor Browser
  • Windows:
  • Bug 26381: about:tor page does not load on first start on Windows
  • Bug 28657: Remove broken FTE bridge from Tor Browser

New in Tor Browser 8.5 Alpha 5 (Dec 7, 2018)

  • All Platforms:
  • Update Torbutton to 2.1.2
  • Bug 25013: Integrate Torbutton into tor-browser for Android
  • Bug 27111: Update about:tor desktop version to work on mobile
  • Bug 28093: Update donation banner style to make it fit in small screens
  • Bug 28543: about:tor has scroll bar between widths 900px and 1000px
  • Bug 28039: Enable dump() if log method is 0
  • Bug 27701: Don't show App Blocker dialog on Android
  • Bug 28187: Change tor circuit icon to torbutton.svg
  • Bug 28515: Use en-US for english Torbutton strings
  • Translations update
  • Update Tor Launcher to 0.2.18
  • Bug 28039: Enable dump() if log method is 0
  • Translations update
  • Update HTTPS Everywhere to 2018.10.31
  • Update NoScript to 10.2.0
  • Bug 22343: Make 'Save Page As' obey first-party isolation
  • Bug 26540: Enabling pdfjs disableRange option prevents pdfs from loading
  • Windows:
  • Update Tor to 0.3.5.5-alpha
  • Bug 28310: Don't build obfs4 with module versioning support
  • Bug 27827: Update Go to 1.11.1
  • Bug 28185: Add smallerRichard to Tor Browser
  • Bug 28657: Remove broken FTE bridge from Tor Browser
  • Build System:
  • Bug 27977: Build Orbot inside tor-browser-build
  • Bug 27443: Update Firefox RBM config and build for Android
  • Bug 27439: Add android target for rust compiler
  • Bug 28469: Fix unsupported libbacktrace in Rust 1.26
  • Bug 28468: Modify Android toolchain to support Orbot
  • Bug 28483: Modify Android Toolchain API Version
  • Bug 28472: Add Android Makefile Rules
  • Bug 28470: Add fetch gradle dependency script to common project
  • Bug 28144: Update projects/tor-browser for Android

New in Tor Browser 8.5 Alpha 4 (Oct 24, 2018)

  • All Platforms:
  • Update Firefox to 60.3.0esr
  • Update Tor to 0.3.5.3-alpha
  • Update Torbutton to 2.1.1
  • Bug 23925+27959: Donation banner for year end 2018 campaign
  • Bug 24172: Donation banner clobbers Tor Browser version string
  • Bug 28082: Add locales cs, el, hu, ka
  • Translations update
  • Update Tor Launcher to 0.2.17
  • Bug 27994+25151: Use the new Tor Browser logo
  • Bug 28082: Add locales cs, el, hu, ka
  • Translations update
  • Update HTTPS Everywhere to 2018.9.19
  • Update NoScript to 10.1.9.9
  • Bug 1623: Block protocol handler enumeration (backport of fix for #680300)
  • Bug 27905: Fix many occurrences of "Firefox" in about:preferences
  • Bug 28082: Add locales cs, el, hu, ka
  • Windows:
  • Bug 21704: Abort install if CPU is missing SSE2 support
  • Bug 28002: Fix the precomplete file in the en-US installer
  • Build System:
  • All Platforms:
  • Bug 27218: Generate multiple Tor Browser bundles in parallel
  • Windows:
  • Bug 27320: Build certutil for Windows

New in Tor Browser 8.0.2 (Oct 3, 2018)

  • All platforms:
  • Update Firefox to 60.2.1esr
  • Backport fix for Mozilla bug 1493900 and 1493903

New in Tor Browser 8.0.1 (Sep 20, 2018)

  • Major features (onion services, UI change):
  • For a newly created onion service, the default version is now 3. Tor still supports existing version 2 services, but the operator now needs to set "HiddenServiceVersion 2" in order to create a new version 2 service. For existing services, Tor now learns the version by reading the key file. Closes ticket 27215.
  • Major features (relay, UI change):
  • Relays no longer run as exits by default. If the "ExitRelay" option is auto (or unset), and no exit policy is specified with ExitPolicy or ReducedExitPolicy, we now treat ExitRelay as 0. Previously in this case, we allowed exit traffic and logged a warning message. Closes ticket 21530. Patch by Neel Chauhan.
  • Tor now validates that the ContactInfo config option is valid UTF- 8 when parsing torrc. Closes ticket 27428.

New in Tor Browser 8.5 Alpha 1 (Sep 6, 2018)

  • ALL PLATFORMS:
  • Update Firefox to 60.2.0esr
  • Update Tor to 0.3.4.7-rc
  • Update OpenSSL to 1.0.2p
  • Update HTTPS Everywhere to 2018.8.22
  • Update NoScript to 10.1.9.1
  • Bug 26962: New feature onboarding
  • Bug 27403: The onboarding bubble is not always displayed
  • Bug 27283: Fix first-party isolation for UI tour
  • Bug 27213: Update about:tbupdate to new (about:tor) layout
  • Bug 26670: Make canvas permission prompt respect first-party isolation
  • Bug 26561: .onion images are not displayed
  • Bug 21787: Spoof en-US for date picker
  • Bug 21607: Disable WebVR for now until it is properly audited
  • Bug 21549: Disable wasm for now until it is properly audited
  • Bug 26614: Disable Web Authentication API until it is properly audited
  • Bug 27281: Enable Reader View mode again
  • Bug 26114: Don't expose navigator.mozAddonManager to websites
  • Bug 26048: Fix potentially confusing "restart to update" message
  • Bug 27221: Purge startup cache if Tor Browser version changed
  • Bug 26049: Reduce delay for showing update prompt to 1 hour
  • Bug 25405: Cannot use Moat if a meek bridge is configured
  • Bug 27268+27257+27262+26603 : Preferences clean-up

New in Tor Browser 8.0 (Sep 5, 2018)

  • ALL PLATFORMS:
  • Update Firefox to 60.2.0esr
  • Update Tor to 0.3.3.9
  • Update OpenSSL to 1.0.2p
  • Update Libevent to 2.1.8
  • Update Torbutton to 2.0.6
  • Update HTTPS Everywhere to 2018.8.22
  • Update NoScript to 10.1.9.1
  • Update obfs4proxy to v0.0.7 (bug 25356)
  • Bug 27082: Enable a limited UITour for user onboarding
  • Bug 26961: New user onboarding
  • Bug 26962: New feature onboarding
  • Bug 27403: The onboarding bubble is not always displayed
  • Bug 27283: Fix first-party isolation for UI tour
  • Bug 27213: Update about:tbupdate to new (about:tor) layout
  • Bug 17252: Enable TLS session identifiers with first-party isolation
  • Bug 26353: Prevent speculative connects that violate first-party isolation
  • Bug 26670: Make canvas permission prompt respect first-party isolation
  • Bug 24056: Use en-US strings in HTML forms if locale is spoofed to english
  • Bug 26456: HTTP .onion sites inherit previous page's certificate information
  • Bug 26561: .onion images are not displayed
  • Bug 26321: Move 'New Identity', 'New Circuit' to File, hamburger menus
  • Bug 26833: Backport Mozilla's bug 1473247
  • Bug 26628: Backport Mozilla's bug 1470156
  • Bug 26237: Clean up toolbar for ESR60-based Tor Browser
  • Bug 26519: Avoid Firefox icons in ESR60
  • Bug 26039: Load our preferences that modify extensions (fixup)
  • Bug 26515: Update Tor Browser blog post URLs
  • Bug 26216: Fix broken MAR file generation
  • Bug 26409: Remove spoofed locale implementation
  • Bug 25543: Rebase Tor Browser patches for ESR60
  • Bug 23247: Show security state of .onions
  • Bug 26039: Load our preferences that modify extensions
  • Bug 17965: Isolate HPKP and HSTS to URL bar domain
  • Bug 21787: Spoof en-US for date picker
  • Bug 21607: Disable WebVR for now until it is properly audited
  • Bug 21549: Disable wasm for now until it is properly audited
  • Bug 26614: Disable Web Authentication API until it is properly audited
  • Bug 27281: Enable Reader View mode again
  • Bug 26114: Don't expose navigator.mozAddonManager to websites
  • Bug 21850: Update about:tbupdate handling for e10s
  • Bug 26048: Fix potentially confusing "restart to update" message
  • Bug 27221: Purge startup cache if Tor Browser version changed
  • Bug 26049: Reduce delay for showing update prompt to 1 hour
  • Bug 26365: Add potential AltSvc support
  • Bug 9145: Fix broken hardware acceleration on Windows and enable it
  • Bug 26045: Add new MAR signing keys
  • Bug 25215: Revert bug 18619 (we are not disabling IndexedDB any longer)
  • Bug 19910: Rip out optimistic data socks handshake variant (#3875)
  • Bug 22564: Hide Firefox Sync
  • Bug 25090: Disable updater telemetry
  • Bug 26127: Make sure Torbutton and Tor Launcher are not treated as legacy extensions
  • Bug 13575: Disable randomised Firefox HTTP cache decay user tests
  • Bug 22548: Firefox downgrades VP9 videos to VP8 for some users
  • Bug 24995: Include git hash in tor --version
  • Bug 27268+27257+27262+26603 : Preferences clean-up
  • Bug 26073: Migrate general.useragent.locale to intl.locale.requested
  • Bug 27129+20628: Make Tor Browser available in ca, ga, id, is, nb, da, he, sv, and zh-TW
  • Bug 12927: Include Hebrew translation into Tor Browser
  • Bug 21245: Add danish (da) translation

New in Tor Browser 8.0 Alpha 10 (Aug 20, 2018)

  • All platforms:
  • Update Tor to 0.3.4.6-rc
  • Update Torbutton to 2.0.2
  • Bug 26960: Implement new about:tor start page
  • Bug 26961: Implement new user onboarding
  • Bug 26321: Move 'New Identity', 'New Circuit' to File, hamburger menus
  • Bug 26590: Use new svg.disabled pref in security slider
  • Bug 26655: Adjust color and size of onion button
  • Bug 26500: Reposition circuit display relay icon for RTL locales
  • Bug 26409: Remove spoofed locale implementation
  • Bug 26189: Remove content-policy.js
  • Bug 27129: Add locales ca, ga, id, is, nb
  • Translations update
  • Update Tor Launcher to 0.2.16.2
  • Bug 26985: Help button icons missing
  • Bug 25509: Improve the proxy help text
  • Bug 27129: Add locales ca, ga, id, is, nb
  • Translations update
  • Update NoScript to 10.1.8.16
  • Update meek to 0.31
  • Bug 26477: Make meek extension compatible with ESR 60
  • Bug 27082: Enable a limited UITour for user onboarding
  • Bug 26961: New user onboarding
  • Bug 14952: Enable HTTP2 and AltSvc
  • Bug 25735: Tor Browser stalls while loading Facebook login page
  • Bug 17252: Enable TLS session identifiers with first-party isolation
  • Bug 26353: Prevent speculative connects that violate first-party isolation
  • Bug 24056: Use en-US strings in HTML forms if locale is spoofed to english
  • Bug 26456: HTTP .onion sites inherit previous page's certificate information
  • Bug 26321: Move 'New Identity', 'New Circuit' to File, hamburger menus
  • Bug 26833: Backport Mozilla's bug 1473247
  • Bug 26628: Backport Mozilla's bug 1470156
  • Bug 26237: Clean up toolbar for ESR60-based Tor Browser
  • Bug 26519: Avoid Firefox icons in ESR60
  • Bug 26039: Load our preferences that modify extensions (fixup)
  • Bug 26515: Update Tor Browser blog post URLs
  • Bug 27129: Add locales ca, ga, id, is, nb
  • Bug 26216: Fix broken MAR file generation
  • Bug 26409: Remove spoofed locale implementation
  • Bug 26603: Remove obsolete HTTP pipelining preferences
  • Windows:
  • Bug 26514: Fix intermittent updater failures on Win64 (Error 19)
  • Bug 26874: Fix UNC path restrictions failure in Tor Browser 8.0a9
  • Bug 12968: Enable HEASLR in Windows x86_64 builds
  • Bug 9145: Fix broken hardware acceleration
  • Update tbb-windows-installer to 0.4
  • Bug 26355: Update tbb-windows-installer to check for Windows7+
  • Bug 26355: Require Windows7+ for updates to Tor Browser 8
  • Build System:
  • All:
  • Bug 26410: Stop using old MAR format in the alpha series
  • Bug 27020: RBM build fails with runc version 1.0.1
  • Bug 26949: Use GitHub repository for STIX
  • Bug 26773: Add --verbose to the ./mach build flag for firefox
  • Bug 26569: Redirect pre-8.0a9 alpha users to a separate update directory
  • Bug 26319: Don't package up Tor Browser in the `mach package` step
  • Windows:
  • Bug 27152: Use mozilla/fxc2.git for the fxc2 repository

New in Tor Browser 8.0 Alpha 9 (Jun 27, 2018)

  • All platforms:
  • Update Firefox to 60.1.0esr
  • Update Tor to 0.3.4.2-alpha
  • Update Libevent to 2.1.8
  • Update Binutils to 2.26.1
  • Update HTTPS Everywhere to 2018.6.13
  • Update NoScript to 10.1.8.2
  • Bug 25543: Rebase Tor Browser patches for ESR60
  • Bug 23247: Show security state of .onions
  • Bug 26039: Load our preferences that modify extensions
  • Bug 17965: Isolate HPKP and HSTS to URL bar domain
  • Bug 26365: Add potential AltSvc support
  • Bug 26045: Add new MAR signing keys
  • Bug 22564: Hide Firefox Sync
  • Bug 25090: Disable updater telemetry
  • Bug 26127: Make sure Torbutton and Tor Launcher are not treated as legacy extensions
  • Bug 26073: Migrate general.useragent.locale to intl.locale.requested
  • Bug 20628: Make Tor Browser available in da, he, sv-SE, and zh-TW
  • Bug 12927: Include Hebrew translation into Tor Browser
  • Bug 21245: Add danish (da) translation
  • Update Torbutton to 2.0.1:
  • Bug 26100: Adapt Torbutton to Firefox 60 ESR
  • Bug 26430: New Torbutton icon
  • Bug 24309: Move circuit display to the identity popup
  • Bug 26128: Adapt security slider to the WebExtensions version of NoScript
  • Bug 23247: Show security state of .onions
  • Bug 26129: Show our about:tor page on startup
  • Bug 26235: Hide new unusable items from help menu
  • Bug 26058: Remove workaround for hiding 'sign in to sync' button
  • Bug 20628: Add locales da, he, sv, and zh-TW
  • Translations update
  • Update Tor Launcher to 0.2.16.1:
  • Bug 25750: Update Tor Launcher to make it compatible with Firefox 60 ESR
  • Bug 20890: Increase control port connection timeout
  • Bug 20628: Add more locales to Tor Browser
  • Translations update
  • Windows:
  • Bug 26239+24197: Enable content sandboxing for 64bit Windows builds
  • Bug 22581: Fix shutdown crash
  • Bug 26424: Disable UNC paths to prevent possible proxy bypasses
  • Bug 26304: Update zlib to version 1.2.11
  • Build System:
  • All:
  • Bug 26362: Use old MAR format for first ESR60-based alpha
  • Clean up
  • Windows:
  • Bug 26203: Adapt tor-browser-build/tor-browser for Windows
  • Bug 26204: Bundle d3dcompiler_47.dll for Tor Browser 8
  • Bug 26205: Don't build the uninstaller for Windows during Firefox compilation
  • Bug 26206: Ship pthread related dll where needed
  • Bug 26396: Build libwinpthread reproducible
  • Bug 25837: Integrate fxc2 into our build setup for Windows builds
  • Bug 25894: Get a rust cross-compiler for Windows
  • Bug 25554: Bump mingw-w64 version for ESR 60
  • Bug 23561: Fix nsis builds for Windows 64
  • Bug 23231: Remove our STL Wrappers workaround for Windows 64bit
  • Bug 26370: Don't copy msvcr100.dll and libssp-0.dll twice
  • Bug 26476: Work around Tor Browser crashes due to fix for bug 1467041
  • Bug 18287: Use SHA-2 signature for Tor Browser setup executables

New in Tor Browser 7.5.6 (Jun 25, 2018)

  • Update Firefox to 52.9.0esr
  • Update Tor to 0.3.3.7
  • Update Tor Launcher to 0.2.14.5
  • Bug 20890: Increase control port connection timeout
  • Update HTTPS Everywhere to 2018.6.21
  • Bug 26451: Prevent HTTPS Everywhere from freezing the browser
  • Update NoScript to 5.1.8.6
  • Bug 21537: Mark .onion cookies as secure
  • Bug 25938: Backport fix for cross-origin header leak (bug 1334776)
  • Bug 25721: Backport patches from Mozilla's bug 1448771
  • Bug 25147+25458: Sanitize HTML fragments for chrome documents
  • Bug 26221: Backport fix for leak in SHA256 in nsHttpConnectionInfo.cpp
  • Bug 26424: Disable UNC paths to prevent possible proxy bypasses

New in Tor Browser 8.0 Alpha 8 (Jun 10, 2018)

  • All platforms:
  • Update Firefox to 52.8.1esr
  • Bug 26098: Remove amazon-meek

New in Tor Browser 7.5.5 (Jun 10, 2018)

  • All platforms:
  • Update Firefox to 52.8.1esr
  • Bug 26098: Remove amazon-meek

New in Tor Browser 8.0 Alpha 7 (May 9, 2018)

  • All platforms:
  • Update Firefox to 52.8.0esr
  • Update Tor Launcher to 0.2.15.2:
  • Bug 25807: Change front domain to unbreak Moat
  • Translations update
  • Bug 25973: Backport off-by-one fix (bug 1352073)
  • Bug 25938: Backport fix for cross-origin header leak (bug 1334776)
  • Bug 25458: Fix broken UI customization
  • Bug 25898: Make Youtube videos play automatically again
  • Bug 25980: Improve backport of bug 1448771 (fixes broken Orfox build)
  • OS X:
  • Bug 26010: Change Snowflake rendezvous to use the Azure domain front
  • Linux:
  • Bug 26010: Change Snowflake rendezvous to use the Azure domain front

New in Tor Browser 7.5.4 (May 9, 2018)

  • All platforms:
  • Update Firefox to 52.8.0esr
  • Update HTTPS Everywhere to .4.11
  • Update NoScript to 5.1.8.5
  • Bug 23439: Exempt .onion domains from mixed content warnings
  • Bug 22614: Make e10s/non-e10s Tor Browsers indistinguishable
  • Bug 22659: Changes to `intl.accept.languages` get overwritten after restart
  • Bug 25973: Backport off-by-one fix (bug 1352073)
  • Bug 25020: Add a tbb_version.json file

New in Tor Browser 8.0 Alpha 6 (Apr 21, 2018)

  • Update Tor to 0.3.3.5-rc
  • Update OpenSSL to 1.0.2o
  • Update HTTPS Everywhere to 2018.4.11
  • Update NoScript to 5.1.8.5
  • Bug 21537: Mark .onion cookies as secure
  • Bug 21850: Update about:tbupdate handling for e10s
  • Bug 25721: Backport patches from Mozilla's bug 1448771
  • Bug 13893: Make EMET compatible with Tor Browser
  • Build System:
  • Bug 25420: Update GCC to 6.4.0
  • Bug 20302: Fix FTE compilation for Windows with GCC 6.4.0
  • Update Torbutton to 1.9.9.1:
  • Bug 25126: Make about:tor layout responsive
  • Translations update

New in Tor Browser 8.0 Alpha 5 (Mar 26, 2018)

  • All platforms:
  • Update Firefox to 52.7.3esr
  • Update HTTPS Everywhere to 2018.3.13
  • Bug 23439: Exempt .onion domains from mixed content warnings

New in Tor Browser 7.5.2 (Mar 19, 2018)

  • Update Firefox to 52.7.2esr

New in Tor Browser 7.5.1 (Mar 13, 2018)

  • All platforms:
  • Update Firefox to 52.7.0esr
  • Update Tor to 0.3.2.10
  • Update Torbutton to 1.9.8.6:
  • Bug 24159: Version check does not deal with platform specific checks
  • Bug 25016: Remove 2017 donation banner
  • Translations update
  • Update Tor Launcher to 0.2.14.4:
  • Bug 25089: Special characters are not escaped in proxy password
  • Translations update
  • Update NoScript to 5.1.8.4
  • Bug 25356: Update obfs4proxy to v0.0.7
  • Bug 25000: Add [System+Principal] to the NoScript whitelist
  • Windows:
  • * Bug 25112: Disable sandboxing on 64-bit Windows <= Vista

New in Tor Browser 8.0 Alpha 2 (Feb 23, 2018)

  • Update Tor to 0.3.3.2-alpha
  • Update Torbutton to 1.9.9:
  • Bug 24159: Version check does not deal with platform specific checks
  • Bug 25016: Remove 2017 donation banner
  • Translations update
  • Update Tor Launcher to 0.2.15:
  • Bug 25089: Special characters are not escaped in proxy password
  • Translations update
  • Update HTTPS Everywhere to 2018.1.29
  • Update NoScript to 5.1.8.4
  • Update meek to 0.29
  • Bug 25215: Revert bug 18619 (we are not disabling IndexedDB any longer)
  • Bug 19910: Rip out optimistic data socks handshake variant (#3875)
  • Bug 22659: Changes to `intl.accept.languages` get overwritten after restart
  • Bug 25000: Add [System+Principal] to the NoScript whitelist
  • Bug 15599: Disable Range requests used by pdfjs as they are not isolated
  • Bug 22614: Make e10s/non-e10s Tor Browsers indistinguishable
  • Bug 13575: Disable randomised Firefox HTTP cache decay user tests
  • Bug 25020: Add a tbb_version.json file
  • Bug 24995: Include git hash in tor --version
  • Windows:
  • Bug 25266: PT config should include full names of executable files
  • Build System:
  • Bug 25111: Don't compile Yasm on our own anymore for Windows Tor Browser

New in Tor Browser 8.0 Alpha 1 (Jan 23, 2018)

  • All Platforms:
  • Update Firefox to 52.6.0esr
  • Update Tor to 0.3.2.9
  • Update Torbutton to 1.9.8.5:
  • Bug 21245: Add da translation to Torbutton and keep track of it
  • Bug 24702: Remove Mozilla text from banner
  • Translations update
  • Update Tor Launcher to 0.2.14.3:
  • Translations update
  • Update HTTPS Everywhere to 2018.1.11
  • Bug 24756: Add noisebridge01 obfs4 bridge configuration
  • Bug 23916: Add new MAR signing key
  • Bug 22548: Firefox downgrades VP9 videos to VP8 for some users
  • Windows:
  • Bug 24197: Fix win64 sandbox compile issues
  • BUILD SYSTEM:
  • Windows:
  • Bug 18691: switch Windows builds from precise to jessie

New in Tor Browser 7.5 (Jan 23, 2018)

  • All Platforms:
  • Update Firefox to 52.6.0esr
  • Update Tor to 0.3.2.9
  • Update OpenSSL to 1.0.2n
  • Update Torbutton to 1.9.8.5:
  • Bug 21847: Update copy for security slider
  • Bug 21245: Add da translation to Torbutton and keep track of it
  • Bug 24702: Remove Mozilla text from banner
  • Bug 10573: Replace deprecated nsILocalFile with nsIFile (code clean-up)
  • Translations update
  • Update Tor Launcher to 0.2.14.3:
  • Bug 23262: Implement integrated progress bar
  • Bug 23261: implement configuration portion of new Tor Launcher UI
  • Bug 24623: Revise "country that censors Tor" text
  • Bug 24624: tbb-logo.svg may cause network access
  • Bug 23240: Retrieve current bootstrap progress before showing progress bar
  • Bug 24428: Bootstrap error message sometimes lost
  • Bug 22232: Add README on use of bootstrap status messages
  • Bug 10573: Replace deprecated nsILocalFile with nsIFile (code clean-up)
  • Translations update
  • Update HTTPS Everywhere to 2018.1.11
  • Update NoScript to 5.1.8.3:
  • Bug 23104: CSS line-height reveals the platform Tor Browser is running on
  • Bug 24398: Plugin-container process exhausts memory
  • Bug 22501: Requests via javascript: violate FPI
  • Bug 24756: Add noisebridge01 obfs4 bridge configuration
  • Windows:
  • Bug 16010: Enable content sandboxing on Windows
  • Bug 23230: Fix build error on Windows 64
  • BUILD SYSTEM:
  • All Platforms:
  • Switch from gitian/tor-browser-bundle to rbm/tor-browser-build
  • Windows:
  • Bug 22563: Update mingw-w64 to fix W^X violations
  • Bug 20929: Bump GCC version to 5.4.0

New in Tor Browser 7.5 Alpha 9 (Dec 9, 2017)

  • All Platforms:
  • Update Firefox to 52.5.2esr
  • Update Tor to 0.3.2.6-alpha
  • Update HTTPS-Everywhere to 2017.12.6
  • Update NoScript to 5.1.8.1
  • Update sandboxed-tor-browser to 0.0.16

New in Tor Browser 7.0.11 (Dec 8, 2017)

  • All Platforms:
  • Update Firefox to 52.5.2esr
  • Update Tor to 0.3.1.9
  • Update HTTPS-Everywhere to 2017.12.6
  • Update NoScript to 5.1.8.1

New in Tor Browser 7.5 Alpha 8 (Nov 15, 2017)

  • All Platforms:
  • Update Firefox to 52.5.0esr
  • Update Tor to 0.3.2.4-alpha
  • Update Torbutton to 1.9.8.3:
  • Bug 23997: Add link to Tor Browser manual for de, nl, tr, vi
  • Bug 23949: Fix donation banner display
  • Update locales with translated banner
  • Translations update
  • Update Tor Launcher to 0.2.14.1:
  • Bug 23262: Implement integrated progress bar
  • Bug 23261: implement configuration portion of new Tor Launcher UI
  • Translations update
  • Update HTTPS-Everywhere to 2017.10.30
  • Update NoScript to 5.1.5:
  • Bug 23968: NoScript icon jumps to the right after update
  • Update sandboxed-tor-browser to 0.0.15
  • Windows:
  • Bug 20636+10026: Create 64bit Tor Browser for Windows
  • Bug 24052: Block file:// redirects early

New in Tor Browser 7.0.10 (Nov 14, 2017)

  • All Platforms:
  • Update Firefox to 52.5.0esr
  • Update Tor to 0.3.1.8
  • Update Torbutton to 1.9.7.10:
  • Bug 23997: Add link to Tor Browser manual for de, nl, tr, vi
  • Translations update
  • Update HTTPS-Everywhere to 2017.10.30:
  • Bug 24178: Use make.sh for building HTTPS-Everywhere
  • Update NoScript to 5.1.5:
  • Bug 23968: NoScript icon jumps to the right after update
  • Windows only:
  • Bug 23582: Enable the Windows DLL blocklist for mingw-w64 builds
  • Bug 23396: Update the msvcr100.dll we ship
  • Bug 24052: Block file:// redirects early

New in Tor Browser 7.0.8 (Oct 25, 2017)

  • Update Torbutton to 1.9.7.9
  • Bug 23949: Fix donation banner display
  • Update locales with translated banner
  • Translations update

New in Tor Browser 7.5 Alpha 6 (Oct 20, 2017)

  • All Platforms:
  • Update Firefox to 52.4.1esr
  • Update Tor to 0.3.2.2-alpha
  • Update Torbutton to 1.9.8.2
  • Bug 23887: Update banner locales and Mozilla text
  • Translations update
  • Update HTTPS-Everywhere to 2017.10.4
  • Update NoScript to 5.1.2
  • Bug 23723: Loading entities from NoScript .dtd files is blocked
  • Bug 23724: NoScript update breaks Security Slider and its icon disappears
  • Bug 23745: Tab crashes when using Tor Browser to access Google Drive
  • Bug 23694: Update the detailsURL in update responses
  • Bug 22501: Requests via javascript: violate FPI

New in Tor Browser 7.0.7 (Oct 19, 2017)

  • Bug 23745: Tab crashes when using Tor Browser to access Google Drive
  • Bug 22610: Avoid crashes when canceling external helper app related downloads
  • Bug 22472: Fix FTP downloads when external helper app dialog is shown
  • Bug 22471: Downloading pdf files via the PDF viewer download button is broken
  • Bug 22618: Downloading pdf file via file:/// is stalling
  • Bug 23694: Update the detailsURL in update responses
  • Update Firefox to 52.4.1esr
  • Update Torbutton to 1.9.7.8:
  • Bug 23887: Update banner locales and Mozilla text
  • Bug 23526: Add 2017 Donation banner text
  • Bug 23483: Donation banner on about:tor for 2017 (testing mode)
  • Bug 22610: Avoid crashes when canceling external helper app related downloads
  • Bug 22472: Fix FTP downloads when external helper app dialog is shown
  • Bug 22471: Downloading pdf files via the PDF viewer download button is broken
  • Bug 22618: Downloading pdf file via file:/// is stalling
  • Translations update
  • Update HTTPS-Everywhere to 2017.10.4
  • Update NoScript to 5.1.2:
  • Bug 23723: Loading entities from NoScript .dtd files is blocked
  • Bug 23724: NoScript update breaks Security Slider and its icon disappears
  • OS X only:
  • Bug 23807: Tab crashes when playing video on High Sierra

New in Tor Browser 7.5 Alpha 5 (Sep 29, 2017)

  • All Platforms:
  • Update Firefox to 52.4.0esr
  • Update Tor to 0.3.2.1-alpha
  • Update Torbutton to 1.9.8.1
  • Bug 20375: Warn users after entering fullscreen mode
  • Bug 22989: Fix dimensions of new windows on macOS
  • Bug 23526: Add 2017 Donation banner text
  • Bug 23483: Donation banner on about:tor for 2017 (testing mode)
  • Translations update
  • Update Tor Launcher to 0.2.13
  • Bug 23240: Retrieve current bootstrap progress before showing progress bar
  • Bug 22232: Add README on use of bootstrap status messages
  • Translations update
  • Update HTTPS-Everywhere to 2017.9.12
  • Update NoScript to 5.0.10
  • Update sandboxed-tor-browser to 0.0.13
  • Bug 23393: Don't crash all tabs when closing one tab
  • Bug 23166: Add new obfs4 bridge to the built-in ones
  • Bug 23258: Fix broken HTTPS-Everywhere on higher security levels
  • Bug 21270: NoScript settings break WebExtensions add-ons
  • Bug 23104: CSS line-height reveals the platform Tor Browser is running on
  • Windows:
  • Bug 16010: Enable content sandboxing on Windows
  • Bug 23582: Enable the Windows DLL blocklist for mingw-w64 builds
  • Bug 23396: Update the msvcr100.dll we ship
  • Bug 23230: Fix build error on Windows 64
  • Build System:
  • All Platforms:
  • Switch from gitian/tor-browser-bundle to rbm/tor-browser-build

New in Tor Browser 7.0.6 (Sep 26, 2017)

  • Update Firefox to 52.4.0esr
  • Update Tor to 0.3.1.7
  • Update Torbutton to 1.9.7.7
  • Bug 20375: Warn users after entering fullscreen mode
  • Update HTTPS-Everywhere to 2017.9.12
  • Update NoScript to 5.0.10
  • Bug 21830: Copying large text from web console leaks to /tmp
  • Bug 23393: Don't crash all tabs when closing one tab

New in Tor Browser 7.0.5 (Sep 4, 2017)

  • All Platforms:
  • Update Torbutton to 1.9.7.6
  • Bug 22989: Fix dimensions of new windows on macOS
  • Translations update
  • Update HTTPS-Everywhere to 2017.8.31
  • Update NoScript to 5.0.9
  • Bug 23166: Add new obfs4 bridge to the built-in ones
  • Bug 23258: Fix broken HTTPS-Everywhere on higher security levels
  • Bug 21270: NoScript settings break WebExtensions add-ons

New in Tor Browser 7.5 Alpha 4 (Aug 8, 2017)

  • All platforms:
  • Update Firefox to 52.3.0esr
  • Update Tor to 0.3.1.5-alpha
  • Update OpenSSL to 1.0.2l
  • Update Torbutton to 1.9.8:
  • Bug 22610: Avoid crashes when canceling external helper app related downloads
  • Bug 22472: Fix FTP downloads when external helper app dialog is shown
  • Bug 22471: Downloading pdf files via the PDF viewer download button is broken
  • Bug 22618: Downloading pdf file via file:/// is stalling
  • Bug 22542: Resize slider window to work without scrollbars
  • Bug 21999: Fix display of language prompt in non-en-US locales
  • Bug 18193: Don't let about:tor have chrome privileges
  • Bug 22535: Search on about:tor discards search query
  • Bug 21948: Going back to about:tor page gives "Address isn't valid" error
  • Code clean-up
  • Translations update
  • Update Tor Launcher to 0.2.12.3:
  • Bug 22592: Default bridge settings are not removed
  • Translations update
  • Update HTTPS-Everywhere to 5.2.21
  • Update NoScript to 5.0.8.1:
  • Bug 22362: Remove workaround for XSS related browser freezing
  • Bug 22067: NoScript Click-to-Play bypass with embedded videos and audio
  • Update sandboxed-tor-browser to 0.0.12:
  • Bug 22610: Avoid crashes when canceling external helper app related downloads
  • Bug 22472: Fix FTP downloads when external helper app dialog is shown
  • Bug 22471: Downloading pdf files via the PDF viewer download button is broken
  • Bug 22618: Downloading pdf file via file:/// is stalling
  • Bug 21321: Exempt .onions from HTTP related security warnings
  • Bug 21830: Copying large text from web console leaks to /tmp
  • Bug 22073: Disable GetAddons option on addons page
  • Bug 22884: Fix broken about:tor page on higher security levels
  • Bug 22829: Remove default obfs4 bridge riemann.
  • Windows:
  • Bug 21617: Fix single RWX page on Windows (included in 52.3.0esr)

New in Tor Browser 7.0.4 (Aug 8, 2017)

  • All platforms:
  • Update Firefox to 52.3.0esr
  • Update Tor to 0.3.0.10
  • Update HTTPS-Everywhere to 5.2.21
  • Update Torbutton to 1.9.7.5:
  • Bug 21999: Fix display of language prompt in non-en-US locales
  • Bug 18193: Don't let about:tor have chrome privileges
  • Bug 22535: Search on about:tor discards search query
  • Bug 21948: Going back to about:tor page gives "Address isn't valid" error
  • Code clean-up
  • Translations update
  • Update Tor Launcher to 0.2.12.3:
  • Bug 22592: Default bridge settings are not removed
  • Update NoScript to 5.0.8.1:
  • Bug 22362: Remove workaround for XSS related browser freezing
  • Bug 22067: NoScript Click-to-Play bypass with embedded videos and audio
  • Bug 21321: Exempt .onions from HTTP related security warnings
  • Bug 22073: Disable GetAddons option on addons page
  • Bug 22884: Fix broken about:tor page on higher security levels
  • Windows:
  • Bug 22829: Remove default obfs4 bridge riemann.
  • Bug 21617: Fix single RWX page on Windows (included in 52.3.0esr)

New in Tor Browser 7.0.2 (Jul 4, 2017)

  • Update Tor to 0.3.0.9, fixing bug #22753
  • Update HTTPS-Everywhere to 5.2.19

New in Tor Browser 7.5 Alpha 1 (Jun 14, 2017)

  • All Platforms:
  • Update Firefox to 52.2.0esr
  • Update Tor to 0.3.1.3-alpha
  • Update Torbutton to 1.9.7.4
  • Bug 22542: Security Settings window too small on macOS 10.12
  • Bug 22104: Adjust our content policy whitelist for ff52-esr
  • Bug 22457: Allow resources loaded by view-source://
  • Bug 21627: Ignore HTTP 304 responses when checking redirects
  • Bug 22459: Adapt our use of the nsIContentPolicy to e10s mode
  • Translations update
  • Update Tor Launcher to 0.2.12.2:
  • Bug 22283: Linux 7.0a4 is broken after update due to unix: lines in torrc
  • Translations update
  • Update HTTPS-Everywhere to 5.2.18
  • Update NoScript to 5.0.5
  • Update sandboxed-tor-browser to 0.0.7
  • Bug 22362: NoScript's XSS filter freezes the browser
  • Bug 21766: Fix crash when the external application helper dialog is invoked
  • Bug 21886: Download is stalled in non-e10s mode
  • Bug 22333: Disable WebGL2 API for now
  • Bug 21861: Disable additional mDNS code to avoid proxy bypasses
  • Bug 21684: Don't expose navigator.AddonManager to content
  • Bug 21431: Clean-up system extensions shipped in Firefox 52
  • Bug 22320: Use preference name 'referer.hideOnionSource' everywhere
  • Bug 16285: Don't ship ClearKey EME system and update EME preferences
  • Bug 21972: about:support is partially broken
  • Bug 21323: Enable Mixed Content Blocking
  • Bug 22415: Fix format error in our pipeline patch
  • Bug 21862: Rip out potentially unsafe Rust code
  • Bug 16485: Improve about:cache page
  • Bug 22462: Backport of patch for bug 1329521 to fix assertion failure
  • Bug 22458: Fix broken `about:cache` page on higher security levels
  • Bug 18531: Uncaught exception when opening ip-check.info
  • Bug 18574: Uncaught exception when clicking items in Library
  • Bug 22327: Isolate Page Info media previews to first party domain
  • Bug 22452: Isolate tab list menuitem favicons to first party domain
  • Bug 15555: View-source requests are not isolated by first party domain
  • Bug 5293: Neuter fingerprinting with Battery API
  • Bug 22429: Add IPv6 address for Lisbeth:443 obfs4 bridge
  • Bug 22468: Add default obfs4 bridges frosty and dragon
  • Windows:
  • Bug 22419: Prevent access to file://
  • Bug 21617: Fix single RWX page on Windows

New in Tor Browser 7.0.1 (Jun 13, 2017)

  • Update Firefox to 52.2.0esr
  • Update Tor to 0.3.0.8
  • Update Torbutton to 1.9.7.4
  • Bug 22542: Security Settings window too small on macOS 10.12
  • Update HTTPS-Everywhere to 5.2.18
  • Bug 22362: NoScript's XSS filter freezes the browser

New in Tor Browser 7.0 (Jun 6, 2017)

  • ALL PLATFORMS:
  • Update Firefox to 52.1.2esr
  • Update Tor to 0.3.0.7
  • Update Torbutton to 1.9.7.3
  • Bug 22104: Adjust our content policy whitelist for ff52-esr
  • Bug 22457: Allow resources loaded by view-source://
  • Bug 21627: Ignore HTTP 304 responses when checking redirects
  • Bug 22459: Adapt our use of the nsIContentPolicy to e10s mode
  • Bug 21865: Update our JIT preferences in the security slider
  • Bug 21747: Make 'New Tor Circuit for this Site' work in ESR52
  • Bug 21745: Fix handling of catch-all circuit
  • Bug 21547: Fix circuit display under e10s
  • Bug 21268: e10s compatibility for New Identity
  • Bug 21267: Remove window resize implementation for now
  • Bug 21201: Make Torbutton multiprocess compatible
  • Translations update:
  • Update Tor Launcher to 0.2.12.2
  • Bug 22283: Linux 7.0a4 broken after update due to unix: lines in torrc
  • Bug 20761: Don't ignore additional SocksPorts
  • Bug 21920: Don't show locale selection dialog
  • Bug 21546: Mark Tor Launcher as multiprocess compatible
  • Bug 21264: Add a README file
  • Translations update:
  • Update HTTPS-Everywhere to 5.2.17
  • Update NoScript to 5.0.5
  • Update Go to 1.8.3 (bug 22398)
  • Bug 21962: Fix crash on about:addons page
  • Bug 21766: Fix crash when the external application helper dialog is invoked
  • Bug 21886: Download is stalled in non-e10s mode
  • Bug 21778: Canvas prompt is not shown in Tor Browser based on ESR52
  • Bug 21569: Add first-party domain to Permissions key
  • Bug 22165: Don't allow collection of local IP addresses
  • Bug 13017: Work around audio fingerprinting by disabling the Web Audio API
  • Bug 10286: Disable Touch API and add fingerprinting resistance as fallback
  • Bug 13612: Disable Social API
  • Bug 10283: Disable SpeechSynthesis API
  • Bug 22333: Disable WebGL2 API for now
  • Bug 21861: Disable additional mDNS code to avoid proxy bypasses
  • Bug 21684: Don't expose navigator.AddonManager to content
  • Bug 21431: Clean-up system extensions shipped in Firefox 52
  • Bug 22320: Use preference name 'referer.hideOnionSource' everywhere
  • Bug 16285: Don't ship ClearKey EME system and update EME preferences
  • Bug 21675: Spoof window.navigator.hardwareConcurrency
  • Bug 21792: Suppress MediaError.message
  • Bug 16337: Round times exposed by Animation API to nearest 100ms
  • Bug 21972: about:support is partially broken
  • Bug 21726: Keep Graphite support disabled
  • Bug 21323: Enable Mixed Content Blocking
  • Bug 21685: Disable remote new tab pages
  • Bug 21790: Disable captive portal detection
  • Bug 21686: Disable Microsoft Family Safety support
  • Bug 22073: Make sure Mozilla's experiments are disabled
  • Bug 21683: Disable newly added Safebrowsing capabilities
  • Bug 22071: Disable Kinto-based blocklist update mechanism
  • Bug 22415: Fix format error in our pipeline patch
  • Bug 22072: Hide TLS error reporting checkbox
  • Bug 20761: Don't ignore additional SocksPorts
  • Bug 21862: Rip out potentially unsafe Rust code
  • Bug 16485: Improve about:cache page
  • Bug 22462: Backport of patch for bug 1329521 to fix assertion failure
  • Bug 21340: Identify and backport new patches from Firefox
  • Bug 22153: Fix broken feeds on higher security levels
  • Bug 22025: Fix broken certificate error pages on higher security levels
  • Bug 21887: Fix broken error pages on higher security levels
  • Bug 22458: Fix broken `about:cache` page on higher security levels
  • Bug 21876: Enable e10s by default on all supported platforms
  • Bug 21876: Always use esr policies for e10s
  • Bug 20905: Fix resizing issues after moving to a direct Firefox patch
  • Bug 21875: Modal dialogs are maximized in ESR52 nightly builds
  • Bug 21885: SVG is not disabled in Tor Browser based on ESR52
  • Bug 17334: Hide Referer when leaving a .onion domain (improved patch)
  • Bug 18531: Uncaught exception when opening ip-check.info
  • Bug 18574: Uncaught exception when clicking items in Library
  • Bug 22327: Isolate Page Info media previews to first party domain
  • Bug 22452: Isolate tab list menuitem favicons to first party domain
  • Bug 15555: View-source requests are not isolated by first party domain
  • Bug 3246: Double-key cookies
  • Bug 8842: Fix XML parsing error
  • Bug 5293: Neuter fingerprinting with Battery API
  • Bug 16886: 16886: "Add-on compatibility check dialog" contains Firefox logo
  • Bug 19645: TBB zooms text when resizing browser window
  • Bug 19192: Untrust Blue Coat CA
  • Bug 19955: Avoid confusing warning that favicon load request got cancelled
  • Bug 20005: Backport fixes for memory leaks investigation
  • Bug 20755: ltn.com.tw is broken in Tor Browser
  • Bug 21896: Commenting on website is broken due to CAPTCHA not being displayed
  • Bug 20680: Rebase Tor Browser patches to 52 ESR
  • Bug 22429: Add IPv6 address for Lisbeth:443 obfs4 bridge
  • Bug 22468: Add default obfs4 bridges frosty and dragon
  • Windows:
  • Bug 22419: Prevent access to file://
  • Bug 12426: Make use of HeapEnableTerminationOnCorruption
  • Bug 19316: Make sure our Windows updates can deal with the SSE2 requirement
  • Bug 21868: Fix build bustage with FIREFOX_52_0_2esr_RELEASE for Windows
  • BUILD SYSTEM:
  • Windows:
  • Bug 21837: Fix reproducibility of accessibility code for Windows
  • Bug 21240: Create patches to fix mingw-w64 compilation of Firefox ESR 52
  • Bug 21904: Bump mingw-w64 commit to help with sandbox compilation
  • Bug 18831: Use own Yasm for Firefox cross-compilation

New in Tor Browser 7.0 Alpha 4 (May 16, 2017)

  • All Platforms:
  • Update Firefox to 52.1.1esr
  • Update Tor to 0.3.0.6
  • Update Tor Launcher to 0.2.12.1
  • Bug 20761: Don't ignore additional SocksPorts
  • Translation update
  • Update HTTPS-Everywhere to 5.2.16
  • Update NoScript to 5.0.4
  • Bug 21962: Fix crash on about:addons page
  • Bug 21778: Canvas prompt is not shown in Tor Browser based on ESR52
  • Bug 21569: Add first-party domain to Permissions key
  • Bug 22165: Don't allow collection of local IP addresses
  • Bug 13017: Work around audio fingerprinting by disabling the Web Audio API
  • Bug 10286: Disable Touch API and add fingerprinting resistance as fallback
  • Bug 13612: Disable Social API
  • Bug 10283: Disable SpeechSynthesis API
  • Bug 21675: Spoof window.navigator.hardwareConcurrency
  • Bug 21792: Suppress MediaError.message
  • Bug 16337: Round times exposed by Animation API to nearest 100ms
  • Bug 21726: Keep Graphite support disabled
  • Bug 21685: Disable remote new tab pages
  • Bug 21790: Disable captive portal detection
  • Bug 21686: Disable Microsoft Family Safety support
  • Bug 22073: Make sure Mozilla's experiments are disabled
  • Bug 21683: Disable newly added Safebrowsing capabilities
  • Bug 22071: Disable Kinto-based blocklist update mechanism
  • Bug 22072: Hide TLS error reporting checkbox
  • Bug 20761: Don't ignore additional SocksPorts
  • Bug 21340: Identify and backport new patches from Firefox
  • Bug 22153: Fix broken feeds on higher security levels
  • Bug 22025: Fix broken certificate error pages on higher security levels
  • Bug 21710: Upgrade Go to 1.8.1

New in Tor Browser 7.0 Alpha 3 (Apr 20, 2017)

  • ALL PLATFORMS:
  • Update Firefox to 52.1.0esr
  • Tor to 0.3.0.5-rc
  • Update HTTPS-Everywhere to 5.2.14
  • Update NoScript to 5.0.2
  • Update Go to 1.7.5 (bug 21709)
  • Bug 21555+16450: Don't remove Authorization header on subdomains (e.g. Twitter)
  • Bug 21887: Fix broken error pages on higher security levels
  • Bug 21876: Enable e10s by default on all supported platforms
  • Bug 21876: Always use esr policies for e10s
  • Bug 20905: Fix resizing issues after moving to a direct Firefox patch
  • Bug 21875: Modal dialogs are maximized in ESR52 nightly builds
  • Bug 21885: SVG is not disabled in Tor Browser based on ESR52
  • Bug 17334: Hide Referer when leaving a .onion domain (improved patch)
  • Bug 3246: Double-key cookies
  • Bug 8842: Fix XML parsing error
  • Bug 16886: 16886: "Add-on compatibility check dialog" contains Firefox logo
  • Bug 19192: Untrust Blue Coat CA
  • Bug 19955: Avoid confusing warning that favicon load request got cancelled
  • Bug 20005: Backport fixes for memory leaks investigation
  • Bug 20755: ltn.com.tw is broken in Tor Browser
  • Bug 21896: Commenting on website is broken due to CAPTCHA not being displayed
  • Bug 20680: Rebase Tor Browser patches to 52 ESR
  • Bug 21917: Add new obfs4 bridges
  • Bug 21918: Move meek-amazon to d2cly7j4zqgua7.cloudfront.net backend
  • Update sandboxed-tor-browser to 0.0.5:
  • Bug 21764: Use bubblewrap's `--die-with-parent` when supported
  • Fix e10s Web Content crash on systems with grsec kernels
  • Bug 21928: Force a reinstall if an existing hardened bundle is present
  • Bug 21929: Remove hardened/ASAN related code
  • Bug 21927: Remove the ability to install/update the hardened bundle
  • Bug 21244: Update the MAR signing key for 7.0
  • Bug 21536: Remove asn's scramblesuit bridge from Tor Browser
  • Add `prlimit64` to the firefox system call whitelist
  • Fix compilation with Go 1.8
  • Use Config.Clone() to clone TLS configs when available
  • Update Torbutton to 1.9.7.2:
  • Bug 21865: Update our JIT preferences in the security slider
  • Bug 21747: Make 'New Tor Circuit for this Site' work in ESR52
  • Bug 21745: Fix handling of catch-all circuit
  • Bug 21547: Fix circuit display under e10s
  • Bug 21268: e10s compatibility for New Identity
  • Bug 21267: Remove window resize implementation for now
  • Bug 21201: Make Torbutton multiprocess compatible
  • Translations update
  • Update Tor Launcher to 0.2.12:
  • Bug 21920: Don't show locale selection dialog
  • Bug 21546: Mark Tor Launcher as multiprocess compatible
  • Bug 21264: Add a README file
  • Translations update
  • BUILD SYSTEM:
  • Bug 21328: Updating to clang 3.8.0
  • Bug 21754: Remove old GCC toolchain and macOS SDK
  • Bug 19783: Remove unused macOS helper scripts
  • Bug 10369: Don't use old GCC toolchain anymore for utils
  • Bug 21753: Replace our old GCC toolchain in PT descriptor
  • Bug 18530: ESR52 based Tor Browser only runs on macOS 10.9+

New in Tor Browser 6.5.2 (Apr 19, 2017)

  • All Platforms:
  • Update Firefox to 45.9.0esr
  • Update HTTPS-Everywhere to 5.2.14
  • Update NoScript to 5.0.2
  • Bug 21555+16450: Don't remove Authorization header on subdomains (e.g. Twitter)
  • Bug 19316: Make sure our Windows updates can deal with the SSE2 requirement
  • Bug 21917: Add new obfs4 bridges
  • Bug 21918: Move meek-amazon to d2cly7j4zqgua7.cloudfront.net backend

New in Tor Browser 6.5.1 (Mar 7, 2017)

  • All Platforms:
  • Update Firefox to 45.8.0esr
  • Tor to 0.2.9.10
  • OpenSSL to 1.0.2k
  • Update HTTPS-Everywhere to 5.2.11
  • Bug 21514: Restore W^X JIT implementation removed from ESR45
  • Bug 21536: Remove scramblesuit bridge
  • Bug 21342: Move meek-azure to the meek.azureedge.net backend and cymrubridge02 bridge
  • Update Torbutton to 1.9.6.14:
  • Bug 21396: Allow leaking of resource/chrome URIs (off by default)
  • Bug 21574: Add link for zh manual and create manual links dynamically
  • Bug 21330: Non-usable scrollbar appears in tor browser security settings
  • Translation updates

New in Tor Browser 6.5 Alpha 6 (Dec 14, 2016)

  • Update Firefox to 45.6.0esr
  • Update Tor to tor-0.2.9.6-rc
  • Update Torbutton to 1.9.6.8
  • Bug 16622: Timezone spoofing moved to tor-browser.git
  • Bug 20701: Allow the directory listing stylesheet in the content policy
  • Bug 20556: Use pt-BR strings from now on
  • Bug 20614: Add links to Tor Browser User Manual
  • Bug 20414: Fix non-rendering arrow on OS X
  • Bug 20728: Fix bad preferences.xul dimensions
  • Bug 20318: Remove helpdesk link from about:tor
  • Bug 20753: Remove obsolete StartPage locale strings
  • Translation updates
  • Update HTTPS-Everywhere to 5.2.8
  • Bug 16622: Spoof timezone with Firefox patch
  • Bug 20707: Fix broken preferences tab in non-en-US alpha bundles
  • Bug 20709: Fix wrong update URL in alpha bundles
  • Bug 20556: Start using pt-BR instead of pt-PT for Portuguese
  • Bug 20809: Use non-/html search engine URL for DuckDuckGo search plugins
  • Bug 20837: Activate iat-mode for certain obfs4 bridges
  • Bug 20838: Uncomment NX01 default obfs4 bridge
  • Bug 20840: Rotate ports a third time for default obfs4 bridges

New in Tor Browser 6.0.8 (Dec 14, 2016)

  • Update Firefox to 45.6.0esr
  • Update Tor to 0.2.8.11
  • Update Torbutton to 1.9.5.13
  • Bug 20947: Donation banner improvements
  • Update HTTPS-Everywhere to 5.2.8
  • Bug 20809: Use non-/html search engine URL for DuckDuckGo search plugins
  • Bug 20837: Activate iat-mode for certain obfs4 bridges
  • Bug 20838: Uncomment NX01 default obfs4 bridge
  • Bug 20840: Rotate ports a third time for default obfs4 bridges

New in Tor Browser 6.0.7 (Nov 30, 2016)

  • Update Firefox to 45.5.1esr
  • Update NoScript to 2.9.5.2

New in Tor Browser 6.0.6 (Nov 15, 2016)

  • All Platforms:
  • Update Firefox to 45.5.0esr
  • Update Tor to 0.2.8.9
  • Update OpenSSL to 1.0.1u
  • Update Torbutton to 1.9.5.12
  • Bug 20414: Add donation banner on about:tor for 2016 campaign
  • Translation updates
  • Update Tor Launcher to 0.2.9.4
  • Bug 20429: Do not open progress window if tor doesn't get started
  • Update HTTPS-Everywhere to 5.2.7
  • Update meek to 0.25
  • Bug 20030: Shut down meek-http-helper cleanly if built with Go > 1.5.4
  • Bug 19838: Add dgoulet's bridge and add another one commented out
  • Bug 20296: Rotate ports again for default obfs4 bridges
  • Bug 19735: Switch default search engine to DuckDuckGo
  • Bug 20118: Don't unpack HTTPS Everywhere anymore
  • Windows:
  • Bug 20342: Add tor-gencert.exe to expert bundle
  • Build system:
  • All platforms
  • Bug 20023: Upgrade Go to 1.7.3

New in Tor Browser 6.5 Alpha 3 (Sep 21, 2016)

  • All Platforms:
  • Update Firefox to 45.4.0esr
  • Update Tor to 0.2.9.2-alpha
  • Update OpenSSL to 1.0.2h (bug 20095)
  • Update HTTPS-Everywhere to 5.2.4
  • Update Torbutton to 1.9.6.4:
  • Bug 17334: Move referrer spoofing for .onion domains into tor-browser.git
  • Bug 17767: Make "JavaScript disabled" more visible in Security Slider
  • Bug 19995: Clear site security settings during New Identity
  • Bug 19906: "Maximizing Tor Browser" Notification can exist multiple times
  • Bug 19837: Whitelist internal URLs that Firefox requires for media
  • Bug 15852: Remove/synchronize Torbutton SOCKS pref logic
  • Bug 19733: GETINFO response parser doesn't handle AF_UNIX entries + IPv6
  • Bug 14271: Make Torbutton work with Unix Domain Socket option
  • Translation updates
  • Update Tor Launcher to 0.2.10.1:
  • Bug 14272: Make Tor Launcher work with Unix Domain Socket option
  • Bug 19568: Set CurProcD for Thunderbird/Instantbird
  • Bug 19432: Remove special handling for Instantbird/Thunderbird
  • Translation updates
  • Update NoScript to 2.9.0.14:
  • Bug 14273: Backport patches for Unix Domain Socket support
  • Bug 19890: Disable installation of system addons
  • Bug 17334: Spoof referrer when leaving a .onion domain
  • Bug 20092: Rotate ports for default obfs4 bridges
  • Bug 20040: Add update support for unpacked HTTPS Everywhere
  • Bug 20118: Don't unpack HTTPS Everywhere anymore
  • Bug 19336+19835: Enhance about:tbupdate page
  • Build system:
  • Bug 20133: Don't apply OpenSSL patch anymore
  • Bug 19528: Set MOZ_BUILD_DATE based on Firefox version

New in Tor Browser 6.0.5 (Sep 16, 2016)

  • Bug 20092: Rotate ports for default obfs4 bridges
  • Bug 20040: Add update support for unpacked HTTPS Everywhere
  • Bug 19725: Remove old updater files left on disk after upgrade to 6.x
  • Update HTTPS-Everywhere to 5.2.4
  • Update Firefox to 45.4.0esr
  • Update Tor to 0.2.8.7
  • Update Torbutton to 1.9.5.7:
  • Bug 18589: Clear site security settings during New Identity
  • Bug 19906: "Maximizing Tor Browser" Notification can exist multiple times

New in Tor Browser 6.0.4 (Aug 16, 2016)

  • Update Tor to 0.2.8.6
  • Update NoScript to 2.9.0.14
  • Bug 19890: Disable installation of system addons

New in Tor Browser 6.5 Alpha 1 (Jun 8, 2016)

  • ALL PLATFORMS:
  • Update Firefox to 45.2.0esr
  • Update Tor to 0.2.8.3-alpha
  • Update HTTPS-Everywhere to 5.1.9
  • Bug 19121: The update.xml hash should get checked during update
  • Bug 12523: Mark JIT pages as non-writable
  • Bug 19193: Reduce timing precision for AudioContext, HTMLMediaElement, and MediaStream
  • Bug 19164: Remove support for SHA-1 HPKP pins
  • Bug 19186: KeyboardEvents are only rounding to 100ms
  • Bug 18884: Don't build the loop extension
  • Bug 19187: Backport fix for crash related to popup menus
  • Bug 19212: Fix crash related to network panel in developer tools
  • Bug 18703: Fix circuit isolation issues on Page Info dialog
  • bug 19115: Tor Browser should not fall back to Bing as its search engine
  • Bug 18915+19065: Use our search plugins in localized builds
  • Bug 19176: Zip our language packs deterministically
  • Bug 18811: Fix first-party isolation for blobs URLs in Workers
  • Bug 18950: Disable or audit Reader View
  • Bug 18886: Remove Pocket
  • Bug 18619: Tor Browser reports "InvalidStateError" in browser console
  • Bug 18945: Disable monitoring the connected state of Tor Browser users
  • Bug 18855: Don't show error after add-on directory clean-up
  • Bug 18885: Disable the option of logging TLS/SSL key material
  • Bug 18770: SVGs should not show up on Page Info dialog when disabled
  • Bug 18958: Spoof screen.orientation values
  • Bug 19047: Disable Heartbeat prompts
  • Bug 18914: Use English-only label in tags
  • Bug 18996: Investigate server logging in esr45-based Tor Browser
  • Bug 17790: Add unit tests for keyboard fingerprinting defenses
  • Bug 18995: Regression test to ensure CacheStorage is disabled
  • Bug 18912: Add automated tests for updater cert pinning
  • Bug 16728: Add test cases for favicon isolation
  • Bug 18976: Remove some FTE bridges
  • Update meek to 0.22 (tag 0.22-18371-3):
  • Bug 18904: Mac OS: meek-http-helper profile not updated
  • Update Torbutton to 1.9.6:
  • Bug 18743: Pref to hide 'Sign in to Sync' button in hamburger menu
  • Bug 18905: Hide unusable items from help menu
  • Bug 17599: Provide shortcuts for New Identity and New Circuit
  • Bug 18980: Remove obsolete toolbar button code
  • Bug 18238: Remove unused Torbutton code and strings
  • Translation updates
  • Code clean-up
  • Update Tor Launcher to 0.2.9.3:
  • Bug 18947: Tor Browser is not starting on OS X if put into /Applications
  • All Platforms:
  • Bug 18333: Upgrade Go to 1.6.2
  • Bug 18919: Remove unused keys and unused dependencies
  • Bug 18291: Remove some uses of libfaketime
  • Bug 18845: Make zip and tar helpers generate reproducible archives

New in Tor Browser 6.0.1 (Jun 7, 2016)

  • Update Firefox to 45.2.0esr
  • Bug 18884: Don't build the loop extension
  • Bug 19187: Backport fix for crash related to popup menus
  • Bug 19212: Fix crash related to network panel in developer tools

New in Tor Browser 6.0 (May 30, 2016)

  • All Platforms:
  • Update Firefox to 45.1.1esr
  • Update OpenSSL to 1.0.1t
  • Update Torbutton to 1.9.5.4:
  • Bug 18466: Make Torbutton compatible with Firefox ESR 45
  • Bug 18743: Pref to hide 'Sign in to Sync' button in hamburger menu
  • Bug 18905: Hide unusable items from help menu
  • Bug 16017: Allow users to more easily set a non-tor SSH proxy
  • Bug 17599: Provide shortcuts for New Identity and New Circuit
  • Translation updates
  • Code clean-up
  • Update Tor Launcher to 0.2.9.3:
  • Bug 13252: Do not store data in the application bundle
  • Bug 11773: Setup wizard UI flow improvements
  • Translation updates
  • Update HTTPS-Everywhere to 5.1.9
  • Update meek to 0.22 (tag 0.22-18371-3):
  • Bug 18371: Symlinks are incompatible with Gatekeeper signing
  • Bug 15197 and child tickets: Rebase Tor Browser patches to ESR 45
  • Bug 18900: Fix broken updater on Linux
  • Bug 19121: The update.xml hash should get checked during update
  • Bug 18042: Disable SHA1 certificate support
  • Bug 18821: Disable libmdns support for desktop and mobile
  • Bug 18848: Disable additional welcome URL shown on first start
  • Bug 14970: Exempt our extensions from signing requirement
  • Bug 16328: Disable MediaDevices.enumerateDevices
  • Bug 16673: Disable HTTP Alternative-Services
  • Bug 17167: Disable Mozilla's tracking protection
  • Bug 18603: Disable performance-based WebGL fingerprinting option
  • Bug 18738: Disable Selfsupport and Unified Telemetry
  • Bug 18799: Disable Network Tickler
  • Bug 18800: Remove DNS lookup in lockfile code
  • Bug 18801: Disable dom.push preferences
  • Bug 18802: Remove the JS-based Flash VM (Shumway)
  • Bug 18863: Disable MozTCPSocket explicitly
  • Bug 15640: Place Canvas MediaStream behind site permission
  • Bug 16326: Verify cache isolation for Request and Fetch APIs
  • Bug 18741: Fix OCSP and favicon isolation for ESR 45
  • Bug 16998: Disable for now
  • Bug 18898: Exempt the meek extension from the signing requirement as well
  • Bug 18899: Don't copy Torbutton, TorLauncher, etc. into meek profile
  • Bug 18890: Test importScripts() for cache and network isolation
  • Bug 18886: Hide pocket menu items when Pocket is disabled
  • Bug 18703: Fix circuit isolation issues on Page Info dialog
  • bug 19115: Tor Browser should not fall back to Bing as its search engine
  • Bug 18915+19065: Use our search plugins in localized builds
  • Bug 19176: Zip our language packs deterministically
  • Bug 18811: Fix first-party isolation for blobs URLs in Workers
  • Bug 18950: Disable or audit Reader View
  • Bug 18886: Remove Pocket
  • Bug 18619: Tor Browser reports "InvalidStateError" in browser console
  • Bug 18945: Disable monitoring the connected state of Tor Browser users
  • Bug 18855: Don't show error after add-on directory clean-up
  • Bug 18885: Disable the option of logging TLS/SSL key material
  • Bug 18770: SVGs should not show up on Page Info dialog when disabled
  • Bug 18958: Spoof screen.orientation values
  • Bug 19047: Disable Heartbeat prompts
  • Bug 18914: Use English-only label in tags
  • Bug 18996: Investigate server logging in esr45-based Tor Browser
  • Bug 17790: Add unit tests for keyboard fingerprinting defenses
  • Bug 18995: Regression test to ensure CacheStorage is disabled
  • Bug 18912: Add automated tests for updater cert pinning
  • Bug 16728: Add test cases for favicon isolation
  • Bug 18976: Remove some FTE bridges
  • Windows:
  • Bug 13419: Support ICU in Windows builds
  • Bug 16874: Fix broken https://sports.yahoo.com/dailyfantasy page
  • Bug 18767: Context menu is broken on Windows in ESR 45 based Tor Browser
  • Build System:
  • All Platforms:
  • Bug 18127: Add LXC support for building with Debian guest VMs
  • Bug 16224: Don't use BUILD_HOSTNAME anymore in Firefox builds
  • Bug 18919: Remove unused keys and unused dependencies
  • Windows:
  • Bug 17895: Use NSIS 2.51 for installer to avoid DLL hijacking
  • Bug 18290: Bump mingw-w64 commit we us

New in Tor Browser 5.5.5 (Apr 28, 2016)

  • Update Firefox to 38.8.0esr
  • Update Tor Launcher to 0.2.7.
  • Bug 10534: Don't advertise the help desk directly anymore
  • Translation updates
  • Update HTTPS-Everywhere to 5.1.6
  • Update NoScript to 2.9.0.11
  • Bug 18726: Add new default obfs4 bridge (GreenBelt)

New in Tor Browser 6.0 Alpha 4 (Apr 26, 2016)

  • Update Firefox to 38.7.1esr
  • Update Torbutton to 1.9.5.2
  • Bug 18557: Exempt Graphite from the Security Slider
  • Bug 18536: Make Mosaddegh and MaBishomarim available on port 80 and 443

New in Tor Browser 6.0 Alpha 3 (Mar 8, 2016)

  • Update Firefox to 38.7.0esr
  • Update Tor to 0.2.8.1-alpha
  • Update OpenSSL to 1.0.1s
  • Update NoScript to 2.9.0.4
  • Update HTTPS Everywhere to 5.1.4
  • Bug 18030: Isolate favicon requests on Page Info dialog
  • Bug 18297: Use separate Noto JP,KR,SC,TC fonts
  • Bug 18170: Make sure the homepage is shown after an update as well
  • Bug 16728: Add test cases for favicon isolation
  • Update Torbutton to 1.9.5.1:
  • Bug 16990: Don't mishandle multiline commands
  • Bug 18144: about:tor update arrow position is wrong
  • Bug 16725: Allow resizing with non-default homepage
  • Bug 16917: Allow users to more easily set a non-tor SSH proxy
  • Translation updates
  • Windows:
  • Bug 18292: Disable staged updates on Windows

New in Tor Browser 5.5.3 (Mar 8, 2016)

  • Update Firefox to 38.7.0esr
  • Update OpenSSL to 1.0.1s
  • Update NoScript to 2.9.0.4
  • Update HTTPS Everywhere to 5.1.4
  • Bug 18030: Isolate favicon requests on Page Info dialog
  • Bug 18297: Use separate Noto JP,KR,SC,TC fonts
  • Bug 18170: Make sure the homepage is shown after an update as well
  • Update Torbutton to 1.9.4.4:
  • Bug 16990: Don't mishandle multiline commands
  • Bug 18144: about:tor update arrow position is wrong
  • Bug 16725: Allow resizing with non-default homepage
  • Translation updates

New in Tor Browser 6.0 Alpha 2 (Feb 15, 2016)

  • All Platforms:
  • Update Firefox to 38.6.1esr
  • Update NoScript to 2.9.0.3
  • Bug 18168: Don't clear an iframe's window.name (fix of #16620)
  • Bug 18137: Add two new obfs4 default bridges
  • Windows:
  • Bug 18169: Whitelist zh-CN UI font

New in Tor Browser 5.5.2 (Feb 12, 2016)

  • Update Firefox to 38.6.1esr
  • Update NoScript to 2.9.0.3

New in Tor Browser 5.5.1 (Feb 5, 2016)

  • All Platforms:
  • Bug 18168: Don't clear an iframe's window.name (fix of #16620)
  • Bug 18137: Add two new obfs4 default bridges
  • Windows:
  • Bug 18169: Whitelist zh-CN UI font

New in Tor Browser 6.0 Alpha 1 (Jan 27, 2016)

  • Update Firefox to 38.6.0esr
  • Update NoScript to 2.9.0.2
  • Bug 17428: Remove Flashproxy
  • Bug 18115+18104+18071+18091: Update/add new obfs4 bridge
  • Bug 18072: Change recommended pluggable transport type to obfs4
  • Bug 18008: Create a new MAR Signing key and bake it into Tor Browser
  • Bug 16322: Use onion address for DuckDuckGo search engine
  • Bug 17917: Changelog after update is empty if JS is disabled
  • Bug 17790: Map the proper SHIFT characters to the digit keys (fix of #15646)
  • Update Torbutton to 1.9.5:
  • Bug 16990: Show circuit display for connections using multi-party channels
  • Bug 18019: Avoid empty prompt shown after non-en-US update
  • Bug 18004: Remove Tor fundraising donation banner
  • Code cleanup
  • Translation updates
  • Update Tor Launcher to 0.2.9:
  • Bug 18113: Randomly permutate available default bridges of chosen type
  • Bug 11773: Setup wizard UI flow improvements
  • Translation updates

New in Tor Browser 5.5 (Jan 27, 2016)

  • All Platforms:
  • Update Firefox to 38.6.0esr
  • Update libevent to 2.0.22-stable
  • Update NoScript to 2.9.0.2
  • Update Torbutton to 1.9.4.3
  • Bug 16990: Show circuit display for connections using multi-party channels
  • Bug 18019: Avoid empty prompt shown after non-en-US update
  • Bug 18004: Remove Tor fundraising donation banner
  • Bug 16940: After update, load local change notes
  • Bug 17108: Polish about:tor appearance
  • Bug 17568: Clean up tor-control-port.js
  • Bug 16620: Move window.name handling into a Firefox patch
  • Bug 17351: Code cleanup
  • Translation updates
  • Update Tor Launcher to 0.2.7.8:
  • Bug 18113: Randomly permutate available default bridges of chosen type
  • Bug 13313: Bundle a fixed set of fonts to defend against fingerprinting
  • Bug 10140: Add new Tor Browser locale (Japanese)
  • Bug 17428: Remove Flashproxy
  • Bug 13512: Load a static tab with change notes after an update
  • Bug 9659: Avoid loop due to optimistic data SOCKS code (fix of #3875)
  • Bug 15564: Isolate SharedWorkers by first-party domain
  • Bug 16940: After update, load local change notes
  • Bug 17759: Apply whitelist to local fonts in @font-face (fix of #13313)
  • Bug 17009: Shift and Alt keys leak physical keyboard layout (fix of #15646)
  • Bug 17790: Map the proper SHIFT characters to the digit keys (fix of #15646)
  • Bug 17369: Disable RC4 fallback
  • Bug 17442: Remove custom updater certificate pinning
  • Bug 16620: Move window.name handling into a Firefox patch
  • Bug 17220: Support math symbols in font whitelist
  • Bug 10599+17305: Include updater and build patches needed for hardened builds
  • Bug 18115+18104+18071+18091: Update/add new obfs4 bridge
  • Bug 18072: Change recommended pluggable transport type to obfs4
  • Bug 18008: Create a new MAR Signing key and bake it into Tor Browser
  • Bug 16322: Use onion address for DuckDuckGo search engine
  • Bug 17917: Changelog after update is empty if JS is disabled
  • Windows:
  • Bug 17250: Add localized font names to font whitelist
  • Bug 16707: Allow more system fonts to get used on Windows
  • Bug 13819: Ship expert bundles with console enabled
  • Bug 17250: Fix broken Japanese fonts
  • Bug 17870: Add intermediate certificate for authenticode signing

New in Tor Browser 5.0.7 (Jan 6, 2016)

  • All Platforms:
  • Update NoScript to 2.9
  • Update HTTPS Everywhere to 5.1.2
  • Bug 17931: Tor Browser crashes in LogMessageToConsole()
  • Bug 17875: Discourage editing of torrc-defaults

New in Tor Browser 5.5 Alpha 5 (Dec 18, 2015)

  • All Platforms:
  • Update Firefox to 38.5.0esr
  • Update Tor to 0.2.7.6
  • Update OpenSSL to 1.0.1q
  • Update NoScript to 2.7
  • Update Torbutton to 1.9.4.2
  • Bug 16940: After update, load local change notes
  • Bug 16990: Avoid matching '250 ' to the end of node name
  • Bug 17565: Tor fundraising campaign donation banner
  • Bug 17770: Fix alignments on donation banner
  • Bug 17792: Include donation banner in some non en-US Tor Browsers
  • Bug 17108: Polish about:tor appearance
  • Bug 17568: Clean up tor-control-port.js
  • Translation updates
  • Bug 9659: Avoid loop due to optimistic data SOCKS code (fix of #3875)
  • Bug 15564: Isolate SharedWorkers by first-party domain
  • Bug 16940: After update, load local change notes
  • Bug 17759: Apply whitelist to local fonts in @font-face (fix of #13313)
  • Bug 17747: Add ndnop3 as new default obfs4 bridge
  • Bug 17009: Shift and Alt keys leak physical keyboard layout (fix of #15646)
  • Bug 17369: Disable RC4 fallback
  • Bug 17442: Remove custom updater certificate pinning
  • Bug 16863: Avoid confusing error when loop.enabled is false
  • Bug 17502: Add a preference for hiding "Open with" on download dialog
  • Bug 17446: Prevent canvas extraction by third parties (fixup of #6253)
  • Bug 16441: Suppress "Reset Tor Browser" prompt
  • Windows:
  • Bug 13819: Ship expert bundles with console enabled
  • Bug 17250: Fix broken Japanese fonts

New in Tor Browser 5.0.6 (Dec 18, 2015)

  • Bug 17877: Tor Browser 5.0.5 is using the wrong Mozilla build tag

New in Tor Browser 5.0.5 (Dec 16, 2015)

  • Update Firefox to 38.5.0esr
  • Update Tor to 0.2.7.6
  • Update OpenSSL to 1.0.1q
  • Update NoScript to 2.7
  • Update HTTPS Everywhere to 5.1.1
  • Bug 17207: Hide MIME types and plugins from websites
  • Bug 16909+17383: Adapt to HTTPS-Everywhere build changes
  • Bug 16863: Avoid confusing error when loop.enabled is false
  • Bug 17502: Add a preference for hiding "Open with" on download dialog
  • Bug 17446: Prevent canvas extraction by third parties (fixup of #6253)
  • Bug 16441: Suppress "Reset Tor Browser" prompt
  • Bug 17747: Add ndnop3 as new default obfs4 bridge
  • Update Torbutton to 1.9.3.7:
  • Bug 16990: Avoid matching '250 ' to the end of node name
  • Bug 17565: Tor fundraising campaign donation banner
  • Bug 17770: Fix alignments on donation banner
  • Bug 17792: Include donation banner in some non en-US Tor Browsers
  • Translation updates

New in Tor Browser 5.5 Alpha 4 (Nov 4, 2015)

  • Update Firefox to 38.4.0esr
  • Update Tor to 0.2.7.4-rc
  • Update NoScript to 2.6.9.39
  • Update HTTPS-Everywhere to 5.1.1
  • Update Torbutton to 1.9.4.1
  • Bug 9263: Spoof Referer when leaving a .onion domain
  • Bug 16620: Remove old window.name handling code
  • Bug 17164: Don't show text-select cursor on circuit display
  • Bug 17351: Remove unused code
  • Translation updates
  • Bug 17207: Hide MIME types and plugins from websites
  • Bug 16909+17383: Adapt to HTTPS-Everywhere build changes
  • Bug 16620: Move window.name handling into a Firefox patch
  • Bug 17220: Support math symbols in font whitelist
  • Bug 10599+17305: Include updater and build patches needed for hardened builds
  • Bug 17318: Remove dead ScrambleSuit bridge
  • Bug 17428: Remove default Flashproxy bridges
  • Bug 17473: Update meek-amazon fingerprint
  • Bug 17250: Add localized font names to font whitelist

New in Tor Browser 5.0.4 (Nov 4, 2015)

  • Update Firefox to 38.4.0esr
  • Update NoScript to 2.6.9.39
  • Update Torbutton to 1.9.3.5
  • Bug 9263: Spoof Referer when leaving a .onion domain
  • Bug 16735: about:tor should accommodate different fonts/font sizes
  • Bug 16937: Don't translate the homepage/spellchecker dictionary string
  • Bug 17164: Don't show text-select cursor on circuit display
  • Bug 17351: Remove unused code
  • Translation updates
  • Bug 16937: Remove the en-US dictionary from non en-US Tor Browser bundles
  • Bug 17318: Remove dead ScrambleSuit bridge
  • Bug 17473: Update meek-amazon fingerprint
  • Bug 16983: Isolate favicon requests caused by the tab list dropdown
  • Bug 17102: Don't crash while opening a second Tor Browser
  • Bug 16906: Don't depend on Windows crypto DLLs

New in Tor Browser 5.5 Alpha 3 (Sep 23, 2015)

  • All Platforms:
  • Update Firefox to 38.3.0esr
  • Update Torbutton to 1.9.4
  • Bug 16937: Don't translate the hompepage/spellchecker dictionary string
  • Bug 16735: about:tor should accommodate different fonts/font sizes
  • Bug 16887: Update intl.accept_languages value
  • Bug 15493: Update circuit display on new circuit info
  • Bug 16797: brandShorterName is missing from brand.properties
  • Translation updates
  • Bug 10140: Add new Tor Browser locale (Japanese)
  • Bug 17102: Don't crash while opening a second Tor Browser
  • Bug 16983: Isolate favicon requests caused by the tab list dropdown
  • Bug 13512: Load a static tab with change notes after an update
  • Bug 16937: Remove the en-US dictionary from non en-US Tor Browser bundles
  • Bug 7446: Tor Browser should not "fix up" .onion domains (or any domains)
  • Bug 16837: Disable Firefox Hotfix updates
  • Bug 16855: Allow blobs to be downloaded on first-party pages (fixes mega.nz)
  • Bug 16781: Allow saving pdf files in built-in pdf viewer
  • Bug 16842: Restore Media tab on Page information dialog
  • Bug 16727: Disable about:healthreport page
  • Bug 16783: Normalize NoScript default whitelist
  • Bug 16775: Fix preferences dialog with security slider set to "High"
  • Bug 13579: Update download progress bar automatically
  • Bug 15646: Reduce keyboard layout fingerprinting in KeyboardEvent
  • Bug 17046: Event.timeStamp should not reveal startup time
  • Bug 16872: Fix warnings when opening about:downloads
  • Bug 17097: Fix intermittent crashes when using the print dialog
  • Windows:
  • Bug 16906: Fix Mingw-w64 compilation breakage
  • Bug 16707: Allow more system fonts to get used on Windows
  • Build system:
  • Bug 12240+12237: Make LXC builds reproducible

New in Tor Browser 5.0.3 (Sep 22, 2015)

  • This release features important security updates to Firefox.
  • We fixed a number of regressions from our switch to ESR 38 back in August and reduced keyboard layout fingerprinting to mention just some highlights.
  • These and all the other changes can be found in the complete changelog since 5.0.2:
  • All Platforms:
  • Update Firefox to 38.3.0esr
  • Update Torbutton to 1.9.3.4
  • Bug 16887: Update intl.accept_languages value
  • Bug 15493: Update circuit display on new circuit info
  • Bug 16797: brandShorterName is missing from brand.properties
  • Bug 14429: Make sure the automatic resizing is disabled
  • Translation updates
  • Bug 7446: Tor Browser should not "fix up" .onion domains (or any domains)
  • Bug 16837: Disable Firefox Hotfix updates
  • Bug 16855: Allow blobs to be downloaded on first-party pages (fixes mega.nz)
  • Bug 16781: Allow saving pdf files in built-in pdf viewer
  • Bug 16842: Restore Media tab on Page information dialog
  • Bug 16727: Disable about:healthreport page
  • Bug 16783: Normalize NoScript default whitelist
  • Bug 16775: Fix preferences dialog with security slider set to "High"
  • Bug 13579: Update download progress bar automatically
  • Bug 15646: Reduce keyboard layout fingerprinting in KeyboardEvent
  • Bug 17046: Event.timeStamp should not reveal startup time
  • Bug 16872: Fix warnings when opening about:downloads
  • Bug 17097: Fix intermittent crashes when using the print dialog
  • Windows
  • Bug 16906: Fix Mingw-w64 compilation breakage

New in Tor Browser 5.5 Alpha 2 (Aug 29, 2015)

  • Update Firefox to 38.2.1esr
  • Update NoScript to 2.6.9.36
  • Bug 16771: Fix crash on some websites due to blob URIs

New in Tor Browser 5.0.2 (Aug 28, 2015)

  • All Platforms:
  • Update Firefox to 38.2.1esr
  • Update NoScript to 2.6.9.36

New in Tor Browser 5.0.1 (Aug 18, 2015)

  • Bug 16771: Fix crash on some websites due to blob URIs

New in Tor Browser 5.5 Alpha 1 (Aug 12, 2015)

  • All Platforms:
  • Update Firefox to 38.2.0esr
  • Update NoScript to 2.6.9.34
  • Update Torbutton to 1.9.3.3:
  • Bug 16731: TBB 5.0 a3/a4 fails to download a file on right click
  • Bug 16730: Reset NoScript whitelist on upgrade
  • Bug 16722: Prevent "Tiles" feature from being enabled after upgrade
  • Bug 16488: Remove "Sign in to Sync" from the browser menu (fixup)
  • Bug 14429: Make sure the automatic resizing is enabled
  • Translation updates
  • Update Tor Launcher to 0.2.7.7:
  • Translation updates
  • Bug 16730: Prevent NoScript from updating the default whitelist
  • Bug 16715: Use ThreadsafeIsCallerChrome() instead of IsCallerChrome()
  • Bug 16572: Verify cache isolation for XMLHttpRequests in Web Workers
  • Bug 16311: Fix navigation timing in ESR 38
  • Bug 15646: Prevent keyboard layout fingerprinting in KeyboardEvent (fixup)
  • Bug 16672: Change font whitelists and configs for rendering issues (partial)

New in Tor Browser 5.0 (Aug 12, 2015)

  • All Platforms:
  • Update Firefox to 38.2.0esr
  • Update OpenSSL to 1.0.1p
  • Update HTTPS-Everywhere to 5.0.7
  • Update NoScript to 2.6.9.34
  • Update meek to 0.20
  • Bug 16730: Prevent NoScript from updating the default whitelist
  • Bug 16715: Use ThreadsafeIsCallerChrome() instead of IsCallerChrome()
  • Bug 16572: Verify cache isolation for XMLHttpRequests in Web Workers
  • Bug 16884: Prefer IPv6 when supported by the current Tor exit
  • Bug 16488: Remove "Sign in to Sync" from the browser menu
  • Bug 16662: Enable network.http.spdy.* prefs in meek-http-helper
  • Bug 15703: Isolate mediasource URIs and media streams to first party
  • Bug 16429+16416: Isolate blob URIs to first party
  • Bug 16632: Turn on the background updater and restart prompting
  • Bug 16528: Prevent indexedDB Modernizr site breakage on Twitter and elsewhere
  • Bug 16523: Fix in-browser JavaScript debugger
  • Bug 16236: Windows updater: avoid writing to the registry
  • Bug 16625: Fully disable network connection prediction
  • Bug 16495: Fix SVG crash when security level is set to "High"
  • Bug 13247: Fix meek profile error after bowser restarts
  • Bug 16005: Relax WebGL minimal mode
  • Bug 16300: Isolate Broadcast Channels to first party
  • Bug 16439: Remove Roku screencasting code
  • Bug 16285: Disabling EME bits
  • Bug 16206: Enforce certificate pinning
  • Bug 15910: Disable Gecko Media Plugins for now
  • Bug 13670: Isolate OCSP requests by first party domain
  • Bug 16448: Isolate favicon requests by first party
  • Bug 7561: Disable FTP request caching
  • Bug 6503: Fix single-word URL bar searching
  • Bug 15526: ES6 page crashes Tor Browser
  • Bug 16254: Disable GeoIP-based search results.
  • Bug 16222: Disable WebIDE to prevent remote debugging and addon downloads.
  • Bug 13024: Disable DOM Resource Timing API
  • Bug 16340: Disable User Timing API
  • Bug 14952: Disable HTTP/2
  • Bug 1517: Reduce precision of time for Javascript
  • Bug 13670: Ensure OCSP & favicons respect URL bar domain isolation
  • Bug 16311: Fix navigation timing in ESR 38
  • Update Tor to 0.2.6.10 with patches:
  • Bug 16674: Allow FQDNs ending with a single '.' in our SOCKS host name checks.
  • Bug 16430: Allow DNS names with _ characters in them (fixes nytimes.com)
  • Bug 15482: Don't allow circuits to change while a site is in use
  • Update Torbutton to 1.9.3.2:
  • Bug 16731: TBB 5.0 a3/a4 fails to download a file on right click
  • Bug 16730: Reset NoScript whitelist on upgrade
  • Bug 16722: Prevent "Tiles" feature from being enabled after upgrade
  • Bug 16488: Remove "Sign in to Sync" from the browser menu (fixup)
  • Bug 16268: Show Tor Browser logo on About page
  • Bug 16639: Check for Updates menu item can cause update download failure
  • Bug 15781: Remove the sessionstore filter
  • Bug 15656: Sync privacy.resistFingerprinting with Torbutton pref
  • Bug 16427: Use internal update URL to block updates (instead of 127.0.0.1)
  • Bug 16200: Update Cache API usage and prefs for FF38
  • Bug 16357: Use Mozilla API to wipe permissions db
  • Bug 14429: Make sure the automatic resizing is disabled
  • Translation updates
  • Update Tor Launcher to 0.2.7.7:
  • Bug 16428: Use internal update URL to block updates (instead of 127.0.0.1)
  • Bug 15145: Visually distinguish "proxy" and "bridge" screens.
  • Translation updates
  • Windows:
  • Bug 16014: Staged update fails if meek is enabled
  • Bug 16269: repeated add-on compatibility check after update (meek enabled)
  • Build System:
  • Bug 16351: Upgrade our toolchain to use GCC 5.1
  • Bug 15772 and child tickets: Update build system for Firefox 38
  • Bugs 15921+15922: Fix build errors during Mozilla Tryserver builds
  • Bug 15864: rename sha256sums.txt to sha256sums-unsigned-build.txt

New in Tor Browser 5.0 Alpha 4 (Aug 4, 2015)

  • All Platforms:
  • Update Tor to 0.2.7.2-alpha with patches
  • Bug 15482: Don't allow circuits to change while a site is in use
  • Update OpenSSL to 1.0.1p
  • Update HTTPS-Everywhere to 5.0.7
  • Update NoScript to 2.6.9.31
  • Update Torbutton to 1.9.3.1
  • Bug 16268: Show Tor Browser logo on About page
  • Bug 16639: Check for Updates menu item can cause update download failure
  • Bug 15781: Remove the sessionstore filter
  • Bug 15656: Sync privacy.resistFingerprinting with Torbutton pref
  • Translation updates
  • Bug 16884: Prefer IPv6 when supported by the current Tor exit
  • Bug 16488: Remove "Sign in to Sync" from the browser menu
  • Bug 13313: Bundle a fixed set of fonts to defend against fingerprinting
  • Bug 16662: Enable network.http.spdy.* prefs in meek-http-helper
  • Bug 15646: Prevent keyboard layout fingerprinting in KeyboardEvent (fixup)
  • Bug 15703: Isolate mediasource URIs and media streams to first party
  • Bug 16429+16416: Isolate blob URIs to first party
  • Bug 16632: Turn on the background updater and restart prompting
  • Bug 16528: Prevent IndexedDB Modernizr site breakage on Twitter and elsewhere
  • Bug 16523: Fix in-browser JavaScript debugger
  • Bug 16236: Windows updater: avoid writing to the registry
  • Bug 16005: Restrict WebGL minimal mode a bit (fixup)
  • Bug 16625: Fully disable network connection prediction
  • Bug 16495: Fix SVG crash when security level is set to "High"
  • Build System - Bug 15864: Rename sha256sums.txt to sha256sums-unsigned-build.txt

New in Tor Browser 5.0 Alpha 3 (Jul 7, 2015)

  • All Platforms:
  • Update Firefox to 38.1.0esr
  • Update OpenSSL to 1.0.1o
  • Update NoScript to 2.6.9.27
  • Update meek to 0.20
  • Bug 13247: Fix meek profile error after bowser restarts
  • Bug 16397: Fix crash related to disabling SVG
  • Bug 16403: Set search parameters for Disconnect
  • Bug 16446: Update FTE bridge #1 fingerprint
  • Bug 15646: Prevent keyboard layout fingerprinting in KeyboardEvent
  • Bug 16005: Relax WebGL minimal mode
  • Bug 16300: Isolate Broadcast Channels to first party
  • Bug 16439: Remove Roku screencasting code
  • Bug 16285: Disabling EME bits
  • Bug 16206: Enforce certificate pinning
  • Bug 15910: Disable GMPs for now
  • Bug 13670: Isolate OCSP requests by first party domain
  • Bug 16448: Isolate favicon requests by first party
  • Bug 7561: Disable FTP request caching
  • Bug 6503: Fix single-word URL bar searching
  • Bug 15526: ES6 page crashes Tor Browser
  • Bug 16254: Disable GeoIP-based search results.
  • Bug 16222: Disable WebIDE to prevent remote debugging and addon downloads.
  • Bug 13024: Disable DOM Resource Timing API
  • Bug 16340: Disable User Timing API
  • Bug 14952: Disable HTTP/2
  • Build System:
  • Bug 16351: Upgrade our toolchain to use GCC 5.1
  • Bug 15772 and child tickets: Update build system for Firefox 38
  • Tor patch backport:
  • Bug 16430: Allow DNS names with _ characters in them (fixes nytimes.com)
  • Update Torbutton to 1.9.3.0:
  • Bug 16403: Set search parameters for Disconnect
  • Bug 14429: Make sure the automatic resizing is disabled
  • Bug 16427: Use internal update URL to block updates (instead of 127.0.0.1)
  • Bug 16200: Update Cache API usage and prefs for FF38
  • Bug 16357: Use Mozilla API to wipe permissions db
  • Translation updates
  • Update Tor Launcher to 0.2.6.7:
  • Bug 16428: Use internal update URL to block updates (instead of 127.0.0.1)
  • Bug 15145: Visually distinguish "proxy" and "bridge" screens.
  • Translation updates

New in Tor Browser 5.0 Alpha 2 (Jun 16, 2015)

  • All Platforms:
  • Update Tor to 0.2.7.1-alpha
  • Update meek to 0.19
  • Update Torbutton to 1.9.2.7
  • Bug 16130: Defend against logjam attack
  • Bug 15984: Disabling Torbutton breaks the Add-ons Manager
  • Windows:
  • Bug 16014: Staged update fails if meek is enabled
  • Bug 16269: repeated add-on compatibility check after update (meek enabled)

New in Tor Browser 4.5.2 (Jun 16, 2015)

  • Update Tor to 0.2.6.9
  • Update OpenSSL to 1.0.1n
  • Update HTTPS-Everywhere to 5.0.5
  • Update NoScript to 2.6.9.26
  • Update Torbutton to 1.9.2.6
  • Bug 15984: Disabling Torbutton breaks the Add-ons Manager
  • Bug 14429: Make sure the automatic resizing is disabled
  • Translation updates
  • Bug 16130: Defend against logjam attack
  • Bug 15984: Disabling Torbutton breaks the Add-ons Manager

New in Tor Browser 5.0 Alpha 1 (May 13, 2015)

  • All Platforms:
  • Update Firefox to 31.7.0esr
  • Update meek to 0.18
  • Update Tor Launcher to 0.2.7.5
  • Translation updates only
  • Update Torbutton to 1.9.2.5
  • Bug 15837: Show descriptions if unchecking custom mode
  • Bug 15927: Force update of the NoScript UI when changing security level
  • Bug 15915: Hide circuit display if it is disabled.
  • Bug 14429: Improved automatic window resizing
  • Translation updates
  • Bug 15945: Disable NoScript's ClearClick protection for now
  • Bug 15933: Isolate by base (top-level) domain name instead of FQDN
  • Bug 15857: Fix file descriptor leak in updater that caused update failures
  • Bug 15899: Fix errors with downloading and displaying PDFs
  • Bug 15773: Enable ICU on OS X
  • Bug 1517: Reduce precision of time for Javascript
  • Bug 13670: Ensure OCSP requests respect URL bar domain isolation
  • Bug 13875: Improve the spoofing of window.devicePixelRatio
  • Windows
  • Bug 15872: Fix meek pluggable transport startup issue with Windows 7
  • Build System
  • Bug 15947: Support Ubuntu 14.04 LXC hosts via LXC_EXECUTE=lxc-execute env var
  • Bugs 15921+15922: Fix build errors during Mozilla Tryserver builds

New in Tor Browser 4.5.1 (May 13, 2015)

  • All Platforms:
  • Update Firefox to 31.7.0esr
  • Update meek to 0.18
  • Update Tor Launcher to 0.2.7.5
  • Translation updates only
  • Update Torbutton to 1.9.2.3
  • Bug 15837: Show descriptions if unchecking custom mode
  • Bug 15927: Force update of the NoScript UI when changing security level
  • Bug 15915: Hide circuit display if it is disabled.
  • Translation updates
  • Bug 15945: Disable NoScript's ClearClick protection for now
  • Bug 15933: Isolate by base (top-level) domain name instead of FQDN
  • Bug 15857: Fix file descriptor leak in updater that caused update failures
  • Bug 15899: Fix errors with downloading and displaying PDFs
  • Windows
  • Bug 15872: Fix meek pluggable transport startup issue with Windows 7
  • Build System
  • Bug 15947: Support Ubuntu 14.04 LXC hosts via LXC_EXECUTE=lxc-execute env var
  • Bugs 15921+15922: Fix build errors during Mozilla Tryserver builds

New in Tor Browser 4.5 (Apr 28, 2015)

  • ALL PLATFORMS:
  • Update NoScript to 2.6.9.22
  • Update meek to 0.17
  • Update obfs4proxy to 0.0.5
  • Bug 4100: Raise HTTP Keep-Alive back to 115 second default
  • Bug 13875: Spoof window.devicePixelRatio to avoid DPI fingerprinting
  • Bug 15411: Remove old (and unused) cacheDomain cache isolation mechanism
  • Bugs 14716+13254: Fix issues with HTTP Auth usage and TLS connection info display
  • Bug 15502: Isolate blob URI scope to URL domain; block WebWorker access
  • Bug 15794: Crash on some pages with SVG images if SVG is disabled
  • Bug 15562: Disable Javascript SharedWorkers due to third party tracking
  • Bug 15757: Disable Mozilla video statistics API extensions
  • Bug 15758: Disable Device Sensor APIs
  • Update Tor to 0.2.6.7 with additional patches:
  • Bug 15482: Reset timestamp_dirty each time a SOCKSAuth circuit is used
  • Update HTTPS-Everywhere to 5.0.3:
  • Bug 15689: Resume building HTTPS-Everywhere from git tags
  • Update Tor Launcher to 0.2.7.4:
  • Bug 15704: Do not enable network if wizard is opened
  • Bug 11879: Stop bootstrap if Cancel or Open Settings is clicked
  • Bug 13576: Don't strip "bridge" from the middle of bridge lines
  • Bug 15657: Display the host:port of any connection faiures in bootstrap
  • Update Torbutton to 1.9.2.2:
  • Bug 15562: Bind SharedWorkers to thirdparty pref
  • Bug 15533: Restore default security level when restoring defaults
  • Bug 15510: Close Tor Circuit UI control port connections on New Identity
  • Bug 15472: Make node text black in circuit status UI
  • Bug 15502: Wipe blob URIs on New Identity
  • Bug 15795: Some security slider prefs do not trigger custom checkbox
  • Bug 14429: Disable automatic window resizing for now
  • Windows:
  • Bug 15539: Make installer exe signatures reproducibly removable
  • Bug 10761: Fix instances of shutdown crashes

New in Tor Browser 4.0.8 (Apr 10, 2015)

  • Bug 15637: Fix update loop due to improper versioning

New in Tor Browser 4.0.7 (Apr 8, 2015)

  • Update Tor to 0.2.5.12
  • Update NoScript to 2.6.9.21

New in Tor Browser 4.0.6 (Apr 1, 2015)

  • All Platforms:
  • Update Firefox to 31.6.0esr
  • Update meek to 0.16
  • Update OpenSSL to 1.0.1m

New in Tor Browser 4.5 Alpha 5 (Apr 1, 2015)

  • All Platforms:
  • Update Firefox to 31.6.0esr
  • Update OpenSSL to 1.0.1m
  • Update Tor to 0.2.6.6
  • Update NoScript to 2.6.9.19
  • Update HTTPS-Everywhere to 5.0
  • Update meek to 0.16
  • Update Tor Launcher to 0.2.7.3:
  • Bug 13983: Directory search path fix for Tor Messanger+TorBirdy
  • Update Torbutton to 1.9.1.0:
  • Bug 9387: "Security Slider 1.0"
  • Include descriptions and tooltip hints for security levels
  • Notify users that the security slider exists
  • Flip slider so that "low" is on the bottom
  • Make use of new SVG and MathML prefs
  • Bug 13766: Set a 10 minute circuit lifespan for non-content requests
  • Bug 15460: Ensure FTP urls use content-window circuit isolation
  • Bug 13650: Clip initial window height to 1000px
  • Bug 14429: Ensure windows can only be resized to 200x100px multiples
  • Bug 15334: Display Cookie Protections menu if disk records are enabled
  • Bug 14324: Show HS circuit in Tor circuit display
  • Bug 15086: Handle RTL text in Tor circuit display
  • Bug 15085: Fix about:tor RTL text alignment problems
  • Bug 10216: Add a pref to disable the local tor control port test
  • Bug 14937: Show meek and flashproxy bridges in tor circuit display
  • Bugs 13891+15207: Fix exceptions/errors in circuit display with bridges
  • Bug 13019: Change locale hiding pref to boolean
  • Bug 7255: Warn users about maximizing windows
  • Bug 14631: Improve profile access error msgs (strings).
  • Pluggable Transport Dependency Updates:
  • Bug 15448: Use golang 1.4.2 for meek and obs4proxy
  • Bug 15265: Switch go.net repo to golang.org/x/net
  • Bug 14937: Hard-code meek and flashproxy node fingerprints
  • Bug 13019: Prevent Javascript from leaking system locale
  • Bug 10280: Improved fix to prevent loading plugins into address space
  • Bug 15406: Only include addons in incremental updates if they actually update
  • Bug 15029: Don't prompt to include missing plugins
  • Bug 12827: Create preference to disable SVG images (for security slider)
  • Bug 13548: Create preference to disable MathML (for security slider)
  • Bug 14631: Improve startup error messages for filesystem permissions issues
  • Bug 15482: Don't allow circuits to change while a site is in use
  • Bug 3861: Begin signing Tor Browser for Windows the Windows way
  • Bug 15201: Disable 'runas Administrator' codepaths in updater
  • Bug 14688: Create shortcuts to desktop and start menu by default (optional)

New in Tor Browser 4.0.5 (Mar 24, 2015)

  • Update Firefox to 31.5.3esr
  • Update Tor 0.2.5.11
  • Update NoScript to 2.6.9.19

New in Tor Browser 4.5 Alpha 4 (Feb 26, 2015)

  • All Platforms:
  • Update Firefox to 31.5.0esr
  • Update Tor to 0.2.6.3-alpha
  • Update OpenSSL to 1.0.1l
  • Update NoScript to 2.6.9.15
  • Update obfs4proxy to 0.0.4
  • Use obfs4proxy for ScrambleSuit bridges
  • Bug 14203: Prevent meek from displaying an extra update notification
  • Bug 14849: Remove new NoScript menu option to make permissions permanent
  • Bug 14851: Set NoScript pref to disable permanent permissions
  • Bug 14490: Make Disconnect the default omnibox search engine
  • Bug 11236: Fix omnibox order for non-English builds
  • Also remove Amazon, eBay and bing; add Youtube and Twitter
  • Bug 10280: Don't load any plugins into the address space.
  • Bug 14392: Make about:tor hide itself from the URL bar
  • Bug 12430: Provide a preference to disable remote jar: urls
  • Bug 13900: Remove 3rd party HTTP auth tokens via Firefox patch
  • Bug 5698: Fix branding in "About Torbrowser" window
  • Update Torbutton to 1.9.0.0:
  • Bug 13882: Fix display of bridges after bridge settings have been changed
  • Bug 5698: Use "Tor Browser" branding in "About Tor Browser" dialog
  • Bug 10280: Strings and pref for preventing plugin initialization.
  • Bug 14866: Show correct circuit when more than one exists for a given domain
  • Bug 9442: Add New Circuit button to Torbutton menu
  • Bug 9906: Warn users before closing all windows and performing new identity.
  • Bug 8400: Prompt for restart if disk records are enabled/disabled.
  • Bug 14630: Hide Torbutton's proxy settings tab.
  • Bug 14632: Disable Cookie Manager until we get it working.
  • Bug 11175: Remove "About Torbutton" from onion menu.
  • Bug 13900: Remove remaining SafeCache code in favor of C++ patch
  • Bug 14490: Use Disconnect search in about:tor search box
  • Bug 14392: Don't steal input focus in about:tor search box
  • Bug 11236: Don't set omnibox order in Torbutton (to prevent translation)
  • Bug 13406: Stop directing users to download-easy.html.en on update
  • Bug 9387: Handle "custom" mode better in Security Slider
  • Bug 12430: Bind jar: pref to Security Slider
  • Bug 14448: Restore Torbutton menu operation on non-English localizations
  • Translation updates
  • Update Tor Launcher to 0.2.7.2:
  • Bug 13271: Display Bridge Configuration wizard pane before Proxy pane
  • Bug 14336: Fix navigation button display issues on some wizard panes
  • Translation updates
  • Windows:
  • Bug 13169: Don't use /dev/random on Windows for SSP

New in Tor Browser 4.0.4 (Feb 25, 2015)

  • Update Firefox to 31.5.0esr
  • Update OpenSSL to 1.0.1l
  • Update NoScript to 2.6.9.15
  • Update HTTPS-Everywhere to 4.0.3
  • Bug 14203: Prevent meek from displaying an extra update notification
  • Bug 14849: Remove new NoScript menu option to make permissions permanent
  • Bug 14851: Set NoScript pref to disable permanent permissions

New in Tor Browser 4.5 Alpha 3 (Jan 22, 2015)

  • All Platforms:
  • Update Firefox to 31.4.0esr
  • Update Tor to 0.2.6.2-alpha
  • Update NoScript to 2.6.9.10
  • Update HTTPS Everywhere to 5.0developement.2
  • Update meek to 0.15
  • Update Torbutton to 1.8.1.3:
  • Bug 13998: Handle changes in NoScript 2.6.9.8+
  • Bug 14100: Option to hide NetworkSettings menuitem
  • Bug 13079: Option to skip control port verification
  • Bug 13835: Option to change default Tor Browser homepage
  • Bug 11449: Fix new identity error if NoScript is not enabled
  • Bug 13881: Localize strings for tor circuit display
  • Bug 9387: Incorporate user feedback
  • Bug 13671: Fixup for circuit display if bridges are used
  • Translation updates
  • Update Tor Launcher 0.2.7.1:
  • Bug 14122: Hide logo if TOR_HIDE_BROWSER_LOGO set
  • Translation updates
  • Bug 13379: Sign our MAR files
  • Bug 13788: Fix broken meek in 4.5-alpha series
  • Bug 13439: No canvas prompt for content callers

New in Tor Browser 4.0.3 (Jan 14, 2015)

  • Tor Browser 4.0.3 is based on Firefox ESR 31.4.0, which features important security updates to Firefox.
  • Additionally, it contains updates to meek, NoScript and Tor Launcher.
  • All Platforms:
  • Update Firefox to 31.4.0esr
  • Update NoScript to 2.6.9.10
  • Update meek to 0.15
  • Update Tor Launcher to 0.2.7.0.2
  • Translation updates only

New in Tor Browser 4.5 Alpha 2 (Dec 5, 2014)

  • Tor Browser 4.5-alpha-2 is based on Firefox ESR 31.3.0, which features important security updates to Firefox.
  • Additionally, it fixes a regression which caused third party authentication credentials to remain undeleted and contains smaller improvements to the circuit UI and the security slider.
  • Update Firefox to 31.3.0esr
  • Update NoScript to 2.6.9.5
  • Update HTTPS Everywhere to 5.0developement.1
  • Update Torbutton to 1.8.1.2:
  • Bug 13672: Make circuit display optional
  • Bug 13671: Make bridges visible on circuit display
  • Bug 9387: Incorporate user feedback
  • Bug 13784: Remove third party authentication tokens
  • Bug 13435: Remove our custom POODLE fix (fixed by Mozilla in 31.3.0esr)

New in Tor Browser 4.0.2 (Dec 3, 2014)

  • All Platforms:
  • Update Firefox to 31.3.0esr
  • Update NoScript to 2.6.9.5
  • Update HTTPS Everywhere to 4.0.2
  • Update Torbutton to 1.7.0.2
  • Bug 13019: Synchronize locale spoofing pref with our Firefox patch
  • Bug 13746: Properly link Torbutton UI to thirdparty pref.
  • Bug 13742: Fix domain isolation for content cache and disk-enabled
  • browsing mode
  • Bug 5926: Prevent JS engine locale leaks (by setting the C library
  • locale)
  • Bug 13504: Remove unreliable/unreachable non-public bridges
  • Bug 13435: Remove our custom POODLE fix (fixed by Mozilla in 31.3.0esr)
  • Windows:
  • Bug 13443: Fix DirectShow-related crash with mingw patch.
  • Bug 13558: Fix crash on Windows XP during download folder changing
  • Bug 13594: Fix update failure for Windows XP users

New in Tor Browser 4.5 Alpha 1 (Nov 25, 2014)

  • All Platforms:
  • Bug 3455: Patch Firefox SOCKS and proxy filters to allow user+pass isolation
  • Bug 11955: Backport HTTPS Certificate Pinning patches from Firefox 32
  • Bug 13684: Backport Mozilla bug #1066190 (pinning issue fixed in Firefox 33)
  • Bug 13019: Make JS engine use English locale if a pref is set by Torbutton
  • Bug 13301: Prevent extensions incompatibility error after upgrades
  • Bug 13460: Fix MSVC compilation issue
  • Bug 13504: Remove stale bridges from default bridge set
  • Bug 13742: Fix domain isolation for content cache and disk-enabled browsing mode
  • Update Tor to 0.2.6.1-alpha
  • Update NoScript to 2.6.9.3
  • Update Torbutton to 1.8.1.1
  • Bug 9387: Provide a "Security Slider" for vulnerability surface reduction
  • Bug 13019: Synchronize locale spoofing pref with our Firefox patch
  • Bug 3455: Use SOCKS user+pass to isolate all requests from the same url domain
  • Bug 8641: Create browser UI to indicate current tab's Tor circuit IPs
  • Bug 13651: Prevent circuit-status related UI hang.
  • Bug 13666: Various circuit status UI fixes
  • Bugs 13742+13751: Remove cache isolation code in favor of direct C++ patch
  • Bug 13746: Properly update third party isolation pref if disabled from UI
  • Bug 13586: Make meek use TLS session tickets (to look like stock Firefox).
  • Bug 12903: Include obfs4proxy pluggable transport
  • Windows:
  • Bug 13443: Re-enable DirectShow; fix crash with mingw patch.
  • Bug 13558: Fix crash on Windows XP during download folder changing
  • Bug 13091: Make app name "Tor Browser" instead of "Tor"
  • Bug 13594: Fix update failure for Windows XP users

New in Tor Browser 4.0.1 (Nov 1, 2014)

  • Update Tor to 0.2.5.10
  • Bug 13443: Disable DirectShow to prevent crashes on many sites
  • Bug 13091: Make app name "Tor Browser" instead of "Tor"
  • Update NoScript to 2.6.9.3:
  • Bug 13301: Prevent extensions incompatibility error after upgrades
  • Bug 13460: Fix MSVC compilation issue

New in Tor Browser 4.0 (Oct 16, 2014)

  • All Platforms:
  • Update Firefox to 31.2.0esr
  • Update Torbutton to 1.7.0.1
  • Bug 13378: Prevent addon reordering in toolbars on first-run.
  • Bug 10751: Adapt Torbutton to ESR31's Australis UI.
  • Bug 13138: ESR31-about:tor shows "Tor is not working"
  • Bug 12947: Adapt session storage blocker to ESR 31.
  • Bug 10716: Take care of drag/drop events in ESR 31.
  • Bug 13366: Fix cert exemption dialog when disk storage is enabled.
  • Update Tor Launcher to 0.2.7.0.1
  • Translation updates only
  • Udate fteproxy to 0.2.19
  • Update NoScript to 2.6.9.1
  • Bug 13027: Spoof window.navigator useragent values in JS WebWorker threads
  • Bug 13016: Hide CSS -moz-osx-font-smoothing values.
  • Bug 13356: Meek and other symlinks missing after complete update.
  • Bug 13025: Spoof screen orientation to landscape-primary.
  • Bug 13346: Disable Firefox "slow to start" warnings and recordkeeping.
  • Bug 13318: Minimize number of buttons on the browser toolbar.
  • Bug 10715: Enable WebGL on Windows (still click-to-play via NoScript)
  • Bug 13023: Disable the gamepad API.
  • Bug 13021: Prompt before allowing Canvas isPointIn*() calls.
  • Bug 12460: Several cross-compilation and gitian fixes (see child tickets)
  • Bug 13186: Disable DOM Performance timers
  • Bug 13028: Defense-in-depth checks for OCSP/Cert validation proxy usage
  • Bug 13416: Defend against new SSLv3 attack (poodle).

New in Tor Browser 4.0.0 Alpha 3 (Sep 26, 2014)

  • Update Tor to 0.2.5.8-rc
  • Update Firefox to 24.8.1esr
  • Update meek to 0.11
  • Update NoScript to 2.6.8.42
  • Update Torbutton to 1.6.12.3
  • Bug 13091: Use "Tor Browser" everywhere
  • Bug 10804: Workaround fix for some cases of startup hang
  • Bug 13091: Use "Tor Browser" everywhere
  • Bug 13049: Browser update failure (self.update is undefined)
  • Bug 13047: Updater should not send Kernel and GTK version
  • Bug 12998: Prevent intermediate certs from being written to disk
  • Bug 13245: Prevent non-english TBBs from upgrading to english version.

New in Tor Browser 3.6.6 (Sep 26, 2014)

  • Update Tor to tor-0.2.4.24
  • Update Firefox to 24.8.1esr
  • Update NoScript to 2.6.8.42
  • Update HTTPS Everywhere to 4.0.1
  • Bug 12998: Prevent intermediate certs from being written to disk
  • Update Torbutton to 1.6.12.3:
  • Bug 13091: Use "Tor Browser" everywhere
  • Bug 10804: Workaround fix for some cases of startup hang

New in Tor Browser 4.0.0 Alpha 2 (Sep 3, 2014)

  • All Platforms:
  • Update Firefox to 24.8.0esr
  • Update NoScript to 2.6.8.39
  • Update Tor Launcher to 0.2.7.0
  • Bug 11405: Remove firewall prompt from wizard.
  • Bug 12895: Mention @riseup.net as a valid bridge request email address
  • Bug 12444: Provide feedback when “Copy Tor Log” is clicked.
  • Bug 11199: Improve error messages if Tor exits unexpectedly
  • Update Torbutton to 1.6.12.1
  • Bug 12684: New strings for canvas image extraction message
  • Bug 8940: Move RecommendedTBBVersions file to www.torproject.org
  • Bug 12684: Improve Canvas image extraction permissions prompt
  • Bug 7265: Only prompt for first party canvas access. Log all scripts
  • that attempt to extract canvas images to Browser console.
  • Bug 12974: Disable NTLM and Negotiate HTTP Auth
  • Bug 2874: Remove Components.* from content access (regression)
  • Bug 4234: Automatic Update support (off by default)
  • Bug 9881: Open popups in new tabs by default
  • Meek Pluggable Transport:
  • Bug 12766: Use TLSv1.0 in meek-http-helper to blend in with Firefox 24
  • Bug 10065: Enable DEP, ASLR, and SSP hardening options

New in Tor Browser 3.6.5 (Sep 3, 2014)

  • All Platforms
  • Update Firefox to 24.8.0esr
  • Update NoScript to 2.6.8.39
  • Update HTTPS Everywhere to 4.0.0
  • Update Torbutton to 1.6.12.1
  • Bug 12684: New strings for canvas image extraction message
  • Bug 8940: Move RecommendedTBBVersions file to www.torproject.org
  • Bug 9531: Workaround to avoid rare hangs during New Identity
  • Bug 12684: Improve Canvas image extraction permissions prompt
  • Bug 7265: Only prompt for first party canvas access. Log all scripts
  • that attempt to extract canvas images to Browser console.
  • Bug 12974: Disable NTLM and Negotiate HTTP Auth
  • Bug 2874: Remove Components.* from content access (regression)
  • Bug 9881: Open popups in new tabs by default

New in Tor Browser 4.0.0 Alpha 1 (Sep 3, 2014)

  • All Platforms:
  • Ticket 10935: Include the Meek Pluggable Transport (version 0.10)
  • Two modes of Meek are provided: Meek over Google and Meek over Amazon
  • Update Firefox to 24.7.0esr
  • Update Tor to 0.2.5.6-alpha
  • Update OpenSSL to 1.0.1i
  • Update NoScript to 2.6.8.36
  • Script permissions now apply based on URL bar
  • Update HTTPS Everywhere to 5.0development.0
  • Update Torbutton to 1.6.12.0
  • Bug 12221: Remove obsolete Javascript components from the toggle era
  • Bug 10819: Bind new third party isolation pref to Torbutton security UI
  • Bug 9268: Fix some window resizing corner cases with DPI and taskbar size.
  • Bug 12680: Change Torbutton URL in about dialog.
  • Bug 11472: Adjust about:tor font and logo positioning to avoid overlap
  • Bug 9531: Workaround to avoid rare hangs during New Identity
  • Update Tor Launcher to 0.2.6.2
  • Bug 11199: Improve behavior if tor exits
  • Bug 12451: Add option to hide TBB's logo
  • Bug 11193: Change "Tor Browser Bundle" to "Tor Browser"
  • Bug 11471: Ensure text fits the initial configuration dialog
  • Bug 9516: Send Tor Launcher log messages to Browser Console
  • Bug 11641: Reorganize bundle directory structure to mimic Firefox
  • Bug 10819: Create a preference to enable/disable third party isolation
  • Backported Tor Patches:
  • Bug 11200: Fix a hang during bootstrap introduced in the initial
  • bug11200 patch.

New in Tor Browser 3.6.4 (Sep 3, 2014)

  • All Platforms:
  • Update Tor to 0.2.4.23
  • Update Tor launcher to 0.2.5.6
  • Bug 9516: Show Tor log in TorBrowser's Browser Console
  • Update OpenSSL to 1.0.1i
  • Backported Tor Patches:
  • Bug 11654: Properly apply the fix for malformed bug11156 log message
  • Bug 11200: Fix a hang during bootstrap introduced in the initial
  • bug11200 patch.
  • Update NoScript to 2.6.8.36
  • Update Torbutton to 1.6.11.1
  • Bug 11472: Adjust about:tor font and logo positioning to avoid overlap
  • Bug 12680: Fix Torbutton about url.

New in Tor Browser 3.6.3 (Jul 26, 2014)

  • All Platforms:
  • Update Firefox to 24.7.0esr
  • Update obfsproxy to 0.2.12
  • Update FTE to 0.2.17
  • Update NoScript to 2.6.8.33
  • Update HTTPS Everywhere to 3.5.3
  • Bug 12673: Update FTE bridges
  • Update Torbutton to 1.6.11.0:
  • Bug 12221: Remove obsolete Javascript components from the toggle era
  • Bug 10819: Bind new third party isolation pref to Torbutton security UI
  • Bug 9268: Fix some window resizing corner cases with DPI and taskbar size.

New in Tor Browser 3.6.2 (Jun 11, 2014)

  • Update Firefox to 24.6.0esr
  • Update OpenSSL to 1.0.1h
  • Update NoScript to 2.6.8.28
  • Update Tor to 0.2.4.22
  • Update Tor Launcher to 0.2.5.5
  • Bug 10425: Provide geoip6 file location to Tor process
  • Bug 11754: Remove untranslated locales that were dropped from Transifex
  • Bug 11772: Set Proxy Type menu correctly after restart
  • Bug 11699: Change   to   in UI elements
  • Update Torbutton to 1.6.10.0
  • Bug 11510: about:tor should not report success if tor proxy is unreachable
  • Bug 11783: Avoid b.webProgress error when double-clicking on New Identity
  • Bug 11722: Add hidden pref to force remote Tor check
  • Bug 11763: Fix pref dialog double-click race that caused settings to be reset
  • Bug 11629: Support proxies with Pluggable Transports
  • Updates FTEProxy to 0.2.15
  • Updates obfsproxy to 0.2.9
  • Backported Tor Patches:
  • Bug 11654: Fix malformed log message in bug11156 patch.
  • Bug 10425: Add in Tor's geoip6 files to the bundle distribution
  • Bugs 11834 and 11835: Include Pluggable Transport documentation
  • Bug 9701: Prevent ClipBoardCache from writing to disk.
  • Bug 12146: Make the CONNECT Host header the same as the Request-URI.
  • Bug 12212: Disable deprecated webaudio API
  • Bug 11253: Turn on TLS 1.1 and 1.2.
  • Bug 11817: Don't send startup time information to Mozilla.

New in Tor Browser 3.6.1 (May 8, 2014)

  • Update HTTPS-Everywhere to 3.5.1
  • Update NoScript to 2.6.8.22
  • Bug 11658: Fix proxy configuration for non-Pluggable Transports users
  • Backport Pending Tor Patches
  • Bug 8402: Allow Tor proxy configuration while PTs are present
  • Note: The Pluggable Transports themselves have not been updated to support proxy configuration yet

New in Tor Browser 3.6 (Apr 30, 2014)

  • All Platforms:
  • Update Firefox to 24.5.0esr
  • Update Tor Launcher to 0.2.5.4
  • Bug 11482: Hide bridge settings prompt if no default bridges.
  • Bug 11484: Show help button even if no default bridges.
  • Update Torbutton to 1.6.9.0
  • Bug 7439: Improve download warning dialog text.
  • Bug 11384: Completely remove hidden toggle menu item.
  • Update NoScript to 2.6.8.20
  • Update fte transport to 0.2.13
  • Backport Pending Tor Patches:
  • Bug 11156: Additional obfsproxy startup error message fixes
  • Bug 11586: Include license files for component software in Docs directory.
  • Windows and Mac:
  • Bug 9308: Prevent install path from leaking in some JS exceptions on Mac and Windows builds

New in Tor Browser 3.6 Beta 2 (Apr 12, 2014)

  • All Platforms:
  • Update OpenSSL to 1.0.1g
  • Bug 9010: Add Turkish language support.
  • Bug 9387 testing: Disable JS JIT, type inference, asmjs, and ion.
  • Update fte transport to 0.2.12
  • Update NoScript to 2.6.8.19
  • Update Torbutton to 1.6.8.1:
  • Bug 11242: Fix improper "update needed" message after in-place upgrade.
  • Bug 10398: Ease translation of about:tor page elements
  • Update Tor Launcher to 0.2.5.3:
  • Bug 9665: Localize Tor's unreachable bridges bootstrap error
  • Backport Pending Tor Patches:
  • Bug 9665: Report a bootstrap error if all bridges are unreachable
  • Bug 11200: Prevent spurious error message prior to enabling network.
  • Windows:
  • Bug 11286: Fix fte transport launch error

New in Tor Browser 3.5.4 (Apr 9, 2014)

  • Update OpenSSL to 1.0.1g

New in Tor Browser 3.5.3 (Mar 20, 2014)

  • Update Firefox to 24.4.0esr
  • Update NoScript to 2.6.8.17
  • Update Tor to 0.2.4.21
  • Bug 10237: Disable the media cache to prevent disk leaks for videos
  • Bug 10703: Force the default charset to avoid locale fingerprinting
  • Bug 10104: Update gitian to fix LXC build issues (for non-KVM/VT builders)
  • Update Torbutton to 1.6.7.0:
  • Bug 9901: Fix browser freeze due to content type sniffing
  • Bug 10611: Add Swedish (sv) to extra locales to update

New in Tor Browser 3.6 Beta 1 (Mar 19, 2014)

  • Update Firefox to 24.4.0esr
  • Include Pluggable Transports by default:
  • Obfsproxy3 0.2.4, Flashproxy 1.6, and FTE 0.2.6 are now included
  • Update Tor Launcher to 0.2.5.1:
  • Bug 10418: Provide UI configuration for Pluggable Transports
  • Bug 10604: Allow Tor status & error messages to be translated
  • Bug 10894: Make bridge UI clear that helpdesk is a last resort for
  • bridges
  • Bug 10610: Clarify wizard UI text describing obstacles/blocking
  • Bug 11074: Support Tails use case (XULRunner and optional
  • customizations)
  • Update Torbutton to 1.6.7.0:
  • Bug 9901: Fix browser freeze due to content type sniffing
  • Bug 10611: Add Swedish (sv) to extra locales to update
  • Update NoScript to 2.6.8.17
  • Update Tor to 0.2.4.21
  • Backport Pending Tor Patches:
  • Bug 5018: Don't launch Pluggable Transport helpers if not in use
  • Bug 9229: Eliminate 60 second stall during bootstrap with some PTs
  • Bug 11069: Detect and report Pluggable Transport bootstrap failures
  • Bug 11156: Prevent spurious warning about missing pluggable transports
  • Bug 10237: Disable the media cache to prevent disk leaks for videos
  • Bug 10703: Force the default charset to avoid locale fingerprinting
  • Bug 10104: Update gitian to fix LXC build issues (for non-KVM/VT builders)

New in Tor Browser 3.5.2.1 (Feb 17, 2014)

  • Bug 10895: Fix broken localized bundles
  • Bug 10323: Remove unneeded gcc/libstdc++ libraries from dist

New in Tor Browser 3.5.2 (Feb 11, 2014)

  • Rebase Tor Browser to Firefox 24.3.0ESR
  • Bug 10419: Block content window connections to localhost
  • Update Torbutton to 1.6.0:
  • Bug 10800: Prevent findbox exception and popup in New Identity
  • Bug 10640: Fix about:tor's update pointer position for RTL languages.
  • Bug 10095: Fix some cases where resolution is not a multiple of 200x100
  • Bug 10285: Clear site permissions on New Identity
  • Bug 9738: Fix for auto-maximizing on browser start
  • Bug 10682: Workaround to really disable updates for Torbutton
  • Bug 10419: Don't allow connections to localhost if Torbutton is toggled
  • Bug 10140: Move Japanese to extra locales (not part of TBB dist)
  • Bug 10687: Add Basque (eu) to extra locales (not part of TBB dist)
  • Update Tor Launcher to 0.2.4.4:
  • Bug 10682: Workaround to really disable updates for Tor Launcher
  • Update NoScript to 2.6.8.13

New in Tor Browser 3.5.1 (Jan 25, 2014)

  • ALL PLATFORMS:
  • Bug 10447: Remove SocksListenAddress to allow multiple socks ports.
  • Bug 10464: Remove addons.mozilla.org from NoScript whitelist
  • Update Tor to 0.2.4.20
  • Update OpenSSL to 1.0.1f
  • Update NoScript to 2.6.8.12
  • Update HTTPS-Everywhere to 3.4.5
  • Update Torbutton to 1.6.5.5:
  • Bug 9486: Clear NoScript Temporary Permissions on New Identity
  • Bug 10403: Include Arabic translations
  • Update Tor Launcher to 0.2.4.3:
  • Bug 10403: Include Arabic translations
  • WINDOWS:
  • Bug 9259: Enable Accessibility (screen reader) support
  • MAC:
  • misc: Update bundle version field in Info.plist (for MacUpdates service)

New in Tor Browser 3.5 (Dec 18, 2013)

  • All Platforms:
  • Update Tor to 0.2.4.19
  • Update Tor Launcher to 0.2.4.2
  • Bug 10382: Fix a Tor Launcher hang on TBB exit
  • Update Torbutton to 1.6.5.2
  • Misc: Switch update download URL back to download-easy

New in Tor Browser 3.5 RC 1 (Dec 13, 2013)

  • All Platforms:
  • Update Firefox to 24.2.0esr
  • Update NoScript to 2.6.8.7
  • Update HTTPS-Everywhere to 3.4.4tbb (special TBB tag): Tag includes a patch to handle enabling/disabling Mixed Content Blocking
  • Bug 5060: Disable health report service
  • Bug 10367: Disable prompting about health report and Mozilla Sync
  • Misc Prefs: Disable HTTPS-Everywhere first-run tooltips
  • Misc Prefs: Disable layer acceleration to avoid crashes on Windows
  • Misc Prefs: Disable Mixed Content Blocker pending backport of Mozilla Bug 878890
  • Update Tor Launcher to 0.2.4.1:
  • Bug 10147: Adblock Plus interferes w/Tor Launcher dialog
  • Bug 9984: Support running Tor Launcher from InstantBird
  • Misc: Support browser directory location API changes in Firefox 24
  • Update Torbutton to 1.6.5.1:
  • Bug 10352: Clear FF24 Private Browsing Mode data during New Identity
  • Bug 8167: Update cache isolation for FF24 API changes
  • Bug 10078: Properly clear crypto tokens during New Identity on FF24
  • Bug 9454: Support changes to Private Browsing Mode and plugin APIs in FF24

New in Tor Browser 3.0 RC 1 (Nov 22, 2013)

  • This release includes important security updates to Firefox.
  • Unfortunately, we have decided to remove the PDF.JS addon from this bundle, as the version available for Firefox 17 has stopped receiving updates. Built-in PDF support should return when we transition to Firefox 24 in the coming weeks.
  • This release should also fix a build reproducibility issue on Windows. All platform binaries should once again be identically reproducible from source by anyone using git tag tbb-3.0rc1-release.
  • All Platforms:
  • Update Firefox to 17.0.11esr
  • Update Tor to 0.2.4.18-rc
  • Remove unsupported PDF.JS addon from the bundle
  • Bug #7277: TBB's Tor client will now omit its timestamp in the TLS handshake.
  • Update Torbutton to 1.6.4.1
  • Bug #10002: Make the TBB3.0 blog tag our update download URL for now
  • Windows:
  • Bug #10102: Patch binutils to remove nondeterministic bytes in compiled binaries

New in Tor Browser 3.0 Beta 1 (Nov 6, 2013)

  • ALL PLATFORMS:
  • Update Firefox to 17.0.10esr
  • Update NoScript to 2.6.8.2
  • Update HTTPS-Everywhere to 3.4.2
  • Bug #9114: Reorganize the bundle directory structure to ease future autoupdates
  • Bug #9173: Patch Tor Browser to auto-detect profile directory if launched without the wrapper script.
  • Bug #9012: Hide Tor Browser infobar for missing plugins.
  • Bug #8364: Change the default entry page for the addons tab to the installed addons page.
  • Bug #9867: Make flash objects really be click-to-play if flash is enabled.
  • Bug #8292: Make getFirstPartyURI log+handle errors internally to simplify caller usage of the API
  • Bug #3661: Remove polipo and privoxy from the banned ports list.
  • misc: Fix a potential memory leak in the Image Cache isolation
  • misc: Fix a potential crash if OS theme information is ever absent
  • Update Tor-Launcher to 0.2.3.1-beta
  • Bug #9114: Handle new directory structure
  • misc: Tor Launcher now supports Thunderbird
  • Update Torbutton to 1.6.4
  • Bug #9224: Support multiple Tor socks ports for about:tor status check
  • Bug #9587: Add TBB version number to about:tor
  • Bug #9144: Workaround to handle missing translation properties
  • WINDOWS:
  • Bug #9084: Fix startup crash on Windows XP.

New in Tor Browser 2.3.25-14 (Nov 2, 2013)

  • Update Firefox to 17.0.10esr
  • Update LibPNG to 1.6.6
  • Update NoScript to 2.6.8.4
  • Update HTTPS-Everywhere to 3.4.2
  • Firefox patch changes:
  • Hide infobar for missing plugins. (closes: #9012)
  • Change the default entry page for the addons tab to the installed addons page. (closes: #8364)
  • Make flash objects really be click-to-play if flash is enabled. (closes: #9867)
  • Make getFirstPartyURI log+handle errors internally to simplify caller usage of the API. (closes: #3661)
  • Remove polipo and privoxy from the banned ports list. (closes: #3661)
  • misc: Fix a potential memory leak in the Image Cache isolation
  • misc: Fix a potential crash if OS theme information is ever absent

New in Tor Browser 3.0 Alpha 4 (Sep 30, 2013)

  • Bug #8751: Randomize TLS HELLO timestamp in HTTPS connections
  • Bug #9790 (workaround): Temporarily re-enable JS-Ctypes for cache
  • isolation and SSL Observatory
  • Update Firefox to 17.0.9esr
  • Update Tor to 0.2.4.17-rc
  • Update NoScript to 2.6.7.1
  • Update Tor-Launcher to 0.2.2-alpha:
  • Bug #9675: Provide feedback mechanism for clock-skew and other early startup issues
  • Bug #9445: Allow user to enter bridges with or without 'bridge' keyword
  • Bug #9593: Use UTF16 for Tor process launch to handle unicode paths.
  • misc: Detect when Tor exits and display appropriate notification
  • Update Torbutton to 1.6.2.1:
  • Bug 9492: Fix Torbutton logo on OSX and Windows (and related initialization code)
  • Bug 8839: Disable Google/Startpage search filters using Tor-specific urls

New in Tor Browser 2.4.17 Beta 2 (Sep 21, 2013)

  • Update LibPNG to 1.6.3
  • Update HTTPS Everywhere to 4.0development.12
  • Update NoScript to 2.6.7.1
  • Remove extraneous libevent libraries (closes: #9727)
  • Enable GCC hardening for Tor
  • Firefox patch changes:
  • Disable filtered results in Startpage omnibox (closes: #8839)

New in Tor Browser 2.3.25-13 (Sep 21, 2013)

  • Update Firefox to 17.0.9esr
  • Update HTTPS Everywhere to 3.4.1
  • Update NoScript to 2.6.7.1
  • Remove extraneous libevent libraries (closes: #9727)
  • Enable GCC hardening for Tor
  • Firefox patch changes:
  • Disable filtered results in Startpage omnibox (closes: #8839)

New in Tor Browser 2.4.17 Beta 1 (Sep 9, 2013)

  • Update Tor to 0.2.4.17-rc
  • Update NoScript to 2.6.7.1
  • Update HTTPS Everywhere to 4.0development.11

New in Tor Browser 2.4.15 Beta 2 (Aug 11, 2013)

  • HTTPS Everywhere to 4.0development.9
  • Update PDF.js to 0.8.298
  • Update LibPNG to 1.6.3

New in Tor Browser 2.3.25-11 (Aug 9, 2013)

  • Update Firefox to 17.0.8esr
  • Update HTTPS Everywhere to 3.3.1
  • Update NoScript to 2.6.6.9

New in Tor Browser 2.3.25-10 (Aug 9, 2013)

  • Update Firefox to 17.0.7esr
  • Update zlib to 1.2.8
  • Update HTTPS Everywhere to 3.2.2
  • Update NoScript to 2.6.6.6

New in Tor Browser 3.0 Alpha 2 (Jul 9, 2013)

  • All Platforms:
  • Update Firefox to 17.0.7esr
  • Update Tor to 0.2.4.14-alpha
  • Include Tor's GeoIP file
  • This should fix custom torrc issues with country-based node restrictions
  • Fix several build determinism issues
  • Include ChangeLog in bundles
  • Windows:
  • Fix many crash issues by disabling Direct2D support for now

New in Tor Browser 2.4.15 Beta 1 (Jul 9, 2013)

  • Update Tor to 0.2.4.15-rc
  • Update NoScript to 2.6.6.7

New in Tor Browser 3.0 Alpha 1 (Jun 26, 2013)

  • Usability, usability, usability:
  • We've attempted to solve several major usability issues in this series, including:
  • No more Vidalia - The Tor process management is handled by the new Tor Launcher Firefox extension. If you want the Vidalia map and other features, you can point an existing Vidalia binary at control port 9151 after Tor Browser has launched, and it should still work (and even allow you to reconfigure the TBB Tor as a bridge or a relay).
  • Local homepage with search box - The browser now uses a local about:tor homepage instead of https://check.torproject.org. A local verification against the Tor control port is still performed, to ensure Tor is working, and a link to https://check.torproject.org is provided from the about:tor homepage for manual verification as well.
  • Guided Extraction for Windows - For Windows users, an NSIS-based extractor now guides you through the TBB extraction and ensures the extracted bundle ends up on your Desktop, or in a known location chosen by you (but make sure you have permissions on that location). Hopefully this will mean no more losing track of the extracted bundle files!
  • Email-sized bundles:
  • The bundles are all under the 25M gmail attachment size limit, so direct email and gettor attachments are once again possible.
  • Improved build security and integrity verification:
  • We now use Gitian to build the bundles. The idea behind Gitian is to allow independent people to take our source code and produce exactly identical binaries on their own. We're not quite at the point where you always get a matching build, but the remaining differences are minor, and within a couple more releases we should have it fully reproducible. For now, we are posting all of the builds for comparison, and you can of course build and compare your own.

New in Tor Browser 2.4.12 Alpha 1 (Apr 30, 2013)

  • Update Tor to 0.2.4.12-alpha
  • Update Torbutton to 1.5.2
  • Update libpng to 1.5.15
  • Update NoScript to 2.6.6
  • Update PDF.js to 0.8.1
  • Firefox patch changes:
  • Apply font limits to @font-face local() fonts and disable fallback
  • rendering for @font-face. (closes: #8455)
  • Use Optimistic Data SOCKS handshake (improves page load performance).
  • closes: #3875)
  • Honor the Windows theme for inverse text colors (without leaking those
  • colors to content). (closes: #7920)
  • Increase pipeline randomization and try harder to batch pipelined
  • requests together. (closes: #8470)
  • Fix an image cache isolation domain key misusage. May fix several image
  • cache related crash bugs with New Identity, exit, and certain websites.
  • closes: #8628)
  • Torbutton changes:
  • Allow session restore if the user allows disk actvity (closes: #8457)
  • Remove the Display Settings panel and associated locales (closes: #8301)
  • Fix "Transparent Torification" option. (closes: #6566)
  • Fix a hang on New Identity. (closes: #8642)
  • Build changes:
  • Fetch our source deps from an https mirror (closes: #8286)
  • Create watch scripts for syncing mirror sources and monitoring mirror
  • integrity (closes: #8338)

New in Tor Browser 2.4.11 Alpha 2 (Apr 7, 2013)

  • Update Firefox to 17.0.5esr
  • Update NoScript to 2.6.59

New in Tor Browser 2.3.25-6 (Apr 5, 2013)

  • Update Firefox to 17.0.5esr
  • Update NoScript to 2.6.59

New in Tor Browser 2.3.25-5 (Mar 14, 2013)

  • Update NoScript to 2.6.5.8
  • Update HTTPS Everywhere to 3.1.4
  • Fix non-English language bundles to have the correct branding (closes: #8302)
  • Firefox patch changes:
  • Remove "This plugin is disabled" barrier: This improves the user experience for HTML5 Youtube videos: They "silently" attempt to load flash first, which was not so silent with this barrier in place. (closes: #8312)
  • Disable NoScript's HTML5 media click-to-play barrier (closes: #8386)
  • Fix a New Identity hang and/or crash condition (closes: #6386)
  • Fix crash with Drag + Drop on Windows (closes: #8324)
  • Torbutton changes:
  • Fix Drag+Drop crash by using a new TBB drag observer (closes: #8324)
  • Fix XML/E4X errors with Cookie Protections (closes: #6202)
  • Don't clear cookies at shutdown if user wants disk history (closes: #8423)
  • Leave IndexedDB and Offline Storage disabled. (closes: #8382)
  • Clear DOM localStorage on New Identity. (closes: #8422)
  • Don't strip "third party" HTTP auth from favicons (closes: #8335)
  • Localize the "Spoof english" button strings (closes: #5183)
  • Ask user for confirmation before enabling plugins (closes: #8313)
  • Emit private browsing session clearing event on "New Identity"

New in Tor Browser 2.4.10 Alpha 2 (Feb 22, 2013)

  • Update Firefox to 17.0.3esr
  • Downgrade OpenSSL to 1.0.0k
  • Update libpng to 1.5.14
  • Update NoScript to 2.6.5.7
  • Firefox patch changes:
  • Exempt remote @font-face fonts from font limits (and prefer them):
  • Remote fonts (aka "User Fonts") are not a fingerprinting threat, so they should not count towards our CSS font count limits. Moreover, if a CSS font-family rule lists any remote fonts, those fonts are preferred over the local fonts, so we do not reduce the font count for that rule.
  • This vastly improves rendering and typography for many websites.
  • Disable WebRTC in Firefox build options. (closes: #8178)
  • WebRTC isn't slated to be enabled until Firefox 18, but the code was getting compiled in already and is capable of creating UDP Sockets and bypassing Tor. We disable it from build as a safety measure.
  • Move prefs.js into omni.ja and extension-overrides. (closes: #3944)
  • This causes our browser pref changes to appear as defaults. It also means that future updates of TBB should preserve user pref settings.
  • Fix a use-after-free that caused crashing on MacOS (closes: #8234)
  • Eliminate several redundant, useless, and deprecated Firefox pref settings
  • Report Firefox 17.0 as the Tor Browser user agent
  • Use Firefox's click-to-play barrier for plugins instead of NoScript
  • Set the Tor SOCKS+Control ports to 9150, 9151 respectively on all platforms:
  • This fixes a SOCKS race condition with our SOCKS autoport configuration
  • and HTTPS-Everywhere's Tor test. Firefox 17 appears to cache proxy settings per URL now, which resulted in a proxy error for check.torproject.org if we lost the race.
  • Torbutton was updated to 1.5.0. The following issues were fixed:
  • Remove old toggle observers and related code (closes: #5279)
  • Simplify Security Preference UI and associated pref updates (closes: #3100)
  • Eliminate redundancy in our Flash/plugin disabling code (closes: #7470)
  • Leave most preferences under Tor Browser's control (closes: #3944)
  • Disable toggle-on-startup and crash detection logic (closes: #7974)
  • Disable/remove toggle-mode code and related observers (closes: #5379)
  • Add menu hint to Torbutton icon (closes: #6431)
  • Make Torbutton icon flash a warning symbol if TBB is out of date (closes: #7495)
  • Perform version check every time there's a new tab. (closes: #6096)
  • Rate limit version check queries to once every 1.5hrs max. (closes: #6156)
  • misc: Allow WebGL and DOM storage.
  • misc: Disable independent Torbutton updates
  • misc: Change the recommended SOCKSPort to 9150 (to match TBB)

New in Tor Browser 2.4.7 Alpha 1 (Jan 7, 2013)

  • Update Firefox to 10.0.12esr
  • Update Tor to 0.2.4.7-alpha
  • Update Libevent to 2.0.21-stable
  • Update HTTPS Everywhere to 4.0development.4
  • Update NoScript to 2.6.4.2

New in Tor Browser 2.3.25-2 (Jan 7, 2013)

  • Update Firefox to 10.0.12esr
  • Update Libevent to 2.0.21-stable
  • Update HTTPS Everywhere to 3.1.2
  • Update NoScript to 2.6.4.2

New in Tor Browser 2.3.25-1 (Dec 4, 2012)

  • Update Tor to 0.2.3.25
  • Update Firefox 10.0.11esr
  • Update Vidalia to 0.2.21
  • Update NoScript to 2.6.2

New in Tor Browser 0.2.3.24 Alpha 1 (Oct 30, 2012)

  • Update Tor to 0.2.3.24-rc
  • Update Firefox to 10.0.10esr
  • Update NoScript to 2.5.9
  • Update HTTPS Everywhere to 4.0development.2

New in Tor Browser 2.2.39-5 (Oct 30, 2012)

  • Update Firefox to 10.0.10esr
  • Update NoScript to 2.5.9

New in Tor Browser 0.2.3.23 Alpha 1 (Oct 23, 2012)

  • Update Tor to 0.2.3.23-rc
  • Update Firefox to 10.0.9esr
  • Update HTTPS Everywhere to 4.0development.1
  • Update NoScript to 2.5.8

New in Tor Browser 2.2.39-3 (Oct 23, 2012)

  • Update Firefox to 10.0.9esr
  • Update Torbutton to 1.4.6.3
  • Update NoScript to 2.5.7
  • Update HTTPS Everywhere to 2.2.2
  • Update libpng to 1.5.13

New in Tor Browser 0.2.3.22 Alpha 1 (Sep 13, 2012)

  • Update Tor to 0.2.3.22-rc
  • Temporarily use fixed Control and SOCKS ports as a workaround for #6803

New in Tor Browser 2.2.39-1 (Sep 13, 2012)

  • Update Tor to 0.2.2.39
  • Update NoScript to 2.5.4

New in Tor Browser 2.2.38-1 (Aug 19, 2012)

  • Update Tor to 0.2.2.38
  • Update NoScript to 2.5
  • Update HTTPS Everywhere to 2.1

New in Tor Browser 0.2.3.19 Alpha 1 (Jul 30, 2012)

  • Update Tor to 0.2.3.19-rc
  • Update Firefox to 14.0.1
  • Update libevent to 2.0.19-stable
  • Update OpenSSL to 1.0.1c
  • Update zlib to 1.2.7
  • Update Torbutton to 1.4.6
  • Update NoScript to 2.4.9
  • Update HTTPS Everywhere to 3.0development.5
  • Downgrade Vidalia to 0.2.20
  • Update libpng to 1.5.12

New in Tor Browser 2.2.37-2 (Jul 30, 2012)

  • Update Firefox to 10.0.6esr
  • Update Vidalia to 0.2.20
  • Update NoScript to 2.4.8
  • Disable Firefox crashreporter

New in Tor Browser 2.2.36-1 (Jun 5, 2012)

  • Update Tor to 0.2.2.36
  • Update NoScript to 2.3.4
  • Update HTTPS Everywhere to 2.0.5

New in Tor Browser 2.2.35-13 (May 25, 2012)

  • Fix Firefox build to sanitize file paths

New in Tor Browser 2.2.35-12 (May 14, 2012)

  • Update OpenSSL to 1.0.1c
  • Update Libevent to 2.0.19-stable
  • Update zlib to 1.2.7
  • Update NoScript to 2.4.1

New in Tor Browser 2.2.35-11 (May 4, 2012)

  • Security release to stop TorBrowser from bypassing SOCKS proxy DNS configuration
  • New Firefox patches:
  • Prevent WebSocket DNS leak (closes: #5741)
  • Fix a race condition that could be used to link browsing sessions together when using new identity from Tor Browser (closes: #5715)
  • Remove extraneous BetterPrivacy settings from prefs.js (closes: #5722)
  • Fix the mozconfig options for OS X so that it really builds everything with clang instead of llvm-gcc (closes: #5740)

New in Tor Browser 2.2.35-9 (Apr 30, 2012)

  • Update Firefox to 12.0
  • Update OpenSSL to 1.0.1b
  • Update Libevent to 2.0.18-stable
  • Update Qt to 4.8.1
  • Update Libpng to 1.5.10
  • Update HTTPS Everywhere to 2.0.2
  • Update NoScript to 2.3.9
  • Rebrand Firefox to TorBrowser (closes: #2176)
  • New Firefox patches:
  • Make Download Manager memory-only (closes: #4017)
  • Add DuckDuckGo and Startpage to Omnibox (closes: #4902)
  • Add Steven Michaud's OS X crash fix patch. It doesn't fix #5021 but will hopefully help us debug further

New in Tor Browser 2.2.35-8 (Mar 19, 2012)

  • Update Firefox to 11.0
  • Update OpenSSL to 1.0.0h
  • Update NoScript to 2.3.4
  • Update HTTPS Everywhere to 2.0.1
  • Always build to with warnings enabled (closes: #4470)
  • Disable HTTPS Everywhere SSL Observatory screen (closes: #5300)
  • Remove tor-resolve from the Windows bundle

New in Tor Browser 0.2.3.12 Alpha 1 (Mar 7, 2012)

  • These bundles include the latest Vidalia 0.3.1 alpha release and Tor 0.2.3.12-alpha

New in Tor Browser 2.2.35-6 (Feb 14, 2012)

  • Update Firefox to 10.0.1
  • Update Vidalia to 0.2.17
  • Update Libevent to 2.0.17-stable
  • Update NoScript to 2.3

New in Tor Browser 2.2.35-5 (Feb 3, 2012)

  • Update Firefox to 10.0
  • Update Qt to 4.7.4
  • Update OpenSSL to 1.0.0g
  • Update zlib to 1.2.6
  • Update HTTPS Everywhere to 1.2.2
  • Update NoScript to 2.2.8
  • New Firefox patches
  • Limit the number of fonts per document
  • Make sure mozconfig always gets copied into the Firefox build directory

New in Tor Browser 2.2.35-4 (Jan 6, 2012)

  • Update OpenSSL to 1.0.0f
  • Update NoScript to 2.2.5

New in Tor Browser 2.2.35-3 (Jan 4, 2012)

  • Update Firefox to 9.0.1

New in Tor Browser 2.2.35-2 (Jan 4, 2012)

  • Update Firefox to 9.0
  • Update Torbutton to 1.4.5.1
  • Update Noscript to 2.2.4
  • New Firefox patches
  • Provide client values only to CSS Media Queries and disable several Mozilla extensions that seem fingerprintable

New in Tor Browser 2.2.35-1 (Dec 17, 2011)

  • Update Tor to 0.2.2.35
  • Update NoScript to 2.2.3
  • Update Torbutton to 1.4.5
  • New Firefox patches:
  • Disable SSL Session ID tracking
  • Provide an observer event to close persistent connections