diff options
| author | Artrix <[email protected]> | 2024-01-09 21:01:38 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-10 12:01:38 +0700 |
| commit | da6555a53fc195902ddf3547f8306aedccaf8fa7 (patch) | |
| tree | 06cddbb12f37fc8ffcdf53c00dc2c5ceb2024815 /release.md | |
| parent | Update changelogs version to v4.4.0 (diff) | |
| download | moopa-da6555a53fc195902ddf3547f8306aedccaf8fa7.tar.xz moopa-da6555a53fc195902ddf3547f8306aedccaf8fa7.zip | |
feat: Add PreviousEpisode and NextEpisode to media controls (#111)
* 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
* Update version to v4.4.0 in changelogs.tsx
* Implement next and previous buttons to video controls
* fix subtitle button bugs
---------
Co-authored-by: Factiven <[email protected]>
Diffstat (limited to 'release.md')
| -rw-r--r-- | release.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ This document contains a summary of all significant changes made to this release ### What's Changed - Added rate modal when user finished watching the whole series +- Added previous and next button to player - 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 |