Skip to content

Releases: DonKult/dotPageMod

dotPageMod v0.5 – Ready or not, run!

11 Jan 14:32
Compare
Choose a tag to compare

The first release in more than five years makes Python 3 usage in the app official (after more than 3 years in git), does the usual amount of changes to the examples and implements two minor features:

  1. It is now possible to insert script earlier/later than the default at readyState interactive (document_end) based on the ending of the filename (e.g. .start.js for document_start).
  2. Showing an error message in on hover in the panel as well as in the web console of the tab if a script fails, which was previously just shown by a red highlight in the panel

dotPageMod v0.4.1 – Exterminate typos!

09 Oct 16:12
Compare
Choose a tag to compare

Minor bugfix release

The fixed bugs consist of typos in the translation and the use of the "wrong" color for the button badge: dotPageMod now uses the same grey color as uMatrix and co instead of the much harsher previous black.

As usual the release also contains many changes/additions for the examples.

dotPageMod v0.4 – Ports everywhere

01 Jul 17:21
Compare
Choose a tag to compare

Minor bugfix release of dotPageMod

The behavior of dotPageMod was inconsistent on websites with port numbers as it would apply modifications from unqualified directories on first load, but not on reload of the configuration. Now it does in both cases, see the README for a list of which directories apply for a given URI.

Apart from this the changes consist of various changed/added examples.

dotPageMod v0.3 – l10n, Docker & README

08 Oct 12:10
Compare
Choose a tag to compare

Minor feature release of dotPageMod including:

  • l10n support (but only en included so far).
  • more detailed instructions on how build app & extension
  • instructions on how to build the extension with Docker