What's new

v1.1.8

This release adds remote app availability controls, restores push notification delivery, shows original and alternative titles for all content types, and fixes navigation, auth, and error reporting issues across the app.

New Remote app availability controls

App availability can now be managed remotely, allowing updates to activation and deactivation states without requiring a new app release.

Fixed Push notifications restored

Push notification delivery is now reliable again, with notifications dispatched directly from the database trigger.

Improved Original and alternative titles

Content now displays its original title alongside any alternative titles, making it easier to identify items across languages.

Fixed Home full list navigation

The full list navigation on the home screen stays visible and accessible at all times.

Fixed Android authentication

Auth0 sign-in is now configured correctly on Android devices.

Improved Fewer error reports

Expired session errors no longer trigger Sentry alerts, reducing noise in error monitoring.

Fixed Website mobile layout

The website hero section no longer overflows on mobile devices.

v1.1.7

This release refreshes the PipFix experience across the app and website, adds a web-based account deletion option, improves feedback when posting fixes, and resolves issues with queues, profile banners, shared content, navigation spacing, and public links.

Improved Refreshed PipFix design

The app and website now share a more polished PipFix visual style, with clearer cards, headers, category controls, social context, and navigation.

New Web account deletion

You can now request permanent account deletion from the PipFix website when you cannot access the app.

Improved Clearer fix posting

Posting a fix now shows progress, success, or failure feedback without interrupting what you are doing, with a shortcut to view the new fix.

Fixed Reliable queue additions

Adding items to your queue now avoids duplicate entries and keeps queue labels and state consistent.

Fixed Expandable profile banners

Profile banner photos keep their full image and can be expanded to reveal content outside the collapsed preview.

Fixed Shared content navigation

Content shared into PipFix now waits until navigation is ready, preventing missed or incorrect destinations during app startup.

Improved Better tab spacing

Scrollable screens now leave the right amount of space above the floating tab bar across different devices.

Fixed Correct website links

Shared posts and the Terms link now point to the official pipfix.io website.

v1.1.6

This release introduces the PipFix rebrand, splits movies and series into separate categories, adds watch provider links with region selection, and brings a dedicated Related Anime screen. Several stability fixes improve the overall experience.

New PipFix rebrand

The app has been rebranded from Nowhere Anime to PipFix with a fresh new visual identity including updated themes, icons, and color palette.

New Separate movies and series

Movies and series are now separate categories instead of a combined 'movies & series' category. Your existing follows and preferences have been migrated automatically.

New Watch provider links

Movies and series detail screens now show where to watch them, with links to streaming services. You can set your region in Settings to get localized provider links.

New Related Anime screen

Anime detail screens now have a dedicated Related Anime section with external links for finding more information about each title.

Improved Share redirect

After saving a shared fixable, you're now redirected back to the item you just saved instead of landing on a blank screen.

Fixed Queue reorder persistence

Drag-to-reorder positions in your queue are now preserved when switching between category filters.

Fixed Synopsis translation loop

Fixed an issue that could cause the app to enter an infinite loading loop when anime synopsis translation failed.

Fixed Anime data preservation

Anime details are no longer lost when background social queries fail, ensuring your content always displays correctly.

v1.1.5

This release adds trailer playback for movies and series, improves the share sheet experience, and fixes several search and sharing issues.

New Watch trailer button

Movies and series detail screens now include a 'Watch trailer' button that opens the official YouTube trailer.

Improved Share sheet animation

The share sheet now fades in the backdrop and slides the content with a smoother, staggered animation.

Improved Share sheet keyboard handling

The share sheet adjusts its layout when the keyboard appears, keeping search results visible.

Fixed Search results clearing

Clearing the search input now properly removes stale results from the previous query.

Fixed Repeated share handling

Sharing the same URL multiple times now opens the ShareLink screen each time instead of being ignored.

v1.1.4

This release fixes navigation for fixes and comments — movies and series items now open the correct detail screen. Notes and shared links also benefit from more reliable metadata loading through the proxy service.

Fixed Fix detail navigation

Tapping a fix or comment now opens the correct detail screen based on category: anime opens AnimeDetail, movies and series open MoviesSeriesDetail. Previously, movies and series items incorrectly opened the anime detail screen.

Fixed Profile edit fix routing

Editing a fix from your profile now navigates to the correct detail screen. Movies and series fixes open MoviesSeriesDetail instead of AnimeDetail.

Improved Reliable metadata for notes

