diff --git a/server/js/core/service.js b/server/js/core/service.js index b602fee..c93b014 100644 --- a/server/js/core/service.js +++ b/server/js/core/service.js @@ -2,7 +2,7 @@ window.service = { api: { url: "https://beta-api.crunchyroll.com", //url: "http://localhost:3002", - auth: "Basic aHJobzlxM2F3dnNrMjJ1LXRzNWE6cHROOURteXRBU2Z6QjZvbXVsSzh6cUxzYTczVE1TY1k=", + auth: "Basic b2VkYXJteHN0bGgxanZhd2ltbnE6OWxFaHZIWkpEMzJqdVY1ZFc5Vk9TNTdkb3BkSnBnbzE=", }, token: function (request) { diff --git a/server/js/screen/changelog.js b/server/js/screen/changelog.js index c3ed095..fbfcc93 100644 --- a/server/js/screen/changelog.js +++ b/server/js/screen/changelog.js @@ -1,15 +1,15 @@ window.changelog = { id: "changelog-modal", data: { - version: "v1.1.3b", + version: "v1.1.4", changes: [ { - title: "fix: settings subtitles by @jhassan8", - description: "subtitle configuration error resolved.", + title: "feat: only login with email by @jhassan8", + description: "Due to changes in CR, it is now only possible to log in with email.", }, { - title: "fix: style changes by @jhassan8", - description: "longs titles issues and selected item style issue in some devices.", + title: "fix: change auth login api by @jhassan8", + description: "problem that occurred when logging in was solved.", }, ], extra: "If you have any issues or suggestions, you can report them on the GitHub jhassan8/crunchyroll-tizen.",