Skip to content

Releases: airtower-luna/referer-mod

Version 1.1.0

09 Nov 18:16
v1.1.0
55e0ed6
Compare
Choose a tag to compare

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

04 Nov 19:56
v1.0.0
84f892b
Compare
Choose a tag to compare

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

  • Warn user about invalid rules (see #71)
  • Update RUS localization (see #74, thanks @wvxwxvw!)
  • Ensure all form elements are labelled (see #75)
  • Simplify code to generate a new Referer if needed (see #77)

Beta 1.0beta1

14 Aug 15:54
v1.0beta1
ab781bc
Compare
Choose a tag to compare
Beta 1.0beta1 Pre-release
Pre-release

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

24 Jan 19:04
v0.12.1
9aae53f
Compare
Choose a tag to compare

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

16 Jan 17:49
v0.12
14ccb8c
Compare
Choose a tag to compare

Changelog since 0.11.1:

  • Russian localization, thanks to @wvxwxvw (#50)

  • Directly download JSON config when user clicks "export config" (#51)

Version 0.11.1

10 Jan 21:44
v0.11.1
25b10e1
Compare
Choose a tag to compare

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

10 Jan 18:42
v0.11
5c5e228
Compare
Choose a tag to compare
  • 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

01 Jan 20:32
v0.10
83ff98b
Compare
Choose a tag to compare
  • 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! 😸

Version 0.9

20 May 17:21
v0.9
Compare
Choose a tag to compare
  • Fix a timing window on page load for document.referrer modification (see PR #20)
  • Modify Document.prototype.referrer too, to avoid a trivial evasion for page scripts (see #17)
  • Use browser style for the options page