Notes and shared links now load titles, images, and types through the proxy microservice, improving consistency and support for movies and series alongside anime.

v1.1.3

This release improves account access, privacy, browsing context, sharing, and reliability. Users get a new Auth0-based sign-in flow, an option to hide their profile from search, release years shown throughout lists and details, a smoother share sheet, and fixes for profile media, notifications, and stale shared links.

New Auth0 sign-in

The sign-in experience now uses Auth0, with support for linking existing profiles so returning users can keep their account data.

New Search privacy

Users can now choose to hide their profile from user search results from the configuration screen.

Improved Release years

Anime, movies, and series now show year information across feeds, queues, lists, profiles, compare results, search results, and detail screens.

Improved Sharing flow

The share sheet is smoother and clearer, with animated resizing, explicit search submission, stronger selected-item feedback, duplicate-save protection, and saved confirmation.

Improved More reliable content

Anime, movie, and series metadata now loads through the shared content service, improving consistency across details, lists, search, and saved items.

Fixed Profile media

Fixed profile avatar and banner storage issues, cleaned up profile header actions, and improved the profile layout.

Fixed Notifications and shares

Notifications now retry token registration when the app returns to the foreground, and stale shared links no longer reopen unexpectedly after signup.

Fixed Search behavior

Search now waits for users to press the search action instead of updating results on every typed character.

v1.1.2

This release introduces new ways to share content into the app, with a dedicated Share Note screen and automatic IMDB link resolution via TMDB. Notes and links now have full CRUD management with swipeable rows and deep link routing. We've also fixed several cache population gaps, improved swipeable row gesture handling, expanded test coverage to 587 tests, and shipped the new release notes website page.

New Share Text & IMDB Auto-Resolve

ShareNoteScreen handles non-URL text shared into the app with search-and-save flow. ShareLinkScreen now auto-resolves IMDB links (including language-prefixed variants) via TMDB, showing resolved results in a Suggested section.

New Notes & Links Management

Complete CRUD for personal notes and links with a redesigned NotesEditor, swipeable link rows, standalone MyLinksScreen with domain resolution, and open-link buttons. Wire deep link routing for user and social screens.

New Release Notes Page on Website

New release-notes.html page with sticky sidebar version list, IntersectionObserver-based active tracking, and grouped changes by type (New/Improved/Fixed). Includes AI-powered release notes generator scripts.

Improved Expanded Test Coverage

Added tests for fixBatchService, translationService (100%), configService (100%), blockService (100%), compareService (94.79%), and more. Total coverage reaches 587 tests across 57 suites with raised coverage gates.

Improved Multi-Category Architecture

Refactored generic anime types and cache references to fixable naming post multi-category support. Split anime.ts into dedicated fix and anime type files, migrated 45 imports to the new structure.

Improved Cleaner Tests & Logs

Removed debug console.warn calls from 4 service files. Silenced test output noise with stable fetch mocks and websocket transport setup, making test runs clean and warning-free.

Fixed Cache Population Gaps

fixable_cache is now populated from all write paths: ensureFixable, addLink, upsertNote, and addToQueue. Items without cached title/image on MyLinksScreen now fire background enrichment. Home enrichment prefers fixable_id-based cache lookup.

Fixed Swipeable Row Gestures

Rewrote PanResponder with startX tracking via onPanResponderGrant to fix laggy/stuck swipe behavior. Uses onMoveShouldSetPanResponderCapture to prevent iOS edge swipe conflict. Increased padding to clear the edge-swipe zone.

Fixed UI & Theme Alignment

Aligned error styling with theme tokens for reset-password and notes delete states. Fixed act() warnings in NotesEditor tests. Broke require cycle between fixService and fixBatchService.

v1.1.0

This release brings exciting new ways to personalize your experience and organize your anime journey. We've introduced a brand new 'My Queue' system for bookmarking and sorting your favorite media, along with a personal notes and links scratchpad. Your profile now offers more customization options, including a new banner image, and we've made several improvements to stability and loading.

New Enhanced Profile Customization

Your profile has been redesigned with a new full-screen editor, tap-to-edit fields, and automatic saving. You can now also upload a custom background image for your profile banner.

New Introducing My Queue

Manage your favorite anime and media with the new 'My Queue' feature. You can now bookmark items across categories and easily reorder them by dragging and dropping. Security for your queue items has also been improved.

New Personal Notes & Links

A new scratchpad allows you to save personal notes and links. You can now also share links from other apps directly into Nowhere Anime to add them to your notes.

Improved Login Stability

