Release Notes - Version 1.2.9
Release Date: February 13, 2025
Improvements & Updates
- Version Update:
- Bumped Android
versionCode
to18
and iOSMARKETING_VERSION
to1.2.9
.
- Bumped Android
- Navigation Optimization:
- Simplified
AppNavigation
imports for the Manga module. - Removed unused imports in
BottomNavigation
for a cleaner and faster build.
- Simplified
New Features & Enhancements
- Progressive Download UI:
- Added a download progress indicator in
ChapterCard
, showing current and total download size for improved user experience.
- Added a download progress indicator in
- Search Enhancements:
- Introduced
searchComic
API integration for real-time search suggestions. - Improved search results rendering in
Search.js
. - Added comic search support with better UI and interactive elements.
- Introduced
Redux & Data Handling
- Improved
GlobalActions.js
with a new asyncsearchComic
action to handle search requests more efficiently. - Optimized data update in reducers for better state management and consistency.
Bug Fixes & Code Quality
- Removed redundant
Linking
import and unused variables in multiple files. - Refactored Redux
Reducers
for better readability and maintainability. - Fixed FlatList reference issues in
Search
to avoid unnecessary re-renders. - Enhanced
ChapterCard
state handling to prevent overlapping downloads.
API Enhancements
- Added new Manga host configuration (
manganato
) for future API integration inAPIs.js
.
What's Changed
- feat: implement search functionality for comics and update UI components by @pushpender-singh-ap in #39
- feat: Download comic by @pushpender-singh-ap in #40
Full Changelog: 1.2.8...1.2.9