aboutsummaryrefslogtreecommitdiff
path: root/release.md
diff options
context:
space:
mode:
authorArtrix <[email protected]>2024-01-09 21:01:38 -0800
committerGitHub <[email protected]>2024-01-10 12:01:38 +0700
commitda6555a53fc195902ddf3547f8306aedccaf8fa7 (patch)
tree06cddbb12f37fc8ffcdf53c00dc2c5ceb2024815 /release.md
parentUpdate changelogs version to v4.4.0 (diff)
downloadmoopa-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/release.md b/release.md
index 3191b52..e1ec64b 100644
--- a/release.md
+++ b/release.md
@@ -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