aboutsummaryrefslogtreecommitdiff
path: root/release.md
diff options
context:
space:
mode:
authorArtrix <[email protected]>2024-01-05 05:12:52 -0800
committerGitHub <[email protected]>2024-01-05 20:12:52 +0700
commit553fe1c71082b040e9f9667ad3e99acdb33990b2 (patch)
tree0c770c406c8ff934ce34d8b10dbae948a554a619 /release.md
parentmigrate to typescript (diff)
downloadmoopa-553fe1c71082b040e9f9667ad3e99acdb33990b2.tar.xz
moopa-553fe1c71082b040e9f9667ad3e99acdb33990b2.zip
feat: Implement a way to review/rate anime (#108)
* Make details cover lead back to anime page * Make 'markProgress' use object instead of param list * Import Link * Implement Rate modal * Pass session into useAniList Co-authored-by: Factiven <[email protected]> * Reimplement using markComplete & add toast for failure * redefined ratemodal * fix: home page client error * update version --------- Co-authored-by: Factiven <[email protected]>
Diffstat (limited to 'release.md')
-rw-r--r--release.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/release.md b/release.md
index d525bf0..3191b52 100644
--- a/release.md
+++ b/release.md
@@ -2,8 +2,11 @@
This document contains a summary of all significant changes made to this release.
-## 🎉 Update v4.2.5
+## 🎉 Update v4.4.0
### What's Changed
-- fix: Gogoanime episode id is null
+- Added rate modal when user finished watching the whole series
+- Fix: only half of the episodes has episodes thumbnail
+- Fix: pressing back button in anime info page redirects user to the wrong page
+- Progressively migrate codebase to typescript