Releases: martok/palefill
Releases · martok/palefill
1.9
Adds:
- Iceweasel-UXP support (@g4jc, #14)
- Domain wildcards for leftmost subdomains (#6)
- *.tm-exchange.com (specifically, TM1X)
Fixes:
- godbolt.org update to their new (and really not minified...) code
Internal:
- the
$script
fix marker is now named$script-content
to make explicit what it does and to distinguish it from the$script
content type in rules
1.8.1
1.8
1.7
1.6
Adds:
- Options in Addon Manager (partially implements #3, more is planned)
- Exclusion list to disable for some sites
- Auto-Update capability (will hopefully work for any future releases)
Fixes:
- github.com: remaining issues with null coalescing that were left after 1.5 (mostly in Github Insights)
- github.com: removed said fixes again, they reverted all of their code
Internal:
- overhaul of the rule engine to make it more readable and flexible
- changed all source files to strict mode
1.5
Fixes:
- fixed all License and credit blocks
- gitlab.com: update regex fixes
- long-standing bug with path selectors
- github.com: socket worker URL update
Adds:
- godbolt.org: script fixes
- github.com: Nullish Coalescing and Optional Chaining. Very limited to where it currently breaks things, this will need updates when they use it more
1.6 Beta 1
Fixes:
- github.com: remaining issues with null coalescing that were left after 1.5 (mostly in Github Insights)
Internal:
- start of rule engine refactoring to make it more readable, flexible and somehow configurable
1.4
1.5 Beta 1
Adds:
- script fixes for godbolt.org