PDSls Redirector のバージョン履歴 - 全 6 バージョン
PDSls Redirector 作成者: DrearyWillow
PDSls Redirector のバージョン履歴 - 全 6 バージョン
古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 1.1.0
リリース日 : 2025年3月16日 - 78.32 KBfirefox バージョン 58.0 以降 で動作Previous 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.ソースコードは GNU General Public License v3.0 only に従いリリースされています
Firefox をダウンロードして拡張機能を入手するこの拡張機能を使用するには Firefox が必要です以前のバージョン
バージョン 1.0.8
リリース日 : 2025年2月24日 - 30.18 KBfirefox バージョン 58.0 以降 で動作1.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 loggingソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 1.0.4
リリース日 : 2024年12月5日 - 26.43 KBfirefox バージョン 58.0 以降 で動作v1.0.4
- Added patterns:
- PDSls
- XPRC API
- Updated patterns:
- WhiteWind (supports fragment links)
- Added option:
- Open raw API response when activated on PDSls pagesソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 1.0.3
リリース日 : 2024年12月1日 - 25.98 KBfirefox バージョン 58.0 以降 で動作- 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)ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 1.0.2
リリース日 : 2024年11月18日 - 15.65 KBfirefox バージョン 58.0 以降 で動作Refactored, added more pattern support, and polished the options page.ソースコードは GNU General Public License v3.0 only に従いリリースされています
バージョン 1.0.1
リリース日 : 2024年11月10日 - 15.53 KBfirefox バージョン 58.0 以降 で動作ソースコードは GNU General Public License v3.0 only に従いリリースされています