Historia wersji dodatku PDSls Redirector — 6 wersji
PDSls Redirector Autor: DrearyWillow
Historia wersji dodatku PDSls Redirector — 6 wersji
Zachowaj ostrożność podczas używania starych wersji! Są one wyświetlane w celach testowych i historycznych.Zawsze powinno używać się najnowszej wersji dodatku.
Najnowsza wersja
Wersja 1.1.0
Data wydania: 16 mar 2025 — 78,32 KBDziała z: firefox 58.0 i nowszePrevious versions of PDSls Redirector (v1.0.0 - v1.0.8) relied on looping over a list of regular expressions to match URL patterns, using capture groups to extract variables. This approach was inefficient, difficult to maintain, and prone to errors. Additionally, all extension logic was contained within a single, unwieldy background.js file.
This PR introduces a modular architecture leveraging built-in JavaScript URL parsing instead of regex-based pattern matching.- Modular Design: Each Handler and Resolver now has its own file, improving code readability and scalability.
- Handlers/Resolvers are now indexed by hostname, reducing lookup time.
- Added Handler/Resolver unit testing, enabling bulk validation and reducing unintended breakages.
- Better Documentation: Includes contribution guidelines, testing procedures, and a list of supported sites.
This refactor should simplify site additions, improve maintainability, and just generally be nicer to work with.Licencja kodu źródłowego: Tylko GNU General Public License v3.0
Pobierz Firefoksa i to rozszerzeniePotrzebujesz Firefoksa, aby używać tego rozszerzeniaPoprzednie wersje
Wersja 1.0.8
Data wydania: 24 lut 2025 — 30,18 KBDziała z: firefox 58.0 i nowsze1.0.4 -> 1.0.8
- Complete refactor
- New option: Ignore PDSls
- New option: PDSls redirect to primary website for lexicon
- New option: Copy AT-URI to clipboard
- New option: Jetstream
- Additional site support
- More intuitive option descriptions
- Improved loggingLicencja kodu źródłowego: Tylko GNU General Public License v3.0
Wersja 1.0.4
Data wydania: 5 gru 2024 — 26,43 KBDziała z: firefox 58.0 i nowszev1.0.4
- Added patterns:
- PDSls
- XPRC API
- Updated patterns:
- WhiteWind (supports fragment links)
- Added option:
- Open raw API response when activated on PDSls pagesLicencja kodu źródłowego: Tylko GNU General Public License v3.0
Wersja 1.0.3
Data wydania: 1 gru 2024 — 25,98 KBDziała z: firefox 58.0 i nowsze- New icon:
- matches https://pdsls.dev favicon
- 16px-128px
- Added patterns:
- aglais
- ouranos
- frontpage
- skylights
- pinksea
- bsky cdn
- bsky video cdn
- Updated patterns:
- bsky (now supports /likes /reposts and /quotes after post urls)Licencja kodu źródłowego: Tylko GNU General Public License v3.0
Wersja 1.0.2
Data wydania: 18 lis 2024 — 15,65 KBDziała z: firefox 58.0 i nowszeRefactored, added more pattern support, and polished the options page.Licencja kodu źródłowego: Tylko GNU General Public License v3.0
Wersja 1.0.1
Data wydania: 10 lis 2024 — 15,53 KBDziała z: firefox 58.0 i nowszeLicencja kodu źródłowego: Tylko GNU General Public License v3.0