All Platforms

Mozilla Firefox

Software Latest: 145.0a1
11
Releases
1
Articles
Firefox Release History

Complete Mozilla Firefox Version Timeline

We track 11 Mozilla Firefox releases. The latest version is 145.0a1.

All Mozilla Firefox Versions

Version Release Date Guide
Mozilla Firefox 145.0a1 Nov 25, 2025 View Guide
Mozilla Firefox 145 Nov 11, 2025 Coming soon
Mozilla Firefox 144 Oct 14, 2025 Coming soon
Mozilla Firefox 143 Sep 16, 2025 Coming soon
Mozilla Firefox 142 Aug 19, 2025 Coming soon
Mozilla Firefox 141 Jul 22, 2025 Coming soon
Mozilla Firefox 140 Jun 24, 2025 Coming soon
Mozilla Firefox 139 May 27, 2025 Coming soon
Mozilla Firefox 138 Apr 29, 2025 Coming soon
Mozilla Firefox 137 Apr 1, 2025 Coming soon
Mozilla Firefox 136 Mar 4, 2025 Coming soon
Latest Release

Mozilla Firefox 145.0a1

Nov 25, 2025

What's New

  • Firefox Nightly 145.0a1, See All New Features, Updates and Fixes
  • desktops. You can fine-tune this behavior using new preferences, including
  • * Starting with Firefox 145, it is now possible to add comments in the Firefox
  • * Added a new pref browser.sessionstore.restore_windows_to_virtual_desktop
  • * Starting with Firefox 145, Nightly builds now support Storage-Access-Headers

Previous Versions

Firefox releases advance open web standards and privacy-first browsing, with Mozilla delivering browser updates that define web platform capabilities, developer tooling, and user privacy protections for millions of users worldwide. This complete Firefox release history documents every major version from Firefox 1.0 through the latest updates, tracking web API implementations, privacy enhancements, performance optimizations, and developer tool improvements that affect frontend engineers, web application developers, and IT administrators managing enterprise browser deployments.

Since its 2004 launch as the successor to Mozilla Suite, Firefox has evolved from a lightweight browser challenging Internet Explorer into the privacy-focused alternative to Chrome-based browsers—championing open standards, user agency, and web platform innovation. Each release (shipped every four weeks) introduces critical capabilities: Quantum engine delivered 2x performance improvements in Firefox 57, Enhanced Tracking Protection became default in 69, WebAssembly gained SIMD support in 89, and container tabs revolutionized multi-account workflows. Understanding Firefox evolution helps developers test web standards support, leverage privacy APIs, and optimize applications for Mozilla’s rendering engine.

Why Track Firefox Releases?

Test Web Standards and Browser Compatibility Firefox often implements web standards ahead of Chrome and Safari, making it a critical testing target for progressive web features. Tracking releases helps frontend developers understand when new CSS features (container queries, :has selector, cascade layers), JavaScript APIs (temporal API, import maps), and Web APIs (WebGPU, WebTransport) become available—enabling feature detection strategies and progressive enhancement planning.

Leverage Privacy APIs and Tracking Protection Firefox leads browser privacy features with Enhanced Tracking Protection, Total Cookie Protection, and privacy-preserving APIs. Tracking releases helps developers understand when third-party analytics break, when cookie behavior changes, or when new privacy APIs (private click measurement, bounce tracking protection) affect web application analytics and attribution.

Optimize Developer Tools and Debugging Workflows Firefox DevTools frequently gain unique capabilities: CSS Grid inspector, Flexbox highlighter, HTTP/2 and HTTP/3 inspection, accessibility tree viewer. Tracking releases helps web developers discover debugging features unavailable in Chrome DevTools, improving productivity for CSS layout debugging, accessibility testing, and performance profiling.

Plan Enterprise Firefox ESR Deployments Organizations using Firefox ESR (Extended Support Release) need to understand major version changes before 42-week support cycles end. Our release guides help IT administrators plan ESR upgrades by documenting cumulative changes from the previous ESR version, highlighting policy changes, and identifying configuration adjustments needed for enterprise environments.

Use Cases: Who Uses This Release History?

Frontend Developers and Web Engineers Track CSS feature support (subgrid, container queries, color-mix), JavaScript API availability (private class fields, top-level await, import assertions), and Web API implementations (WebGPU, WebCodecs, WebTransport). Understand when new Firefox versions enable modern web patterns without polyfills.

Extension Developers Monitor WebExtensions API changes, Manifest V3 migration timelines, and permission model updates. Know when new Firefox versions introduce extension capabilities (declarativeNetRequest improvements, dynamic content scripts) or when deprecated APIs require migration.

