Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TsumBeta: Release v70
Browse files Browse the repository at this point in the history
mcs committed Aug 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6d69c1e commit 682311e
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions script-config.json
Original file line number Diff line number Diff line change
@@ -82,8 +82,8 @@
"com.r2studio.TsumBeta": {
"id": "com.r2studio.TsumBeta",
"title": "Disney Tsum Tsum",
"versionCode": 69,
"description": "<b style='color: #2196f3;'>\uD83D\uDD16 版本 v69</b>\n<ul>\n <li>重新设计的 HTML 报告<br>Redesigned HTML report</li>\n</ul>",
"versionCode": 70,
"description": "<b style='color: #2196f3;'>\uD83D\uDD16 版本 v70</b>\n<ul>\n <li>新技能: 光年队长<br>New skill: Captain Lightyear</li>\n</ul>",
"packageName": "com.linecorp.LGTMTMG",
"downloadURL": "https://github.com/r2-studio/robotmon-scripts/raw/master/scripts/com.r2studio.TsumBeta/index.zip",
"dependencies": []
3 changes: 2 additions & 1 deletion scripts/com.r2studio.TsumBeta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ All notable changes to the TsumBeta script will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## unreleased
## [v70] - 2024-08-16

### Added
- Skill: Captain Lightyear
@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- First clicks on script start do now always have pauses until the friends page is reached. This should reduce the game ending in an infinite "Loading" dialog if event notifications get clicked away too fast. This attempt is not very solid, but a better implementation will need time, so this topic stays in the backlog.
- Mail processing speed increased. This was slowed down in v62 to improve stability, but time has shown that this does not improve the game stability.


## [v69] - 2024-07-27

### Fixed
Binary file modified scripts/com.r2studio.TsumBeta/index.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/com.r2studio.TsumBeta/src/settings.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

var VERSION = 69;
var VERSION = 70;

/**
* Returns the language parameter for the currently active locale.

0 comments on commit 682311e

Please sign in to comment.