Skip to content

Releases: p2devs/InkNest

InkNest-v1.3.3

24 Mar 11:03
beb14f7

Choose a tag to compare

InkNest v1.3.3 is Here!

Release Date: Mar 24, 2025

Hey InkNest Members! We're thrilled to introduce InkNest v1.3.3, packed with exciting new features and important bug fixes to enhance your reading experience.

Download Link

What's New?

  • Vertical Scrolling for comics – enjoy a seamless reading experience!
  • Added a "Clear" option for Continue Reading – manage your reading list effortlessly.

Bug Fixes:

  • Fixed issue where large images weren’t loading properly.
  • Resolved various known bugs for a smoother experience.

Update your app now and dive into an even better InkNest experience!

As always, if you have feedback or run into any issues, let us know. Your support keeps us going!

Happy Reading!
P2 Devs Team

Full Changelog: 1.3.2...1.3.3

InkNest-v1.3.2

16 Mar 16:50
94c119c

Choose a tag to compare

Release Notes - Version 1.3.2

Release Date: Mar 16, 2025

Download Link

What's New

  • Advance search added
  • add new source: twmanga.com

What's Changed

Full Changelog: 1.3.1...1.3.2

InkNest-v1.3.1

08 Mar 22:43
989f7eb

Choose a tag to compare

Release Notes - Version 1.3.1

Release Date: Mar 09, 2025

Download Link

🛠 Improvements

  • Enhanced web source listing and added 'Next' and 'Previous' navigation buttons for better usability.

🐛 Bug Fixes

  • Fixed various known issues to improve stability and performance.

🛠 Proudly developed with ❤️ by P2 Devs

Full Changelog: 1.3.0...1.3.1

InkNest-v1.3.0

02 Mar 13:22
da69a31

Choose a tag to compare

Release Notes - Version 1.3.0

Release Date: Mar 02, 2025

Download Link

🚀 New Features

  • Integrated ConfigCat feature flag support for better remote configuration.
  • Added WebSources and WebSourcesList navigation support.
  • Implemented Google Mobile Ads Consent Handling for better ad management.
  • Introduced WebViewScreen for external web browsing capabilities.
  • ComicBook screen now supports dynamic image loading from external sources.

🛠 Improvements

  • Refactored Redux Provider for improved state management performance.
  • Updated dependencies, including:
    • React Native Safe Area Context to 5.2.0
    • React Native Video to 6.10.2
    • Google-Mobile-Ads-SDK to 12.0.0
    • RN Permissions to 5.2.5
  • Improved BottomNavigation and TabBarIcon for better UI consistency.
  • Enhanced AppNavigation with structured imports.

🐛 Bug Fixes

  • Fixed incorrect initialization of PersistGate.
  • Resolved issues with async-storage in React Native.
  • Corrected GoogleService-Info.plist reference in the iOS project.

🔧 Dependency Upgrades

  • Upgraded activesupport to 7.2.2.1.
  • Upgraded bigdecimal to 3.1.9.
  • Updated concurrent-ruby to 1.3.5.
  • Ruby version updated to 3.4.2p28.

📱 Platform-Specific Changes

  • iOS: Implemented App Tracking Transparency handling.
  • Android: Bumped versionCode to 19 and versionName to 1.3.0.

🛠 Developed with ❤️ by P2 Devs

What's Changed

Full Changelog: 1.2.9...1.3.0

InkNest-v1.2.9

13 Feb 14:51
da94d80

Choose a tag to compare

Release Notes - Version 1.2.9

Release Date: February 13, 2025

Download Link

Improvements & Updates

  • Version Update:
    • Bumped Android versionCode to 18 and iOS MARKETING_VERSION to 1.2.9.
  • Navigation Optimization:
    • Simplified AppNavigation imports for the Manga module.
    • Removed unused imports in BottomNavigation for a cleaner and faster build.

New Features & Enhancements

  • Progressive Download UI:
    • Added a download progress indicator in ChapterCard, showing current and total download size for improved user experience.
  • 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.

Redux & Data Handling

  • Improved GlobalActions.js with a new async searchComic 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 in APIs.js.

What's Changed

Full Changelog: 1.2.8...1.2.9

InkNest-v1.2.8

12 Feb 16:59
40a13d0

Choose a tag to compare

Release Notes: Version 1.2.8

Download Link


🚀 New Features

  • Sources Screen Added:
    • A new "Sources" screen is available in the bottom navigation to help users explore different content sources.
    • Options to switch between Manga and Anime modes directly from the Sources screen.
    • New Manga reader shortcut for easy access.

🔄 Enhancements & Updates

  • Comic Details Fetching:
    • Improved fetching mechanism for comic details with new API support.
    • Enhanced comic chapters and details extraction.
  • UI/UX Improvements:
    • Consistent padding, formatting, and spacing adjustments in multiple components (e.g., ComicBookHeader, ComicBookFooter).
    • Simplified and more responsive UI for search and detail views.
    • Added helpful placeholder text and examples for comic search.
  • Performance Optimization:
    • Removed unnecessary Redux actions and reduced API call redundancy.
    • Optimized loading of comic images with better caching and handling.

