From 5f78e6c9828b98ca3f19309119ceb3ce7cbe6541 Mon Sep 17 00:00:00 2001 From: hoangvu12 Date: Sun, 8 Sep 2024 18:22:56 +0700 Subject: [PATCH] v0.13.0-alpha --- changes.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changes.md b/changes.md index befc04f..4580b99 100644 --- a/changes.md +++ b/changes.md @@ -1 +1,6 @@ -- Attempted to fix the app freezing on Samsung and Pixel devices +- Added a player lock button. +- Added a random anime button. +- Fixed issue where the video doesn't resume when closing the settings. +- Added restoration of the previous playback rate when fast forwarding. +- Fixed issue where "continue watching" doesn't show until selecting the correct episode chunk. +- Added an episode sorting button. diff --git a/package.json b/package.json index ed73893..364fa8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kaguya-app", - "version": "0.12.1-alpha", + "version": "0.13.0-alpha", "private": true, "scripts": { "start": "expo start --dev-client",