PageSieve의 버전 기록 - 9개 버전
이전 버전은 주의해서 사용하세요! 아래 버전들은 테스트 및 참조용으로만 제공됩니다.부가 기능은 항상 최신 버전으로 사용해 주세요.
최신 버전
버전 2.2.0
2026년 8월 17일에 출시 - 1.39 MBfirefox 58.0 이상에서 작동### Changed
• Prevent Content Script from always being loaded and instead only load it
when extension sidebar is open.
### Fixed
• Properly cleanup inspector when extension sidebar closed i.e remove
highlights, event listeners and restore cursor.MIT 라이선스에 따라 릴리스된 소스 코드
이전 버전
버전 2.1.0
2026년 8월 16일에 출시 - 1.39 MBfirefox 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 MBfirefox 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 fileMIT 라이선스에 따라 릴리스된 소스 코드
버전 1.5.0
2026년 6월 15일에 출시 - 1.13 MBfirefox 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 MBfirefox 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 documentationMIT 라이선스에 따라 릴리스된 소스 코드
버전 1.3.0
2026년 5월 7일에 출시 - 1.01 MBfirefox 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 diagramMIT 라이선스에 따라 릴리스된 소스 코드
버전 1.2.0
2026년 4월 22일에 출시 - 955.61 KBfirefox 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 changesMIT 라이선스에 따라 릴리스된 소스 코드
버전 1.1.0
2026년 4월 5일에 출시 - 1,015.81 KBfirefox 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 라이선스에 따라 릴리스된 소스 코드