PageSieve 版本历史 - 8 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 2.1.0
发布于 2026年8月16日 - 1.39 MB适用于 firefox 58.0 及更高版本- Add button for highlighting elements by selector in Field definition component
- Add count field type for counting matched elements as alternative to
extracting attributes or properties. - Automatically create full URL for href and src attributes during extraction.
- Add YAML format for results export.
- Add urlPattern implementation for controlling which URLs config applies to.
- Use IntersectionObserver to prevent hanging when too many elements are highlighted.
- Fix problem where sidebar requires multiple clicks to open.
- Cleanup changes made to DOM when inspector is launched such as event
listeners and HTML elements.
源代码遵循 MIT 许可证 发布
较早版本
版本 2.0.0
发布于 2026年8月9日 - 1.18 MB适用于 firefox 58.0 及更高版本### Added
• Add columns sorting to results viewer table.
• Add ability to extract attributes from container element using '.'
selector.
• Add snapshots/checkpoints when scraping for better error recovery.
• Add user confirmation for destructive actions
### Changed
• Breaking refactor of scrape configuration format
• Update field definition UI to support new Field schema
• Allow URL to be editable and navigate to URL when necessary before
beginning
extraction
• Update metadata section of config panel with new + updated properties in
ScrapeConfig
• Results are now grouped according to the group's name instead of the
nanoid
based ID.
• Centralize handling of user confirmation dialogs to service file源代码遵循 MIT 许可证 发布
版本 1.5.0
发布于 2026年6月15日 - 1.13 MB适用于 firefox 58.0 及更高版本Changed- Switch to generalized extractor. Mostly code change as functionality is identical
Fixed- Fix how logging is handled in content vs background scripts
- Simplify how pages are compared.
- Correctly set error in various failure states
源代码遵循 MIT 许可证 发布
版本 1.4.0
发布于 2026年5月9日 - 1.05 MB适用于 firefox 58.0 及更高版本[1.4.0] - 2026-05-09
### 🚀 Features
• (logging) Add logtape based logging
### 🐛 Bug Fixes
• Improve markdown table handling
### 🚜 Refactor
• Centralize handling of data download
### 📚 Documentation
• Update documentation源代码遵循 MIT 许可证 发布
版本 1.3.0
发布于 2026年5月7日 - 1.01 MB适用于 firefox 58.0 及更高版本[1.3.0] - 2026-05-07
### 🚀 Features
• Add diagram generation for state machine
• Add initial failure retry
### 🐛 Bug Fixes
• Add better log messages
• Add global stop event for user interrupt
• Pass currentURL context to functions
• Support use of xpath for 'next' navigation
• Add event for testing navigation
### 💼 Other
• Update source build recipe
• Update svelte
• Bump package version
### 🚜 Refactor
• Use state machine for main loop
• Update types
• Cleanup handling of selectors
### 📚 Documentation
• Add state machine diagram源代码遵循 MIT 许可证 发布
版本 1.2.0
发布于 2026年4月22日 - 955.61 KB适用于 firefox 58.0 及更高版本[1.2.0] - 2026-04-22
### 🚀 Features
• Add editable names for selector groups
• Improve button style in Editable Input
• Add search and sort in library component
### 🐛 Bug Fixes
• Change how selector array type is toggled
• Change button style to be more visible
• Switching to none pagination now works
### 💼 Other
• Move to bun for package management
• Update deps
• Increment version
### 🚜 Refactor
• Move scrapeConfig to separate file
• Use dark colorscheme as default
• Swap jszip with client-zip
### 📚 Documentation
• Update ui docs with selector group changes源代码遵循 MIT 许可证 发布
版本 1.1.0
发布于 2026年4月5日 - 1,015.81 KB适用于 firefox 58.0 及更高版本[1.1.0] - 2026-04-05
🚀 Features- Add ability to add selector groups
- [breaking] Add multi selector group results display
- Add group delete confirmation
- Add export for individual group data
🐛 Bug Fixes- Early exit when no pagination defined
- Allow use of xpath for container selector
- Centralize how xpath selectors are detected
💼 Other- Add just rule for creating zip
- Update gitignore
- Add file necessary for github pages
- Increment version number
🚜 Refactor- Separate confirm dialog into component
- Modify DataTable style
📚 Documentation- Correct dates in license copyright
- Initial commit of documentation
- Render documentation
- Change default video dimensions
- Update video dimensions
- Update README.md
- Remove quarto build from git
🎨 Styling- Use specific type for extract results
- Format code
源代码遵循 MIT 许可证 发布