Epubespiar 版本历史 - 6 个版本
Epubespiar 作者: rezzcode
Epubespiar 版本历史 - 6 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 0.3.3
发布于 2026年3月22日 - 163.47 KB适用于 firefox 109.0a1 及更高版本, android 120.0 及更高版本fix: drag drop conflicts with other browser extensions源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
较早版本
版本 0.3.2
发布于 2026年2月25日 - 163.45 KB适用于 firefox 109.0a1 及更高版本- Reduces the extension size by 50%
- Removed epubjs dependency and implemented custom EPUB ZIP parsing and rendering logic
- Added manual asset processing pipeline for CSS, images, and SVG content with blob URL creation
- Added "Close Book" button to sidebar with accompanying UI/layout restructuring
- Refactored from epubjs's continuous flow rendering to custom scroll-based chapter navigation
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 0.3.1
发布于 2026年2月17日 - 268.34 KB适用于 firefox 109.0a1 及更高版本, android 120.0 及更高版本Version 0.3.1 adds a toggle button allowing users to intercept epub downloads for display.
Technical Implemented Fix
Updated the background interception logic in index.js so EPUB detection no longer depends only on URL paths ending with .epub.
Interception now recognizes EPUB downloads by:
- URL patterns like .epub.images and similar variants
- Download filename ending in .epub (important for opaque URLs like /file)
- MIME type application/epub+zip源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 0.3.0
发布于 2025年12月30日 - 264.72 KB适用于 firefox 109.0a1 及更高版本, android 120.0 及更高版本New Features
1. Enhanced EPUB Renderer- Welcome Screen: A new, beautiful welcome screen when no book is loaded
- Informative feature list (customizable font size, TOC navigation, continuous scrolling)
- Clear instructions for opening EPUB files
- Loading State: Dedicated loading screen with spinner while book content loads
2. Interactive Sidebar with Advanced Features- Interactive Table of Contents:
- Expand/collapse functionality for nested chapters
- Active chapter highlighting with a visual indicator
- Auto-expand parent sections when navigating to sub-chapters
- Smooth expand/collapse animations
- Custom scrollbar styling
- Professional Styling: Enhanced visual design with hover effects and transitions
- Fix: fixed the padding between the sidebar and the header toolbar that caused a broken UI on small devices
3. Zoom Control Improvements- Fixed Zoom Dropdown: Zoom level dropdown now accurately reflects current zoom state
- Better Synchronization: Improved coordination between zoom buttons and dropdown selector
4. Visual Design Overhaul- Color Scheme Update: Changed primary accent color from blue (#646cff) to vibrant green (#10b981)
- Applied consistently across buttons, links, active states, and highlights
- Improved visual hierarchy and modern appearance
- Enhanced UI Elements: Updated buttons, controls, and interactive elements with a new color palette
Technical Improvements
1. Component Architecture- New EpubRenderer Component: Separated rendering logic into dedicated component
- Cleaner separation of concerns
- Better maintainability and reusability
- Props-based configuration (isLoading, isBookLoaded, zoomLevel)
3. Permissions Cleanup- Removed Unused Components: Cleaned up unused Vue components
- Deleted AppFooter.vue, AppHeader.vue, ErrorBoundary.vue
- Removed NotificationToast.vue, ThemeSwitch.vue
- Removed unused help.vue and privacy-policy.vue pages
- Optimized Permissions: Reduced extension permissions to only what's actively used
- Follows Chrome's best practices for minimal permission requests
- Improved security posture
4. Side Panel Enhancements- Updated Side Panel UI: Improved layout and styling of the library management interface
- Better Integration: Enhanced consistency with the main reader interface
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 0.2.2
发布于 2025年11月1日 - 285.01 KB适用于 firefox 109.0a1 及更高版本, android 120.0 及更高版本this version fixes:
- ePub download failures by making the extension to allow epub downloads
It adds:
New Features
1. Mobile Enhancements- Backdrop Overlay: Semi-transparent backdrop when sidebar is open on mobile
- Auto-close Sidebar: Sidebar automatically closes after navigation on mobile devices
- Touch Gestures: Swipe left/right to navigate between pages
- Responsive Sidebar: Sidebar width adjusts based on screen size
- Firefox built-in consent for data collection and transmission
2. Better Resource Management- Window Resize Handler: EPUB rendition properly resizes when viewport changes
- Proper Cleanup: Book resources are destroyed on component unmount to prevent memory leaks
- Event Listener Management: All event listeners properly added and removed with correct options
- Reader Progress: Users can now track how many percent of the doc they have read
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布