From ddb42f770e9bb68ab612895b7c17d0d809c406ae Mon Sep 17 00:00:00 2001 From: JeremGaming <98130953+JeremGamingYT@users.noreply.github.com> Date: Tue, 24 Dec 2024 01:19:54 -0500 Subject: [PATCH] Update: Only show uncompleted anime - Updating project version. --- README.md | 21 +++++++++++++++++++-- manifest.json | 2 +- popup.js | 2 +- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a2ec34a..a3bbfc9 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,20 @@ *Automatically track your anime progress on AniList while you watch!* +**Current Version: 1.1** + ## ✨ Features - 🔄 **Automatic Progress Tracking**: Updates your AniList progress in real-time while watching - 🎯 **Smart Detection**: Automatically identifies the anime you're watching +- 📊 **Enhanced Statistics**: View your global anime statistics including total episodes watched and mean scores +- 🔔 **Notifications System**: Track your recent updates and activities - 🔒 **Secure Authentication**: Safe and secure connection with your AniList account - 🌐 **Cross-Platform**: Available for both Chrome and Firefox -- 🎨 **Clean Interface**: Simple and intuitive user interface +- 🎨 **Clean Interface**: Simple and intuitive user interface with improved UI/UX +- 📱 **Responsive Design**: Better button spacing and visual improvements ## 🚀 Installation @@ -47,10 +52,22 @@ 2. Log in with your AniList account 3. Start watching on supported platforms 4. ALTA will automatically update your progress! +5. Access global stats and notifications through the toolbar icons + +## 🆕 What's New in 1.1 + +- Added global statistics view with total episodes, mean scores, and more +- Implemented notifications system to track recent updates +- Improved UI with better button spacing and visual enhancements +- Enhanced error handling and API response management +- Better caching system for improved performance +- Support for both current and paused anime in lists ## 🙏 Acknowledgments -This project is an enhanced version of the [Unofficial AniList Updater](https://github.com/bm-khan/Unofficial-Anilist-Updater) by bm-khan. +- AniList for providing the API +- All contributors and users who helped improve ALTA +- The anime community for their continued support ## 📝 License diff --git a/manifest.json b/manifest.json index e016314..6d3d93f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "ALTA - Crunchyroll Sync + NextAiring Notifs", "description": "Automatically update your AniList from Crunchyroll and notify for next episodes", - "version": "0.7", + "version": "1.1", "author": "JeremGaming", "manifest_version": 2, "permissions": [ diff --git a/popup.js b/popup.js index 0cb1f61..3d216b2 100755 --- a/popup.js +++ b/popup.js @@ -221,7 +221,7 @@ async function getWatching(noCache) { let query = ` query($userId:Int){ - MediaListCollection(userId:$userId, type:ANIME, status_in:[CURRENT,COMPLETED], sort:UPDATED_TIME){ + MediaListCollection(userId:$userId, type:ANIME, status_in:[CURRENT, PAUSED], sort:UPDATED_TIME){ lists { entries { id