Your login session is now more stable and reliable.

Fixed Loading Spinners

Resolved an issue where some screens would get stuck on an infinite loading spinner.

v1.0.14

This update introduces new ways to personalize your profile, alongside important fixes for push notifications and improved accuracy for movie and series data in your library.

New Profile Customization

You can now personalize your profile with a custom display name, a unique banner image, and your favorite accent color.

Fixed Push Notifications

Fixed an issue that caused some users to receive duplicate push notifications.

Fixed Movie & Series Data

Resolved an issue where movie and series entries in your library might not have displayed correctly or loaded efficiently.

v1.0.12

This release introduces exciting new social features, including the ability to compare your taste with other users, improved commenting with editing and nested replies, and new controls for following categories and managing profile visibility. We've also expanded content beyond anime to include movies and TV series, and fixed an issue with the offline network banner.

New New "Movies & Series" Category

Explore and track movies and TV series alongside your anime collection.

New Enhanced Profile Controls

Follow specific content categories and manage the visibility of your profile.

New Compare Taste with Friends

See how your anime and series preferences stack up against other users with the new Taste Match comparison.

New Improved Commenting

You can now edit your comments and reply directly to specific comments, creating threaded conversations.

Fixed Network Status Reliability

The offline banner now accurately reflects your network connection status.

v1.0.11

This release introduces improved network awareness, more flexible ways to track your anime, and important stability fixes to prevent crashes and ensure content displays correctly.

New Offline Detection

The app now displays a banner when your device loses internet connection, letting you know you're offline.

Improved Flexible Status Options

We've updated the system for tracking your anime statuses, allowing for more flexible and configurable options.

Fixed Fixes Display

Addressed an issue where some 'Fixes' (user-submitted content) might not have displayed or functioned correctly.

Fixed App Stability

Resolved an issue that could cause the app to crash or fail to load data, improving overall stability.

v1.0.9

This release focuses on improving the app's reliability, accessibility, and overall user experience. Key updates include a new 'Buddies' feature for mutual follows, more robust anime data fetching with fallbacks, and significant enhancements to accessibility and loading states across the app.

New Introducing Buddies

See your mutual follows, now called 'Buddies', directly on user profiles and in the people list.

Improved More Reliable Anime Data

Anime data fetching is now more robust, with a fallback to AniList if our primary source is unavailable, ensuring you always get the information you need. Search results are also faster due to caching.

Improved Improved Accessibility

We've made significant improvements to accessibility across the app, including better screen reader support for interactive elements and badges.

Improved Faster Search

The search screen now loads results more quickly and smoothly, with less flickering when refreshing.

Improved Consistent Loading States

Loading, empty, and error states across various screens now look and behave more consistently.

Improved New Translations

Added new translations for 'retry' labels in supported languages.

Improved Website Improvements

The Nowhere Anime website has received visual updates and styling fixes.

Fixed Loading Screen Hangs

Fixed various issues where some screens could get stuck on a loading state indefinitely.

v1.0.8

This release introduces real-time push notifications to keep you updated on all your anime activity. We've also boosted app performance for smoother browsing, enhanced image loading, and resolved several notification and error-related issues for a more reliable experience.

New Real-time Push Notifications

Get instant alerts on your device for new reactions, mentions, and other activity. Notifications now include more context, are localized to your language, and tapping them will mark them as read.

Improved Faster App Performance

Experience smoother scrolling in anime and post lists, and a quicker update for your unread notification badge.

Improved Better Image Loading

Anime posters now display more reliably with improved fallback options when an image is unavailable.

Fixed Notification & Error Fixes

Fixed an issue where notifications for deleted posts might not update correctly. You will also no longer receive push notifications from users you've blocked, and the 'fix not found' error message is now clearer.

v1.0.7

This release brings a host of new features and significant improvements to Nowhere Anime, including a comprehensive theme system, a full emoji picker, redesigned search and fix editing experiences, and new profile management options. Users will also notice faster loading times, more consistent UI, and several bug fixes for a smoother overall experience.

New Enhanced Theme System

A complete theme system has been implemented, allowing you to customize the app's appearance with a new theme picker, secondary color palettes, and several new themes including dark-purple and three light options.

New Full Emoji Picker

You can now react with a full selection of 1640 emojis, replacing the previous limited grid.

New Redesigned Search

The search screen has been redesigned with a new input and a clearer list layout.

New New Fix Editor

Introducing a redesigned fix editor with a multi-view tile sheet and inline feed integration.

