From afae1acabbe71baaea8aeaf99ab5b9bd33bf1e64 Mon Sep 17 00:00:00 2001 From: bananarama92 Date: Mon, 17 Feb 2025 16:45:52 +0100 Subject: [PATCH] REL: Version bump: 1.7.39 > 1.7.40 --- CHANGELOG.md | 7 +++++++ dev_loader.user.js | 2 +- loader.user.js | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d25d1bb..4e83751b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # MBS Changelog +## v1.7.40 +* Drop R112 support +* Restructure the way MBS handles the detection of BC and BC logins +* Misc cleanup of the MBS settings screen +* Backport one R113 hotfix: + - [BondageProjects/Bondage-College#5410](https://gitgud.io/BondageProjects/Bondage-College/-/merge_requests/5410): Ensures that updating `C.Stage` and `C.CurrentDialog` triggers an appropriate dialog menu reload + ## v1.7.39 * Update build dependencies * Add BC R113Beta1 support diff --git a/dev_loader.user.js b/dev_loader.user.js index b8cf6cdb..85a45e21 100644 --- a/dev_loader.user.js +++ b/dev_loader.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name MBS_dev - Maid's Bondage Scripts Development Version // @namespace MBS_dev -// @version 1.7.39.dev0 +// @version 1.7.40.dev0 // @description Loader of Bananarama92's "Maid's Bondage Scripts" mod (dev version) // @author Bananarama92 // @match http://localhost:*/* diff --git a/loader.user.js b/loader.user.js index b72f0de5..66e243e6 100644 --- a/loader.user.js +++ b/loader.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name MBS - Maid's Bondage Scripts // @namespace MBS -// @version 1.7.39 +// @version 1.7.40 // @description Loader of Bananarama92's "Maid's Bondage Scripts" mod // @author Bananarama92 // @include /^https:\/\/(www\.)?bondageprojects\.elementfx\.com\/R\d+\/(BondageClub|\d+)(\/((index|\d+)\.html)?)?$/ diff --git a/package.json b/package.json index c043504b..4e9f48a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maids-bondage-scripts", - "version": "1.7.39", + "version": "1.7.40", "private": true, "description": "Various additions and utility scripts for BC", "homepage": "https://github.com/bananarama92/MBS#readme",