Skip to content

Releases: Xm798/Genshin-Dailynote-Reminder

v2.3.3

12 Sep 04:45
b20e389
Compare
Choose a tag to compare

Feat:

  • Added a roles info caching mechanism. The cache file is located in the config directory to avoid repeatedly fetching character information from the server. The default cache validity period is 3 days, and it will also be refreshed when the Cookie changes. Note: This does not apply to cloud function environments, as they cannot write to files.
  • Updated the version notification default to only alert for significant updates, unless CHECK_UPDATE is set to all to alert for all versions, or false to disable.

Feat:

  • 增加 roles info 缓存机制,缓存文件位于 config 目录下,避免重复从服务器获取角色信息。默认缓存有效期为3天,且 Cookie 变化时会重新获取。注意:云函数环境无效,因为云函数环境无法写入文件。
  • 版本更新提醒默认更新为仅提醒重要更新,除非 CHECK_UPDATE 设置为 all 以提醒所有版本,或 false 关闭。

v2.3.2

11 Sep 11:58
85bd7c9
Compare
Choose a tag to compare

Fix:

  • Changed the Cookie handling method to resolve the issue where V2 Cookies of oversea server could not be used

Fix:

  • 更换 Cookie 处理方式,解决国际服 V2 Cookie 无法运行的问题

v2.3.1

07 Sep 05:52
dc561c9
Compare
Choose a tag to compare

Feat:

  • Added update checking, enabled by default, can be turned off by setting CHECK_UPDATE to false in the configuration file.

Fix:

  • Updated i18n resources.

Feat:

  • 新增更新检查,默认开启,可以在配置文件中设置 CHECK_UPDATEfalse 关闭。

Fix:

  • 更新 i18n 资源。

v2.3

07 Sep 02:41
Compare
Choose a tag to compare

Fix:

  • Fixed issue where standard mode could not run after the game updating to version 3.8

Feat:

  • Added DEVICE_INFO to the configuration file to attempt to bypass the verification on the CN server. Ref Miao-Yunzai

Fix:

  • 修复游戏 3.8 版本更新后标准模式无法运行的问题

Feat:

  • 配置文件新增 DEVICE_INFO,以尝试绕过国服验证码,Ref Miao-Yunzai

v2.2.1

24 Mar 15:58
403cd19
Compare
Choose a tag to compare
📃 docs: about rebuild