Releases: FranklinDM/Splashed
Releases · FranklinDM/Splashed
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.3.0
- 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 offocus
- Prevent unnecessary updating of splash window state
v1.3.0b1
v1.2.3
v1.2.2
v1.2.1
v1.2.0
- 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