Releases: DonKult/dotPageMod
dotPageMod v0.5 – Ready or not, run!
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:
- 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
fordocument_start
). - 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!
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
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
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