-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathupdate.json
More file actions
520 lines (520 loc) · 25.2 KB
/
update.json
File metadata and controls
520 lines (520 loc) · 25.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
{
"BadBMBF": [],
"ADBPaths": [
"adb.exe",
"User\\Android\\platform-tools_r29.0.4-windows\\platform-tools\\adb.exe",
"User\\AppData\\Roaming\\SideQuest\\platform-tools\\adb.exe"
],
"Updates": [
{
"Major": "1",
"Minor": "16",
"Patch": "8",
"Creators": [
"ComputerElite"
],
"Changelog": "Hello and welcome to the old programs updating program. This program recieves another updater after a 1.5 years break.\n**Changelog:**\n- Deleting songs will now only ask you on the first song if you want to delete all selected songs (as described in issue #29 )",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.16.8/BM.zip"
},
{
"Major": "1",
"Minor": "16",
"Patch": "7",
"Creators": [
"ComputerElite"
],
"Changelog": "- Updated api from `api.beatmaps.io` to `api.beatsaver.com`\r\n- Updated `/maps/beatsaver` to `/maps/id`",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.16.7/BM.zip"
},
{
"Major": "1",
"Minor": "16",
"Patch": "6",
"Creators": [
"ComputerElite"
],
"Changelog": "Added things from #6:\r\n- multi select on playlist editor via ctrl click\r\n- delete songs button on playlist editor\r\n- do little relayouting on playlist editor for more clearence\r\n- playlist editor can now do song moving and deleting via keyboard (see wiki)",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.16.6/BM.zip"
},
{
"Major": "1",
"Minor": "16",
"Patch": "5",
"Creators": [
"ComputerElite"
],
"Changelog": "Added a upload to BMBF button which can upload any file to BMBF",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.16.5/BM.zip"
},
{
"Major": "1",
"Minor": "16",
"Patch": "4",
"Creators": [
"ComputerElite"
],
"Changelog": "Fix for mod installations issues and removes the reset assets link as that's not supported by BMBF anymore",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.16.4/BM.zip"
},
{
"Major": "1",
"Minor": "16",
"Patch": "3",
"Creators": [
"ComputerElite"
],
"Changelog": "Fixed playlist installations. Songs now get moved correctly",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.16.3/BM.zip"
},
{
"Major": "1",
"Minor": "16",
"Patch": "2",
"Creators": [
"ComputerElite"
],
"Changelog": "Fixed song downloading",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.16.2/BM.zip"
},
{
"Major": "1",
"Minor": "16",
"Patch": "1",
"Creators": [
"ComputerElite"
],
"Changelog": "Updated all song related stuff from beatsaver to beatmaps.io. Also fix version bug.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.16.1/BM.zip"
},
{
"Major": "1",
"Minor": "16",
"Patch": "0",
"Creators": [
"ComputerElite"
],
"Changelog": "- Compatibility with BMBF 1.14 and up (Everything under BMBF 1.14 will not work anymore. If you use an older version please go to the GitHub repository and download BMBF Manager 1.15)\r\n- I tried my best to make old Backups of Songs and Playlists work. (If you have any issues hit me up)\r\n- Removed Check Song folders in QSU due to the new SongLoader not requirering the hashes\r\n- Transfer Song lib now basically just checks all songs and copies them without the hash (very slightly faster)\r\n- Removed Restore songs option from BBBU. No worries, they are now included in the restore ModData option\r\n- Playlist Editing has been slightly changed to fit the new BMBF Playlist Editor (BPList importing might have problems) \r\n- Removed Create BPList, Load Playlists and Delete Playlist button from QSU as those exist in the Playlist Editor\r\n- Mods list now shows info on double click as well as song searches\r\n- You can now uninstall mods from within BMBF Manager\r\n- Every mod you have installed but isn't listed online now shows as well\r\n- Code cleanup (e. g. Config now doesn't get saved to disk first before commiting)\r\n-Playlist Editor should now create Playlist Ids itself and has 2 more buttons to reorder playlists",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.16/BM.zip"
},
{
"Major": "1",
"Minor": "15",
"Patch": "0",
"Creators": [
"ComputerElite"
],
"Changelog": "Every time BMBF Manager used ADB it froze the entire program. Now it doesn't anymore which is a big improvement. Also fixed a crash with Mod installing and changed a bit of text.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.15/BM.zip"
},
{
"Major": "1",
"Minor": "14",
"Patch": "8",
"Creators": [
"ComputerElite"
],
"Changelog": "First some more bugfixes. Second we now have some more warning and checks to prevent crashes, code cleanup, new info in crash logs (which isn't widely adapted in the program) and more UserName removal in Crash logs",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.14.8/BM.zip"
},
{
"Major": "1",
"Minor": "14",
"Patch": "7",
"Creators": [
"ComputerElite"
],
"Changelog": "Fixed crashing on startup due to me being dumb",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.14.7/BM.zip"
},
{
"Major": "1",
"Minor": "14",
"Patch": "6",
"Creators": [
"ComputerElite"
],
"Changelog": "Bugfix for the bugfix for the bugfix. No worries. There will be no more bugfixes for this bugfix.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.14.6/BM.zip"
},
{
"Major": "1",
"Minor": "14",
"Patch": "5",
"Creators": [
"ComputerElite"
],
"Changelog": "Bugfix for the bugfix lmao",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.14.5/BM.zip"
},
{
"Major": "1",
"Minor": "14",
"Patch": "4",
"Creators": [
"ComputerElite"
],
"Changelog": "More bug fixws. Btw there might be more updates with bugfixes in the next time",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.14.4/BM.zip"
},
{
"Major": "1",
"Minor": "14",
"Patch": "3",
"Creators": [
"ComputerElite"
],
"Changelog": "Fixe crash when exporting BPLists and transfering song lib to PC if you had non file safe letters in your Playlist name.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.14.3/BM.zip"
},
{
"Major": "1",
"Minor": "14",
"Patch": "2",
"Creators": [
"ComputerElite"
],
"Changelog": "QuestSounds just released. With this I changed all the sound paths so Sound installing now copies to the new directory.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.14.2/BM.zip"
},
{
"Major": "1",
"Minor": "14",
"Patch": "1",
"Creators": [
"ComputerElite"
],
"Changelog": "Fixed stuff with the config (forgot to add back in automatic config value setting)",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.14.1/BM.zip"
},
{
"Major": "1",
"Minor": "14",
"Patch": "0",
"Creators": [
"ComputerElite"
],
"Changelog": "First of all BMBF Manager now has Discord rich presence toggable via settings which shows basic things like which eindow you have open. Big code cleanup which will make it easier for me to change stuff. BMBF Manager shouldn't crash anymore which is nice. Instead it'll save a crash log and notify you. You can then send me the log so I can fix it.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.14/BM.zip"
},
{
"Major": "1",
"Minor": "13",
"Patch": "2",
"Creators": [
"ComputerElite"
],
"Changelog": "I fixed having the wrong folders on Song library transfer, fixed other stuff for song library transfer including fixing the Dong import more than 500 Songs option.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.13.2/BM.zip"
},
{
"Major": "1",
"Minor": "13",
"Patch": "1",
"Creators": [
"ComputerElite"
],
"Changelog": "I fixed some text and added syncing to Playlist importing since I forgot it ",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.13.1/BM.zip"
},
{
"Major": "1",
"Minor": "13",
"Patch": "0",
"Creators": [
"ComputerElite"
],
"Changelog": "So you can now move all your Quest Songs to your PC, rename the folders to the right name and preserve playlists. Same the other way. Moves all Songs from your PC with the right folder name to your Quest and restores playlists. Also fixed a bit of Text and added languages translated by Google Translate (German which has been a bit proofreaded by ComputerElite, simplified chinese, france and danish)",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.13/BM.zip"
},
{
"Major": "1",
"Minor": "12",
"Patch": "1",
"Creators": [
"ComputerElite"
],
"Changelog": "Fixed wrong text for Quest IP in settings and added translator and language values to the language files",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.12.1/BM.zip"
},
{
"Major": "1",
"Minor": "12",
"Patch": "0",
"Creators": [
"ComputerElite"
],
"Changelog": "I literally sat on my PC for 9 hours and made BMBF Manager be able to read all displayed Text from a Text File. You can now translate BM and select a language from the settings. Also fixed a little Bug with the new IP validation which was pointed out by IsPossible. Please note that nothing has been translated yet. You can find a discussion for translation under the discussions section on the GitHub repository.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.12/BM.zip"
},
{
"Major": "1",
"Minor": "11",
"Patch": "3",
"Creators": [
"ComputerElite"
],
"Changelog": "First I learned Regular Expressions so IP checking now works a but different and better. Then I added a 1 sec delay between adding each song fro a BPList to prevent rate limits while downloading.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.11.3/BM.zip"
},
{
"Major": "1",
"Minor": "11",
"Patch": "2",
"Creators": [
"ComputerElite"
],
"Changelog": "While I downloaded BPLists with the Playlist Editor I noticed that the song checks BMBF Manager is doing alter the hash even if nothing is found. I've made it so the hash doesn't get altered if nothing is found and you have the same songs in multiplayer.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.11.2/BM.zip"
},
{
"Major": "1",
"Minor": "11",
"Patch": "1",
"Creators": [
"ComputerElite"
],
"Changelog": "Since all mods now have a united ModData folder I removed all mod specific backup options. Now the complete folder get's backed up. Don't worry about your existing Backups since they can still get restored.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.11.1/BM.zip"
},
{
"Major": "1",
"Minor": "11",
"Patch": "0",
"Creators": [
"ComputerElite"
],
"Changelog": "The new Beat Saber udpate changed a lot of stuff. Here a list of what I did:\r\n - Check if you have the newest BMBF Version for BMBF versions above version 1.13.3\r\n - BPList downloading now uses the Playlist Editor BPList import function.\r\n - Added scrolling to Songs window\r\n - Changed BBBU to use new directories for BS hook 1.0.x, replay and added Qosmetics Backups\r\n - Qosmetics installing now extracts the Qosmetics file for the new Qosmetics Update.\r\n - Fixed some text\r\n - Fixed Game Version for Mod lookups not adapting to the actual Game version\r\n - Add button to check all songs for correcting the song directory\r\n - Added multiselect to the Playlist Editor\r\n - Added remaining Song count to song installing\r\n - Song installing for BPLists now syncs every 20 songs and not every song\r\n - Added Song checking to song installing\r\n - Redid QSU code a bit\r\n - Core mods get now pulled from the BMBF source\r\n - Fixed little bug in Mod Installing\r\n - Added note for Quest 2 users",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.11/BM.zip"
},
{
"Major": "1",
"Minor": "10",
"Patch": "3",
"Creators": [
"ComputerElite"
],
"Changelog": "I added incompatibilities due that mods that that have the same patch version (e.g. 2 in 1.13.2) are shown as compatible in BMBF Manager. This disables it for specific game versions. Removed Player stats viewer since it's included in the new Beat Saber Update.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.10.3/BM.zip"
},
{
"Major": "1",
"Minor": "10",
"Patch": "2",
"Creators": [
"ComputerElite"
],
"Changelog": "I added a Player stats viewer. on startup BMBF Manager tries to get the Player Stats from Beat Saber (your Quest needs to be connected via USB) and then shows them.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.10.2/BM.zip"
},
{
"Major": "1",
"Minor": "10",
"Patch": "1",
"Creators": [
"ComputerElite"
],
"Changelog": "Added cancel button to song installing. Fixed a few BPList importing bugs that made the program crash.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.10.1/BM.zip"
},
{
"Major": "1",
"Minor": "10",
"Patch": "0",
"Creators": [
"ComputerElite"
],
"Changelog": "Added Playlist Editor with many functions: BPList importing, Playlist editing, song showing, Playlist Deleting... All error with error code should now also be the same. One click install also closes BMBF Manager now after a successful install.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.10/BM.zip"
},
{
"Major": "1",
"Minor": "9",
"Patch": "3",
"Creators": [
"ComputerElite"
],
"Changelog": "Fixed a little bug that would cause some searches to crash",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.9.3/BM.zip"
},
{
"Major": "1",
"Minor": "9",
"Patch": "2",
"Creators": [
"ComputerElite"
],
"Changelog": "I added notes (anything els that isn't the description; e.g. changelogs). It'll work with new mod releases/updates from now on.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.9.2/BM.zip"
},
{
"Major": "1",
"Minor": "9",
"Patch": "1",
"Creators": [
"ComputerElite"
],
"Changelog": "I did massive Code cleanup on the Mod installing page by switching to a custom object. Also fixed a little mistake I did when Switching to unmodded Beat Saber (Thx Fille for mentioning it) and I added a button to show the original message from Discord for the Qosmetics. (If any modeler wants his model taken down message me on Discord)",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.9.1/BM.zip"
},
{
"Major": "1",
"Minor": "9",
"Patch": "0",
"Creators": [
"ComputerElite"
],
"Changelog": "You can now install most Qosmetics with BMBF manager and see a preview (Note: This is automatically generated and you need the Qosmetics mod which should get installed by the program.). I also fixed some speeling mistakes cause it seems like I'm too dumb to type.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.9/BM.zip"
},
{
"Major": "1",
"Minor": "8",
"Patch": "9",
"Creators": [
"ComputerElite"
],
"Changelog": "I added my self made BeatSaver API interactor. (Report me if the program crashes; And yes ik that BeatSaverSharp exists but that was more like a little learning project and it makes me easier to update the program when the API changes.) Also changed to the new URL of QuestBoards.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.8.9/BM.zip"
},
{
"Major": "1",
"Minor": "8",
"Patch": "8",
"Creators": [
"ComputerElite"
],
"Changelog": "Fixed a bug that would always grab the latest mod version and the wrong download link if there is more than 1 download available",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.8.8/BM.zip"
},
{
"Major": "1",
"Minor": "8",
"Patch": "7",
"Creators": [
"ComputerElite"
],
"Changelog": "I fixed the colors for mod versions and made the default size of the mod list a bit smaller so there is no horizonal slider",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.8.7/BM.zip"
},
{
"Major": "1",
"Minor": "8",
"Patch": "6",
"Creators": [
"ComputerElite"
],
"Changelog": "Songs and Mod Uploads and Downloads now have a progress bar. also fixed the song queue a bit and the textbox should now scroll to the bottom more often.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.8.6/BM.zip"
},
{
"Major": "1",
"Minor": "8",
"Patch": "5",
"Creators": [
"ComputerElite"
],
"Changelog": "Fixed a bug with manual songs installing that was caused by the newly added song download queue.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.8.5/BM.zip"
},
{
"Major": "1",
"Minor": "8",
"Patch": "4",
"Creators": [
"ComputerElite"
],
"Changelog": "The currently installed Mod version now updates after a mod install",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.8.4/BM.zip"
},
{
"Major": "1",
"Minor": "8",
"Patch": "3",
"Creators": [
"ComputerElite"
],
"Changelog": "I fixed a little bug that would crash BMBF Manager if a mod is only on Questboards",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.8.3/BM.zip"
},
{
"Major": "1",
"Minor": "8",
"Patch": "2",
"Creators": [
"ComputerElite"
],
"Changelog": "You can now see if you have a mod installed. it's a bit more like mod assistant for PCVR.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.8.2/BM.zip"
},
{
"Major": "1",
"Minor": "8",
"Patch": "1",
"Creators": [
"ComputerElite"
],
"Changelog": "You can now update all your mods with one click.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.8.1/BM.zip"
},
{
"Major": "1",
"Minor": "8",
"Patch": "0",
"Creators": [
"ComputerElite"
],
"Changelog": "QSU HAS BEEN INTEGRATED INTO BMBF MANAGER. I added the beatsaver custom protocol to use one click install on beatsaver. Keep alive added (wakes the Quest from standby every 15 sec. Helpful for Quest 2 Users). Code Cleanup. Also I added 4 solid color Background to the zip (got requested). This Build has only been extensively tested by me",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.8.0/BM.zip"
},
{
"Major": "1",
"Minor": "7",
"Patch": "4",
"Creators": [
"ComputerElite"
],
"Changelog": "I fixed adb and rewrote the entire function. you can now disable adb windows (that's by default). It shouldn't freeze anymore while installing/updateing BMBF. Code cleanup af. ADB paths are now in update.json and not hardcoded. First build that got some testing by someone else in a long time (just Quest 1).",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.7.4/BM.zip"
},
{
"Major": "1",
"Minor": "7",
"Patch": "3",
"Creators": [
"ComputerElite"
],
"Changelog": "Since many people had problems with BMBF version 1.13.2 and 1.13.1 (including me) I added the ability to not recommend certain versions of BMBF. you can still install the newest one even if it isn't recommended. I also changed that error adb100 also pops up if your Quest isn't connected to your PC",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.7.3/BM.zip"
},
{
"Major": "1",
"Minor": "7",
"Patch": "2",
"Creators": [
"ComputerElite"
],
"Changelog": "You can now import all your old Backups made by BBBU. Also added that button to the settings menu in case you need it. I also added some dlls back in after removing Newtonsoft.json",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.7.2/BM.zip"
},
{
"Major": "1",
"Minor": "7",
"Patch": "1",
"Creators": [
"ComputerElite"
],
"Changelog": "I still used the very first version of my Update progress for BMBF manager. Now I finally Updated it with all my new knowledge. I changed to JSON so other programs can use that information too. This also opens the functionality as archieve.",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.7.1/BM.zip"
},
{
"Major": "1",
"Minor": "7",
"Patch": "0",
"Creators": [
"ComputerElite"
],
"Changelog": "I made more checks when opening BMBF. You can now switch game Version e. g. 1.13 to 1.12 (Backup Requiered). This has only been testen on Quest 1",
"Download": "https://github.com/ComputerElite/BM/releases/download/1.7/BM.zip"
}
]
}