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 v71
Browse files Browse the repository at this point in the history
mcs committed Oct 31, 2024
1 parent 148fbc9 commit 8e80122
Showing 4 changed files with 10 additions and 3 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": 70,
"description": "<b style='color: #2196f3;'>\uD83D\uDD16 版本 v70</b>\n<ul>\n <li>新技能: 光年队长<br>New skill: Captain Lightyear</li>\n</ul>",
"versionCode": 71,
"description": "<b style='color: #2196f3;'>\uD83D\uDD16 版本 v71</b>\n<ul>\n <li>修复:发送爱心时崩溃<br>Fix: Crash on Send hearts</li>\n <li>修复:日本等级解锁<br>Fix: JP Tsum level unlock</li>\n</ul>",
"packageName": "com.linecorp.LGTMTMG",
"downloadURL": "https://github.com/r2-studio/robotmon-scripts/raw/master/scripts/com.r2studio.TsumBeta/index.zip",
"dependencies": []
7 changes: 7 additions & 0 deletions scripts/com.r2studio.TsumBeta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,13 @@ 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/).


## [v71] - 2024-10-31

### Fixed
- Sending hearts crashed in Int'l TsumTsum Ver: 10.11.0.
- Unlocking Tsum levels did not work in JP after adding a new Tsum sort option.


## [v70] - 2024-08-16

### Added
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 = 70;
var VERSION = 71;

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

0 comments on commit 8e80122

Please sign in to comment.