Tags give the ability to mark specific points in history as being important
-
-
-
5.1.0
6b0da105 · ·Release 5.1.0 This release improves CSS for tab bar of the the non-ESR firefox, and fixes a typo in the user-agent rules. Thanks to Danny, Peter and Egor! Features: * Add ability to load a different theme based on the Firefox channel * tabmenu.css: Separate tabmenu.css for release 144+ * Makefile: Deploy release CSS Fixes: * Fix paths in makefile * Fix shared theme path * UserAgentManager: fix URL in the rule for Google Search
-
-
-
-
-
-
5.0.0
164e3de3 · ·Release 5.0.0 Following up on 5.0.0_rc1. Thanks to Danny, Peter, Oliver! Fixes: * Fix about:mobile toggles getting out-of-sync with their preferences * tabmenu.css: Make mcf.multipletabs work in private windows * autoconfig: delete old MCF css files on startup Other: * autoconfig: bring back logging
-
5.0.0_rc1
1c2f7d6a · ·Release 5.0.0_rc1 This is an RC release as we have massive changes that made the new about:mobile page possible, and because we have known issues (listed further below). We plan to make the final release in roughly a week. Features: * A new "about:mobile" page has been added that allows changing options, such as having the address bar on top or bottom, showing a close button on each tab, etc. * Improved popup handling based on the work by FuriLabs for the FLX1 * Improved webextension usability allowing wide extensions like uBlock origin to be vertically scrolled * Fixed extension install popup * Improved App Menu: Quit, Save Page, Print buttons are back, the "More" and "Report Broken Site" buttons are hidden by default now and an option has been added to show the full App Menu in about:mobile. Other: * Code has been made more modular. * userChrome: Remove deprecated -moz-bool-pref media queries * tabmenu.css: Remove code for older-than ESR 140 * urlbar.css: Remove code for older-than ESR 140 * Files are now in /usr/lib * Remove misspelled dom.w3c.touch_events.enabled preference * UserAgentManager: Update Chrome UA * Makefile: add a dummy target Known issues: * Preferences in the about:mobile page are not synced yet, so the state of the sliders can get out-of-sync with the actual preferences. When you toggle them, they still have an effect, but may not always display the correct state of the option. * The tab-bar has a cosmetic issue in non-ESR FF: the full tab width is not used, instead there is a small place where the next tab is shown. * Tap outside of the menu to close it: doesn't always work. Thanks to Danny and Peter for making these changes upstream! Also to Jesús Higueras who implemented the improved popup support in furios-firefox-tweaks first, on which the related changes here are based.
-
-
-
4.6.0
1c09ac88 · ·Release 4.6.0 Features: * Add User-Agent spoofing capability (makes e.g. youtube use its proper mobile site) Fixes: * Fix #94: Move preferences to mobile-config-autoconfig.js * userChrome Fixes for Firefox 137: -moz-pref etc. Other: * autoconfig: add comment with ref to furios repo
-
4.5.0
31371140 · ·Release 4.5.0 Mostly fixes and adjustments for FF >= 133. Thanks to everybody who contributed! Features: * tabmenu.css: rework tab width for FF 133+ Fixes: * Fix Private Browsing indicator for releases > 132 (MR 70) * Esmification: Replace ChromeUtils.import by ChromeUtils.importESModule when available * Fixing urlbar popout on current Firefox Other: * README: link to IRC/matrix channel * README: update links to gitlab.postmarketos.org (MR 72) * metainfo: add missing homepage URL (MR 65) * src/common/header: update URL (MR 67, 68)