Privacy-Focused Application Developers Track Enhanced Tracking Protection updates, cookie partitioning behavior, and third-party resource blocking. Understand how Firefox’s privacy features affect analytics integrations, advertising pixels, social widgets, and cross-site authentication flows.

IT Administrators and Enterprise Browser Managers Plan Firefox ESR upgrade schedules, understand Group Policy changes, track security patches affecting enterprise deployments. Know when new Firefox versions introduce configuration options for centralized management, certificate handling, or proxy settings.

Web Accessibility Specialists Monitor accessibility tree improvements, screen reader compatibility updates, and ARIA implementation changes. Understand when new Firefox versions improve accessibility testing workflows through DevTools enhancements.

FAQ Section

How often does Firefox release new versions? Firefox Rapid Release ships a new major version every 4 weeks (Firefox 119, 120, 121, etc.). Firefox ESR (Extended Support Release) ships annually, receiving 42 weeks of security and stability updates—designed for enterprises. Beta and Nightly builds ship daily for testing upcoming features. This hub tracks Rapid Release versions and ESR milestones.

What’s the difference between Firefox Rapid Release and ESR? Rapid Release (default Firefox) ships new features every 4 weeks, ideal for individual users wanting latest capabilities. ESR updates only for security/stability fixes over 42-week cycles, designed for organizations needing predictable change management. ESR versions align with every 8th Rapid Release approximately.

Can I test against multiple Firefox versions simultaneously? Yes. Firefox Developer Edition, Beta, and Nightly can install alongside stable Firefox using separate profiles. Use Firefox Multi-Account Containers for testing with different identities. Docker images (selenium/standalone-firefox) enable automated cross-version testing in CI pipelines.

How do I know if a new Firefox version will break my web application? Check our release guide for the target version—we document web platform changes, deprecated APIs, and privacy features affecting common patterns. Test in Firefox Beta (4 weeks ahead) or Nightly (8+ weeks ahead). Most breakage comes from Enhanced Tracking Protection blocking third-party resources, not platform changes.

What is Enhanced Tracking Protection and how does it affect websites? ETP blocks known trackers, third-party cookies in some contexts, cryptominers, and fingerprinters by default. This can break analytics (Google Analytics), social widgets (Facebook Like buttons), advertising (retargeting pixels), and authentication (third-party OAuth). Our guides document ETP behavior changes and provide workarounds for legitimate use cases.

Should web developers prioritize Firefox compatibility? Yes. Firefox represents 3-7% of desktop browser market share (higher among developers and privacy-conscious users) and serves as the primary non-Chromium rendering engine maintaining web standards diversity. Testing in Firefox catches Chromium-specific assumptions and ensures standards compliance. Our guides highlight Firefox-specific considerations.

What are Firefox containers and how do they work? Multi-Account Containers isolate cookies, cache, and site data per container (Work, Personal, Shopping), enabling multiple account logins simultaneously. Temporary Containers automatically delete data after tab closure. These privacy features don’t affect web APIs but change cookie partitioning behavior developers should understand.

Where does ReleaseRun get Firefox release data? We aggregate from Mozilla’s official release notes (https://www.mozilla.org/firefox/releases/), the Firefox blog (https://blog.mozilla.org/), and Bugzilla/GitHub commits. Each release guide links to original announcements, bug fixes, and web platform feature specifications.

How detailed are ReleaseRun’s Firefox release guides? Our guides average [~1,000] words and include: comprehensive web platform feature breakdowns with browser compat data, privacy feature impacts on common web patterns, developer tool enhancements with screenshots, WebExtensions API changes, performance benchmark comparisons (page load, JavaScript execution), security fix summaries, ESR upgrade considerations, and cross-browser compatibility notes. They’re designed for web professionals who need strategic context beyond raw release notes.

Does Firefox maintain backward compatibility for web content? Yes for stable web standards. Firefox follows web platform compatibility principles—websites working in older Firefox versions generally work in newer versions. However, Firefox may intentionally break non-standard behaviors, deprecated features (-moz-prefixed CSS), or tracking mechanisms (third-party cookies). Our guides distinguish between intentional privacy changes versus compatibility regressions.

Resources Section

Official Firefox Resources

How ReleaseRun Complements Official Documentation
Mozilla’s release notes excel at comprehensive feature listings and bug references. ReleaseRun release guides focus on practical developer impact: we explain why container queries matter for responsive design patterns, provide before/after code showing how new CSS features simplify layouts, categorize privacy changes by affected use cases (analytics vs. authentication vs. advertising), benchmark performance improvements in realistic web application scenarios, and provide migration strategies for deprecated features. Our guides serve as the strategic implementation layer between Firefox’s technical changelog and your web development decisions, with specific cross-browser compatibility strategies and privacy-preserving implementation patterns.