• 0.7.0 a3b4857175

    john-okeefe released this 2026-03-30 20:16:10 -04:00 | 1 commits to main since this release

    🎉 AniTrack v0.7.0 Release Notes

    🚨 Major Feature: Comprehensive Error Handling

    This release brings massive improvements to application stability and user experience. The app will no longer crash when API services are down or experiencing errors!


    What's New

    🛡️ Graceful API Error Handling

    • Application Stability: App now remains running even when AniList, MAL, or Simkl APIs are down
    • Visual Error Feedback: Beautiful modal dialogs display error details instead of silent crashes
    • Manual Retry: Users can retry failed API connections with a single button click
    • Continue Using App: Dismiss error messages and continue with limited functionality

    🐛 Bug Fixes

    • Critical: Fixed app crashes when AniList API returns 403 Forbidden errors
    • Critical: Fixed app crashes when AniList API is down or unreachable
    • Critical: Fixed MAL OAuth server crashing on connection errors
    • Critical: Fixed Simkl JSON marshaling errors crashing the app
    • Improved: Better error messages for all API failures

    Version: 0.7.0
    Release Date: March 2026

    Downloads
  • 0.6.5 58c9f449e0

    john-okeefe released this 2026-03-22 21:54:13 -04:00 | 12 commits to main since this release

    AniTrack v0.6.5 Release Notes

    Overview

    This release focuses on improving user experience through enhanced disabled state handling, visual consistency improvements, and code quality enhancements. The changes prevent invalid user actions, provide better visual feedback, and maintain type safety throughout the application.


    🎨 UI/UX Improvements

    Enhanced Button Disabled States

    Anime Component

    Progress adjustment buttons now properly disable when reaching boundary conditions:

    • Decrement button disabled at progress 0 to prevent negative values
    • Increment button disabled when progress exceeds total episodes or next airing episode boundaries
    • Improved visual feedback with background color removal on disabled state

    Pagination Component

    Navigation buttons now respect page boundaries:

    • Previous page button disabled when on first page
    • Next page button disabled when on last page
    • Prevents unnecessary API calls and improves UX by clearly indicating navigation limits

    Visual Consistency

    WatchList Component

    Fixed media cover image sizing:

    • Applied uniform dimensions (230px × 330px) across all cover images
    • Added object-fit styling to maintain aspect ratios
    • Eliminates visual inconsistencies in the watch list grid

    AvatarMenu Component

    New service status indicator:

    • Avatar dot indicator shows login status across all services
    • Green dot: All services (AniList, MAL, Simkl) are logged in
    • Yellow dot: One or more services not logged in
    • Provides quick visual feedback for service availability

    🔧 Code Quality & Type Safety

    TypeScript Enhancements

    Pagination Component

    Fixed type safety issues in event handlers:

    • Added proper type annotations for KeyboardEvent and Event handlers
    • Migrated from e.target to e.currentTarget for type-safe DOM element access
    • Resolved TypeScript errors related to EventTarget property access

    Code Formatting

    Pagination Component

    Comprehensive code formatting:

    • Standardized indentation from 4-space to 2-space convention
    • Reorganized import statements and function declarations
    • Improved code readability and maintainability

    AvatarMenu Component

    Code style improvements:

    • Standardized indentation from 4-space to 2-space convention
    • Improved import statement formatting and alignment
    • Fixed semicolon usage throughout the component
    • Added missing newline at end of file for standards compliance

    📊 Statistics

    • Files Changed: 5
    • Lines Added: 397
    • Lines Removed: 281
    • Net Change: +116 lines

    🐛 Bug Fixes

    • Fixed media cover image sizing inconsistencies in WatchList
    • Resolved TypeScript type safety issues in Pagination event handlers
    • Prevented invalid progress adjustments that could exceed episode boundaries
    • Prevented invalid pagination requests beyond available pages
    • Fixed syntax error in App.svelte

    Downloads
  • 0.6.0 b2a8a504f3

    john-okeefe released this 2026-03-21 13:36:43 -04:00 | 19 commits to main since this release

    Release Notes - AniTrack v0.6.0

    Navigation & Performance Improvements

    Smart Watchlist Refresh

    • Implemented intelligent watchlist refresh system that only fetches updated data when changes have actually been made
    • Eliminated unnecessary API calls and reduced server load
    • Added dirty flag tracking to detect when users update anime status, progress, or delete entries
    • Automatic refresh when navigating back to homepage, ensuring data stays current without manual intervention
    • Parallel refresh support for multiple services (AniList, MAL, Simkl) when logged in
      Client-Side Routing
    • Fixed header logo navigation to use svelte-spa-router's link action instead of full page reloads
    • Prevents app remounting and redundant authentication checks on logo click
    • Smoother navigation experience with instant page transitions
    • Maintains application state across navigation

    UI/UX Enhancements

    WatchList Component Updates

    • Added manual "Refresh WatchList" button for on-demand data updates
    • Improved header layout with flexbox for proper alignment (title left, button right)
    • Better visual hierarchy and spacing consistency
    • Enhanced responsive design with improved button styling

    Technical Improvements

    • Fixed TypeScript compilation errors
    • Cleaned up VSCode workspace configuration
    • Improved code organization and maintainability
    • Enhanced reactive state management patterns

    Bug Fixes

    • Resolved syntax errors in App.svelte that prevented compilation
    • Fixed navigation flow to prevent unnecessary re-authentication
    Downloads
  • 0.5.3 ca8c8beaf3

    john-okeefe released this 2026-03-20 15:58:02 -04:00 | 24 commits to main since this release

    Updated to 0.5.3 to fix a bug where the spinner kept loading after submit and the genres were not brought back in after update.

    Downloads
  • 0.5.2 5ed6dedeab

    AniTrack-0.5.2 Pre-Release

    john-okeefe released this 2026-03-20 11:05:52 -04:00 | 27 commits to main since this release

    Fixed major bug where clicking the logo would do a full page refresh causing logins to sometimes misfire.

    Downloads
  • 0.5.1 426793e56a

    AniTrack 0.5.1 Pre-Release

    john-okeefe released this 2026-03-19 21:19:38 -04:00 | 31 commits to main since this release

    • Added genres to Anime page
    • Made genres and tags link to their AniList searches
    Downloads
  • 0.5.0 2e5a4a4493

    john-okeefe released this 2025-12-21 13:07:17 -05:00 | 38 commits to main since this release

    fixed bug where anime page would not load data when url changed or search clicked.

    With this major fix, I will release this as the first non pre-release version.

    Downloads
  • AniTrack-0.4.0 Pre-Release

    john-okeefe released this 2025-12-21 01:22:52 -05:00 | 39 commits to main since this release

    • Fixed MAL not logging in properly when application starts and user was previously logged in on last use.
    • The user dropdown menu now works as intended and closes if clicked outside or if certain elements inside are clicked.
    • Added Version button to user menu with a popup dialog showing the version.
    Downloads
  • 0.2.1 5c4caf68e6

    AniTrack-0.2.1 Pre-Release

    john-okeefe released this 2025-06-22 21:15:09 -04:00 | 44 commits to main since this release

    Added Tooltips to Tags.

    Downloads
  • 0.2.0 c10e853564

    AniTrack 0.2.0 Pre-Release

    john-okeefe released this 2025-06-06 23:32:34 -04:00 | 45 commits to main since this release

    Fixed major bug where submission would not reload information.

    Downloads