Commit Graph

2862 Commits

Author SHA1 Message Date
Zagrios e1d0473bbc [chore] update patreons.json (#1026) 2026-03-09 18:10:44 +01:00
Zagrios 18627b5686 [chore] update patreons.json (#1021) 2026-03-08 13:56:33 +01:00
Zagrios 03a6bbede7 [chore] update patreons.json (#1014) 2026-02-14 10:55:04 +01:00
Zagrios a68458c762 Use Mise instead of Volta (Volta is no longer maintained) 2026-02-12 16:06:16 +01:00
Zagrios 2427865cf0 bumb to 1.5.6 v1.5.6 2026-02-08 22:10:16 +01:00
Zagrios a118ec2013 Fix beatsaber no longer starts when using oculus client (#1011) 2026-02-08 22:04:35 +01:00
Zagrios 8733a1f6c7 bumb version v1.5.5 2026-02-08 15:10:25 +01:00
Zagrios 5ed8574a4f [chore] update patreons.json (#1008) 2026-02-08 11:39:02 +01:00
Zagrios 5aa491135d Revert "[feat-994] Add support for alternative mod repos" (#1009)
Revert "[feat-994] Add support for alternative mod repos (#995)"

This reverts commit 57ca031e70.
2026-02-08 11:34:39 +01:00
Iluhadesu 06a738a9b7 Add v1.42.2 to bs-versions.json 2026-02-05 15:44:29 +00:00
Zagrios 0a0639225a [chore] update patreons.json (#1006) 2026-02-05 04:06:18 +01:00
Zagrios ecb9b9e097 [chore] update patreons.json (#1000) 2026-02-03 10:27:59 +01:00
Iluhadesu 1591e32b4f Add v1.42.1 to bs-versions.json 2026-01-29 14:13:25 +00:00
frto027 57ca031e70 [feat-994] Add support for alternative mod repos (#995)
* [feat] Add support for alternative mod repos

* Fix lint errors

* Simplify code + Fix potential issues

---------

Co-authored-by: Zagrios <40181755+Zagrios@users.noreply.github.com>
2026-01-26 16:06:44 +01:00
Vyacheslav 49ef8203c8 fix: use electron.net for beatmods.com requests to avoid Cloudflare timeouts (#986)
* [fix] Use electron.net for beatmods.com requests

* [fix] Route beatmods.com file downloads through electron.net

* Add error handlers

* Refactor error handling in RequestService to ensure proper completion of file write operations

* fix lint errors

---------

Co-authored-by: Zagrios <40181755+Zagrios@users.noreply.github.com>
2026-01-23 13:48:12 +01:00
Zagrios d9a68e91ca [chore] update patreons.json (#991) 2026-01-21 04:15:23 +01:00
Zagrios 2a4e775cec [chore] update patreons.json (#987) 2026-01-10 05:08:05 +01:00
Zagrios 58529a2ea2 [chore] update patreons.json (#985) 2026-01-07 09:38:22 +01:00
Zagrios ff028c77a1 update workflow 2026-01-07 09:36:37 +01:00
Zagrios 8edfea66f2 update deps 2026-01-02 17:46:04 +01:00
Zagrios 378fa1150e [fix] Follow script redirect to get the JSON (#981) 2026-01-02 16:12:47 +01:00
silentrald 92a1232f85 [fix] handle launch option string properly (#895)
* [fix] refactored launch functions to handle wrapper executables

* [fix] properly parse launch option string

* [fix] support complex launch options for linux

* [fix] applied sonarcube comments

* [fix] apply launch option parsing to shortcut creation

* Change log message

* fix beat saber not launching on windows

---------

Co-authored-by: Zagrios <40181755+Zagrios@users.noreply.github.com>
2026-01-02 13:08:01 +01:00
tleydxdy 25047b6c0a Add workaround for headset with canted views (#918)
See https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2312
2026-01-02 09:43:07 +01:00
Ângelo Tadeucci 2512165898 fix: Playlist search modal losing state (#974)
fix: Playlist modal retaining state

Replaced usage of crypto.randomUUID() in React keys with a persistent 'id' property on modal objects. This ensures stable keys for modal overlays and modal components, preventing unnecessary re-renders and improving React reconciliation.
2025-12-29 23:21:13 +01:00
Zagrios bf1d9408d8 Do not run on forkl 2025-12-23 14:29:45 +01:00
Iluhadesu b076850f63 Add v1.42.0 to bs-versions.json 2025-12-18 16:26:32 +00:00
Zagrios ff8932ea99 [chore] update patreons.json (#971) 2025-12-07 09:17:55 +01:00
Zagrios 6d19d21116 Fix error prompted when uninstalling BSIPA but in fact was successfully uninstalled (#973) 2025-12-06 23:39:38 +01:00
Zagrios 58f8d8e243 Fix race condition when switching version while mods are loading (#972)
* Fix race condition when switching version while mods are loading

* add ts-node for webpack and update workflows
2025-12-06 23:03:46 +01:00
Zagrios 06bb2fe416 Merge branch 'master' of https://github.com/Zagrios/bs-manager 2025-12-06 22:26:56 +01:00
Zagrios 58211271e6 Node 22 to Node 24 + Use tsx instead of ts-node + add @emotion/is-prop-valid 2025-12-06 22:26:53 +01:00
Zagrios e3dc280d34 [chore] update patreons.json (#967) 2025-12-04 11:38:45 +01:00
Iluhadesu 1cd3aa762a Add v1.41.1 to bs-versions.json 2025-12-02 16:47:45 +00:00
Zagrios 94f682b6a2 [chore] update patreons.json (#961) 2025-11-15 08:48:03 +01:00
Zagrios ecb1b57c9b update electron to its latest version 2025-11-05 08:47:57 +01:00
WitheringAway 21fdea9c35 fix bsipa installation error on linux #945 (#948)
prevent overwriting wineprefix (#945)
2025-11-02 15:56:54 +01:00
silentrald 2073d8ffa4 [feat-930] added added date sorting for maps/songs (#931)
* [feat-930] added added date sorting for maps/songs

* [feat-930] add translations

* [feat-930] fixed date format issue

---------

Co-authored-by: Zagrios <40181755+Zagrios@users.noreply.github.com>
2025-11-02 15:45:49 +01:00
Zagrios c9c24479d3 [chore] update patreons.json (#957) 2025-11-02 15:44:52 +01:00
Zagrios cf0921051b Add info again for certificate validation 2025-10-31 07:09:37 +01:00
Iluhadesu 526a3c3ee8 Add v1.40.13 to bs-versions.json 2025-10-30 17:31:11 +00:00
Zagrios 2003507713 Add info for certificate validation 2025-10-26 12:00:39 +01:00
Zagrios 674aab3b4d [chore] update patreons.json (#954) 2025-10-25 12:12:52 +02:00
Zagrios 09c9f19dcb [chore] update patreons.json (#949) 2025-10-14 04:51:07 +02:00
WitheringAway 1cb3cc09a9 fix hhttps error in readme (#947) 2025-10-12 11:00:37 +02:00
WitheringAway e327074459 Switch out old issue creation links with templates (#946)
switch out old issue creation links with templates
2025-10-11 12:14:03 +02:00
Zagrios 56f80f14b2 [chore] update patreons.json (#942) 2025-10-07 08:48:07 +02:00
silentrald a8fc1e1a08 [bugfix-922] fix linux steam pathing issue (#943) 2025-10-07 08:45:18 +02:00
Zagrios d09ca56eeb [chore] update patreons.json (#940) 2025-10-03 21:17:31 +02:00
Zagrios 1df7045683 [chore] update patreons.json (#937) 2025-09-30 04:46:54 +02:00
Iluhadesu fd2795a1f7 Add v1.40.12 to bs-versions.json 2025-09-29 13:39:33 +00:00