File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 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/*
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change @@ -36,16 +36,18 @@ export const BCR_TOGGLE_DISABLED = /*html*/ `
3636
3737export 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>
You can’t perform that action at this time.
0 commit comments