aboutsummaryrefslogtreecommitdiff
path: root/release.md
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-09-25 00:44:40 +0700
committerGitHub <[email protected]>2023-09-25 00:44:40 +0700
commit1a85c2571690ba592ac5183d5eadaf9846fe532b (patch)
tree3f3552c00cd49c0eeab5275275cf5cf5666e5027 /release.md
parentDelete .github/workflows/deploy.yml (diff)
downloadmoopa-1a85c2571690ba592ac5183d5eadaf9846fe532b.tar.xz
moopa-1a85c2571690ba592ac5183d5eadaf9846fe532b.zip
Update v4.1.0 (#79)v4.1.0
* Update v4.1.0 * Update pages/_app.js
Diffstat (limited to 'release.md')
-rw-r--r--release.md22
1 files changed, 19 insertions, 3 deletions
diff --git a/release.md b/release.md
index 4529737..79f1090 100644
--- a/release.md
+++ b/release.md
@@ -2,8 +2,24 @@
This document contains a summary of all significant changes made to this release.
-## 🎉 Update v4.0.7
+## 🎉 Update v4.1.0
-### Fixes
+### Added
-- Improved character card UI for smaller devices
+- Added refresh button on episode list, just incase if episodes isn't up to date
+- Added manga list for Anilist user at homepage (will be available to guest user soon)
+- Added ratelimit to API endpoint
+- Watch Page
+ - Added theater mode for more immersive viewing experience
+ - Auto Play and Auto Next buttons are now included inside the player
+ - Added bug report buttons to watch page (this bug report is still experimental and will be change/update in the near future)
+ - Added share button to watch page
+- For Developer (experimental)
+ - Added Admin page for finding metadata for episodes
+ - Added broadcast system (redis is required for this)
+
+### Changed
+
+- The navbar has seen significant enhancements, with the implementation of a single component for all pages.
+- The watch page has been completely rewritten from scratch
+- Implementing import aliases to significantly improve code readability and maintainability