Skip to content

Commit 255e4bf

Browse files
committed
version bump and changelog update
1 parent bdf620e commit 255e4bf

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

loader.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name BC Responsive
33
// @namespace https://www.bondageprojects.com/
4-
// @version 0.6.5
4+
// @version 0.6.6
55
// @description An auto response script for Bondage Club
66
// @author Saki Saotome, dDeepLb
77
// @match https://bondageprojects.elementfx.com/*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bc-responsive",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
44
"description": "An auto response script for bondage-club",
55
"private": true,
66
"scripts": {

src/Utilities/Messages.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,18 @@ export const BCR_TOGGLE_DISABLED = /*html*/ `
3636

3737
export const BCR_CHANGELOG = /*html*/ `
3838
<div class="ResponsiveMessageContent">
39+
<b class="ResponsiveVersion">0.6.6</b>
40+
<br>• Fixed CharTalk making expression stuck.
41+
<br>• Fixed custom actions to be displayed correctly throughout all translations.<br>
42+
<br>• Fixed CharTalk to match letters in case-insensitive way.
43+
<br>• Limit amount of animation frames in CharTalk to 30. Long sentences or RP essays won't be animated for 10 straight minutes~<br>
44+
3945
<b class="ResponsiveVersion">0.6.5</b>
4046
<br>• Move mod button to Extensions Settings. Preferences > Extensions > Responsive Settings.
4147
<br>• Fixed crash in some cases by automating data repairing.<br>
4248
4349
<b class="ResponsiveVersion">0.6.4</b>
4450
<br>• Fixed Character Talk wasn't working.<br>
45-
46-
<b class="ResponsiveVersion">0.6.3</b>
47-
<br>• Fixed bug introduced in R104.
48-
<br>• Removed feature to add moans on high arousal.<br>
4951
</div>
5052
5153
<br><a href='https://github.com/dDeepLb/BC-Responsive/wiki/Full-Changelog' target='_blank'><b>Full Changelog (Click)</b></a>

0 commit comments

Comments
 (0)