LiamillionSS
576a9ba325
[feat/663] Cleanup leftover code
2024-12-11 02:34:26 +11:00
LiamillionSS
198f3cb3af
[feat/663] Fix conflict for steam.service.ts
2024-12-05 13:48:53 +11:00
LiamillionSS
f82e185ec2
[feat/663] + changing to skipsteam
2024-12-05 13:38:25 +11:00
MathieuG-P
4d16fb8aaa
Merge branch 'master' into feat/663
2024-12-01 15:31:27 +01:00
MathieuG-P
922bcf30b4
Build flatpak in the build action
2024-12-01 14:54:09 +01:00
MathieuG-P
f31ade5754
Change the app id
2024-12-01 13:09:58 +01:00
MathieuG-P
c8e4d8c359
Merge pull request #676 from Zagrios/bugfix/mod-dependencies-are-not-always-installed
...
[bugfix] Mod dependencies are not always installed
2024-12-01 12:38:37 +01:00
MathieuG-P
fc44dcba65
[bugfix] Mod dependencies are not always installed
2024-12-01 12:33:09 +01:00
MathieuG-P
b02311456f
Add "--publish never" for the package script
2024-12-01 10:22:54 +01:00
MathieuG-P
5462c8821e
Merge pull request #629 from silentrald/bugfix/627
...
[bugfix-627] build BSM with deb and flatpak for linux
2024-11-30 20:02:27 +01:00
silentrald
4afad63753
[chore-627] added electron-builder.config.js to release-linux.yaml
2024-11-29 05:23:19 +08:00
silentrald
438611f4ca
[bugfix-627] added original Beat Saber location in flatpak permissions
2024-11-29 05:23:19 +08:00
silentrald
1fdf1f0247
[bugfix-627] fix bsmSpawn for launching game on windows
2024-11-29 05:23:12 +08:00
LiamillionSS
fb3675955b
Merge remote-tracking branch 'origin/feat/663' into feat/663
2024-11-27 01:30:48 +11:00
LiamillionSS
229e0a66ce
Fixing merge conflicts + incorrect "!"
2024-11-27 01:29:42 +11:00
LiamillionSS
5146900168
Fixing merge conflicts
2024-11-27 00:41:25 +11:00
LiamillionSS
3741558ffb
[feat/663] moved to advanced settings section + finalisations + old comments
2024-11-25 18:47:22 +11:00
LiamillionSS
0821f1867e
Merge branch 'master' into feat/663
2024-11-25 16:35:23 +11:00
MathieuG-P
877879f335
Merge pull request #673 from Zagrios/chore/add-bs-version-outated-alert-in-version-view
...
[chore] added a beat saber version outdated warning in the version view
v1.4.13
2024-11-24 21:33:15 +01:00
MathieuG-P
7b658de727
[chore] added a beat saber version outdated warning in the version view
2024-11-24 21:26:47 +01:00
LiamillionSS
ef72ba642a
[feat/663] moved to advanced settings section + finalisations
2024-11-24 10:57:56 +11:00
MathieuG-P
229a149f00
Merge pull request #671 from Zagrios/bugfix/close-btn-supporters-view-wrong-color
...
[bugfix] Close button in the supporters view had the wrong color in the white theme
2024-11-22 22:57:53 +01:00
MathieuG-P
be2597fc85
[bugfix] Close button in the supporters view had the wrong color in the white theme
2024-11-22 22:50:23 +01:00
MathieuG-P
c8d888ee1a
Merge pull request #669 from AltyFox/patch-2
...
That was a quick recommendation change.
2024-11-22 08:04:08 +01:00
Alteran
9033b1ef8f
That was a quick recommendation change.
2024-11-21 23:08:35 -06:00
MathieuG-P
4a9f79c561
1.39.0 is the recommended version
2024-11-21 21:07:19 +01:00
silentrald
5721891e28
[chore-627] fixed actions with electron-builder
2024-11-22 00:57:31 +08:00
silentrald
cba001dc97
[test-627] added test cases for os.helpers.ts
2024-11-22 00:57:31 +08:00
silentrald
38ea360ee6
[bugfix-627] support host calls for flatpak with spawn/exec
...
* created wrapper calls for spawn and exec for all os support
* refactored names for isProcessRunning, getProcessId, and isSteamRunning
2024-11-22 00:57:31 +08:00
silentrald
8096b3ec76
[chore-627] fix issue with chrome-sandbox permissions
2024-11-22 00:57:31 +08:00
MathieuG-P
8844e7cec3
[bugfix-627] Fix couldn't package and/or publish on windows
2024-11-22 00:57:31 +08:00
silentrald
403995612c
[chore] added silentrald and Insprill in credits and linux installation in README file
2024-11-22 00:57:31 +08:00
silentrald
58656294df
[bugfix-627] added finer permissions for flatpak
...
handled issue with write only directory with bs-versions.json
2024-11-22 00:57:31 +08:00
silentrald
84ea7a26b6
[bugfix-627] fixed issue with running the BS exe in flatpak
...
moved all launching logic to the LinuxService
2024-11-22 00:57:31 +08:00
silentrald
82a19c0c8b
[docs-627] updated docs on review
...
- updated flatpak installation
- moved deb and AUR above flatpak so users with appropriate distros will install those first
- idiot-proofing on how to install flatpak on different distros
2024-11-22 00:57:31 +08:00
silentrald
15f8d83c8d
[chore-627] drop rpm and pacman in favor of flatpak
2024-11-22 00:57:31 +08:00
silentrald
196bdc04f5
[docs-627] removed wine installation and updated proton setup
2024-11-22 00:57:31 +08:00
silentrald
e6bdf56c6d
[chore] move build config to electron-builder.ts for better typing
2024-11-22 00:57:31 +08:00
silentrald
7a85171cd3
[docs] added linux documentation
2024-11-22 00:57:31 +08:00
silentrald
38e0cc56d0
[chore] add write permissions to bs-versions.json after install
2024-11-22 00:57:31 +08:00
silentrald
a345a3ee7c
[bugfix-627] reverted #577 PR
2024-11-22 00:57:31 +08:00
silentrald
cb121a9442
[chore] change target builds to deb, rpm, and pacman
2024-11-22 00:57:31 +08:00
MathieuG-P
fd30709af9
Merge pull request #667 from Zagrios/bugfix/do-no-apply-no-yeet-on-original-copies-of-bs
...
[bugfix] Do not launch BS with the --no-yeet arg when launching original copies of BS (Steam/Oculus)
2024-11-20 20:54:02 +01:00
MathieuG-P
c73bde2cd9
Merge pull request #666 from Zagrios/feature/add-unselect-all-mods-button
...
[feature] add "unselect all" action in mods panel
2024-11-20 20:49:50 +01:00
MathieuG-P
3027331924
[bugfix] Do not apply --no-yeet on original copies of BS (Steam/Oculus)
2024-11-20 20:49:23 +01:00
MathieuG-P
66bab1176b
[feature] add unselect all action in mods panel
2024-11-20 20:11:31 +01:00
Iluhadesu
6c6d47333d
Add v1.39.1 to bs-versions.json
2024-11-20 18:48:14 +00:00
MathieuG-P
c9286c5419
Merge pull request #661 from beatmaps-io/master
...
Use correct beatsaver api url
2024-11-18 19:38:11 +01:00
MathieuG-P
39739dfb49
Merge pull request #662 from beatmaps-io/default-bsv-map-sort
...
Set default beat saver map sort order to Relevance
2024-11-18 19:32:56 +01:00
Thomas Cheyney
5d4f12f72f
Set default sort order to Relevance
2024-11-18 16:31:51 +00:00