- Friendship System – Simple, automatic connections
- Friends Tab – Your personal circle on every profile
- Friend Comment Highlight – Familiar voices stand out
- Friends Reading Badge – Social proof that actually works
- Friend-Based Suggestions – Recommendations you can trust
- Cleaner architecture, easier maintenance
- A more human reading experience
Instead of adding heavy systems or complicated features, this release focuses on what actually matters: connecting users naturally, highlighting friend activity, and recommending manga based on the people you trust most. The result is a platform that feels more alive, more personal, and far more engaging.
Friendship System – Simple, automatic connections
When two users follow each other, they automatically become friends. No requests, no confirmations, no inbox clutter. This lightweight approach removes friction and keeps the experience modern and effortless. Friend relationships are stored using optimized user meta, allowing instant lookups and near O(1) performance even on large communities.
Friends Tab – Your personal circle on every profile
Each user profile now includes a dedicated Friends tab, displaying a clean and organized friend list with optional visibility controls. With one glance, users can see their network and feel more connected to the community. It’s a small addition that makes the platform feel far more human.
Friend Comment Highlight – Familiar voices stand out
Comments from friends are visually emphasized with a dedicated CSS class, making them easier to recognize during discussions. Conversations become more meaningful when you can quickly spot opinions from people you know and trust.
Friends Reading Badge – Social proof that actually works
Series pages now display a “X friends reading” badge, showing how many of your friends are currently reading a title. This simple signal dramatically improves discovery and click-through rates. Seeing that friends are reading something is often more persuasive than any algorithm or statistic.
Behind the scenes, everything is powered by indexed aggregation queries and transient caching, ensuring excellent performance with minimal database load.
Friend-Based Suggestions – Recommendations you can trust
The “What to Read Today” page now includes a new Friends tab, recommending manga that are most popular within your social circle. Instead of relying purely on AI or global trends, Init Manga prioritizes what your friends actually read. These suggestions feel more relevant, more personal, and naturally lead to higher engagement.
The system uses lightweight SQL aggregation on the reading history table with no complex joins and no additional database structures. That means faster queries, lower overhead, and perfect compatibility even on shared hosting environments.
Cleaner architecture, easier maintenance
Version 2.1.2 also improves the internal structure by extracting shared title and metadata sections into reusable template parts. This reduces duplication, simplifies customization, and keeps the codebase cleaner and easier to maintain as the platform grows.
A more human reading experience
Init Manga 2.1.2 isn’t just another feature update. It’s a shift in philosophy. Reading is no longer something you do alone. You see what your friends read, recognize their voices in discussions, and discover new stories through people you already trust.
If previous versions focused on performance and tools, this release adds something equally important: connection. Faster, smarter, and now more social than ever — Init Manga continues to evolve into a reading platform that truly feels alive.
Comments