Releases: airtower-luna/referer-mod
Version 1.1.0
What's Changed
- Make the background script non-persistent (see #80)
- Bugfix: Register static content scripts only as needed (see #83)
Full Changelog: v1.0.0...v1.1.0
Please report any problems you encounter via the issue tracker! 😺
Installation
Please install from AMO.
Version 1.0.0
Major changes
- Rules can now match origin domains in addition to target domains (see #68) 🎉
- Minimum Firefox version is now 90 🦊
Full Changelog: v0.12.1...v1.0.0
Please report any problems you encounter via the issue tracker! 😺
Installation
Please install from AMO.
Changes since v1.0beta1
Beta 1.0beta1
Major changes
- Rules can now match origin domains in addition to target domains (see #68) 🎉
- Minimum Firefox version is now 90 🦊
Full Changelog: v0.12.1...v1.0beta1
Known issues
- As in previous versions rules strictly require a target domain. Currently there's no warning when trying to save a rule without a target domain, the rule is silently discarded. See #69.
Testing
If you want to test the beta you can either temporarily load the add-on from source via about:debugging
, or install the attached XPI.
Note
There is no beta release channel, if you install the XPI and want further beta versions (if they happen) I recommend you watch this repository for releases. Firefox should update to the next release from AMO when it happens as usual.
Please report any problems you encounter via the issue tracker! 😺
Version 0.12.1
Bugfix: The previous upload was missing the Russian locale file by mistake, even though it existed in the source repository. It's been added now (Closes #52).
Version 0.12
Version 0.11.1
This release fixes warnings the Mozilla linter produced during upload of version 0.11 because the internationalization used assignments to Element.innerHTML
. That has been replaced with a minimal parser for paragraphs and inline code.
Changelog since 0.10:
-
The toolbar button now opens a popup menu, which contains buttons to open the settings page and toggle Referer modification.
-
The settings page supports internationalization. Currently available locales are English and German.
Version 0.11
-
The toolbar button now opens a popup menu, which contains buttons to open the settings page and toggle Referer modification.
-
The settings page supports internationalization. Currently available locales are English and German.
Version 0.10
-
You can now match target domains using regular expressions. The regular expressions must end with $ (end of string), please see the description on the settings page for details.
-
You can reorder rules in the settings using "up" and "down" buttons.
-
The settings now open in a separate tab, and there's a toolbar button to open it.
-
New logo with cat ears! 😸