1459 Commits

Author SHA1 Message Date
Liborsaf 846e1f55be [bugfix] Fix "exclude installed" filter not loading more maps (#904) 2025-08-30 13:37:34 +02:00
Zagrios 066ced228d [bugfix] 1.40.10 seen as 1.40.1 (#912)
* nothing

* [bugfix] We search fist the most recent version of beatsaber to fix the 1.40.1 issue
2025-08-29 19:15:39 +02:00
silentrald 40ebf89389 [feat-906] changed linux home directory to XDG_DATA_HOME (#907) 2025-08-29 19:13:39 +02:00
Meivyn d210c0f38d [bugfix] prevent corruption of the game when installing BSIPA (#894) 2025-07-12 09:45:07 +02:00
Zagrios 5b5a4a0817 Make the "create steam shortcut" always visible + make buttons bigger (#892) 2025-07-01 09:30:47 +02:00
Zagrios a372707ebd Merge branch 'master' of https://github.com/Zagrios/bs-manager 2025-07-01 08:59:53 +02:00
Zagrios b1d9a29da9 [fix] do not change the installation path if its the same path 2025-07-01 08:59:51 +02:00
silentrald 46556cf3cc [fix] added error logging when getting the steam version path (#890) 2025-07-01 08:54:22 +02:00
silentrald 06c242eb01 [fix] fixed issue with double http prepending on http proxy (#889) 2025-06-21 13:54:04 +02:00
silentrald c6500f7cf6 [fix] use a caching method for ipv4/6 request calls (#872)
* Revert "[bugfix] Remove the ipv4/ipv6 stuff that cause more issue than is solves"

This reverts commit c763e0fefc.

* [fix] use a caching method for ipv4/6 request calls

* Add caching logs

---------

Co-authored-by: Zagrios <40181755+Zagrios@users.noreply.github.com>
2025-06-21 10:35:28 +02:00
silentrald b00d41f98f [fix] custom mods should be appended on version page load (#878)
* [fix] custom mods should be appended on version page load

* refactored the code to use hooks for readability

* Use "useCallback" to avoid unnecessary redeclarations

---------

Co-authored-by: Zagrios <40181755+Zagrios@users.noreply.github.com>
2025-06-14 14:53:56 +02:00
GaetanGrd e1b55e4019 Feature/language UI update (#797)
* split radio items into two columns for better layout

* Add SplitColumns prop to SettingRadioArray for flexible layout

* Add columnCount prop to SettingRadioArray for flexible layout

* REmove useless change

* fix dytnamic grid columns after compilation

* remove useless span

---------

Co-authored-by: Zagrios <40181755+Zagrios@users.noreply.github.com>
2025-06-14 14:01:07 +02:00
silentrald feb6ea3f87 [feat] added auto update option on advance settings for windows (#773)
* [feat] added auto update option on advance settings for windows

* minor fixes + translations

* [feat] added popover for manual bsm update

* [feat] added logic on update and restart

* [feat] fixed sonar issues and added missing translations

* Fix availve update and current app version were the same

* Add a "See changelog"

* Set autoupdate always enabled by default

---------

Co-authored-by: Zagrios <40181755+Zagrios@users.noreply.github.com>
2025-06-12 18:58:41 +02:00
silentrald f46fee7ee7 [fix] handle downloadMap error within downloadPlaylistSongs (#873) 2025-06-10 14:47:23 +02:00
silentrald ed5f8fb073 [fix/634] fixed issue on hovering on last song element (#876)
* [fix/634] fixed issue on hovering on last song element

* restore itemHeight and add a bottom padding

---------

Co-authored-by: Zagrios <40181755+Zagrios@users.noreply.github.com>
2025-06-10 14:32:09 +02:00
Sapphire dfe63e525e [bugfix] Fix mod installation on NixOS (#870)
* fix(services/bs-mods-manager): inherit env on linux when starting bsipa

* fix(services/linux,bs-mods-manager): use proton wine on nixos
2025-06-08 15:43:06 +02:00
Zagrios 34dbfe4cf8 [bugfix] Launch mods weren't working 2025-04-27 14:15:54 +02:00
MathieuG-P faf6c0f121 [bugfix] Fix uninstall mod error (#862) 2025-04-25 14:42:45 +02:00
silentrald 79be1a842c [feat] added a naive way to parse mod metadata (#855) 2025-04-25 13:59:09 +02:00
MathieuG-P 266feae483 [feature] we can now create custom launch options (#861) 2025-04-24 15:43:42 +02:00
silentrald cc4061fd38 [bugfix] fix mod loading by removing side effects (#860)
* added more loading when loading mods
2025-04-24 15:09:53 +02:00
silentrald e842cfa7eb [bugfix] allow env overriding with launch options (#854) 2025-04-19 19:28:43 +02:00
MathieuG-P 7ffeb5e9a6 [chore] update GlowEffect visibility logic in LaunchSlide component (#852)
[bugfix] update GlowEffect visibility logic in LaunchSlide component
2025-04-12 10:11:06 +02:00
MathieuG-P b2f855bec0 [chore] add logs in oculus downloader (#851) 2025-04-12 09:57:41 +02:00
silentrald 3a4ddc13c1 [bugfix] add system env to beat saber exe launch command for oculus (#848) 2025-04-11 06:48:23 +02:00
Zagrios f380522eac [bugfix] remove OsDiagnosticService 2025-04-07 07:32:16 +02:00
Zagrios edc4f1cbf4 Fix lint errors 2025-04-07 07:03:53 +02:00
MathieuG-P c058b29175 Merge branch 'master' into master 2025-04-07 07:02:26 +02:00
Zagrios 64abf3ae82 [bugfix] In fullscreen, only the first page of downloadable maps could be loaded 2025-04-06 14:58:19 +02:00
MathieuG-P 135bff8192 Merge branch 'master' into master 2025-04-06 14:32:03 +02:00
MathieuG-P d552d0a011 Merge pull request #839 from Zagrios/bugfix/remove-ipv6-ipv4-stuff
[bugfix] Remove the ipv4/ipv6 stuff that cause more issue than is solves
2025-04-03 15:42:15 +02:00
Zagrios cb32765c50 Merge branch 'master' of https://github.com/Zagrios/bs-manager 2025-04-03 15:37:45 +02:00
Zagrios baa1ec60a1 Include download url of the map in the log 2025-04-03 15:37:39 +02:00
Zagrios 188aa68b86 [bugfix] use URL to join url parts 2025-04-03 15:37:17 +02:00
Zagrios c763e0fefc [bugfix] Remove the ipv4/ipv6 stuff that cause more issue than is solves 2025-04-03 15:28:24 +02:00
silentrald aba9a7de6d [bugfix] fix issue with extracting root map files 2025-04-01 10:22:05 +08:00
Arimodu ba0b40e0ac Fix SteamVR opening in FPFC
- Wait for the game to either close (keep it refed) or the user closes the app (unref and restore)
2025-04-01 03:27:40 +02:00
silentrald 6b07fdebe0 [bugfix] use system wine for nixos 2025-03-30 16:38:36 +08:00
Zagrios 4435df2fd7 [bugfix-821] Add error messages for Beat Saber uninstallation 2025-03-22 20:29:20 +01:00
Zagrios 409267b105 Fix BeatLeader out of control 2025-03-09 16:40:07 +01:00
Zagrios f69f937197 [bugfix-823] fix blocks translations 2025-03-09 11:05:12 +01:00
Zagrios 7a86016e8e Translations 2025-02-25 15:48:14 +01:00
Zagrios abfd0cf4dd Add how to claim desktop version of beat saber guide 2025-02-25 15:03:47 +01:00
Zagrios ea7527d952 Merge branch 'master' into chore/add-beatsaber-desktop-version-info 2025-02-25 14:42:24 +01:00
Zagrios 2637726f5a add missing translations 2025-02-23 16:42:16 +01:00
Zagrios e7b3ca4fdf Handle zero file size in FileSizeText component 2025-02-22 19:51:21 +01:00
Unifox a74be4ba9d move readonly 2025-02-21 09:24:38 -07:00
Unifox 4615a4a45a Merge branch 'master' into feature/fileSizes+OversizeWarning 2025-02-21 09:21:17 -07:00
Unifox 092f2af065 One last bot issue 2025-02-21 09:21:07 -07:00
Unifox 2c9e02fd2d Fix bot issues
basically just pulling nested ternarys out into functions
2025-02-21 09:16:15 -07:00