Skip to content

Releases: FranklinDM/Splashed

v1.4.3

27 Jan 12:32
e9f32c9
Compare
Choose a tag to compare
  • Add support for Epyrus
  • Mark as compatible with Pale Moon 32

v1.4.2

02 Feb 15:43
ba541cf
Compare
Choose a tag to compare
  • Update install manifest

v1.4.1

27 Jan 08:53
dca392d
Compare
Choose a tag to compare
  • Simplify preview image handling in options window
  • Use DOMContentLoaded event for splash initialization
    • Removes workaround included in the previous version.

v1.4.0

27 Jan 04:27
fd55dc4
Compare
Choose a tag to compare
  • Include workaround for transparent splash windows
    • Transparent backgrounds for the splash window can now be set again, by changing splash background color to transparent and adding background: transparent; to the window style.

v1.3.0

25 Nov 06:13
1773af9
Compare
Choose a tag to compare
  • Retrieve splash window handle using nsIBaseWindow instead of using WinAPI GetActiveWindow
    • This should prevent cases where the main application window becomes always on top instead of the splash window
  • Take device pixel ratio into account when resizing the splash window on Windows
  • Use window activate event instead of focus
  • Prevent unnecessary updating of splash window state

v1.3.0b1

19 Nov 13:04
f0c43be
Compare
Choose a tag to compare
v1.3.0b1 Pre-release
Pre-release
Prevent the splash window state from being updated repeatedly

v1.2.3

12 Aug 14:35
9c90169
Compare
Choose a tag to compare
  • Remove unused space around splash window frame on Windows

v1.2.2

26 Jul 15:15
c57d67a
Compare
Choose a tag to compare
  • Fix undefined Ci shorthand in overlay when using a navigator

v1.2.1

26 Jul 14:13
8bd31c5
Compare
Choose a tag to compare
  • Revert incorrect removal of default splash image source
  • Fix broken close splash on click with Basilisk

v1.2.0

20 Jul 11:48
d87a5dd
Compare
Choose a tag to compare
  • Thanks to AHOHNMYC!
    • Reinstate and update Russian translation
    • Fix broken display of non-ASCII custom splash text
  • Use upscaled extension icon (32x32 -> 64x64)
  • Remove support for old (and insecure) exported preferences format
  • Remove support for Pale Moon 27 and older
  • Remove custom about window
  • Fix broken auto-close timeout for SeaMonkey and Borealis
  • Simplify command line handler component logic
    • Remove support for -splash flag
    • Remove show splash when opening external links feature (broken due to typo)
  • Further extension code cleanup and minor under-the-hood changes