New Fix Action Buttons

You can now use action buttons on your profile lists to manage fixes, with faster updates.

New Profile Filtering

Your profile now features a modernized interface for filtering fixes, including stats, pills, and reactions.

New Blocked Users Screen

A new 'Blocked Users' screen has been added to your settings, allowing you to manage and unblock users.

New Hide Fixed Anime Option

A new setting allows you to hide anime you've already 'fixed' from your lists.

New Realtime Notifications

Notifications now update in real-time, so you'll see new alerts instantly.

New Anime Details

Anime detail pages now display genres and English titles.

Improved Faster Interactions

Reactions, fixes, and follow actions now update instantly for a smoother experience.

Improved Faster Loading & Transitions

Several screens, including profiles and the main feed, now load noticeably faster, and navigating between screens is smoother.

Improved Consistent UI & Navigation

All screens now feature a consistent header design. The home screen has a new refresh button, and list filters are now in a header menu.

Improved Offline Mode

The app now caches data, allowing you to browse some content even without an internet connection.

Improved Feed Layout

Anime status and score badges on the feed are now displayed in a more prominent action strip.

Improved Profile Library Management

Improved library management on your profile, including status filters and faster updates.

Improved Search Results

Search results now display follower average scores and fix counts for anime.

Improved Anime Detail Posts

Posts and comments on anime detail pages now display more consistently.

Fixed UI Consistency

Addressed various UI inconsistencies, including missing text, correct theme application, and improved spacing on post cards.

Fixed Notification Issues

Fixed issues where unread notification counts included blocked users and the badge count didn't always refresh correctly.

Fixed Feed Navigation

Tapping the username or datetime on a feed post now correctly opens the full fix view.

removed Global Anime Score

The global score for anime has been removed.

v1.0.6

This release introduces exciting new social features, including enhanced @mentions and a dedicated screen to view your anime ratings. We've also made significant under-the-hood improvements to make your app experience faster and smoother.

New Your Anime Rates

Discover a new screen in your profile showing all the anime you've rated, along with your latest scores.

New Improved @Mentions

You can now mention other users in activity tabs, fix comments, and feed posts. Enjoy autocomplete suggestions, receive notifications when mentioned, and tap on mentions to view profiles.

Improved Smoother Data Loading

We've optimized data loading across many screens. You'll notice fewer loading indicators and a smoother experience as the app intelligently displays previous data while fetching updates.

v1.0.4

This release brings exciting new social features like user mentions and instant content filtering, alongside a refreshed notification system and redesigned fix editor. We've also made several UI improvements and bug fixes for a smoother experience, and are now focusing exclusively on iPhone devices.

New Mention System

You can now mention other users using '@' in your posts, with autocomplete suggestions. Mentions appear in blue and trigger notifications.

New View All Items

New 'Ver más' (View More) buttons have been added to home sections, allowing you to see full lists of anime.

New Instant Content Filtering

Content you report or block will now be immediately removed from your feed.

New Connect Feature

Introduced a new modal to help you connect with other users.

Improved Enhanced Anime Data

Anime data, including recent anime, is now more reliably stored and refreshed weekly for better accuracy.

Improved Enhanced User Lists

User list cards now display avatars, completed anime counts, and anime posters for a richer experience.

Improved UI Enhancements

Improved labels for social features and lists, and made edit buttons larger for easier interaction.

Improved Faster Synopsis Loading

Anime synopses now load faster, especially when switching tabs, as translations are loaded only when needed.

Improved Redesigned Fix Editor

The 'Create Fix' and 'Edit Fix' screens have been redesigned with an intuitive star rating system and horizontal status chips.

Improved Redesigned Notifications

Notifications have been redesigned to include user avatars, clearer icons, and direct navigation to related fixes or user profiles.

Fixed Sharing Fix

Resolved an issue that prevented sharing content correctly.

Fixed Improved Scrolling

Added bottom padding to the Feed and Search screens, preventing content from being obscured by the floating tab bar.

Fixed Username Improvements

Usernames no longer have a hardcoded '@' symbol, and username input is now limited to 50 characters for better consistency.

Fixed Floating Tab Bar Position

The floating tab bar has been lowered slightly, and additional bottom padding added to the home screen for improved readability and access.

Fixed Profile Button Visibility

Ensured all profile buttons remain visible and accessible, even with the floating tab bar.

Fixed Password Reset Reliability

Improved the reliability of the password reset process.

removed iPad Support Removed

Nowhere Anime is now exclusively available on iPhone devices.

