Skip to content

Commit

Permalink
Release: Nightly 5.2.7
Browse files Browse the repository at this point in the history
- Add HLS Proxy Settings
- Add episode title and preview image fetch from api.ani.zip
- Disable animeflix from source selection
- Improve anilist loading performance
- re-enable hq anilist poster image
- Use api.ani.zip api call for detail anime info
- Hide mp4upload source from electron app
  • Loading branch information
amarullz committed Jul 4, 2024
1 parent 1f9a441 commit 0e6aa3d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdk 22
targetSdk 34
versionCode 524
versionName "5.2.6-Nightly"
versionName "5.2.7-Nightly"


// Automatic Build Version
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "animetv",
"version": "5.2.6",
"version": "5.2.7",
"description": "AnimeTV for Desktop",
"main": "electron/src/animetv.js",
"scripts": {
Expand Down

0 comments on commit 0e6aa3d

Please sign in to comment.