@@ -6,6 +6,61 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
77---
88
9+ ## [ 0.9.12] - 2026-02-15
10+
11+ ### 🚀 New Features
12+ - ** Enhanced Chapter Reading Experience** :
13+ - End-of-chapter overlay with "Next Chapter" / "Back to Detail" options
14+ - Chapter navigation support (Next/Previous chapter buttons)
15+ - Integrated history tracking for each chapter
16+ - Chapter selector dropdown in reader settings
17+ - Support for chapter-based content (Crotpedia, Komiktap)
18+ - ** Improved Image Loading** :
19+ - Replaced ` CachedNetworkImage ` with ` ProgressiveImageWidget ` for better static GIF support
20+ - Source-specific HTTP headers passed to image loading widgets
21+ - Enhanced compatibility with various content sources
22+ - ** Auto-Hide UI** :
23+ - Reader UI (top/bottom bars) auto-hides and auto-shows on scroll
24+ - Improved reading experience for immersive content consumption
25+
26+ ### 🛠 Fixes
27+ - ** Navigation Page Accessibility** :
28+ - Fixed PageView onPageChanged to report actual page number (35) instead of clamped (34)
29+ - Fixed nextPage() and updateCurrentPageFromSwipe() to allow pageCount+1 when navigation is enabled
30+ - UI now displays "Chapter Complete" (bold, primary color) instead of "Page 35 of 34"
31+ - UI now displays "100%" instead of "103%" overflow
32+ - Progress bar shows 100% instead of overflow
33+ - Navigation page accessible via both swipe AND tap "Next" button
34+ - Only enabled in online mode with content.imageUrls.isNotEmpty
35+ - ** Continuous Scroll Enhancement** :
36+ - Enhanced page detection accuracy using viewport center calculation
37+ - Adaptive item height calculation based on actual maxScrollExtent
38+ - Fixed false page saves during programmatic scroll operations
39+ - Better handling of webtoon (tall images) vs manga (normal images)
40+
41+ ### 🛠 Improvements
42+ - ** Database** :
43+ - Database v11: Added chapter support to history table (chapter_id, chapter_index, chapter_title)
44+ - Database v12: Added parent_id to history for series/parent content tracking
45+ - ** History Tracking** :
46+ - Chapter-level read status tracking
47+ - Creative read indicators in chapter list:
48+ - Color-coded chapter badges (tertiary=completed, primary=in-progress)
49+ - Circular progress ring on chapter number
50+ - "Done" trophy badge for completed chapters
51+ - Percentage badge with mini progress for in-progress chapters
52+ - Auto-scroll to last read chapter when opening from history
53+ - ** Search** :
54+ - Search highlighting for Doujin List, Favorites, and Offline Downloads
55+ - Title-based search enabled in Favorites
56+
57+ ### 🔧 Technical
58+ - Updated ` pubspec.yaml ` to version ` 0.9.12+20 `
59+ - Added OpenCode configuration and skill definitions
60+ - Modernized Crotpedia UI with Genre List, Doujin List (A-Z index), and Project Request screens
61+
62+ ---
63+
964## [ 0.9.11] - 2026-02-11
1065
1166### 🚀 New Features
0 commit comments