v1.0.2

This release introduces a brand new Home tab for discovering anime, a unified 'Fixes' system for sharing your thoughts with emoji reactions and comments, and significant UI/UX improvements including new animations and a redesigned Anime Detail screen. We've also added important moderation tools and account management features, alongside various bug fixes for a smoother experience.

New New Home Tab

Discover new anime, see top-rated titles, and check out the latest community activity on the brand new Home tab.

New Unified Fixes System

We've introduced a new 'Fixes' system to replace reviews, offering a more streamlined way to share your thoughts on anime. This includes dedicated Fix Detail screens and comment counts.

New Emoji Reactions

Express yourself with emoji reactions on fixes in the feed, anime detail, and fix detail screens.

New Share Fixes

Easily share your anime fixes, including your text, status, and score, with friends.

New Enhanced Moderation & Account Control

New tools allow you to report objectionable content, block users, and access our updated Terms of Service. You can also now delete your account directly from the app.

Improved Anime Poster Interaction

Tap on anime posters in the detail screen to expand or collapse them for a better view.

Improved Edit Your Fixes

You can now edit your existing anime fixes directly from the feed, fix detail screen, and your activity tab.

Improved Quick Fix Creation

Creating a new fix is now more streamlined, with the creation modal opening automatically in certain contexts.

Improved New Score Picker

Scoring anime is now more intuitive and fun with a new gold coin picker instead of a numerical input.

Improved Redesigned Anime Detail

The Anime Detail screen has been redesigned with new 'Following' and 'My Activity' tabs for better organization and navigation.

Improved Simplified Scoring Display

The feed now prominently displays the average score from your followers, providing a clearer overview.

Improved Smoother Feed Scrolling

The feed now refreshes more efficiently, reducing unnecessary reloads and improving overall performance.

Improved Improved User Interface

Enjoy a more fluid app experience with new staggered list animations, custom screen transitions, haptic feedback on tab bar interactions, and a stylish glass tab bar. General improvements to bottom sheet modals and search card layouts have also been made.

Fixed Keyboard Overlap Fix

Resolved issues where the keyboard would overlap content in the fix detail screen and other bottom sheets.

Fixed Camera Permission Flow

Improved the camera permission flow by disabling swipe-back and clarifying button text.

Fixed Feed Reload Fix

The feed no longer reloads unnecessarily when navigating back from an anime detail screen, improving performance.

Fixed Improved Tab Screen Layout

Adjusted padding and removed redundant header titles for a cleaner look on tab screens.

removed Feed Filters Removed

The filter chips on the feed screen have been removed for a cleaner interface.

v1.0.0

This release introduces major new features like anime search, reviews, watch lists, multi-language support, and a dark theme, alongside a completely modernized user interface and various performance improvements and bug fixes.

New Password Reset

You can now reset your password and activate your account using special links.

New Multi-Language Support

The app now supports English, Spanish, and Portuguese, with a new language switcher in your profile.

New Anime Search

Easily search for anime and view detailed information about them.

New Anime Reviews

Share your thoughts by writing reviews for anime. You can also see the average rating from your followers on anime detail screens.

New Watch Lists

Organize anime into 'Watching', 'Completed', and 'Planned' lists, accessible from anime details and your profile.

New Enhanced Profiles & Social

Set your profile picture using Gravatar, find other users with a new search tab, and see review counts on profiles. QR scans now create mutual follows.

New Follow Notifications

Receive notifications when someone new follows you.

New Dark Theme

Enjoy a new dark color palette throughout the app for a fresh look.

Improved Modernized Design

Experience a fresh new look with a floating tab bar, animated buttons, and a redesigned feed featuring avatars and anime thumbnails.

Improved Faster Loading

Anime data on feed, watchlist, and review screens now loads more quickly.

Improved Improved Navigation

The app features a new navigation layout with icons in the tab bar. Followers and Following lists are now accessed by clicking badges on profiles.

Improved Clearer Text

Auth screens and other parts of the app now have more descriptive and action-oriented text.

Improved Auto-Refresh Screens

Feed and profile screens automatically refresh when you focus on them.

Improved Improved Review Experience

The anime review rating field now starts empty, allowing you to choose your own value. Anime search results also display higher quality images.

Fixed Follower Count Updates

Follower counts now update in real-time.

Fixed Anime Data Reliability

Reduced errors when fetching anime data, making your experience more reliable.

Fixed Login Error Handling

Improved handling of login errors for a smoother sign-in process.