From 769dab28967301328a7de4e8aed42bd183f75a59 Mon Sep 17 00:00:00 2001
From: MathieuG-P <40181755+Zagrios@users.noreply.github.com>
Date: Mon, 22 Jul 2024 18:26:13 +0200
Subject: [PATCH] Add changelog for 1.5.0-alpha.2
---
assets/jsons/changelogs.json | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/assets/jsons/changelogs.json b/assets/jsons/changelogs.json
index 0bc8600c3..be3ae31d3 100644
--- a/assets/jsons/changelogs.json
+++ b/assets/jsons/changelogs.json
@@ -4,5 +4,11 @@
"title" : "What's new ?",
"timestamp" : 1721048400,
"version" : "1.5.0-alpha.1"
+ },
+ "1.5.0-alpha.2":{
+ "htmlBody" :"BSManager continues to get better, thanks to your continued support and contributions!
🎈🎉🎈Note: This is an alpha release, encountering bugs is expected. Please file new issues for any bugs you find.
Alpha changes
- Fixed an issue where BSIPA could not be installed if the BS version's path contained spaces #523
- Fixed a crash when changing audio volume #518
- Fixed an issue where playlist maps with a malformed hash were not loaded #517
- Improved reliability of reading maps from a playlist file #517
- Playlists in sub-folders are now loaded #514
- Fixed a crash when loading an invalid playlist file #513
Features
- Added playlist support
- Added Linux support (Thanks to @Insprill)
- Added reset button to reset values when editing a Beat Saber version (Thanks to @Liborsaf)
- Added a changelog modal
Fixes
- Fixed an issue where switching between Beat Saber versions too quickly displayed mods for the wrong version #472
- Fixed an issue where the launch window from a shortcut would never close #485
- Advanced launch arguments are used even when the input field is closed #496
- Fixed an issue where having many maps caused some maps to not have their information loaded #503
- Fixed an issue where downloading maps sometimes resulted in a timeout error #524
- Fixed an issue where the duration of maps could be wrong in some cases #522
Other changes
- .NET Framework is no longer required
- Clear English translations for the Steam credentials popup (Thanks to @Aeywoo)
- NSFW models are now blurred when browsing for models
- When no mods are available for a Beat Saber version, the version number is now shown
- Mods load faster
- After a first full maps loading, maps load almost instantly
- Improved performance in lists with lot of contents
",
+ "title" : "What's new ?",
+ "timestamp" : 1721665382,
+ "version" : "1.5.0-alpha.2"
}
}