diff options
| author | Artrix <[email protected]> | 2024-01-05 05:12:52 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-05 20:12:52 +0700 |
| commit | 553fe1c71082b040e9f9667ad3e99acdb33990b2 (patch) | |
| tree | 0c770c406c8ff934ce34d8b10dbae948a554a619 /release.md | |
| parent | migrate to typescript (diff) | |
| download | moopa-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.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |