20250103.1
Phoenix is now officially supported on Debian/Ubuntu & Android! 🎉 Huge thank you to @Modaresisofthard for their incredible work, time, and assistance in making this Debian release possible. 💜
Debian/Ubuntu users can now install Phoenix simply by using the unified installation script. Android users should see here for installation steps & more details.
I'd also like to officially announce a brand new community Matrix Space (Recommended) and Discord Server! Feel free to join if you'd like to discuss Phoenix, need support, have any questions or concerns, would like to help with development... or simply want to chat. :)
-
Fixed IPv6 connectivity issues when DNS over HTTPS is enabled by setting
network.dns.preferIPv6
totrue
. - https://codeberg.org/divested/brace/pulls/5 -
Enabled Geoclue for GNU/Linux users, so that that they can rely on the Geolocation service their distribution is using, which may be preferable over BeaconDB (our current provider). BeaconDB is still used as a fallback in such cases. Geoclue can be disabled by setting
geo.provider.use_geoclue
in yourabout:config
tofalse
. -
Disabled middle mouse clicks from pasting clipboard content by default, as it's far too easy to accidentally press & unintentionally paste content (Which can potentially be sensitive...), by setting
middlemouse.paste
tofalse
. You can re-enable middle mouse clicks pasting clipboard content by settingmiddlemouse.paste
in yourabout:config
totrue
, though this is not recommended. -
Fixed issues opening HTML files by removing the
network.buffer.cache.count
&network.buffer.cache.size
prefs - yokoffing/Betterfox#279. -
Set
apz.overscroll.enabled
totrue
by default to enhance smooth scrolling. You can revert this change by settingapz.overscroll.enabled
tofalse
in yourabout:config
. -
Spellcheck is now enabled for both single-line and multi-line text boxes by default. To revert to Firefox's default behavior of only checking single-line text boxes, change
layout.spellcheckDefault
to1
in yourabout:config
. https://codeberg.org/celenity/Phoenix/issues/33 -
Introduced a new specialized config for Element.
-
Disabled Network Error Logging by setting
network.http.network_error_logging.enabled
tofalse
. -
Various other minor tweaks, fixes, & enhancements.
Codeberg: See here for more details.
GitHub: See here for more details.
:)