Files
IronFox/.gitignore
celenity 94147e1786 IronFox v147.0.3
ironfox-oss/IronFox!123
____

## Changes

- Updated to Firefox [`147.0.3`](https://firefox.com/firefox/android/147.0.3/releasenotes/).
- Backported a fix for [an upstream bug](https://bugzilla.mozilla.org/show_bug.cgi?id=2013976) to ensure that canvas data is properly randomized.
- Fixed [an issue](https://gitlab.com/ironfox-oss/IronFox/-/issues/231) that prevented `tel` links from opening the dialer app.
- Various improvements to the build process.
- Other minor tweaks, fixes, and refinements.

MR-author: celenity <celenity@celenity.dev>
Co-authored-by: Weblate <hosted@weblate.org>
Approved-by: celenity <celenity@celenity.dev>
Merged-by: celenity <celenity@celenity.dev>
2026-02-05 22:28:55 +00:00

29 lines
547 B
Plaintext

# Generated Python cache
__pycache__/
# File containing directory attributes for the containing folder on Mac
.DS_Store
# Python venv dirs
/env/
/venv/
# Build directory - stuff we download/generate goes here
/build/
# External repositories
/external/
# Phoenix configurations - downloaded
/patches/gecko-overlay/ironfox/prefs/000-phoenix.js
/patches/gecko-overlay/ironfox/prefs/001-phoenix-extended.js
# Environment variables for local builds
/env_override.sh
/scripts/env_build.sh
/scripts/env_local.sh
/scripts/env_target.sh
# WIP
/wip/