🛠️ Bug Fixes

  • Fixed issues related to ComicBookFooter rendering when there’s only one comic volume.
  • Corrected the height calculation in DescriptionView.
  • Addressed multiple styling inconsistencies in ComicBook and HeaderComponent.
  • Prevented app crashes caused by invalid comic links in the search input.

🗑️ Code Cleanup

  • Removed unused functions and legacy search methods (SearchComicByAzComic, SearchComicByReadAllComics).
  • Cleaned up redundant Redux logic and simplified state management for comic details.

What's Changed

Full Changelog: 1.2.7...1.2.8

InkNest-v1.2.7

05 Feb 17:34
2722253

Choose a tag to compare

Release Notes: Version 1.2.7

Download Link

🆕 What's New:

  • Manga Home with new ui and reader.

🐞 Bug Fixes:

  • Manga Chapter not opening

Full Changelog: 1.2.6...1.2.7

InkNest-v1.2.6

31 Jan 09:22
902aca2

Choose a tag to compare

Release Notes: Version 1.2.6

Download Link

🆕 What's New:

  • Added a refresh button in the Comic Details Header to allow users to manually refresh comic details.

🔧 Improvements:

  • Improved code formatting for better readability in HeaderComponent.js.
  • Enhanced Redux state management in the comic details screen by adding fetchComicDetails action.

🔄 Updates:

  • Version Bump:

    • Android: versionCode updated from 14 to 15, versionName updated from 1.2.5 to 1.2.6.
    • iOS: MARKETING_VERSION updated to 1.2.6.
  • .gitignore Enhancements:

    • Improved wildcard handling for sensitive files (global.jks, google-services.json, GoogleService-Info.plist).

🐞 Bug Fixes:

  • Resolved an issue with inconsistent spacing in JSX components.
  • Fixed missing Redux actions in the comic details screen.

Full Changelog: 1.2.5...1.2.6

InkNest-v1.2.5

27 Jan 09:14
107eac9

Choose a tag to compare

Release Notes - InkNest v1.2.5 - 27-Jan-2025

Download Link

Version Update

  • Android: Bumped version code to 14 and version name to 1.2.5 in build.gradle.
  • iOS: Updated marketing version to 1.2.5 in project.pbxproj.

Enhancements

1. Search Screen Improvements:

  • Refactored import statements to maintain consistent formatting.
  • Cleaned up and optimized the use of inline styles.
  • Improved readability by reorganizing FlatList components for comicSearchBy and IsAnime conditions.
  • Simplified ListEmptyComponent designs for better user feedback when no results are available.
  • Updated navigation and analytics logic for improved user tracking and logging events.

2. UI Refinements:

  • Adjusted modal styles and layout, including consistent spacing and alignment.
  • Enhanced dynamic styling for better adaptability to different conditions.

3. Code Quality:

  • Consolidated redundant code blocks and improved adherence to coding standards.
  • Removed unnecessary whitespace and improved indentation consistency across the Search.js file.

Bug Fixes

  • Fixed an issue where flatlistRef.current.scrollToOffset was being improperly formatted, ensuring smooth scrolling behavior.
  • Resolved redundant OTHER_LDFLAGS definitions in iOS project settings.

Other Changes

  • General cleanup of the styles object, improving maintainability and clarity.

This update focuses on improving code readability, enhancing UI/UX, and ensuring consistency across platforms while maintaining robust functionality.

What's Changed

Full Changelog: 1.2.4...1.2.5

InkNest-v1.2.4

21 Jan 21:00
34fe6da

Choose a tag to compare

Release Notes - InkNest v1.2.3 - 31-DEC-2024

Download Link

New Features and Enhancements

Ad Integration

  • Added support for Ad Banners in the UI for better monetization.
  • Introduced rewarded ads in the comic book viewer, displaying mid-content.

UI Improvements

  • Refined ComicBookHeader and ComicBookFooter for enhanced user experience.
  • Updated DescriptionView with animated read-more functionality for detailed content display.

Dependency Upgrades

  • Upgraded Firebase packages (analytics, app, crashlytics, etc.) to version 21.7.1.
  • Upgraded React Native libraries:
    • react-native-safe-area-context to 5.1.0
    • react-native-video to 6.9.1
  • Enhanced compatibility with updated dependencies for better performance and bug fixes.

Build Configuration

  • Android:
    • Bumped versionCode to 13.
    • Updated versionName to 1.2.4.
  • iOS:
    • Updated project settings to align MARKETING_VERSION with version 1.2.4.

Bug Fixes

  • Addressed UI alignment and styling inconsistencies in several components.
  • Fixed issues with transition animations and scaling logic in the Gallery component.

Developer Experience

  • Improved code readability and consistency by refining indentation and adhering to better formatting standards.
  • Enhanced the Manga and Ads folder management in .gitignore for cleaner repository tracking.

Miscellaneous

  • Updated project dependencies in package.json to ensure compatibility and performance enhancements.
  • Adjusted colors and layout dimensions in various components for a unified theme.

What's Changed

Full Changelog: 1.2.3...1.2.4