Skip to content

Releases: FranklinDM/Swarth

v1.1.0

28 Feb 09:07
a1944d5
Compare
Choose a tag to compare
  • Override tab panel background color
    • This implements an internal color method for use with the browser window. This should hopefully get rid of the white flashes and follows the same method used in bug 1488384, which overrides the background color of the tab panel (anonymous content that is a *child of the browser element).
  • Fix conflicts with uBO element picker

v1.1.0a1

29 Jan 11:13
4bf20a4
Compare
Choose a tag to compare
v1.1.0a1 Pre-release
Pre-release

Full Changelog: v1.0.10a1...v1.1.0a1

v1.0.10a1

29 Jan 07:32
76e1c16
Compare
Choose a tag to compare
v1.0.10a1 Pre-release
Pre-release

Full Changelog: v1.0.9...v1.0.10a1

v1.0.9

28 Jan 16:12
58eea65
Compare
Choose a tag to compare
  • Fix missing domWindow variable

v1.0.8

27 Jan 07:10
caf5253
Compare
Choose a tag to compare
  • Exclude uBlock Origin's element picker from scope application
    • This also adds a hidden preference to adjust the delay before checking if the current page is uBlock Origin's element picker overlay (extensions.swarth.compatibility.ubo_epicker_check_delay)
  • Mark as compatible with Pale Moon 32

v1.0.7

27 Jul 09:55
985589f
Compare
Choose a tag to compare
  • Don't launch preferences window as modal from the toolbar button.

v1.0.6

28 Jun 11:47
7b76862
Compare
Choose a tag to compare
  • Guard against document shells that are either null or does not have any children
  • Implement support for Pale Moon 31 and restore support for Basilisk

v1.0.5

12 Feb 07:52
dee4ab0
Compare
Choose a tag to compare
  • Ensure all cached stylesheets are cleared upon receiving invalidation event

v1.0.4

02 Feb 15:14
33ebffc
Compare
Choose a tag to compare
  • Reset scope if location change was caused by (push/pop/replace)State

v1.0.3

01 Feb 15:31
7d91322
Compare
Choose a tag to compare
  • Ensure that the method ID is an integer when setting the method to be used for a particular scope in the scopes dialog
  • Implement migration for scope configuration
    • Move scope information to scopes property and include a version property in the configuration file
    • Handle previous configurations that contain string method IDs and convert them if necessary