Roy
215ed34388
Start Fresh will now attempt to remove Steam Shortcuts
...
Added functions to clean environment variables and run the NSLGameScanner script. Updated deletion logic for various directories and files.
2026-06-12 14:41:18 -07:00
Roy
e5bfb5f501
Add fcntl import to NSLGameScanner.py
2026-06-11 18:56:02 -07:00
Roy
de1ae75c16
moved lock
2026-06-11 18:52:32 -07:00
Roy
b6aaff2959
Implement single instance check with lock file
...
Add single_instance function to prevent multiple instances.
2026-06-11 18:46:02 -07:00
Roy
07c1dc88e6
Merge pull request #932 from superness/main
...
fix: retry WebSocket connection on first run instead of silent exit (#895 )
2026-06-10 13:10:53 -07:00
superness
bb73939339
fix: retry WebSocket connection on first run instead of silent exit
...
fetch_targets() called sys.exit(0) on ConnectionRefusedError. Steam's CEF
debugger on port 8080 is not always ready on first run, so the scanner exited
silently and added no shortcuts (issue #895 , first-run half).
Replace with retry + exponential backoff (15 attempts, 2s base, 10s cap),
print progress so the retry is visible, and raise the last error instead of
exiting silently.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-10 13:22:08 -04:00
Roy
34e0bf1f87
Refactor .desktop file deletion logic
2026-06-10 03:47:48 -07:00
Roy
5504eda0f6
Enhance Battle.net config parsing and game handling
...
Refactor Battle.net game parsing logic and improve key handling.
2026-06-10 02:54:36 -07:00
Roy
445cfafb32
Remove scan state reset logic from NSLGameScanner
...
Removed code for resetting scan state from the gate file.
2026-06-10 01:26:22 -07:00
Roy
3fd414caec
Add files via upload
2026-06-09 23:58:20 -07:00
Roy
c0f0fcc68a
Update README.md
2026-06-09 14:05:51 -07:00
Roy
067b9f861f
Add Boosteroid URL processing to scanner
2026-06-09 13:58:53 -07:00
Roy
a558488b0d
Add pkill for wineserver in NonSteamLaunchers.sh
...
Terminate wineserver process after waiting.
2026-06-09 03:02:55 -07:00
Roy
6399dff8cc
Update installation completion messages in NonSteamLaunchers.sh
...
Removed old progress echo statements and added new ones for installation completion.
2026-06-09 02:38:42 -07:00
Roy
79a7d2a44e
Refactor Rockstar Games Launcher installation script
2026-06-09 02:14:21 -07:00
Roy
edfcb32c14
Enable pipefail option for error handling
2026-06-09 01:41:54 -07:00
Roy
6e0c22411b
Comment out set -o pipefail in NonSteamLaunchers.sh
...
Comment out pipefail option for debugging purposes
2026-06-09 01:20:15 -07:00
Roy
4cf91b1320
Refactor post-install command execution
...
Removed sleep and pkill commands from post-install process.
2026-06-09 01:12:32 -07:00
Roy
809bd92694
Adjust post-install timing with sleep command
...
Replaced wait command with sleep for better timing control.
2026-06-09 01:00:36 -07:00
Roy
09ce5ce133
Refactor zenity progress command in NonSteamLaunchers.sh
...
Updated zenity progress command formatting for clarity.
2026-06-09 00:41:56 -07:00
Roy
08c46611d7
Refactor NSLGameScanner.py by removing commented code
...
Removed unused Python version variable and related code.
2026-06-08 14:38:51 -07:00
Roy
73511e820c
Clean up unused vdf module setup code
...
Removed commented-out code for downloading and setting up the vdf module, including directory creation and environment variable setup.
2026-06-08 14:37:28 -07:00
Roy
f62ad4a8cf
Update version number to v4.2.91
2026-06-08 03:11:19 -07:00
Roy
4f552c5b3c
Refactor injection logic with tryInject function
2026-06-08 03:07:27 -07:00
Roy
579cdfdef0
Refactor game mode detection and injection logic
2026-06-08 02:35:13 -07:00
Roy
d9afa910c0
Update NonSteamLaunchers.sh
2026-06-07 22:40:26 -07:00
Roy
426fb47c24
Refine NSL Game Scanner completion messages
...
Updated NSL Game Scanner status messages based on scan state.
2026-06-07 21:55:58 -07:00
Roy
6497af39aa
Fix EA App installation command syntax
2026-06-07 15:48:16 -07:00
Roy
c1731b8765
Add GOG Galaxy to Ubisoft Connect launcher check
2026-06-07 06:10:16 -07:00
Roy
03a5065f63
Comment out manifest file creation for Steam app
...
Commented out the call to create_steam_store_app_manifest_file function.
2026-06-07 06:00:00 -07:00
Roy
cafbc388dc
Merge pull request #927 from moraroy/dependabot/pip/idna-3.18
...
Bump idna from 3.17 to 3.18
2026-06-07 05:56:12 -07:00
Roy
5043e420b6
Comment out process termination for EADesktop.exe
...
Comment out the termination of EADesktop.exe process before installing EA App.
2026-06-07 05:25:23 -07:00
Roy
a6708f3b61
Update EA Desktop launcher paths
...
Updated EA Desktop launcher paths to version 13.720.0.6233.
2026-06-07 04:06:42 -07:00
Roy
4c6338ff63
Update itch.io paths to new version
...
Updated itch.io executable paths to version 26.13.0.
2026-06-07 03:46:30 -07:00
Roy
bdf4f57b13
Add NSL_SCAN_STATE to env_file if not present
...
Ensure NSL_SCAN_STATE is added to env_file if missing.
2026-06-07 03:34:14 -07:00
Roy
1345e75e35
Refactor NSL_SCAN_STATE check in NonSteamLaunchers.sh
...
Refactor NSL_SCAN_STATE check to use a variable for file path and add confirmation message.
2026-06-07 03:25:45 -07:00
Roy
3b9228c7e2
Modify NSL_SCAN_STATE export logic
...
Check if NSL_SCAN_STATE is already set before adding it to env_vars.
2026-06-07 02:55:27 -07:00
Roy
7d5aad2b32
Added new feature...NSL game scanner integration.
2026-06-07 02:13:32 -07:00
Roy
e9c657edf1
Fix formatting and improve NSLGameScanner restart logic
2026-06-07 02:06:27 -07:00
dependabot[bot]
ff32ed3ef9
Bump idna from 3.17 to 3.18
...
Bumps [idna](https://github.com/kjd/idna ) from 3.17 to 3.18.
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md )
- [Commits](https://github.com/kjd/idna/compare/v3.17...v3.18 )
---
updated-dependencies:
- dependency-name: idna
dependency-version: '3.18'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-06 15:02:28 +00:00
Roy
cd124132cc
Enhance fetch_targets with error handling and timeout
...
Added error handling and timeout to fetch_targets function.
2026-06-06 07:08:45 -07:00
Roy
be8bd97c55
Add NSL_SCAN_STATE environment variable export
2026-06-06 06:10:04 -07:00
Roy
e9d635cf07
Update launcher detection for NonSteamLaunchers
2026-06-05 03:07:21 -07:00
Roy
c8a11ebd84
Refactor UMU shortcut modification logic
...
Added a normalization function to standardize codename comparisons and updated the shortcut modification logic to handle UMU entries more robustly.
2026-06-05 00:57:03 -07:00
Roy
4fede75a6e
Uncomment code to add new entry to shortcuts
...
fixed duplication
2026-06-04 23:49:11 -07:00
Roy
65fb8debb8
Refactor game metadata to allow null values
...
Updated game metadata handling to allow null values for developer and publisher fields instead of defaulting to 'Unknown'. Adjusted platform handling to return null instead of 'Unknown' when no data is available.
2026-06-02 03:40:00 -07:00
Roy
ee46328a73
Enhance README with additional features and details
...
Updated README to include player count information and clarify .desktop file creation.
2026-06-01 05:20:23 -07:00
Roy
800b6dbd04
Remove console logs for game details
...
Removed debug console logs for game information.
2026-06-01 05:18:21 -07:00
Roy
e64c6abdc5
Added Player Count to Metadata
2026-06-01 05:11:54 -07:00
Roy
d2b4778919
Merge pull request #923 from moraroy/dependabot/pip/idna-3.17
...
Bump idna from 3.16 to 3.17
2026-05-30 14:02:29 -07:00
dependabot[bot]
66f0a99630
Bump idna from 3.16 to 3.17
...
Bumps [idna](https://github.com/kjd/idna ) from 3.16 to 3.17.
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md )
- [Commits](https://github.com/kjd/idna/compare/v3.16...v3.17 )
---
updated-dependencies:
- dependency-name: idna
dependency-version: '3.17'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-30 15:02:31 +00:00
Roy
983ac18514
Remove unnecessary systemctl commands
...
Removed systemctl commands for daemon reload and restart.
2026-05-29 00:49:13 -07:00
Roy
dff6045347
Reload and restart plugin_loader after installation
...
Added systemctl commands to reload and restart plugin_loader after installation.
2026-05-28 22:58:26 -07:00
Roy
3bab8fc87a
Revise README instructions for Decky Loader setup
...
Updated instructions for launching Decky Loader and added information on startup.
2026-05-28 04:00:01 -07:00
Roy
0b0ff25a6b
Bump version from v4.2.89 to v4.2.90
2026-05-28 02:41:19 -07:00
Roy
bb993af3c2
Refactor launcher icons to include dynamic URLs
...
Metadata: now you can click launcher icon to go to game page websites, Added gamingonsteam, speedrun, Steamcharts, SteamInputDB to metadata links
2026-05-28 02:33:21 -07:00
Roy
d6340ec9bc
Refactor launcher icon handling in NSLGameScanner
2026-05-24 00:27:12 -07:00
Roy
9f9e3bfc98
Merge pull request #921 from moraroy/dependabot/pip/idna-3.16
...
Bump idna from 3.15 to 3.16
2026-05-23 20:24:32 -07:00
dependabot[bot]
034def7b27
Bump idna from 3.15 to 3.16
...
Bumps [idna](https://github.com/kjd/idna ) from 3.15 to 3.16.
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md )
- [Commits](https://github.com/kjd/idna/compare/v3.15...v3.16 )
---
updated-dependencies:
- dependency-name: idna
dependency-version: '3.16'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-24 03:22:54 +00:00
Roy
e873366177
Merge pull request #920 from moraroy/dependabot/pip/certifi-2026.5.20
...
Bump certifi from 2026.4.22 to 2026.5.20
2026-05-23 20:20:44 -07:00
dependabot[bot]
6601ab0b7f
Bump certifi from 2026.4.22 to 2026.5.20
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2026.4.22 to 2026.5.20.
- [Commits](https://github.com/certifi/python-certifi/compare/2026.04.22...2026.05.20 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2026.5.20
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-23 15:02:33 +00:00
Roy
11a6bdab61
Merge pull request #918 from moraroy/dependabot/pip/idna-3.15
...
Bump idna from 3.13 to 3.15
2026-05-17 13:38:05 -07:00
Roy
9ee61c9013
Merge pull request #917 from moraroy/dependabot/pip/requests-2.34.2
...
Bump requests from 2.33.1 to 2.34.2
2026-05-17 13:33:35 -07:00
dependabot[bot]
880b1e92eb
Bump idna from 3.13 to 3.15
...
Bumps [idna](https://github.com/kjd/idna ) from 3.13 to 3.15.
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md )
- [Commits](https://github.com/kjd/idna/compare/v3.13...v3.15 )
---
updated-dependencies:
- dependency-name: idna
dependency-version: '3.15'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-16 15:02:55 +00:00
dependabot[bot]
524100bc02
Bump requests from 2.33.1 to 2.34.2
...
Bumps [requests](https://github.com/psf/requests ) from 2.33.1 to 2.34.2.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.33.1...v2.34.2 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.34.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-16 15:02:52 +00:00
Roy
5cf6e879a0
Update EA Desktop launcher paths and cleanup
...
Updated EA Desktop paths and removed temporary EA fix code.
2026-05-14 02:31:10 -07:00
Roy
9fdc622f55
Merge pull request #915 from moraroy/dependabot/pip/urllib3-2.7.0
...
Bump urllib3 from 2.6.3 to 2.7.0
2026-05-11 19:19:18 -07:00
dependabot[bot]
60613b3e92
Bump urllib3 from 2.6.3 to 2.7.0
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.6.3 to 2.7.0.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-09 15:02:40 +00:00
Roy
56b91d49e6
Update GitHub stats images in README
Release Please / release-please (push) Has been cancelled
2026-05-09 03:07:35 -07:00
Roy
2efe4f3843
Refactor bottom links layout and add scrolling arrows
...
Release Please / release-please (push) Has been cancelled
Adjusted styles for bottom links and added scroll arrows.
2026-05-06 01:18:21 -07:00
Roy
007c54446f
Revise YouTube and article sections in README
...
Updated YouTube and article links with new formatting.
2026-05-06 01:15:16 -07:00
Roy
8cd30e72f3
Merge pull request #908 from moraroy/dependabot/pip/certifi-2026.4.22
...
Release Please / release-please (push) Has been cancelled
Bump certifi from 2026.2.25 to 2026.4.22
2026-05-04 00:02:28 -07:00
dependabot[bot]
c6866c4a94
Bump certifi from 2026.2.25 to 2026.4.22
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2026.2.25 to 2026.4.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2026.02.25...2026.04.22 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2026.4.22
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-04 06:58:30 +00:00
Roy
1570e1ae5d
Merge pull request #909 from moraroy/dependabot/pip/idna-3.13
...
Bump idna from 3.11 to 3.13
2026-05-03 23:57:24 -07:00
dependabot[bot]
14ceba5d45
Bump idna from 3.11 to 3.13
...
Bumps [idna](https://github.com/kjd/idna ) from 3.11 to 3.13.
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst )
- [Commits](https://github.com/kjd/idna/compare/v3.11...v3.13 )
---
updated-dependencies:
- dependency-name: idna
dependency-version: '3.13'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-25 15:02:38 +00:00
Roy
2249350107
Merge pull request #905 from moraroy/dependabot/pip/rich-gte-14.0.0-and-lt-16
...
Release Please / release-please (push) Has been cancelled
Update rich requirement from <15,>=14.0.0 to >=14.0.0,<16
2026-04-21 04:14:55 -07:00
dependabot[bot]
34378716a9
Update rich requirement from <15,>=14.0.0 to >=14.0.0,<16
...
Updates the requirements on [rich](https://github.com/Textualize/rich ) to permit the latest version.
- [Release notes](https://github.com/Textualize/rich/releases )
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Textualize/rich/compare/v14.0.0...v15.0.0 )
---
updated-dependencies:
- dependency-name: rich
dependency-version: 15.0.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-18 15:02:33 +00:00
Roy
e7a918d62d
Add files via upload
Release Please / release-please (push) Has been cancelled
2026-04-12 05:33:01 -07:00
Roy
dcfa6cef44
Merge pull request #899 from moraroy/dependabot/pip/charset-normalizer-3.4.7
...
Release Please / release-please (push) Has been cancelled
Bump charset-normalizer from 3.4.6 to 3.4.7
2026-04-07 03:57:14 -07:00
dependabot[bot]
d1a371494a
Bump charset-normalizer from 3.4.6 to 3.4.7
...
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer ) from 3.4.6 to 3.4.7.
- [Release notes](https://github.com/jawah/charset_normalizer/releases )
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.6...3.4.7 )
---
updated-dependencies:
- dependency-name: charset-normalizer
dependency-version: 3.4.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-07 10:55:48 +00:00
Roy
dce8cb8b2b
Merge pull request #900 from moraroy/dependabot/pip/requests-2.33.1
...
Bump requests from 2.33.0 to 2.33.1
2026-04-07 03:54:32 -07:00
dependabot[bot]
c71d8f718c
Bump requests from 2.33.0 to 2.33.1
...
Bumps [requests](https://github.com/psf/requests ) from 2.33.0 to 2.33.1.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.33.0...v2.33.1 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.33.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-04 15:02:45 +00:00
Roy
3a0f4c9c50
Merge pull request #894 from moraroy/dependabot/pip/requests-2.33.0
...
Release Please / release-please (push) Has been cancelled
Bump requests from 2.32.5 to 2.33.0
2026-03-31 02:59:05 -07:00
dependabot[bot]
28916c9d68
Bump requests from 2.32.5 to 2.33.0
...
Bumps [requests](https://github.com/psf/requests ) from 2.32.5 to 2.33.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-28 15:02:37 +00:00
Roy
adee0aa156
Merge pull request #891 from moraroy/dependabot/pip/charset-normalizer-3.4.6
...
Release Please / release-please (push) Has been cancelled
Bump charset-normalizer from 3.4.5 to 3.4.6
2026-03-26 04:08:26 -07:00
dependabot[bot]
80415a9009
Bump charset-normalizer from 3.4.5 to 3.4.6
...
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer ) from 3.4.5 to 3.4.6.
- [Release notes](https://github.com/jawah/charset_normalizer/releases )
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.5...3.4.6 )
---
updated-dependencies:
- dependency-name: charset-normalizer
dependency-version: 3.4.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-21 15:02:31 +00:00
Roy
a876023ca9
Fix install command for itch.io launcher
Release Please / release-please (push) Has been cancelled
2026-03-17 06:49:08 -07:00
Roy
bdc94863cc
Fix formatting for itch.io installation command
2026-03-17 06:41:49 -07:00
Roy
2b760d765b
Set specific paths for itch.io launcher
...
Updated itch.io paths to specific version 26.9.0.
2026-03-17 05:54:07 -07:00
Roy
55a4875450
Update version number to v4.2.89
Release Please / release-please (push) Has been cancelled
2026-03-12 01:56:12 -07:00
Roy
f113b0039c
Fixed icon error
2026-03-12 01:26:04 -07:00
Roy
d7cc6cee26
Mark Gryphlink and Super Monkey Ball Online as ✔️
2026-03-12 00:53:33 -07:00
Roy
460002a926
Added Super Monkey Ball Online to streaming sites
2026-03-12 00:49:28 -07:00
Roy
4bdbf14adf
Add 'Super Monkey Ball Online' to game entries
2026-03-12 00:43:23 -07:00
Roy
d3d4c763dc
Update version number to v4.2.88
Release Please / release-please (push) Has been cancelled
2026-03-10 03:00:53 -07:00
Roy
ba8c868a90
Enhance game data with discount information and launcher handling
...
Added discounted price and discount percent fields to game data. Improved launcher name resolution and icon retrieval logic.
2026-03-10 02:57:05 -07:00
Roy
56c47fd9a9
Merge pull request #886 from moraroy/dependabot/pip/charset-normalizer-3.4.5
...
Release Please / release-please (push) Has been cancelled
Bump charset-normalizer from 3.4.4 to 3.4.5
2026-03-07 21:36:43 -08:00
dependabot[bot]
de234c0a26
Bump charset-normalizer from 3.4.4 to 3.4.5
...
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer ) from 3.4.4 to 3.4.5.
- [Release notes](https://github.com/jawah/charset_normalizer/releases )
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.4...3.4.5 )
---
updated-dependencies:
- dependency-name: charset-normalizer
dependency-version: 3.4.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-08 05:35:29 +00:00
Roy
ee7898cbd3
Merge pull request #883 from moraroy/dependabot/pip/certifi-2026.2.25
...
Bump certifi from 2026.1.4 to 2026.2.25
2026-03-07 21:34:20 -08:00
dependabot[bot]
1636eceb49
Bump certifi from 2026.1.4 to 2026.2.25
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2026.1.4 to 2026.2.25.
- [Commits](https://github.com/certifi/python-certifi/compare/2026.01.04...2026.02.25 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2026.2.25
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-28 16:02:41 +00:00
Roy
8a54ca33e3
Merge pull request #880 from svenliebig/patch-1
...
Release Please / release-please (push) Has been cancelled
docs: small correction in readme
2026-02-23 13:57:26 -08:00
Sven Liebig
cec4e691bb
docs: small correction in readme
...
added two missing single semicolons to curl instructions.
2026-02-23 10:33:12 +01:00
Roy
fff5f08473
Update Gryphlink installer URL and version
Release Please / release-please (push) Has been cancelled
2026-02-10 00:52:15 -08:00
Roy
398614fe00
Merge pull request #875 from moraroy/dependabot/pip/ruff-gte-0.12.1-and-lt-0.16
...
Release Please / release-please (push) Has been cancelled
Update ruff requirement from <0.15,>=0.12.1 to >=0.12.1,<0.16
2026-02-08 03:00:03 -08:00
dependabot[bot]
ed4a00e6c4
Update ruff requirement from <0.15,>=0.12.1 to >=0.12.1,<0.16
...
Updates the requirements on [ruff](https://github.com/astral-sh/ruff ) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.12.1...0.15.0 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.15.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-07 16:02:43 +00:00
Roy
b93068acd4
Refactor itch.io paths to use dynamic versioning
...
Release Please / release-please (push) Has been cancelled
Updated itch.io paths to dynamically find the latest version.
2026-02-07 04:39:52 -08:00
Roy
3c2c7ce602
Refactor fadeOutAndStop and improve audio handling
...
Release Please / release-please (push) Has been cancelled
Refactor fadeOutAndStop function to accept parameters and improve volume fading logic. Remove unnecessary fadeInterval variable and enhance error handling during YouTube audio playback.
2026-02-03 03:38:29 -08:00
Roy
3a6450a9a3
Refactor theme music handling and improve caching
Release Please / release-please (push) Has been cancelled
2026-02-02 04:16:40 -08:00
Roy
784eac1d2a
Refactor playtime data handling in NSLGameScanner
2026-02-02 03:41:21 -08:00
Roy
74ec8c9224
Refactor theme music handling in NSLGameScanner
Release Please / release-please (push) Has been cancelled
2026-02-02 02:39:25 -08:00
Roy
33c06c6947
Add files via upload
Release Please / release-please (push) Has been cancelled
2026-02-01 07:43:10 -08:00
Roy
7a5fb3a386
Update version number to v4.2.87
Release Please / release-please (push) Has been cancelled
2026-01-31 08:11:00 -08:00
Roy
74b9305f91
Update README.md
2026-01-31 05:29:14 -08:00
Roy
7c436eeb1d
Added Gryphlink Launcher
2026-01-31 03:19:29 -08:00
Roy
ee8b8abec9
Update display name for Endfield to Arknights: Endfield
2026-01-31 02:11:52 -08:00
Roy
1f5fc50062
Refactor game details fetching with caching
2026-01-31 02:05:08 -08:00
Roy
fadab483d3
Add files via upload
2026-01-31 02:01:10 -08:00
Roy
b12c04c94a
Enhance game details with Metacritic information
...
Release Please / release-please (push) Has been cancelled
Added Metacritic score and URL to game data display.
2026-01-29 04:27:00 -08:00
Roy
0393f36329
Set default theme music to off
...
Release Please / release-please (push) Has been cancelled
Change default behavior of theme music to off if parsing fails.
2026-01-28 01:54:49 -08:00
Roy
04c11ecc9e
Update README.md
Release Please / release-please (push) Has been cancelled
2026-01-27 08:03:23 -08:00
Roy
ec7325cb9f
Add files via upload
2026-01-27 06:05:55 -08:00
Roy
dde79a4e4a
Added new feature Metadata for all nonsteam shortcuts
2026-01-27 06:02:40 -08:00
Roy
2bd695a5ed
Merge pull request #864 from kronarq/fix-ge-proton-path-issue
...
Release Please / release-please (push) Has been cancelled
Fix for ProtonUp-Qt installs of GE-Proton
2026-01-24 04:47:55 -08:00
Kronarq
1e18ae1647
Make - between proton & major version optional because ProtonUp-Qt installs to GE-ProtonXX-YY
2026-01-24 05:30:58 -07:00
Roy
5e9d1ccda2
Merge pull request #863 from kronarq/requests-to-urllib-fixes
...
Fix urllib/requests mismatch in fetch_and_parse_csv fallback
2026-01-24 02:15:24 -08:00
Kronarq
8f8e9c3194
Fix urllib/requests mismatch in fetch_and_parse_csv fallback
...
The fallback code was incorrectly mixing urllib.request with requests
library methods (.raise_for_status(), .text) and exception handling.
Fixed to properly use urllib patterns.
2026-01-24 02:31:11 -07:00
Roy
472b64c0cd
Added Big Fish Games Manager and fixed all SD card code to work again
Release Please / release-please (push) Has been cancelled
2026-01-23 03:09:59 -08:00
Roy
88bc974128
Implement uninstall warning for selected items
...
Release Please / release-please (push) Has been cancelled
Add warning dialog for uninstalling with selections.
2026-01-22 16:22:59 -08:00
Roy
04bea8d4bd
Add Big Fish Games Manager to the list of launchers
Release Please / release-please (push) Has been cancelled
2026-01-22 06:41:57 -08:00
Roy
6f70afe3f7
Update release-please action and add checkout step
2026-01-22 06:35:59 -08:00
Roy
324b39e874
Add files via upload
2026-01-22 06:14:26 -08:00
Roy
d29ef42985
Add files via upload
Release Please / release-please (push) Has been cancelled
2026-01-22 05:21:13 -08:00
Roy
746dffbf65
Remove duplicate flatpak override command
Release Please / release-please (push) Has been cancelled
2026-01-13 21:35:04 -08:00
Roy
c5279623f0
Added LibreWolf & Vivaldi
2026-01-13 21:19:03 -08:00
Roy
1454fddef3
Added LibreWolf & Vivaldi
2026-01-13 21:17:32 -08:00
Roy
849380e3d4
Update README.md
Release Please / release-please (push) Has been cancelled
2026-01-13 13:43:28 -08:00
Roy
a443427e6b
Update version to v4.2.84 and add Hytale support
2026-01-13 13:10:09 -08:00
Roy
bde517ca40
Add custom launch options for Hytale Launcher
2026-01-13 13:02:32 -08:00
Roy
b077d8f9c8
Fix formatting in README.md
Release Please / release-please (push) Has been cancelled
2026-01-12 17:13:04 -08:00
Roy
0767edd423
Fix punctuation and spacing in README description
...
Corrected punctuation and spacing in the README.
2026-01-12 17:00:12 -08:00
Roy
57f92375fa
Use environment variables for chrome directory options
Release Please / release-please (push) Has been cancelled
2026-01-12 02:46:50 -08:00
Roy
310c750071
Update launcher_name to use custom launch options
2026-01-12 02:39:27 -08:00
Roy
920793c5b4
Fix string formatting in detect_browser_name function
2026-01-12 02:28:06 -08:00
Roy
617476347a
Refactor create_new_entry calls to use browser_for_env
2026-01-12 02:19:10 -08:00
Roy
a245b0305d
Add browser_for_env function to retrieve browser options
...
Added a function to get browser options from environment variables.
2026-01-12 02:07:21 -08:00
Roy
723e12cf2c
Fix case sensitivity in browser detection
2026-01-12 01:49:30 -08:00
Roy
dc8c2cb71c
Add browser detection and update entry creation
...
Added a function to detect the browser name based on launch options and updated create_new_entry calls to include the detected browser name.
2026-01-12 01:39:42 -08:00
Roy
bfe0217e1d
Add urllib imports for handling URLs
2026-01-12 01:12:41 -08:00
Roy
0ea9002c70
Refactor imports and update URL handling logic
2026-01-12 01:07:41 -08:00
Roy
bce80a0739
Merge pull request #857 from moraroy/dependabot/pip/certifi-2026.1.4
...
Release Please / release-please (push) Has been cancelled
Bump certifi from 2025.11.12 to 2026.1.4
2026-01-10 17:07:27 -08:00
Roy
32de4174bf
Merge pull request #856 from moraroy/dependabot/pip/urllib3-2.6.3
...
Bump urllib3 from 2.6.2 to 2.6.3
2026-01-10 17:00:50 -08:00
dependabot[bot]
321d030dee
Bump certifi from 2025.11.12 to 2026.1.4
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.11.12 to 2026.1.4.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.11.12...2026.01.04 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2026.1.4
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-10 16:01:06 +00:00
dependabot[bot]
c58077380b
Bump urllib3 from 2.6.2 to 2.6.3
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.6.2 to 2.6.3.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.6.2...2.6.3 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.6.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-10 16:00:57 +00:00
Roy
f938ca1f99
Refactor create_steam_store_app_manifest_file
...
Release Please / release-please (push) Has been cancelled
Refactor app manifest creation to use VDF format and improve error handling.
2026-01-08 21:28:30 -08:00
Roy
b975f5e6a7
Implement uninstallation for multiple browsers
...
Added options to uninstall Google Chrome, Mozilla Firefox, Brave, and Microsoft Edge using Flatpak.
2026-01-08 21:18:25 -08:00
Roy
2ae2fdb5ef
Delete Modules/steamgrid directory
Release Please / release-please (push) Has been cancelled
2026-01-08 02:27:51 -08:00
Roy
0f3d2bb259
Delete Modules/requests directory
2026-01-08 02:26:54 -08:00
Roy
513a5ef0c5
Update folders to clone in game scanner function
...
Removed 'requests' and 'steamgrid' from folders to clone in the update_nsl_game_scanner function.
2026-01-08 02:26:06 -08:00
Roy
0f6f8e9996
Refactor desktop shortcut creation logic
...
Removed redundant desktop shortcut creation for NonSteamLaunchers.
2026-01-08 02:17:03 -08:00
Roy
a9f987ba69
Refactor env_vars cleanup logic
...
Release Please / release-please (push) Has been cancelled
Refactor env_vars file handling to remove unwanted lines using a dedicated function.
2026-01-07 04:21:16 -08:00
Roy
20c0b0c484
Enhance exclusion checks for launch options
Release Please / release-please (push) Has been cancelled
2026-01-04 00:41:17 -08:00
Roy
cf09aa6a1f
Added multi-browser support and the ability to name your websites
2026-01-04 00:08:57 -08:00
Roy
594c7437bd
Enhance custom website handling and launch options
2026-01-03 23:13:08 -08:00
Roy
041c6ea467
Update FUNDING.yml
2026-01-03 00:27:23 -08:00
Roy
dadceeb94e
Add ChoiTech link to README
Release Please / release-please (push) Has been cancelled
2025-12-31 22:05:44 -08:00
Roy
4c6e14eca1
Update README.md
Release Please / release-please (push) Has been cancelled
2025-12-30 20:56:50 -08:00
Roy
813c89b983
Update README.md
2025-12-30 20:55:24 -08:00
Roy
09f56e83a0
Update GameJolt Launcher download URL
Release Please / release-please (push) Has been cancelled
2025-12-24 11:21:02 -08:00
Roy
526d4e534c
Add files via upload
2025-12-24 08:37:54 -08:00
Roy
2da400dea4
Add ssl import to NSLGameScanner.py
2025-12-24 05:05:15 -08:00
Roy
f18c3114a4
Update version number to v4.2.82
Release Please / release-please (push) Has been cancelled
2025-12-22 11:38:15 -08:00
Roy
a9bdce3979
Inject watcher code for game launch detection
2025-12-22 11:02:49 -08:00
Roy
5dd1d89e9d
Refactor boot video download logic
...
Release Please / release-please (push) Has been cancelled
Refactor boot video fetching logic to use urllib instead of requests. Update download URL construction and improve error handling.
2025-12-17 11:02:48 -08:00
Roy
904cca8d53
Update README.md
Release Please / release-please (push) Has been cancelled
2025-12-17 08:36:55 -08:00
Roy
d9a18a7509
Update README.md
2025-12-17 08:33:55 -08:00
Roy
22e823bba2
Update version number to v4.2.81
2025-12-17 06:12:41 -08:00
Roy
5cde12fa02
Enhance GOG game launch with extra arguments support
...
Release Please / release-please (push) Has been cancelled
Added support for extracting extra GOG arguments from launch options and updated runner command accordingly.
2025-12-16 18:00:01 -08:00
Roy
83b474a73d
Remove unused variable 'logged_in_home'
Release Please / release-please (push) Has been cancelled
2025-12-16 04:56:04 -08:00
Roy
733fa0c9c9
Refactor NonSteamLaunchers.sh for clarity and efficiency
...
Refactor variable assignments and improve readability.
2025-12-16 04:55:34 -08:00
Roy
b929fb6f69
Fix sys.path insertion to avoid duplicates
...
Correct the insertion of sys.path to prevent duplicates.
2025-12-16 04:44:29 -08:00
Roy
142ad46dff
Enhance EA App scanner and shortcut creation logic
...
Added logic to handle desktop shortcut creation for non-Steam launchers and improved registry fallback handling for EA App games.
2025-12-16 03:27:01 -08:00
Roy
70024df474
Improve error handling in GE-Proton download process
...
Refactor download and checksum download logic for clarity and error handling.
2025-12-16 02:25:44 -08:00
Roy
f3310223d0
Refactor NSL Game Scanner update process
...
Release Please / release-please (push) Has been cancelled
Updated the NSL Game Scanner function to streamline the update process, including downloading and setting up the latest Python script and managing service states.
2025-12-14 13:41:35 -08:00
Roy
71cc38ba14
Replace file copy with symlink creation for applications
2025-12-14 08:54:01 -08:00
Roy
edfe68ce7e
Update README.md
Release Please / release-please (push) Has been cancelled
2025-12-14 07:18:16 -08:00
Roy
7b09d8ca3b
Update version number to v4.2.8
2025-12-14 05:07:58 -08:00
Roy
6b9dd71206
Improve logging for .desktop file deletion
2025-12-14 03:11:07 -08:00
Roy
db9060c5a5
Update runner_cmd assignment in NSLGameScanner
...
Removed error message for invalid GOG game path and set runner_cmd.
2025-12-14 02:42:53 -08:00
Roy
091cb02109
Refactor gameId error handling in NSLGameScanner
...
Release Please / release-please (push) Has been cancelled
Updated error handling for missing gameId in launch options.
2025-12-13 13:00:53 -08:00
Roy
9826855e76
Fix kdialog prompt message formatting
2025-12-13 11:31:39 -08:00
Roy
3a5fdc6461
Implement .desktop file creation for Steam Machine users
...
Added logic to create and update .desktop files for games, including extracting game IDs and handling launch options.
2025-12-13 11:24:16 -08:00
Roy
68d2b9592c
Merge pull request #840 from moraroy/dependabot/pip/urllib3-2.6.2
...
Bump urllib3 from 2.6.0 to 2.6.2
2025-12-13 10:46:33 -08:00
dependabot[bot]
618eb573a8
Bump urllib3 from 2.6.0 to 2.6.2
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.6.0 to 2.6.2.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.6.0...2.6.2 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.6.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-13 16:02:26 +00:00
Roy
be6d19a1b3
Refactor Steam AppList lookup and caching logic
Release Please / release-please (push) Has been cancelled
2025-12-09 04:01:00 -08:00
Roy
eac7cd4bd3
Merge pull request #837 from tlaufkoetter/patch-1
...
Release Please / release-please (push) Has been cancelled
Fix itch.io launcher name
2025-12-08 18:25:37 -08:00
tlaufkoetter
a7faeda64f
Fix itch.io launcher name
...
Was listed as "Itch.io" in the supported launchers section. It will only be installed with the name "itch.io" (case sensitive). I only tried it with "Itch.io" and only found out through browsing the source code that it's supposed to be "itch.io".
2025-12-08 21:01:43 +01:00
Roy
6edc8d9cf0
Refactor Steam App ID retrieval with caching
Release Please / release-please (push) Has been cancelled
2025-12-08 09:46:38 -08:00
Roy
e402a60d8b
Sanitize note content and format output
...
Sanitize content by removing existing [p] tags and replace newlines with Steam-friendly line breaks.
2025-12-08 09:11:37 -08:00
Roy
727a58fa50
Update README.md
Release Please / release-please (push) Has been cancelled
2025-12-07 09:04:59 -08:00
Roy
31af2fc92e
Update version number to v4.2.76
2025-12-07 08:47:20 -08:00
Roy
baae26fc6e
Add urllib import to NSLGameScanner.py
2025-12-07 04:26:59 -08:00
Roy
93c18eff2d
Improve request handling and fallback mechanism
...
Release Please / release-please (push) Has been cancelled
Added timeout parameter to requests for improved reliability and replaced the cached Steam AppList fallback with a direct search fallback using the Steam store.
2025-12-07 04:20:29 -08:00
Roy
0dce30534c
Remove commented-out notification code
...
Removed commented-out code for notification tones and Steam client notifications to clean up the code.
2025-12-06 23:13:42 -08:00
Roy
318ef5a4f3
Merge pull request #832 from moraroy/dependabot/pip/urllib3-2.6.0
...
Release Please / release-please (push) Has been cancelled
Bump urllib3 from 2.5.0 to 2.6.0
2025-12-06 12:18:44 -08:00
Roy
497a3960e7
Refactor notification and shortcut creation functions
...
Release Please / release-please (push) Has been cancelled
Refactor notification handling and shortcut creation logic.
2025-12-06 10:44:25 -08:00
dependabot[bot]
59d1267758
Bump urllib3 from 2.5.0 to 2.6.0
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.0 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-06 16:02:27 +00:00
Roy
c313f63ecf
Add files via upload
2025-12-06 04:54:07 -08:00
Roy
5592775e19
Refactor send_steam_notification for app removals
...
Updated the send_steam_notification function to handle removed applications and added logic to clean up empty collections. Adjusted WebSocket message handling and improved error handling for desktop file deletions.
2025-12-06 04:47:30 -08:00
Roy
df68044842
Refactor launcher path determination for Waydroid
Release Please / release-please (push) Has been cancelled
2025-12-03 07:55:20 -08:00
Roy
3590ae73b9
Fixed notification logic
2025-12-03 07:41:26 -08:00
Roy
3caf4370b7
Fix argument formatting in launch command
Release Please / release-please (push) Has been cancelled
2025-12-02 05:35:15 -08:00
Roy
015f3947c1
Refactor GOG Galaxy game launch options handling
2025-12-02 05:29:07 -08:00
Roy
7243d1c45f
Refactor GOG Galaxy game info retrieval
2025-12-02 04:47:01 -08:00
Roy
ead6d04dc7
Update version number to v4.2.75
Release Please / release-please (push) Has been cancelled
2025-12-01 05:25:55 -08:00
Roy
ec8f17770a
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-11-25 17:10:38 -08:00
Roy
5a4df4b833
Update NonSteamLaunchers.sh
2025-11-24 05:14:19 -08:00
Roy
5f1e4674d3
Update NonSteamLaunchers.sh
2025-11-24 05:06:54 -08:00
Roy
1879a642c1
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-11-23 09:34:36 -08:00
Roy
1f6e10d4a4
Update NSLGameScanner.py
2025-11-23 09:33:17 -08:00
Roy
dd17e70668
Update README.md
2025-11-21 08:22:47 -08:00
Roy
072fbf46f5
Update README.md
2025-11-21 08:19:54 -08:00
Roy
8b14452f02
Merge pull request #822 from krakerz/patch-1
...
Enhance README with Waydroid Apps support details
2025-11-21 08:06:35 -08:00
Alvi A
a178fec3d2
Enhance README with Waydroid Apps support details
...
Added support information for Waydroid Apps and detection instructions.
2025-11-21 23:03:31 +07:00
Roy
b0e6dcf36c
Update NSLGameScanner.py
2025-11-21 07:50:08 -08:00
Roy
e06ff6048c
Refactor executable path handling for GOG games
2025-11-20 06:07:57 -08:00
Roy
7ad0b0efb6
Update executable path handling in NSLGameScanner
2025-11-20 05:54:43 -08:00
Roy
04254d5917
Merge pull request #821 from agvantibo-again/agvantibo-again-patch-1
...
Fix minor grammar issue in README.md
2025-11-20 03:49:47 -08:00
Savchenko Dmitriy
0ce4c44063
Fix minor grammar issue in README.md
2025-11-20 14:33:18 +03:00
Roy
26e6920d17
Update shortcut sort title with app name
2025-11-18 02:04:11 -08:00
Roy
0bdeb11e2d
Fix NSLGameSaves path and update GeForce NOW description
...
Corrected the path for NSLGameSaves and updated the description for NVIDIA GeForce NOW.
2025-11-17 23:44:13 -08:00
Roy
0fd2efdd34
Fix GITHUB_URL in NSLPluginInstaller.sh
Release Please / release-please (push) Has been cancelled
2025-11-16 06:16:39 -08:00
Roy
932bfd7b08
Merge pull request #817 from moraroy/dependabot/pip/pytest-gte-8.0.2-and-lt-10
...
Release Please / release-please (push) Has been cancelled
Update pytest requirement from <9,>=8.0.2 to >=8.0.2,<10
2025-11-16 02:22:03 -08:00
Roy
e0a7affd35
Merge pull request #816 from moraroy/dependabot/pip/certifi-2025.11.12
...
Bump certifi from 2025.10.5 to 2025.11.12
2025-11-15 20:40:09 -08:00
dependabot[bot]
42cd21014b
Update pytest requirement from <9,>=8.0.2 to >=8.0.2,<10
...
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest ) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.2...9.0.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 9.0.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-15 16:01:52 +00:00
dependabot[bot]
f4bd2509e2
Bump certifi from 2025.10.5 to 2025.11.12
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.10.5 to 2025.11.12.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.10.05...2025.11.12 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2025.11.12
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-15 16:01:46 +00:00
Roy
87c437aeed
Track game launch in NSLGameScanner
2025-11-15 03:49:43 -08:00
Roy
16d31018e1
Fix typo in README.md regarding SteamOS
2025-11-15 03:24:23 -08:00
Roy
3e98bdbc04
Update executable paths for Epic Games Launcher
Release Please / release-please (push) Has been cancelled
2025-11-13 21:07:01 -08:00
Roy
6c604a564a
Fix Epic Games path in uninstall_launcher call
2025-11-13 20:59:09 -08:00
Roy
b20fa8244b
Merge pull request #813 from Flare576/patch-1
...
fix(epic): update install path
2025-11-13 20:57:09 -08:00
Roy
a4143d140a
Update 'Start Fresh' description in README
...
Clarified the 'Start Fresh' option description in README.md.
2025-11-13 20:36:39 -08:00
Jeremy Scherer
6090a8e97e
fix(epic): update install path
...
Tested locally - application is detected correctly and added to library after change
2025-11-13 19:34:32 -06:00
Roy
643ca62f78
Add files via upload
Release Please / release-please (push) Has been cancelled
2025-11-13 03:04:50 -08:00
Roy
cb766e43ca
Add files via upload
2025-11-13 03:03:20 -08:00
Roy
399b9e93c5
Update README.md
2025-11-13 02:39:00 -08:00
Roy
830c42e359
Enhance README with clearer installation instructions
...
Updated README to clarify launcher installation details and features.
2025-11-13 02:33:59 -08:00
Roy
6f295a4b3a
Added new collection category for all launchers, NonSteamLaunchers
Release Please / release-please (push) Has been cancelled
2025-11-12 05:21:00 -08:00
Roy
482982a51b
Reduce RestartSec from 30 to 20 seconds
Release Please / release-please (push) Has been cancelled
2025-11-10 18:06:17 -08:00
Roy
a61f71b675
Refactor NSL Game Scanner script for manual execution
...
Release Please / release-please (push) Has been cancelled
Updated NSL Game Scanner script to remove service file handling and added initial manual run.
2025-11-10 12:51:50 -08:00
Roy
c2c056cb89
Implement systemd service for NSL Game Scanner
...
Added systemd service setup for NSL Game Scanner.
2025-11-10 12:26:33 -08:00
Roy
bc0695bef5
Refactor NSL Game Scanner script for improvements
...
Refactor NSL Game Scanner script to improve functionality and structure. Added checks for existing modules, updated service management, and enhanced user feedback messages.
2025-11-10 11:44:47 -08:00
Roy
1ffa3e6ccd
Remove service setup from NSLGameScanner.py
...
Removed service setup code for nslgamescanner.
2025-11-10 11:29:01 -08:00
Roy
25ef61fb6a
Remove service stop and cleanup commands
2025-11-10 07:48:16 -08:00
Roy
3513ae5c60
Comment out service start command
...
Comment out the command to start the service immediately.
2025-11-10 07:34:28 -08:00
Roy
70ca10ae44
Refactor JS injection and shortcut creation logic
...
Refactor shortcut injection process and improve comments.
2025-11-10 06:44:01 -08:00
Roy
f28a1f19f2
Refactor JS injection and shortcut creation logic
2025-11-10 05:53:14 -08:00
Roy
6e9e634c19
Stop service and clean up NSLGameScanner files
...
Release Please / release-please (push) Has been cancelled
Stop the NSLGameScanner service and remove related files.
2025-11-10 04:56:49 -08:00
Roy
2e6fbe73f7
Remove Epic Games installation function
...
Removed the temporary fix for Epic Games installation from the script.
2025-11-10 04:37:18 -08:00
Roy
bfeac8e152
Update injection message in NSLGameScanner.py
2025-11-10 03:43:55 -08:00
Roy
15f834627a
Update executable paths to Win64 for Epic Games Launcher
2025-11-10 03:25:12 -08:00
Roy
6d4c078c63
changed epic from win32 to win64
2025-11-10 03:22:47 -08:00
Roy
36f84dfb81
Added a feature request template for users
2025-11-10 02:59:27 -08:00
Roy
101fb40aba
Added custom bug report for users
2025-11-10 02:50:09 -08:00
Roy
cfdf0c1990
Update version number to v4.2.73
Release Please / release-please (push) Has been cancelled
2025-11-07 06:14:42 -08:00
Roy
745b015cac
Refactor bubble hover and paste button logic
2025-11-07 06:02:59 -08:00
Roy
435fdfc77f
Enhance bubble interactivity and visibility
...
Release Please / release-please (push) Has been cancelled
Refactor bubble behavior and improve UI interactions.
2025-11-07 05:26:14 -08:00
Roy
b35e0ef25a
Refactor video caching logic in NSLGameScanner
Release Please / release-please (push) Has been cancelled
2025-11-06 04:15:41 -08:00
Roy
3ed3bf726f
Enhance README with additional script features
...
Release Please / release-please (push) Has been cancelled
Expanded the description of the NonSteamLaunchers script to include details about playtime tracking, boot videos, and theme music.
2025-11-05 04:53:55 -08:00
Roy
3ae952d59a
Update README with Music Button feature details
...
Clarified the functionality of the Music Button feature and its interaction with game themes.
2025-11-05 04:51:36 -08:00
Roy
68a4c2112e
Delete SDH-GameThemeMusicPatcher.sh
Release Please / release-please (push) Has been cancelled
2025-11-05 04:26:58 -08:00
Roy
e34ff1331b
Update version number to v4.2.72
2025-11-05 03:37:44 -08:00
Roy
476ee78711
Refactor theme music event handling and caching
...
Refactor theme music handling and caching logic for better clarity and efficiency.
2025-11-05 03:30:37 -08:00
Roy
ed57754ec5
Refactor playtime and thememusic injection code
Release Please / release-please (push) Has been cancelled
2025-11-03 23:33:35 -08:00
Roy
9d1b119542
fixed button to not offset to steam corner
2025-11-03 21:04:46 -08:00
Roy
f3b100679d
Refactor theme music toggle button implementation
Release Please / release-please (push) Has been cancelled
2025-11-03 14:37:55 -08:00
Roy
305e2ffae2
Update version number to v4.2.71
Release Please / release-please (push) Has been cancelled
2025-11-02 21:10:48 -08:00
Roy
dd1b970cad
added on and off button for music desktop users
2025-11-02 21:00:55 -08:00
Roy
688ac8e4d6
Update version number to v4.2.7
Release Please / release-please (push) Has been cancelled
2025-11-02 10:01:31 -08:00
Roy
2e2d4eb25e
Added Game Theme Music for desktop
2025-11-02 10:00:54 -08:00
Roy
e1eeae1b2e
Release Please / release-please (push) Has been cancelled
2025-10-31 02:11:35 -07:00
Roy
9d8075027a
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-10-27 04:48:39 -07:00
Roy
ea7c7f8f55
Playtime for non steam games
2025-10-27 03:53:14 -07:00
Roy
47fa3f1216
Update SDH-GameThemeMusicPatcher.sh
Release Please / release-please (push) Has been cancelled
2025-10-26 05:27:11 -07:00
Roy
d9e0f60517
Merge pull request #810 from moraroy/dependabot/pip/idna-3.11
...
Release Please / release-please (push) Has been cancelled
Bump idna from 3.10 to 3.11
2025-10-19 04:04:19 -07:00
dependabot[bot]
bd7da61b51
Bump idna from 3.10 to 3.11
...
Bumps [idna](https://github.com/kjd/idna ) from 3.10 to 3.11.
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst )
- [Commits](https://github.com/kjd/idna/compare/v3.10...v3.11 )
---
updated-dependencies:
- dependency-name: idna
dependency-version: '3.11'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-19 11:03:39 +00:00
Roy
53dde899f8
Merge pull request #809 from moraroy/dependabot/pip/charset-normalizer-3.4.4
...
Bump charset-normalizer from 3.4.3 to 3.4.4
2025-10-19 04:02:35 -07:00
dependabot[bot]
638e9316a8
Bump charset-normalizer from 3.4.3 to 3.4.4
...
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer ) from 3.4.3 to 3.4.4.
- [Release notes](https://github.com/jawah/charset_normalizer/releases )
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.3...3.4.4 )
---
updated-dependencies:
- dependency-name: charset-normalizer
dependency-version: 3.4.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-18 15:02:14 +00:00
Roy
a6b4144e9c
Update README.md
Release Please / release-please (push) Has been cancelled
2025-10-17 01:45:19 -07:00
Roy
64b78a471a
refactor logic
Release Please / release-please (push) Has been cancelled
2025-10-16 04:49:14 -07:00
Roy
e62f1fdbb9
Bump version from 4.2.4 to 4.2.5
Release Please / release-please (push) Has been cancelled
2025-10-16 01:49:31 -07:00
Roy
64fcafdcbc
Add patch for disabling Gamescope WSI in Proton
...
Patch Proton Python script to disable Gamescope WSI if not already patched.
2025-10-16 01:33:55 -07:00
Roy
b5027d6490
Update Xbox Cloud Gaming URL condition
Release Please / release-please (push) Has been cancelled
2025-10-14 05:41:16 -07:00
Roy
bc7b8f01a4
Refactor URL checks for Xbox and Amazon Luna
2025-10-14 04:00:48 -07:00
Roy
a038483e58
Update GameJolt Launcher download URL
Release Please / release-please (push) Has been cancelled
2025-10-12 22:11:57 -07:00
Roy
2b367835b3
Refactor Chrome bookmark scanner for clarity
2025-10-12 21:37:34 -07:00
Roy
01b2e5b47d
Enhance Chrome bookmark scanner for multiple platforms
2025-10-12 21:30:59 -07:00
Roy
0dc79e2a61
Merge pull request #808 from moraroy/dependabot/pip/ruff-gte-0.12.1-and-lt-0.15
...
Release Please / release-please (push) Has been cancelled
Update ruff requirement from <0.14,>=0.12.1 to >=0.12.1,<0.15
2025-10-11 17:16:26 -07:00
Roy
e04590d936
Merge pull request #807 from moraroy/dependabot/pip/certifi-2025.10.5
...
Bump certifi from 2025.8.3 to 2025.10.5
2025-10-11 17:12:34 -07:00
dependabot[bot]
79d295b59b
Update ruff requirement from <0.14,>=0.12.1 to >=0.12.1,<0.15
...
Updates the requirements on [ruff](https://github.com/astral-sh/ruff ) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.12.1...0.14.0 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.14.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-11 15:02:32 +00:00
dependabot[bot]
4cbfac4ed8
Bump certifi from 2025.8.3 to 2025.10.5
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.8.3 to 2025.10.5.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.08.03...2025.10.05 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2025.10.5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-11 15:02:19 +00:00
Roy
b8394b7158
Add handling for 'wow_classic_era' game key
Release Please / release-please (push) Has been cancelled
2025-10-04 01:08:16 -07:00
Roy
7e54381769
Add files via upload
2025-10-03 22:29:39 -07:00
Roy
e40beda9b6
Implement audio notifications with playTone function
...
Release Please / release-please (push) Has been cancelled
Added functionality to play custom notification sounds using the Web Audio API.
2025-09-29 23:48:15 -07:00
Roy
0f1f380e3f
Implement sub-launch game mapping for Ubisoft Connect
...
Release Please / release-please (push) Has been cancelled
Added support for bundled sub-launch games in Ubisoft Connect.
2025-09-29 04:29:40 -07:00
Roy
2f76a8bde1
Enhance EA App game info extraction and encoding
...
Added encoding fix and improved EA App game info extraction.
2025-09-29 04:19:08 -07:00
Roy
bf2aade65f
Update GameJolt Launcher download URL
Release Please / release-please (push) Has been cancelled
2025-09-27 17:30:13 -07:00
Roy
2b1587cdf7
Enhance EA Games path detection logic
...
Release Please / release-please (push) Has been cancelled
Updated EA Games path detection to include legacy paths and improved error handling for missing OfferID.
2025-09-27 03:34:36 -07:00
Roy
415af41d9f
Update yt-dlp download URL to latest version
Release Please / release-please (push) Has been cancelled
2025-09-26 20:25:35 -07:00
Roy
95651b33a8
Implement local UMU database loading with fallback
...
Release Please / release-please (push) Has been cancelled
Added local UMU database fallback mechanism and improved error handling.
2025-09-25 23:23:56 -07:00
Roy
a2ea90fe12
Refactor shortcut handling and artwork assignment
Release Please / release-please (push) Has been cancelled
2025-09-22 01:21:30 -07:00
Roy
bd82999815
Refactor shortcut handling and logging
2025-09-22 01:11:07 -07:00
Roy
8ea4657bcf
Enhance comments and variable initialization in script
...
Release Please / release-please (push) Has been cancelled
Refactor comments for clarity and improve variable assignments.
2025-09-21 03:44:23 -07:00
Roy
2f21c7524d
Add files via upload
Release Please / release-please (push) Has been cancelled
2025-09-20 16:29:14 -07:00
Roy
ff5502054d
Reduce RestartSec from 300 to 30 seconds
Release Please / release-please (push) Has been cancelled
2025-09-16 02:21:13 -07:00
Roy
80e36750cd
Merge pull request #795 from moraroy/dependabot/pip/pytest-cov-gte-6.0.0-and-lt-8
...
Release Please / release-please (push) Has been cancelled
Update pytest-cov requirement from <7,>=6.0.0 to >=6.0.0,<8
2025-09-14 02:19:11 -07:00
Roy
68d373eec3
Merge pull request #794 from moraroy/dependabot/pip/ruff-gte-0.12.1-and-lt-0.14
...
Update ruff requirement from <0.13,>=0.12.1 to >=0.12.1,<0.14
2025-09-14 02:18:22 -07:00
dependabot[bot]
3e0f134e0a
Update pytest-cov requirement from <7,>=6.0.0 to >=6.0.0,<8
...
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov ) to permit the latest version.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.0.0...v7.0.0 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-version: 7.0.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-13 15:02:03 +00:00
dependabot[bot]
ece2714274
Update ruff requirement from <0.13,>=0.12.1 to >=0.12.1,<0.14
...
Updates the requirements on [ruff](https://github.com/astral-sh/ruff ) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.12.1...0.13.0 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.13.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-13 15:01:59 +00:00
Roy
75679a28e0
Update version number to v4.2.4
Release Please / release-please (push) Has been cancelled
2025-09-13 04:14:19 -07:00
Roy
27cc63875b
Increase RestartSec for NSLGameScanner service
2025-09-13 03:50:45 -07:00
Roy
dc29a24c4f
Refactor shortcut properties and compatibility tool logic
...
utilized steams new Custom "Sortas", added same name as collection for each shortcut
2025-09-13 03:45:29 -07:00
pythoninthegrass
cd41a4455c
Merge pull request #791 from pythoninthegrass/main
...
Release Please / release-please (push) Has been cancelled
ci (AGENTS.md): add llm instructions
2025-09-02 12:56:53 -05:00
pythoninthegrass
3e5e436f19
ci (AGENTS.md): add llm instructions
...
- AGENTS.md: generated with claude + serena mcp
- settings.json: claude-specific permissions
- .gitignore: add exclusions/inclusions
Closes #779
2025-09-02 12:54:41 -05:00
Roy
ba5533f993
Update README.md
Release Please / release-please (push) Has been cancelled
2025-08-28 03:32:44 -07:00
Roy
fdb5b0165e
Add logs section to README
Release Please / release-please (push) Has been cancelled
2025-08-24 15:45:56 -07:00
pythoninthegrass
8c4da6e024
Merge pull request #782 from pythoninthegrass/776-switch-from-asdf-to-mise
...
Release Please / release-please (push) Has been cancelled
ci: Switch from asdf to mise
2025-08-23 22:34:28 -05:00
pythoninthegrass
831773b85b
ci: Switch from asdf to mise
...
- Update .tool-versions python runtime, add uv, remove poetry and nodejs
- Update readme for mise usage
Closes #776
2025-08-23 22:32:32 -05:00
Roy
dc36c54c39
Removed NSL Decky Plugin isntallation from the NSL Script
Release Please / release-please (push) Has been cancelled
2025-08-21 19:03:36 -07:00
Roy
5fd0565f43
Add Sea of Thieves to game flavor mapping
2025-08-21 18:59:20 -07:00
Roy
53d4a90385
Merge pull request #781 from pythoninthegrass/777-remove-commitizen
...
Release Please / release-please (push) Has been cancelled
chore: remove commitizen
2025-08-21 03:23:39 -07:00
Roy
7ffa435ef2
Merge pull request #780 from pythoninthegrass/775-switch-from-poetry-to-uv
...
ci: Switch from poetry to uv
2025-08-21 03:23:01 -07:00
pythoninthegrass
bc8be2c3be
chore: remove commitizen
...
- Remove package.json and package-lock.json
- Update docs
Closes #777
2025-08-20 23:32:38 -05:00
pythoninthegrass
283f86900e
chore (ruff.toml): drop python version
2025-08-20 23:18:57 -05:00
pythoninthegrass
b52f4f7be4
chore: missed a poetry dep
2025-08-20 23:16:05 -05:00
pythoninthegrass
1be8219893
ci: Switch from poetry to uv
...
- Convert pyproject.toml to work with uv
- Remove poetry references/lock file
- Decouple ruff config
- Freeze current deps
- Manually bump version to match github release
2025-08-20 22:49:08 -05:00
Roy
7942ba5242
Merge pull request #771 from moraroy/dependabot/pip/coverage-7.10.3
...
Release Please / release-please (push) Has been cancelled
Bump coverage from 7.10.2 to 7.10.3
2025-08-18 05:34:13 -07:00
Roy
275ce3d65e
Merge pull request #770 from moraroy/dependabot/pip/icecream-2.1.6
...
Bump icecream from 2.1.5 to 2.1.6
2025-08-18 05:28:54 -07:00
Roy
f0247dbb41
Merge pull request #769 from moraroy/dependabot/pip/ruff-0.12.9
...
Bump ruff from 0.12.8 to 0.12.9
2025-08-18 05:07:26 -07:00
Roy
aa36b2080d
Merge pull request #768 from moraroy/dependabot/pip/hypothesis-6.138.2
...
Bump hypothesis from 6.137.1 to 6.138.2
2025-08-18 04:59:35 -07:00
dependabot[bot]
c62a4c9742
Bump coverage from 7.10.2 to 7.10.3
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.10.2 to 7.10.3.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.10.2...7.10.3 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.10.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-16 15:31:28 +00:00
dependabot[bot]
f9a23b1ddf
Bump icecream from 2.1.5 to 2.1.6
...
Bumps [icecream](https://github.com/gruns/icecream ) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/gruns/icecream/releases )
- [Changelog](https://github.com/gruns/icecream/blob/master/changelog.txt )
- [Commits](https://github.com/gruns/icecream/compare/v2.1.5...v2.1.6 )
---
updated-dependencies:
- dependency-name: icecream
dependency-version: 2.1.6
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-16 15:31:15 +00:00
dependabot[bot]
4bb8308330
Bump ruff from 0.12.8 to 0.12.9
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.12.8 to 0.12.9.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.12.8...0.12.9 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.12.9
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-16 15:31:02 +00:00
dependabot[bot]
9d073b05ff
Bump hypothesis from 6.137.1 to 6.138.2
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.137.1 to 6.138.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.137.1...hypothesis-python-6.138.2 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-version: 6.138.2
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-16 15:30:44 +00:00
Roy
f5bf34cfbc
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-08-10 05:29:36 -07:00
Roy
fa2481294e
Update NSLGameScanner.py
2025-08-10 04:24:37 -07:00
Roy
3e8ad27a1e
Merge pull request #766 from moraroy/dependabot/pip/certifi-2025.8.3
...
Bump certifi from 2025.7.14 to 2025.8.3
2025-08-10 03:46:27 -07:00
Roy
f35217c968
Merge pull request #765 from moraroy/dependabot/pip/coverage-7.10.2
...
Bump coverage from 7.10.1 to 7.10.2
2025-08-10 03:43:30 -07:00
Roy
c379365715
Merge pull request #763 from moraroy/dependabot/pip/ruff-0.12.8
...
Bump ruff from 0.12.7 to 0.12.8
2025-08-10 03:37:20 -07:00
dependabot[bot]
7f9d8d5407
Bump certifi from 2025.7.14 to 2025.8.3
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.7.14 to 2025.8.3.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.07.14...2025.08.03 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2025.8.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-10 10:06:50 +00:00
Roy
9d2090922e
Merge pull request #764 from moraroy/dependabot/pip/charset-normalizer-3.4.3
...
Bump charset-normalizer from 3.4.2 to 3.4.3
2025-08-10 03:05:41 -07:00
Roy
7987a0378d
Update SDH-GameThemeMusicPatcher.sh
2025-08-10 03:02:45 -07:00
Roy
960db23687
Merge pull request #762 from moraroy/dependabot/pip/hypothesis-6.137.1
...
Bump hypothesis from 6.136.7 to 6.137.1
2025-08-10 02:36:37 -07:00
dependabot[bot]
be6d8755f1
Bump coverage from 7.10.1 to 7.10.2
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.10.1 to 7.10.2.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.10.1...7.10.2 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.10.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-09 15:13:05 +00:00
dependabot[bot]
077ffc423b
Bump charset-normalizer from 3.4.2 to 3.4.3
...
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer ) from 3.4.2 to 3.4.3.
- [Release notes](https://github.com/jawah/charset_normalizer/releases )
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.2...3.4.3 )
---
updated-dependencies:
- dependency-name: charset-normalizer
dependency-version: 3.4.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-09 15:12:50 +00:00
dependabot[bot]
23e1e48d3e
Bump ruff from 0.12.7 to 0.12.8
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.12.7 to 0.12.8.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.12.7...0.12.8 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.12.8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-09 15:12:46 +00:00
dependabot[bot]
9febdee1d0
Bump hypothesis from 6.136.7 to 6.137.1
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.136.7 to 6.137.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.136.7...hypothesis-python-6.137.1 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-version: 6.137.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-09 15:12:27 +00:00
Roy
749f6a01d7
Merge pull request #758 from moraroy/dependabot/pip/hypothesis-6.136.7
...
Release Please / release-please (push) Has been cancelled
Bump hypothesis from 6.136.4 to 6.136.7
2025-08-02 20:51:24 -07:00
Roy
ecd098d0c0
Merge pull request #757 from moraroy/dependabot/pip/ruff-0.12.7
...
Bump ruff from 0.12.5 to 0.12.7
2025-08-02 20:46:15 -07:00
Roy
f736b777b6
Merge pull request #756 from moraroy/dependabot/pip/coverage-7.10.1
...
Bump coverage from 7.10.0 to 7.10.1
2025-08-02 20:38:28 -07:00
dependabot[bot]
cf1d5c53f8
Bump hypothesis from 6.136.4 to 6.136.7
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.136.4 to 6.136.7.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.136.4...hypothesis-python-6.136.7 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-version: 6.136.7
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-02 15:31:24 +00:00
dependabot[bot]
8e0f6711a9
Bump ruff from 0.12.5 to 0.12.7
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.12.5 to 0.12.7.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.12.5...0.12.7 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.12.7
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-02 15:31:05 +00:00
dependabot[bot]
4db0a8af71
Bump coverage from 7.10.0 to 7.10.1
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.10.0 to 7.10.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.10.0...7.10.1 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.10.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-02 15:30:44 +00:00
Roy
23385ef6fe
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-08-02 06:07:23 -07:00
Roy
215f09bf23
Add files via upload
2025-08-02 05:55:32 -07:00
Roy
b1aac895d4
Add files via upload
2025-08-02 05:41:10 -07:00
Roy
96a5e8310a
Add files via upload
2025-08-02 05:38:48 -07:00
Roy
85c25da2d3
Update NSLGameScanner.py
2025-08-02 05:19:38 -07:00
Roy
883ef90dcf
Update README.md
2025-08-02 04:46:32 -07:00
Roy
867edfb387
Update NSLGameScanner.py
2025-08-02 04:29:03 -07:00
Roy
4ae0f085a6
Add files via upload
2025-08-02 04:16:09 -07:00
Roy
b633822d5d
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-07-29 17:01:51 -07:00
Roy
066aa8d400
Update NonSteamLaunchers.sh
2025-07-29 16:29:07 -07:00
Roy
64cb0d2294
Update NonSteamLaunchers.sh
2025-07-29 16:10:00 -07:00
Roy
153bac5f82
Update NSLPluginInstaller.sh
Release Please / release-please (push) Has been cancelled
2025-07-29 02:52:01 -07:00
Roy
92a864213a
Merge pull request #751 from moraroy/dependabot/pip/rich-14.1.0
...
Bump rich from 14.0.0 to 14.1.0
2025-07-29 02:45:46 -07:00
Roy
0c05842304
Merge pull request #750 from moraroy/dependabot/pip/coverage-7.10.0
...
Release Please / release-please (push) Has been cancelled
Bump coverage from 7.9.2 to 7.10.0
2025-07-28 21:16:28 -07:00
Roy
698cb22da2
Merge pull request #749 from moraroy/dependabot/pip/hypothesis-6.136.4
...
Bump hypothesis from 6.136.0 to 6.136.4
2025-07-28 16:57:18 -07:00
Roy
f1e8202937
Merge pull request #748 from moraroy/dependabot/pip/ruff-0.12.5
...
Release Please / release-please (push) Has been cancelled
Bump ruff from 0.12.4 to 0.12.5
2025-07-27 03:14:02 -07:00
dependabot[bot]
678ee9a205
Bump rich from 14.0.0 to 14.1.0
...
Bumps [rich](https://github.com/Textualize/rich ) from 14.0.0 to 14.1.0.
- [Release notes](https://github.com/Textualize/rich/releases )
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Textualize/rich/compare/v14.0.0...v14.1.0 )
---
updated-dependencies:
- dependency-name: rich
dependency-version: 14.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-26 15:12:18 +00:00
dependabot[bot]
caefbbe064
Bump coverage from 7.9.2 to 7.10.0
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.9.2 to 7.10.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.9.2...7.10.0 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.10.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-26 15:12:03 +00:00
dependabot[bot]
4f35ac7c7b
Bump hypothesis from 6.136.0 to 6.136.4
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.136.0 to 6.136.4.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.136.0...hypothesis-python-6.136.4 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-version: 6.136.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-26 15:11:49 +00:00
dependabot[bot]
7ebf49a3a3
Bump ruff from 0.12.4 to 0.12.5
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.12.4 to 0.12.5.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.12.4...0.12.5 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.12.5
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-26 15:11:30 +00:00
Roy
91fc7b0710
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-07-24 05:16:53 -07:00
Roy
924cb804c3
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-07-22 05:38:51 -07:00
Roy
c8ccce9013
Merge pull request #744 from moraroy/dependabot/pip/pytest-asyncio-1.1.0
...
Release Please / release-please (push) Has been cancelled
Bump pytest-asyncio from 1.0.0 to 1.1.0
2025-07-21 23:09:28 -07:00
Roy
bc806f8649
Merge pull request #745 from moraroy/dependabot/pip/ruff-0.12.4
...
Bump ruff from 0.12.3 to 0.12.4
2025-07-21 22:22:13 -07:00
Roy
cb50c0d7fe
Merge pull request #743 from moraroy/dependabot/pip/hypothesis-6.136.0
...
Release Please / release-please (push) Has been cancelled
Bump hypothesis from 6.135.27 to 6.136.0
2025-07-20 16:48:05 -07:00
Roy
f8b58e9cda
Merge pull request #742 from moraroy/dependabot/pip/certifi-2025.7.14
...
Release Please / release-please (push) Has been cancelled
Bump certifi from 2025.7.9 to 2025.7.14
2025-07-20 03:47:09 -07:00
dependabot[bot]
0721fc2263
Bump ruff from 0.12.3 to 0.12.4
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.12.3 to 0.12.4.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.12.3...0.12.4 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.12.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-19 15:19:45 +00:00
dependabot[bot]
d816d9974e
Bump pytest-asyncio from 1.0.0 to 1.1.0
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.0.0...v1.1.0 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-version: 1.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-19 15:19:24 +00:00
dependabot[bot]
beb149eb2e
Bump hypothesis from 6.135.27 to 6.136.0
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.135.27 to 6.136.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.135.27...hypothesis-python-6.136.0 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-version: 6.136.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-19 15:19:12 +00:00
dependabot[bot]
c3b2aea605
Bump certifi from 2025.7.9 to 2025.7.14
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.7.9 to 2025.7.14.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.07.09...2025.07.14 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2025.7.14
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-19 15:18:38 +00:00
Roy
a7a9c5ad71
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-07-18 04:02:31 -07:00
Roy
583ba810da
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-07-15 03:20:04 -07:00
Roy
7cbb25084c
Update README.md
Release Please / release-please (push) Has been cancelled
2025-07-14 03:19:47 -07:00
Roy
95339cd5dc
Add files via upload
Release Please / release-please (push) Has been cancelled
2025-07-13 23:48:37 -07:00
Roy
155a6057c8
Update README.md
2025-07-13 21:50:42 -07:00
Roy
6dadded06c
Merge pull request #735 from moraroy/dependabot/pip/certifi-2025.7.9
...
Release Please / release-please (push) Has been cancelled
Bump certifi from 2025.6.15 to 2025.7.9
2025-07-13 03:52:47 -07:00
Roy
9608c46d50
Merge pull request #734 from moraroy/dependabot/pip/hypothesis-6.135.27
...
Bump hypothesis from 6.135.26 to 6.135.27
2025-07-13 03:47:28 -07:00
Roy
40c0877b3f
Merge pull request #733 from moraroy/dependabot/pip/ruff-0.12.3
...
Release Please / release-please (push) Has been cancelled
Bump ruff from 0.12.2 to 0.12.3
2025-07-12 23:02:18 -07:00
dependabot[bot]
acbd715467
Bump certifi from 2025.6.15 to 2025.7.9
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.6.15 to 2025.7.9.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.06.15...2025.07.09 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2025.7.9
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-12 15:38:46 +00:00
dependabot[bot]
a28d27f611
Bump hypothesis from 6.135.26 to 6.135.27
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.135.26 to 6.135.27.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.135.26...hypothesis-python-6.135.27 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-version: 6.135.27
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-12 15:38:42 +00:00
dependabot[bot]
24e6baeaed
Bump ruff from 0.12.2 to 0.12.3
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.12.2 to 0.12.3.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.12.2...0.12.3 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.12.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-12 15:38:22 +00:00
Roy
548068382b
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-07-10 20:17:40 -07:00
Roy
b83850c3fb
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-07-09 12:53:34 -07:00
Roy
71ebd08b9a
Add files via upload
Release Please / release-please (push) Has been cancelled
2025-07-09 04:31:53 -07:00
Roy
9a406b683a
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-07-08 22:28:49 -07:00
Roy
1dd127b158
Update README.md
2025-07-08 19:20:43 -07:00
Roy
17abc1b527
Add files via upload
2025-07-08 18:17:18 -07:00
Roy
a906cb07c2
Add files via upload
Release Please / release-please (push) Has been cancelled
2025-07-08 03:51:14 -07:00
Roy
adeb402b74
Add files via upload
2025-07-08 03:18:07 -07:00
Roy
467174f53f
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-07-07 03:41:19 -07:00
Roy
272ffb1eaf
Update NSLGameScanner.py
2025-07-07 00:37:09 -07:00
Roy
e7b816f215
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-07-05 23:02:46 -07:00
Roy
20aa5d106c
Real Time Shortcuts for Desktop
2025-07-05 23:01:35 -07:00
Roy
2a88bb41f8
Real Time Shortcuts for Desktop users
2025-07-05 22:53:27 -07:00
Roy
8fbec24b61
Merge pull request #730 from moraroy/dependabot/pip/ruff-0.12.2
...
Release Please / release-please (push) Has been cancelled
Bump ruff from 0.12.1 to 0.12.2
2025-07-05 22:49:54 -07:00
Roy
70529ea0f8
Merge pull request #729 from moraroy/dependabot/pip/hypothesis-6.135.26
...
Bump hypothesis from 6.135.16 to 6.135.26
2025-07-05 22:45:20 -07:00
Roy
26c7aa20af
Merge pull request #728 from moraroy/dependabot/pip/coverage-7.9.2
...
Bump coverage from 7.9.1 to 7.9.2
2025-07-05 22:43:54 -07:00
Roy
e549013dbc
Merge pull request #727 from moraroy/dependabot/pip/ipython-9.4.0
...
Bump ipython from 9.3.0 to 9.4.0
2025-07-05 22:40:54 -07:00
Roy
bd77c670ab
Merge pull request #726 from moraroy/dependabot/pip/pytest-xdist-3.8.0
...
Bump pytest-xdist from 3.7.0 to 3.8.0
2025-07-05 22:35:06 -07:00
dependabot[bot]
a6e5149dfd
Bump ruff from 0.12.1 to 0.12.2
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.12.1 to 0.12.2.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.12.1...0.12.2 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.12.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-05 15:47:25 +00:00
dependabot[bot]
c2f96faf39
Bump hypothesis from 6.135.16 to 6.135.26
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.135.16 to 6.135.26.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.135.16...hypothesis-python-6.135.26 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-version: 6.135.26
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-05 15:47:06 +00:00
dependabot[bot]
3a123ad010
Bump coverage from 7.9.1 to 7.9.2
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.9.1 to 7.9.2.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.9.1...7.9.2 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.9.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-05 15:46:46 +00:00
dependabot[bot]
9dbeaf85f4
Bump ipython from 9.3.0 to 9.4.0
...
Bumps [ipython](https://github.com/ipython/ipython ) from 9.3.0 to 9.4.0.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/9.3.0...9.4.0 )
---
updated-dependencies:
- dependency-name: ipython
dependency-version: 9.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-05 15:46:34 +00:00
dependabot[bot]
90bdd699e3
Bump pytest-xdist from 3.7.0 to 3.8.0
...
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist ) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases )
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.7.0...v3.8.0 )
---
updated-dependencies:
- dependency-name: pytest-xdist
dependency-version: 3.8.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-05 15:46:21 +00:00
Roy
317d43bb12
Merge pull request #722 from moraroy/dependabot/pip/ruff-0.12.1
...
Release Please / release-please (push) Has been cancelled
Bump ruff from 0.11.13 to 0.12.1
2025-07-01 23:54:22 -07:00
Roy
27b15d4148
Merge pull request #721 from moraroy/dependabot/pip/icecream-2.1.5
...
Bump icecream from 2.1.4 to 2.1.5
2025-07-01 23:52:26 -07:00
Roy
3a1377fd93
Merge pull request #720 from moraroy/dependabot/pip/hypothesis-6.135.16
...
Bump hypothesis from 6.135.14 to 6.135.16
2025-07-01 23:49:40 -07:00
dependabot[bot]
1d4a0d100f
Bump ruff from 0.11.13 to 0.12.1
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.11.13 to 0.12.1.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.13...0.12.1 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.12.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-28 15:56:17 +00:00
dependabot[bot]
5bcea859ba
Bump icecream from 2.1.4 to 2.1.5
...
Bumps [icecream](https://github.com/gruns/icecream ) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/gruns/icecream/releases )
- [Changelog](https://github.com/gruns/icecream/blob/master/changelog.txt )
- [Commits](https://github.com/gruns/icecream/compare/v2.1.4...v2.1.5 )
---
updated-dependencies:
- dependency-name: icecream
dependency-version: 2.1.5
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-28 15:56:00 +00:00
dependabot[bot]
91bb3499e4
Bump hypothesis from 6.135.14 to 6.135.16
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.135.14 to 6.135.16.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.135.14...hypothesis-python-6.135.16 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-version: 6.135.16
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-28 15:55:46 +00:00
Roy
2962a58ee5
Merge pull request #716 from moraroy/dependabot/pip/urllib3-2.5.0
...
Release Please / release-please (push) Has been cancelled
Bump urllib3 from 2.4.0 to 2.5.0
2025-06-22 15:22:27 -07:00
Roy
bbd700f1a6
Merge pull request #714 from moraroy/dependabot/pip/certifi-2025.6.15
...
Bump certifi from 2025.4.26 to 2025.6.15
2025-06-22 14:41:45 -07:00
Roy
3a70945d29
Merge pull request #717 from moraroy/dependabot/pip/hypothesis-6.135.14
...
Release Please / release-please (push) Has been cancelled
Bump hypothesis from 6.135.9 to 6.135.14
2025-06-22 00:19:59 -07:00
Roy
e21a9c15b1
Merge pull request #715 from moraroy/dependabot/pip/pytest-8.4.1
...
Bump pytest from 8.4.0 to 8.4.1
2025-06-22 00:19:13 -07:00
dependabot[bot]
a0de1440d3
Bump urllib3 from 2.4.0 to 2.5.0
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.4.0...2.5.0 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-22 07:09:35 +00:00
dependabot[bot]
dfb7a6f0ca
Bump certifi from 2025.4.26 to 2025.6.15
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.4.26 to 2025.6.15.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.04.26...2025.06.15 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2025.6.15
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-22 07:09:26 +00:00
Roy
2ca8ac1d31
Merge pull request #713 from moraroy/dependabot/pip/requests-2.32.4
...
Bump requests from 2.32.3 to 2.32.4
2025-06-22 00:08:22 -07:00
dependabot[bot]
4a7f58e668
Bump hypothesis from 6.135.9 to 6.135.14
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.135.9 to 6.135.14.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.135.9...hypothesis-python-6.135.14 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-version: 6.135.14
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-21 15:26:08 +00:00
dependabot[bot]
7d218e4f5e
Bump pytest from 8.4.0 to 8.4.1
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.4.0 to 8.4.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.0...8.4.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 8.4.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-21 15:25:48 +00:00
dependabot[bot]
48b35856ee
Bump requests from 2.32.3 to 2.32.4
...
Bumps [requests](https://github.com/psf/requests ) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-21 15:25:31 +00:00
Roy
798361f7ab
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-06-19 02:24:57 -07:00
Roy
1218901515
Update NSLGameScanner.py
2025-06-18 23:02:14 -07:00
Roy
194e4ef7b4
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-06-18 20:27:42 -07:00
Roy
9da623d196
Update NSLGameScanner.py
2025-06-18 20:14:20 -07:00
Roy
2b856c8b2b
Update SDH-GameThemeMusicPatcher.sh
Release Please / release-please (push) Has been cancelled
2025-06-18 05:34:33 -07:00
Roy
3e1bf13141
Add files via upload
2025-06-18 05:34:05 -07:00
Roy
49ddec9c1f
attempted fix of ea scanner
Release Please / release-please (push) Has been cancelled
2025-06-17 20:28:37 -07:00
Roy
72eb7d9f46
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-06-17 06:25:05 -07:00
Roy
45d783cbb8
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-06-17 03:45:00 -07:00
Roy
c9e788106c
Update NonSteamLaunchers.sh
2025-06-17 03:30:48 -07:00
Roy
a77e4c856e
Update NSLGameScanner.py
2025-06-17 03:25:36 -07:00
Roy
4f97d8c602
Update NonSteamLaunchers.sh
2025-06-17 03:19:02 -07:00
Roy
4ca0106498
Update NonSteamLaunchers.sh
2025-06-17 03:11:04 -07:00
Roy
7f0d156629
Add files via upload
Release Please / release-please (push) Has been cancelled
2025-06-15 04:04:00 -07:00
Roy
99ad4ace84
Update NonSteamLaunchers.sh
2025-06-15 04:01:26 -07:00
Roy
14e8f0d154
Update NonSteamLaunchers.sh
2025-06-15 03:57:29 -07:00
Roy
2821760b03
Update NonSteamLaunchers.sh
2025-06-15 03:52:15 -07:00
Roy
b5ed726271
Merge pull request #704 from moraroy/dependabot/pip/hypothesis-6.135.9
...
Release Please / release-please (push) Has been cancelled
Bump hypothesis from 6.135.1 to 6.135.9
2025-06-14 20:20:00 -07:00
Roy
00400a5c97
Merge pull request #705 from moraroy/dependabot/pip/requests-2.32.4
...
Bump requests from 2.32.3 to 2.32.4
2025-06-14 20:18:56 -07:00
dependabot[bot]
443e54c6a9
Bump hypothesis from 6.135.1 to 6.135.9
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.135.1 to 6.135.9.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.135.1...hypothesis-python-6.135.9 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-version: 6.135.9
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-15 03:17:20 +00:00
dependabot[bot]
18d84a4f58
Bump requests from 2.32.3 to 2.32.4
...
Bumps [requests](https://github.com/psf/requests ) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-15 03:17:10 +00:00
Roy
b03e422f29
Merge pull request #703 from moraroy/dependabot/pip/pytest-asyncio-1.0.0
...
Bump pytest-asyncio from 0.26.0 to 1.0.0
2025-06-14 20:15:49 -07:00
Roy
dc0ab11331
Merge pull request #702 from moraroy/dependabot/pip/coverage-7.9.1
...
Bump coverage from 7.8.2 to 7.9.1
2025-06-14 20:08:56 -07:00
Roy
05008f1d92
Merge pull request #701 from moraroy/dependabot/pip/pytest-cov-6.2.1
...
Bump pytest-cov from 6.1.1 to 6.2.1
2025-06-14 20:08:43 -07:00
dependabot[bot]
21e3c1febf
Bump pytest-asyncio from 0.26.0 to 1.0.0
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.26.0 to 1.0.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.26.0...v1.0.0 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-version: 1.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-14 15:50:13 +00:00
dependabot[bot]
52e6be5730
Bump coverage from 7.8.2 to 7.9.1
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.8.2 to 7.9.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.8.2...7.9.1 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.9.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-14 15:50:00 +00:00
dependabot[bot]
f42dd57cad
Bump pytest-cov from 6.1.1 to 6.2.1
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 6.1.1 to 6.2.1.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.1.1...v6.2.1 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-version: 6.2.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-14 15:49:45 +00:00
Roy
48bca90858
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-06-12 21:23:48 -07:00
Roy
ab9a9af95a
Update NonSteamLaunchers.sh
2025-06-12 20:27:52 -07:00
Roy
ceca7df06a
fixed installation of ps plus
Release Please / release-please (push) Has been cancelled
2025-06-11 20:32:00 -07:00
Roy
cd339a8ed7
fixed ps plus uninstall
2025-06-11 19:50:12 -07:00
Roy
d089c0cc11
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-06-11 04:51:51 -07:00
Roy
c5e3331f72
Update NSLGameScanner.py
2025-06-11 02:51:38 -07:00
Roy
fc5f4f61f5
Update README.md
Release Please / release-please (push) Has been cancelled
2025-06-10 19:30:17 -07:00
Roy
ce8eff25bf
Update README.md
2025-06-10 19:29:20 -07:00
Roy
dc39166f29
Update NonSteamLaunchers.sh
2025-06-10 19:15:21 -07:00
Roy
733e9df756
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-06-10 18:25:03 -07:00
Roy
00700d41c4
added scanner ability, removes uninstalled games
2025-06-10 18:18:06 -07:00
Roy
7a38a909ef
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-06-08 20:36:22 -07:00
Roy
57155f687f
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-06-07 21:05:51 -07:00
Roy
bcdfbef520
Merge pull request #698 from moraroy/dependabot/pip/pytest-8.4.0
...
Bump pytest from 8.3.5 to 8.4.0
2025-06-07 17:59:32 -07:00
Roy
799b2fed89
Merge pull request #697 from moraroy/dependabot/pip/ruff-0.11.13
...
Release Please / release-please (push) Has been cancelled
Bump ruff from 0.11.12 to 0.11.13
2025-06-07 15:38:00 -07:00
Roy
99bab1b76e
Merge pull request #696 from moraroy/dependabot/pip/ipython-9.3.0
...
Bump ipython from 9.2.0 to 9.3.0
2025-06-07 15:34:44 -07:00
dependabot[bot]
4bdf56eeb6
Bump pytest from 8.3.5 to 8.4.0
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.5 to 8.4.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.5...8.4.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 8.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-07 21:37:57 +00:00
Roy
cda76d423f
Merge pull request #695 from moraroy/dependabot/pip/hypothesis-6.135.1
...
Bump hypothesis from 6.131.33 to 6.135.1
2025-06-07 14:36:23 -07:00
dependabot[bot]
43ebf5ac49
Bump ruff from 0.11.12 to 0.11.13
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.11.12 to 0.11.13.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.12...0.11.13 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.11.13
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-07 15:03:13 +00:00
dependabot[bot]
4aa5f63620
Bump ipython from 9.2.0 to 9.3.0
...
Bumps [ipython](https://github.com/ipython/ipython ) from 9.2.0 to 9.3.0.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/9.2.0...9.3.0 )
---
updated-dependencies:
- dependency-name: ipython
dependency-version: 9.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-07 15:02:54 +00:00
dependabot[bot]
1566c21e9d
Bump hypothesis from 6.131.33 to 6.135.1
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.131.33 to 6.135.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.131.33...hypothesis-python-6.135.1 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-version: 6.135.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-07 15:02:41 +00:00
Roy
56b0592832
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-06-06 14:43:37 -07:00
Roy
b2af72a7a5
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-06-06 02:02:09 -07:00
Roy
9467e52d94
Update README.md
2025-06-06 01:39:44 -07:00
Roy
acb366912c
added Humble Games to the scanner
2025-06-06 01:37:21 -07:00
Roy
037b229b8e
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-06-05 15:36:30 -07:00
Roy
0b104541cd
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-06-04 04:25:20 -07:00
Roy
c2aa08b62a
Update NSLGameScanner.py
2025-06-04 04:18:54 -07:00
Roy
505c72202c
Update NSLGameScanner.py
2025-06-04 02:34:34 -07:00
Roy
4f0a9238c8
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-06-03 02:26:07 -07:00
Roy
cdbb05a5e2
Update NSLGameScanner.py
2025-06-03 01:53:26 -07:00
Roy
2dbf10f093
Add files via upload
2025-06-03 01:21:16 -07:00
Roy
8978b5c075
Added STOVE Client and Scanner for Games
Release Please / release-please (push) Has been cancelled
2025-06-02 20:19:30 -07:00
Roy
a3a06ddee1
Added STOVE Client Scanner
2025-06-02 20:15:48 -07:00
Roy
d13d11cc8d
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-06-01 18:17:47 -07:00
Roy
15f42879a7
Merge pull request #690 from moraroy/dependabot/pip/hypothesis-6.131.33
...
Release Please / release-please (push) Has been cancelled
Bump hypothesis from 6.131.25 to 6.131.33
2025-05-31 21:21:28 -07:00
Roy
796f19e7c7
Merge pull request #689 from moraroy/dependabot/pip/ruff-0.11.12
...
Bump ruff from 0.11.11 to 0.11.12
2025-05-31 14:15:25 -07:00
Roy
1b37bc4618
Merge pull request #688 from moraroy/dependabot/pip/pytest-xdist-3.7.0
...
Bump pytest-xdist from 3.6.1 to 3.7.0
2025-05-31 14:09:58 -07:00
dependabot[bot]
4e3439a3c9
Bump hypothesis from 6.131.25 to 6.131.33
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.131.25 to 6.131.33.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.131.25...hypothesis-python-6.131.33 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-version: 6.131.33
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-31 15:57:46 +00:00
dependabot[bot]
7a9ef1f953
Bump ruff from 0.11.11 to 0.11.12
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.11.11 to 0.11.12.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.11...0.11.12 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.11.12
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-31 15:57:31 +00:00
dependabot[bot]
de2495be6b
Bump pytest-xdist from 3.6.1 to 3.7.0
...
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist ) from 3.6.1 to 3.7.0.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases )
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.6.1...v3.7.0 )
---
updated-dependencies:
- dependency-name: pytest-xdist
dependency-version: 3.7.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-31 15:57:14 +00:00
Roy
eca61b0003
Update README.md
Release Please / release-please (push) Has been cancelled
2025-05-29 18:46:22 -07:00
Roy
de59763a38
Added Geforce Now Native Linux App / Redid Main Window
2025-05-29 15:38:09 -07:00
Roy
e68b0721fe
Update NSLGameScanner.py
2025-05-29 14:09:28 -07:00
Roy
9b6c11611a
Update NSLGameScanner.py
2025-05-29 14:05:39 -07:00
Roy
4e644a992d
Readdirect
Release Please / release-please (push) Has been cancelled
2025-05-29 00:04:53 -07:00
Roy
513aaafe0b
attempt compat tool fix on first run of scan
2025-05-28 23:28:51 -07:00
Roy
497e94d004
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-05-27 22:58:58 -07:00
Roy
1e66fed3c1
Update NSLGameScanner.py
2025-05-27 22:40:24 -07:00
Roy
61df808a1e
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-05-27 13:22:52 -07:00
Roy
670a821e49
Update NonSteamLaunchers.sh
2025-05-27 12:50:06 -07:00
Roy
97c7c75a7d
Update NSLPluginInstaller.sh
2025-05-27 12:40:58 -07:00
Roy
570ad10490
Merge pull request #682 from moraroy/dependabot/pip/hypothesis-6.131.25
...
Release Please / release-please (push) Has been cancelled
Bump hypothesis from 6.131.18 to 6.131.25
2025-05-26 00:55:14 -07:00
Roy
3e6f3726ce
Merge pull request #681 from moraroy/dependabot/pip/coverage-7.8.2
...
Bump coverage from 7.8.0 to 7.8.2
2025-05-26 00:55:00 -07:00
Roy
da707265a4
Merge pull request #680 from moraroy/dependabot/pip/ruff-0.11.11
...
Bump ruff from 0.11.10 to 0.11.11
2025-05-26 00:54:49 -07:00
dependabot[bot]
61cdfb9e14
Bump hypothesis from 6.131.18 to 6.131.25
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.131.18 to 6.131.25.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.131.18...hypothesis-python-6.131.25 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-version: 6.131.25
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-24 16:01:11 +00:00
dependabot[bot]
1abe5db209
Bump coverage from 7.8.0 to 7.8.2
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.8.0 to 7.8.2.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.8.0...7.8.2 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.8.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-24 16:00:55 +00:00
dependabot[bot]
328fac7f13
Bump ruff from 0.11.10 to 0.11.11
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.11.10 to 0.11.11.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.10...0.11.11 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.11.11
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-24 16:00:42 +00:00
Roy
44b63f78d2
Update README.md
Release Please / release-please (push) Has been cancelled
2025-05-23 01:16:25 -07:00
Roy
18bc0d433e
Update NSLGameScanner.py
2025-05-23 01:11:42 -07:00
Roy
d143c32a65
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-05-20 11:59:05 -07:00
Roy
ba7435b955
Update README.md
Release Please / release-please (push) Has been cancelled
2025-05-18 15:35:02 -07:00
Roy
d43dab695b
Merge pull request #675 from moraroy/dependabot/pip/ruff-0.11.10
...
Release Please / release-please (push) Has been cancelled
Bump ruff from 0.11.9 to 0.11.10
2025-05-17 12:51:43 -07:00
Roy
53c9a35177
Merge pull request #674 from moraroy/dependabot/pip/hypothesis-6.131.18
...
Bump hypothesis from 6.131.15 to 6.131.18
2025-05-17 12:31:13 -07:00
dependabot[bot]
1a148ebe3a
Bump ruff from 0.11.9 to 0.11.10
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.11.9 to 0.11.10.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.9...0.11.10 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.11.10
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-17 15:56:06 +00:00
dependabot[bot]
43e4176103
Bump hypothesis from 6.131.15 to 6.131.18
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.131.15 to 6.131.18.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.131.15...hypothesis-python-6.131.18 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-version: 6.131.18
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-17 15:55:48 +00:00
Roy
1eccc366d7
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-05-16 13:59:55 -07:00
Roy
ab5fe48411
Update NonSteamLaunchers.sh
2025-05-16 11:38:04 -07:00
Roy
8a63e0e6a6
Update NSLGameScanner.py
2025-05-16 11:24:06 -07:00
Roy
80ba5aa925
Added Waydroid Scanner
Release Please / release-please (push) Has been cancelled
2025-05-14 18:01:19 -07:00
Roy
e85d2aa3e8
removed temp battle net fix
2025-05-14 14:06:53 -07:00
Roy
e0265375f4
Merge pull request #669 from moraroy/dependabot/pip/hypothesis-6.131.15
...
Release Please / release-please (push) Has been cancelled
Bump hypothesis from 6.131.9 to 6.131.15
2025-05-11 16:53:58 -07:00
Roy
37465abef9
Merge pull request #668 from moraroy/dependabot/pip/ruff-0.11.9
...
Release Please / release-please (push) Has been cancelled
Bump ruff from 0.11.8 to 0.11.9
2025-05-11 03:29:59 -07:00
dependabot[bot]
12900d6292
Bump hypothesis from 6.131.9 to 6.131.15
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.131.9 to 6.131.15.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.131.9...hypothesis-python-6.131.15 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-version: 6.131.15
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-10 15:34:28 +00:00
dependabot[bot]
ac18f130b4
Bump ruff from 0.11.8 to 0.11.9
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.11.8 to 0.11.9.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.8...0.11.9 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.11.9
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-10 15:34:11 +00:00
Roy
1ddbe4f140
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-05-08 14:57:43 -07:00
Roy
6dad3e7c24
Update NSLGameScanner.py
2025-05-08 13:14:19 -07:00
Roy
8976e3125b
Create DONTREADME.md
Release Please / release-please (push) Has been cancelled
2025-05-07 16:55:33 -07:00
Roy
50a6599ce2
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-05-07 08:54:57 -07:00
Roy
5c147c53dd
Update NonSteamLaunchers.sh
2025-05-07 06:01:38 -07:00
Roy
51200565ba
Update NSLGameScanner.py
2025-05-07 05:35:32 -07:00
Roy
26a15b89ff
Added Boot Video per shortcut
2025-05-07 05:31:17 -07:00
Roy
f409b434f7
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-05-05 07:00:12 -07:00
Roy
7d691c9d2c
Update NonSteamLaunchers.sh
2025-05-05 06:42:02 -07:00
Roy
81f59e5721
Update NonSteamLaunchers.sh
2025-05-05 05:50:31 -07:00
Roy
3f94878d42
Update NonSteamLaunchers.sh
2025-05-05 04:42:55 -07:00
Roy
d1d971f63b
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-05-04 08:05:06 -07:00
Roy
81b74e2a5e
Update NonSteamLaunchers.sh
2025-05-04 07:53:50 -07:00
Roy
8ca27302d7
Update NSLGameScanner.py
2025-05-04 07:42:50 -07:00
Roy
4fcd082b32
Update NSLGameScanner.py
2025-05-04 07:38:38 -07:00
Roy
023d49d107
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-05-03 10:30:08 -07:00
Roy
042aefa69c
Merge pull request #660 from moraroy/dependabot/pip/charset-normalizer-3.4.2
...
Bump charset-normalizer from 3.4.1 to 3.4.2
2025-05-03 10:05:31 -07:00
Roy
2e8b92c8c9
Update NSLGameScanner.py
2025-05-03 10:01:46 -07:00
Roy
310ee129b1
Merge pull request #659 from moraroy/dependabot/pip/ruff-0.11.8
...
Bump ruff from 0.11.7 to 0.11.8
2025-05-03 09:37:39 -07:00
Roy
76cc80118f
Update NSLGameScanner.py
2025-05-03 09:25:16 -07:00
dependabot[bot]
10068bb4a1
Bump charset-normalizer from 3.4.1 to 3.4.2
...
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer ) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/jawah/charset_normalizer/releases )
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.1...3.4.2 )
---
updated-dependencies:
- dependency-name: charset-normalizer
dependency-version: 3.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-03 15:30:06 +00:00
dependabot[bot]
e67a535df8
Bump ruff from 0.11.7 to 0.11.8
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.11.7 to 0.11.8.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.7...0.11.8 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.11.8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-03 15:29:59 +00:00
Roy
a3e8e43335
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-05-03 07:09:41 -07:00
Roy
1fedecba0c
Update NonSteamLaunchers.sh
2025-05-03 05:28:58 -07:00
Roy
1e60db366c
Update NonSteamLaunchers.sh
2025-05-03 05:18:49 -07:00
Roy
585c7ad7f1
Add files via upload
2025-05-03 04:26:49 -07:00
Roy
63a4da7e41
Update NonSteamLaunchers.sh
2025-05-03 00:34:16 -07:00
Roy
ae9af85f71
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-05-02 13:57:56 -07:00
Roy
93b8b1b039
Add files via upload
2025-05-02 08:31:18 -07:00
Roy
626cf7858a
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-05-02 07:41:10 -07:00
Roy
2f978dc3f5
Add files via upload
2025-05-02 06:08:33 -07:00
Roy
0abea29415
Update NonSteamLaunchers.sh
2025-05-02 05:51:17 -07:00
Roy
a5fe05ba8e
fixed battle net (clean)
2025-05-02 04:35:02 -07:00
Roy
67e6d9f177
Update NonSteamLaunchers.sh
2025-05-02 04:12:43 -07:00
Roy
6c219e64bd
Cleaning
2025-05-02 03:47:35 -07:00
Roy
b8b40f9baa
Update NSLGameScanner.py
2025-05-02 02:21:53 -07:00
Roy
83bb83e74b
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-05-01 13:11:01 -07:00
Roy
484def960e
battle.net fix
2025-05-01 09:06:10 -07:00
Roy
bf04b72b6a
Add files via upload
Release Please / release-please (push) Has been cancelled
2025-05-01 04:03:05 -07:00
Roy
8869f36706
Add files via upload
2025-05-01 04:01:33 -07:00
Roy
8380bd6ea4
Add files via upload
2025-05-01 03:52:40 -07:00
Roy
8bb8ffb403
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-04-30 06:10:51 -07:00
Roy
2259c59a03
added IndieGala games scanner
2025-04-30 04:30:17 -07:00
Roy
a0d09eb796
Add files via upload
Release Please / release-please (push) Has been cancelled
2025-04-29 04:26:16 -07:00
Roy
a9b75d4126
new button called README
2025-04-29 00:11:21 -07:00
Roy
ad833b1ff8
Update README.md
2025-04-28 23:50:22 -07:00
Roy
7f7203a2ed
Update README.md
2025-04-28 23:48:22 -07:00
Roy
c6c8690283
Update README.md
2025-04-28 23:46:59 -07:00
Roy
6b88ed7149
Update README.md
2025-04-28 22:30:11 -07:00
Roy
e8bb84f32a
Add files via upload
Release Please / release-please (push) Has been cancelled
2025-04-28 05:22:02 -07:00
Roy
73e0cd3bcc
Update README.md
2025-04-28 03:32:34 -07:00
Roy
f76ff722c4
Update README.md
Release Please / release-please (push) Has been cancelled
2025-04-27 07:23:29 -07:00
Roy
55fda6814a
Update README.md
2025-04-27 07:17:18 -07:00
Roy
aac0081fbb
Merge pull request #656 from moraroy/dependabot/pip/ruff-0.11.7
...
Release Please / release-please (push) Has been cancelled
Bump ruff from 0.11.6 to 0.11.7
2025-04-27 01:19:48 -07:00
Roy
e78fb345aa
Merge pull request #655 from moraroy/dependabot/pip/certifi-2025.4.26
...
Bump certifi from 2025.1.31 to 2025.4.26
2025-04-27 01:15:00 -07:00
Roy
030f2ad5d2
Merge pull request #654 from moraroy/dependabot/pip/ipython-9.2.0
...
Release Please / release-please (push) Has been cancelled
Bump ipython from 9.1.0 to 9.2.0
2025-04-26 10:12:53 -07:00
Roy
8dda0c3f5b
Merge pull request #653 from moraroy/dependabot/pip/hypothesis-6.131.9
...
Bump hypothesis from 6.131.6 to 6.131.9
2025-04-26 09:16:55 -07:00
dependabot[bot]
f5c3b65423
Bump ruff from 0.11.6 to 0.11.7
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.11.6 to 0.11.7.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.6...0.11.7 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.11.7
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-26 15:56:08 +00:00
dependabot[bot]
d9eba32cd6
Bump certifi from 2025.1.31 to 2025.4.26
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.1.31 to 2025.4.26.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.01.31...2025.04.26 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2025.4.26
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-26 15:55:51 +00:00
dependabot[bot]
1bccb2425d
Bump ipython from 9.1.0 to 9.2.0
...
Bumps [ipython](https://github.com/ipython/ipython ) from 9.1.0 to 9.2.0.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/9.1.0...9.2.0 )
---
updated-dependencies:
- dependency-name: ipython
dependency-version: 9.2.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-26 15:55:48 +00:00
dependabot[bot]
de7098be29
Bump hypothesis from 6.131.6 to 6.131.9
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.131.6 to 6.131.9.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.131.6...hypothesis-python-6.131.9 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-version: 6.131.9
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-26 15:55:34 +00:00
Roy
b2fd40cf3e
Update README.md
Release Please / release-please (push) Has been cancelled
2025-04-24 23:30:48 -07:00
Roy
1e860a27b5
Update README.md
2025-04-24 23:29:34 -07:00
Roy
78e97db5e5
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-04-23 05:36:10 -07:00
Roy
5112a76dfd
Update NonSteamLaunchers.sh
2025-04-23 04:35:57 -07:00
Roy
aa07f7e060
Update NSLPluginInstaller.sh
2025-04-23 04:21:29 -07:00
Roy
bdd4186c54
Update NSLPluginInstaller.sh
2025-04-23 04:13:11 -07:00
Roy
90dc8c5bdd
Update NSLPluginInstaller.sh
2025-04-23 03:55:49 -07:00
Roy
f7bdca5540
Update README.md
Release Please / release-please (push) Has been cancelled
2025-04-21 21:32:21 -07:00
Roy
e47dc9060c
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-04-21 07:05:20 -07:00
Roy
a30190562a
amazon luna game bookmarks
2025-04-21 07:03:59 -07:00
Roy
828e24b776
better hoyo scanner
Release Please / release-please (push) Has been cancelled
2025-04-20 04:45:16 -07:00
Roy
4f319c3972
Merge pull request #646 from moraroy/dependabot/pip/ruff-0.11.6
...
Release Please / release-please (push) Has been cancelled
Bump ruff from 0.11.5 to 0.11.6
2025-04-19 15:22:01 -07:00
Roy
5b4f07be6b
Merge pull request #645 from moraroy/dependabot/pip/hypothesis-6.131.6
...
Bump hypothesis from 6.131.0 to 6.131.6
2025-04-19 15:20:16 -07:00
dependabot[bot]
b2b11abc9e
Bump ruff from 0.11.5 to 0.11.6
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.11.5 to 0.11.6.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.5...0.11.6 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.11.6
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-19 15:48:20 +00:00
dependabot[bot]
c2e766607b
Bump hypothesis from 6.131.0 to 6.131.6
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.131.0 to 6.131.6.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.131.0...hypothesis-python-6.131.6 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-version: 6.131.6
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-19 15:48:02 +00:00
Roy
b2ad6c3f5b
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-04-19 06:13:20 -07:00
Roy
10e9412112
Update NSLGameScanner.py
2025-04-19 05:17:45 -07:00
Roy
9ee7a12dc3
Update NonSteamLaunchers.sh
2025-04-19 04:35:20 -07:00
Roy
7ad591c2b4
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-04-18 13:28:35 -07:00
Roy
70e941dcf8
Update to 4.1.4
...
Release Please / release-please (push) Has been cancelled
~fixed Dupications between Decky Plugin and Dessktop Version
~Reworked UMU to use the UMU compat tool instead of Proton GE
~Separated HoYo Play games from the launcher
2025-04-18 04:27:16 -07:00
Roy
3cb58c3121
fixed dupes
2025-04-18 04:16:59 -07:00
Roy
e14cf4e12b
Update NSLGameScanner.py
2025-04-18 03:53:24 -07:00
Roy
0a55968fb8
Update NSLGameScanner.py
2025-04-18 02:47:16 -07:00
Roy
422dd824b9
Update NSLGameScanner.py
2025-04-18 02:14:24 -07:00
Roy
026106274b
Update NSLGameScanner.py
2025-04-18 01:53:32 -07:00
Roy
e8eb30bdc8
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-04-17 11:33:51 -07:00
Roy
84ea22bd02
Update NSLGameScanner.py
2025-04-17 09:19:11 -07:00
Roy
84f9b5cd56
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-04-17 06:32:25 -07:00
Roy
ba187f86e6
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-04-15 23:30:06 -07:00
Roy
79984e85b9
Update NonSteamLaunchers.sh
2025-04-15 22:48:22 -07:00
Roy
fe6214941b
Update README.md
2025-04-15 22:19:46 -07:00
Roy
6ede5a24b8
Update NonSteamLaunchers.sh
2025-04-15 22:14:05 -07:00
Roy
0f422a9d2a
added better xcloud
2025-04-15 22:07:53 -07:00
Roy
18c244a817
Update NSLGameScanner.py
2025-04-15 22:02:44 -07:00
Roy
fbf8b13f85
Added VFUN Launcher, Tempo Launcher, and TubiTV
2025-04-15 05:49:38 -07:00
Roy
b95c45a942
Added VFUN Launcher and Tempo Launcher
2025-04-15 05:38:55 -07:00
Roy
ff3c7e8936
Add files via upload
2025-04-15 04:10:51 -07:00
Roy
53699425f0
Add files via upload
2025-04-15 01:25:36 -07:00
Roy
376b292942
added tubitv
2025-04-15 01:23:16 -07:00
Roy
975d05c9e6
Merge pull request #638 from moraroy/dependabot/pip/hypothesis-6.131.0
...
Release Please / release-please (push) Has been cancelled
Bump hypothesis from 6.130.8 to 6.131.0
2025-04-13 21:46:43 -07:00
Roy
d23be1dca0
Merge pull request #637 from moraroy/dependabot/pip/urllib3-2.4.0
...
Release Please / release-please (push) Has been cancelled
Bump urllib3 from 2.3.0 to 2.4.0
2025-04-13 16:56:17 -07:00
Roy
916272bfd0
Merge pull request #636 from moraroy/dependabot/pip/ruff-0.11.5
...
Release Please / release-please (push) Has been cancelled
Bump ruff from 0.11.4 to 0.11.5
2025-04-13 05:14:15 -07:00
Roy
c0b01995b8
Merge pull request #635 from moraroy/dependabot/pip/ipython-9.1.0
...
Release Please / release-please (push) Has been cancelled
Bump ipython from 9.0.2 to 9.1.0
2025-04-12 23:49:22 -07:00
dependabot[bot]
a185521560
Bump hypothesis from 6.130.8 to 6.131.0
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.130.8 to 6.131.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.130.8...hypothesis-python-6.131.0 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-version: 6.131.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-12 15:12:30 +00:00
dependabot[bot]
72ef421c49
Bump urllib3 from 2.3.0 to 2.4.0
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.3.0...2.4.0 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-12 15:12:14 +00:00
dependabot[bot]
086a01ac20
Bump ruff from 0.11.4 to 0.11.5
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.11.4 to 0.11.5.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.4...0.11.5 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.11.5
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-12 15:12:10 +00:00
dependabot[bot]
b48a3ab64a
Bump ipython from 9.0.2 to 9.1.0
...
Bumps [ipython](https://github.com/ipython/ipython ) from 9.0.2 to 9.1.0.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/9.0.2...9.1.0 )
---
updated-dependencies:
- dependency-name: ipython
dependency-version: 9.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-12 15:11:53 +00:00
Roy
212abb22c7
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-04-12 00:21:13 -07:00
Roy
c88d7dea0d
added chrome bookmark scanner
2025-04-11 22:51:17 -07:00
Roy
9688709a3d
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-04-09 00:38:14 -07:00
Roy
9fe131a93f
Update README.md
Release Please / release-please (push) Has been cancelled
2025-04-08 01:38:43 -07:00
Roy
ac16720b8b
Update README.md
2025-04-08 01:30:02 -07:00
Roy
5f1c97013d
genshin path fix for scanner
Release Please / release-please (push) Has been cancelled
2025-04-07 02:56:23 -07:00
Roy
37ecab3575
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-04-06 22:50:13 -07:00
Roy
3f3e0571eb
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-04-06 04:17:16 -07:00
Roy
ed0dca546f
Update NonSteamLaunchers.sh
2025-04-06 04:15:07 -07:00
Roy
d2b884b6c7
Add files via upload
2025-04-06 04:03:54 -07:00
Roy
e0473f06d5
Merge pull request #631 from moraroy/dependabot/pip/coverage-7.8.0
...
Bump coverage from 7.7.1 to 7.8.0
2025-04-06 01:15:14 -07:00
Roy
2b87e118fe
Merge pull request #630 from moraroy/dependabot/pip/ruff-0.11.4
...
Bump ruff from 0.11.2 to 0.11.4
2025-04-06 01:14:57 -07:00
Roy
0570ba9ca8
Merge pull request #629 from moraroy/dependabot/pip/hypothesis-6.130.8
...
Bump hypothesis from 6.130.5 to 6.130.8
2025-04-06 01:14:13 -07:00
dependabot[bot]
7bf2296eb7
Bump coverage from 7.7.1 to 7.8.0
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.7.1 to 7.8.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.7.1...7.8.0 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.8.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-06 08:09:06 +00:00
dependabot[bot]
d8d1249546
Bump hypothesis from 6.130.5 to 6.130.8
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.130.5 to 6.130.8.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.130.5...hypothesis-python-6.130.8 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-version: 6.130.8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-06 08:08:54 +00:00
Roy
8ec9b03a77
Merge pull request #628 from moraroy/dependabot/pip/pytest-cov-6.1.1
...
Bump pytest-cov from 6.0.0 to 6.1.1
2025-04-06 01:07:26 -07:00
dependabot[bot]
4f53508667
Bump ruff from 0.11.2 to 0.11.4
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.11.2 to 0.11.4.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.2...0.11.4 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.11.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-06 08:00:54 +00:00
dependabot[bot]
dd604eab73
Bump pytest-cov from 6.0.0 to 6.1.1
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 6.0.0 to 6.1.1.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.0.0...v6.1.1 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-version: 6.1.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-06 08:00:54 +00:00
Roy
6a7c31719e
Merge pull request #627 from moraroy/dependabot/pip/rich-14.0.0
...
Bump rich from 13.9.4 to 14.0.0
2025-04-06 00:59:27 -07:00
dependabot[bot]
19e0b802a2
Bump rich from 13.9.4 to 14.0.0
...
Bumps [rich](https://github.com/Textualize/rich ) from 13.9.4 to 14.0.0.
- [Release notes](https://github.com/Textualize/rich/releases )
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Textualize/rich/compare/v13.9.4...v14.0.0 )
---
updated-dependencies:
- dependency-name: rich
dependency-version: 14.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-05 15:11:49 +00:00
Roy
61fc835c8f
Update README.md
Release Please / release-please (push) Has been cancelled
2025-04-04 21:09:52 -07:00
Roy
361c7c35ce
Update README.md
2025-04-04 20:51:52 -07:00
Roy
5d5e712a8f
Update README.md
2025-04-04 20:50:32 -07:00
Roy
065c662216
Update README.md
2025-04-04 20:46:40 -07:00
Roy
ed13418124
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-04-04 05:33:20 -07:00
Roy
9c00b2a22c
fixed epic from looping
2025-04-04 04:54:48 -07:00
Roy
087a8296d8
fixed epic from looping
2025-04-04 04:09:01 -07:00
Roy
57f6d436fa
fixed epic from looping
2025-04-04 03:33:00 -07:00
Roy
3251636369
Update NonSteamLaunchers.sh
2025-04-04 01:08:57 -07:00
Roy
43200bc737
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-04-03 19:57:57 -07:00
Roy
2f1e19affb
Update README.md
2025-04-03 18:46:35 -07:00
Roy
5f219dc33c
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-04-03 07:04:21 -07:00
Roy
21fe359961
Update README.md
2025-04-03 04:48:07 -07:00
Roy
6245118cf2
Update README.md
2025-04-03 04:46:28 -07:00
Roy
92990ff86a
fixed paths
2025-04-03 04:17:49 -07:00
Roy
a033100a47
Add files via upload
Release Please / release-please (push) Has been cancelled
2025-04-02 01:42:22 -07:00
Roy
60a28268ae
Add files via upload
Release Please / release-please (push) Has been cancelled
2025-04-01 00:19:07 -07:00
Roy
15109e93d1
Merge pull request #622 from moraroy/dependabot/pip/hypothesis-6.130.5
...
Release Please / release-please (push) Has been cancelled
Bump hypothesis from 6.130.1 to 6.130.5
2025-03-31 02:30:34 -07:00
dependabot[bot]
6b92f20a40
Bump hypothesis from 6.130.1 to 6.130.5
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.130.1 to 6.130.5.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.130.1...hypothesis-python-6.130.5 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-30 23:07:06 +00:00
Roy
39195008a9
Merge pull request #621 from moraroy/dependabot/pip/pytest-asyncio-0.26.0
...
Release Please / release-please (push) Has been cancelled
Bump pytest-asyncio from 0.25.3 to 0.26.0
2025-03-30 16:05:37 -07:00
dependabot[bot]
93572c981f
Bump pytest-asyncio from 0.25.3 to 0.26.0
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.25.3 to 0.26.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.3...v0.26.0 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-29 15:42:11 +00:00
Roy
b202a81346
Delete CN.txt
Release Please / release-please (push) Has been cancelled
2025-03-29 00:57:08 -07:00
Roy
741e3951d0
Update CN.txt
Release Please / release-please (push) Has been cancelled
2025-03-28 05:38:31 -07:00
Roy
f51d3fbbab
Update CN.txt
2025-03-28 05:26:28 -07:00
Roy
1085afbd12
Update CN.txt
Release Please / release-please (push) Has been cancelled
2025-03-28 03:46:05 -07:00
Roy
6f74d9451b
First CN
2025-03-28 02:55:08 -07:00
Roy
1cf770c09e
Create CN.txt
2025-03-28 01:56:44 -07:00
Roy
5ae944be49
added plarium play
Release Please / release-please (push) Has been cancelled
2025-03-26 20:15:46 -07:00
Roy
bb8ed151d6
Add files via upload
Release Please / release-please (push) Has been cancelled
2025-03-25 16:09:30 -07:00
Roy
10db206c24
Add files via upload
Release Please / release-please (push) Has been cancelled
2025-03-25 03:12:45 -07:00
Roy
18123b0cf7
added purple launcher
Release Please / release-please (push) Has been cancelled
2025-03-25 02:53:55 -07:00
Roy
0653263313
removed NSL because some one added it to Steamgridbd <3
2025-03-24 23:49:44 -07:00
Roy
6d6a263735
fixed gog
2025-03-24 22:06:24 -07:00
Roy
54988b1b41
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-03-24 02:42:46 -07:00
Roy
d53a238583
Add files via upload
Release Please / release-please (push) Waiting to run
2025-03-24 00:15:00 -07:00
Roy
f75dbf490d
Add files via upload
2025-03-24 00:11:14 -07:00
Roy
087adfe509
Add files via upload
2025-03-23 23:28:47 -07:00
Roy
cfe94755ee
Update NSLGameScanner.py
Release Please / release-please (push) Waiting to run
2025-03-23 01:22:25 -07:00
Roy
327b7ab87d
Update NSLGameScanner.py
Release Please / release-please (push) Waiting to run
2025-03-22 16:32:01 -07:00
Roy
841ba44a09
Merge pull request #618 from moraroy/dependabot/pip/hypothesis-6.130.1
...
Bump hypothesis from 6.129.2 to 6.130.1
2025-03-22 15:49:54 -07:00
Roy
0b40ebf3c0
Merge pull request #617 from moraroy/dependabot/pip/ruff-0.11.2
...
Bump ruff from 0.11.0 to 0.11.2
2025-03-22 15:33:16 -07:00
Roy
ad93f52988
Merge pull request #616 from moraroy/dependabot/pip/coverage-7.7.1
...
Bump coverage from 7.6.12 to 7.7.1
2025-03-22 14:48:16 -07:00
dependabot[bot]
b8555e6efe
Bump hypothesis from 6.129.2 to 6.130.1
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.129.2 to 6.130.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.129.2...hypothesis-python-6.130.1 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-22 15:28:40 +00:00
dependabot[bot]
504032e41d
Bump ruff from 0.11.0 to 0.11.2
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.11.0 to 0.11.2.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.0...0.11.2 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-22 15:28:23 +00:00
dependabot[bot]
45b822b565
Bump coverage from 7.6.12 to 7.7.1
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.12 to 7.7.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.6.12...7.7.1 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-22 15:28:05 +00:00
Roy
4d7dcbcb5a
Update NSLGameScanner.py
Release Please / release-please (push) Waiting to run
2025-03-21 23:54:11 -07:00
Roy
fbf068a79f
Update NSLGameScanner.py
2025-03-21 23:26:45 -07:00
Roy
aa8ca2470d
oops
2025-03-21 22:12:47 -07:00
Roy
7e498278b2
Update NSLGameScanner.py
...
added fix for battlenet and fixes for notification duplication for desktop version
2025-03-21 22:06:24 -07:00
Roy
aab3f6c4ab
added Display off button
Release Please / release-please (push) Has been cancelled
2025-03-20 03:32:36 -07:00
Roy
9325e1afe7
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-03-17 00:40:38 -07:00
Roy
50393c8eda
Merge pull request #613 from moraroy/dependabot/pip/ruff-0.11.0
...
Release Please / release-please (push) Waiting to run
Bump ruff from 0.9.10 to 0.11.0
2025-03-16 04:52:51 -07:00
Roy
325125852c
Merge pull request #612 from moraroy/dependabot/pip/hypothesis-6.129.2
...
Bump hypothesis from 6.127.9 to 6.129.2
2025-03-16 02:59:09 -07:00
dependabot[bot]
e867837705
Bump ruff from 0.9.10 to 0.11.0
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.9.10 to 0.11.0.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.9.10...0.11.0 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-15 15:45:38 +00:00
dependabot[bot]
e49c0dff60
Bump hypothesis from 6.127.9 to 6.129.2
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.127.9 to 6.129.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.127.9...hypothesis-python-6.129.2 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-15 15:45:20 +00:00
Roy
2843306833
Merge pull request #611 from moraroy/dependabot/pip/pytest-8.3.5
...
Release Please / release-please (push) Has been cancelled
Bump pytest from 8.3.4 to 8.3.5
2025-03-09 17:19:45 -07:00
Roy
9535b6f11f
Merge pull request #610 from moraroy/dependabot/pip/ipython-9.0.2
...
Bump ipython from 8.33.0 to 9.0.2
2025-03-09 17:18:30 -07:00
dependabot[bot]
08512e9541
Bump pytest from 8.3.4 to 8.3.5
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.4 to 8.3.5.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.4...8.3.5 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-10 00:02:48 +00:00
dependabot[bot]
047144e4bf
Bump ipython from 8.33.0 to 9.0.2
...
Bumps [ipython](https://github.com/ipython/ipython ) from 8.33.0 to 9.0.2.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/8.33.0...9.0.2 )
---
updated-dependencies:
- dependency-name: ipython
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-10 00:02:48 +00:00
Roy
48ca52cd31
Merge pull request #609 from moraroy/dependabot/pip/ruff-0.9.10
...
Bump ruff from 0.9.9 to 0.9.10
2025-03-09 17:02:23 -07:00
dependabot[bot]
ffd8eeecfe
Bump ruff from 0.9.9 to 0.9.10
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.9.9 to 0.9.10.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.9.9...0.9.10 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-10 00:01:32 +00:00
Roy
bbd1ca0f11
Merge pull request #608 from moraroy/dependabot/pip/hypothesis-6.127.9
...
Bump hypothesis from 6.127.3 to 6.127.9
2025-03-09 17:00:04 -07:00
dependabot[bot]
3d815e165e
Bump hypothesis from 6.127.3 to 6.127.9
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.127.3 to 6.127.9.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.127.3...hypothesis-python-6.127.9 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-08 16:39:11 +00:00
Roy
840b0977c4
Update README.md
Release Please / release-please (push) Has been cancelled
2025-03-03 19:33:23 -08:00
Roy
1d0a2505af
Update NonSteamLaunchers.sh
2025-03-03 19:26:58 -08:00
Roy
5b26e17d30
Add files via upload
Release Please / release-please (push) Waiting to run
2025-03-02 22:40:56 -08:00
Roy
dde0afcfe2
Add files via upload
2025-03-02 22:18:07 -08:00
Roy
6cc43cbed5
Merge pull request #600 from moraroy/dependabot/pip/ruff-0.9.9
...
Release Please / release-please (push) Waiting to run
Bump ruff from 0.9.7 to 0.9.9
2025-03-02 04:02:05 -08:00
Roy
225962e8ab
Merge pull request #599 from moraroy/dependabot/pip/ipython-8.33.0
...
Bump ipython from 8.32.0 to 8.33.0
2025-03-02 03:58:47 -08:00
Roy
c43fdeaf8c
Merge pull request #598 from moraroy/dependabot/pip/hypothesis-6.127.3
...
Bump hypothesis from 6.126.0 to 6.127.3
2025-03-02 03:54:19 -08:00
dependabot[bot]
2de5de559d
Bump ruff from 0.9.7 to 0.9.9
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.9.7 to 0.9.9.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.9.7...0.9.9 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-01 16:26:42 +00:00
dependabot[bot]
b2c6812e23
Bump ipython from 8.32.0 to 8.33.0
...
Bumps [ipython](https://github.com/ipython/ipython ) from 8.32.0 to 8.33.0.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/8.32.0...8.33.0 )
---
updated-dependencies:
- dependency-name: ipython
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-01 16:26:23 +00:00
dependabot[bot]
d9e341c998
Bump hypothesis from 6.126.0 to 6.127.3
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.126.0 to 6.127.3.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.126.0...hypothesis-python-6.127.3 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-01 16:26:07 +00:00
Roy
6fb31a4226
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-02-23 15:52:14 -08:00
Roy
a1d28f8598
Add files via upload
2025-02-23 15:01:16 -08:00
Roy
2421500709
Merge pull request #596 from moraroy/dependabot/pip/ruff-0.9.7
...
Bump ruff from 0.9.6 to 0.9.7
2025-02-23 14:58:36 -08:00
Roy
be6d41420d
Add files via upload
2025-02-23 14:54:27 -08:00
Roy
cee929d953
Merge pull request #595 from moraroy/dependabot/pip/hypothesis-6.126.0
...
Bump hypothesis from 6.125.3 to 6.126.0
2025-02-23 14:43:42 -08:00
dependabot[bot]
7e7b92fa84
Bump ruff from 0.9.6 to 0.9.7
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.9.6 to 0.9.7.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.9.6...0.9.7 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-22 16:31:13 +00:00
dependabot[bot]
718442653a
Bump hypothesis from 6.125.3 to 6.126.0
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.125.3 to 6.126.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.125.3...hypothesis-python-6.126.0 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-22 16:30:53 +00:00
Roy
f2f53a933b
Add files via upload
Release Please / release-please (push) Has been cancelled
2025-02-18 03:06:25 -08:00
Roy
c1cccbd2f7
Add files via upload
Release Please / release-please (push) Waiting to run
2025-02-17 15:53:10 -08:00
Roy
82c2f0fdac
Merge pull request #591 from moraroy/dependabot/pip/hypothesis-6.125.3
...
Release Please / release-please (push) Has been cancelled
Bump hypothesis from 6.125.2 to 6.125.3
2025-02-16 00:05:21 -08:00
Roy
586a5a9467
Merge pull request #590 from moraroy/dependabot/pip/ruff-0.9.6
...
Bump ruff from 0.9.5 to 0.9.6
2025-02-16 00:00:36 -08:00
Roy
658d6d76a3
Merge pull request #589 from moraroy/dependabot/pip/coverage-7.6.12
...
Release Please / release-please (push) Waiting to run
Bump coverage from 7.6.11 to 7.6.12
2025-02-15 14:44:19 -08:00
dependabot[bot]
289f2a7fd6
Bump hypothesis from 6.125.2 to 6.125.3
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.125.2 to 6.125.3.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.125.2...hypothesis-python-6.125.3 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-15 16:22:23 +00:00
dependabot[bot]
e7cf3adf7f
Bump ruff from 0.9.5 to 0.9.6
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.9.5 to 0.9.6.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.9.5...0.9.6 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-15 16:22:05 +00:00
dependabot[bot]
001d645c69
Bump coverage from 7.6.11 to 7.6.12
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.11 to 7.6.12.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.6.11...7.6.12 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-15 16:21:46 +00:00
Roy
17b9d816fb
Release Please / release-please (push) Waiting to run
2025-02-14 19:57:18 -08:00
Roy
959613e408
Update NonSteamLaunchers.sh
Release Please / release-please (push) Waiting to run
2025-02-14 02:39:10 -08:00
Roy
cfcbfc22df
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-02-10 05:09:44 -08:00
Roy
a8dcf988df
Update NSLGameScanner.py
2025-02-10 04:24:39 -08:00
Roy
2fe292083b
Update README.md
Release Please / release-please (push) Waiting to run
2025-02-09 03:38:24 -08:00
Roy
fad93ae52a
Added Game Jolt Scanner
2025-02-09 03:36:46 -08:00
Roy
c171463254
Merge pull request #588 from moraroy/dependabot/pip/hypothesis-6.125.2
...
Bump hypothesis from 6.124.9 to 6.125.2
2025-02-08 23:30:51 -08:00
Roy
eef4695d8d
Merge pull request #587 from moraroy/dependabot/pip/ruff-0.9.5
...
Release Please / release-please (push) Waiting to run
Bump ruff from 0.9.4 to 0.9.5
2025-02-08 17:24:55 -08:00
Roy
65c16c6582
Merge pull request #586 from moraroy/dependabot/pip/coverage-7.6.11
...
Bump coverage from 7.6.10 to 7.6.11
2025-02-08 17:07:33 -08:00
dependabot[bot]
9535568470
Bump hypothesis from 6.124.9 to 6.125.2
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.124.9 to 6.125.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.124.9...hypothesis-python-6.125.2 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-08 16:19:01 +00:00
dependabot[bot]
a94429b1bd
Bump ruff from 0.9.4 to 0.9.5
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.9.4...0.9.5 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-08 16:18:43 +00:00
dependabot[bot]
e288756ead
Bump coverage from 7.6.10 to 7.6.11
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.10 to 7.6.11.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.6.10...7.6.11 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-08 16:18:26 +00:00
Roy
bb04d1098c
Add files via upload
Release Please / release-please (push) Has been cancelled
2025-02-07 00:47:03 -08:00
Roy
d120f7cb23
Add files via upload
2025-02-06 21:02:07 -08:00
Roy
22fde21e9c
Update NonSteamLaunchers.sh
Release Please / release-please (push) Waiting to run
2025-02-06 15:27:31 -08:00
Roy
55e40bfff8
Update README.md
Release Please / release-please (push) Waiting to run
2025-02-06 04:28:21 -08:00
Roy
7941fc5729
~Added Pokemon TCG Live
Release Please / release-please (push) Waiting to run
2025-02-06 03:17:24 -08:00
Roy
4b2acb2fd0
-Added Pokemon TCG Live
2025-02-06 03:11:38 -08:00
Roy
998e5af150
Update README.md
Release Please / release-please (push) Waiting to run
2025-02-05 04:46:49 -08:00
Roy
f68a2d5893
Add files via upload
2025-02-05 04:34:31 -08:00
Roy
cff2d6c7c9
Update NSLGameScanner.py
2025-02-05 04:33:26 -08:00
Roy
bd9b330b1f
Update NSLGameScanner.py
2025-02-05 04:19:42 -08:00
Roy
1107eadf0e
Merge pull request #582 from moraroy/dependabot/pip/pytest-asyncio-0.25.3
...
Release Please / release-please (push) Has been cancelled
Bump pytest-asyncio from 0.25.2 to 0.25.3
2025-02-01 20:44:12 -08:00
Roy
a41562fb7a
Merge pull request #581 from moraroy/dependabot/pip/ruff-0.9.4
...
Release Please / release-please (push) Waiting to run
Bump ruff from 0.9.3 to 0.9.4
2025-02-01 16:11:50 -08:00
Roy
6c677f6512
Merge pull request #580 from moraroy/dependabot/pip/hypothesis-6.124.9
...
Bump hypothesis from 6.124.5 to 6.124.9
2025-02-01 15:22:30 -08:00
Roy
16996b7a89
Merge pull request #579 from moraroy/dependabot/pip/ipython-8.32.0
...
Bump ipython from 8.31.0 to 8.32.0
2025-02-01 14:11:00 -08:00
Roy
888e7fc84d
Merge pull request #578 from moraroy/dependabot/pip/certifi-2025.1.31
...
Bump certifi from 2024.12.14 to 2025.1.31
2025-02-01 13:59:42 -08:00
dependabot[bot]
89003132f6
Bump pytest-asyncio from 0.25.2 to 0.25.3
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.25.2 to 0.25.3.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.2...v0.25.3 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-01 16:06:22 +00:00
dependabot[bot]
6de1d90b28
Bump ruff from 0.9.3 to 0.9.4
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.9.3 to 0.9.4.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.9.3...0.9.4 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-01 16:06:10 +00:00
dependabot[bot]
f86e78d920
Bump hypothesis from 6.124.5 to 6.124.9
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.124.5 to 6.124.9.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.124.5...hypothesis-python-6.124.9 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-01 16:05:52 +00:00
dependabot[bot]
a79d778786
Bump ipython from 8.31.0 to 8.32.0
...
Bumps [ipython](https://github.com/ipython/ipython ) from 8.31.0 to 8.32.0.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/8.31.0...8.32.0 )
---
updated-dependencies:
- dependency-name: ipython
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-01 16:05:35 +00:00
dependabot[bot]
47f4e19513
Bump certifi from 2024.12.14 to 2025.1.31
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2024.12.14 to 2025.1.31.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.12.14...2025.01.31 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-01 16:05:07 +00:00
Roy
0969a6441c
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-01-30 21:34:13 -08:00
Roy
8313381770
Update NSLGameScanner.py
2025-01-30 21:30:45 -08:00
Roy
e04115fc7d
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-01-28 23:08:41 -08:00
Roy
c287de25fc
Update README.md
Release Please / release-please (push) Waiting to run
2025-01-28 04:48:25 -08:00
Roy
2505804d2b
Update README.md
2025-01-28 04:38:23 -08:00
Roy
30310735c1
Update README.md
2025-01-28 04:34:55 -08:00
Roy
4172e7a107
Update NonSteamLaunchers.sh
2025-01-28 04:08:16 -08:00
Roy
080f35a269
Add files via upload
...
~added Game Volt
~added Artix Game Launcher
~added ARC Launcher
2025-01-28 03:12:24 -08:00
Roy
cf10965f91
Add files via upload
...
~added Game Volt
~added Artix Game Launcher
~added ARC Launcher
2025-01-28 03:03:33 -08:00
Roy
6dfcef1ebc
Merge pull request #574 from moraroy/dependabot/pip/ruff-0.9.3
...
Release Please / release-please (push) Has been cancelled
Bump ruff from 0.9.2 to 0.9.3
2025-01-26 21:45:20 -08:00
Roy
b667219adc
Merge pull request #573 from moraroy/dependabot/pip/certifi-2024.12.14
...
Release Please / release-please (push) Waiting to run
Bump certifi from 2024.2.2 to 2024.12.14
2025-01-26 13:32:09 -08:00
Roy
8f198f616b
Merge pull request #572 from moraroy/dependabot/pip/hypothesis-6.124.5
...
Bump hypothesis from 6.124.1 to 6.124.5
2025-01-26 13:25:44 -08:00
dependabot[bot]
68e34cfde8
Bump ruff from 0.9.2 to 0.9.3
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.9.2...0.9.3 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-25 16:27:35 +00:00
dependabot[bot]
bb38286145
Bump certifi from 2024.2.2 to 2024.12.14
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2024.2.2 to 2024.12.14.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.12.14 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-25 16:27:16 +00:00
dependabot[bot]
c352008260
Bump hypothesis from 6.124.1 to 6.124.5
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.124.1 to 6.124.5.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.124.1...hypothesis-python-6.124.5 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-25 16:27:10 +00:00
Roy
af6f46e046
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2025-01-24 03:18:05 -08:00
Roy
56b4243b03
Added New Cool Websites
...
Release Please / release-please (push) Has been cancelled
~Boosteroid Cloud Gaming
~Rocketcrab
~stim.io
~WatchParty
~Venge.io
2025-01-21 17:33:07 -08:00
Roy
c241fa2401
Update NSLGameScanner.py
2025-01-21 17:26:37 -08:00
Roy
3f7576cfda
added watchparty.me
2025-01-21 17:18:39 -08:00
Roy
9663e83ade
added stim.io, rocketcrab.com, and boosteroid
2025-01-21 17:01:52 -08:00
Roy
c07decc9ea
Merge pull request #568 from cosmo-ray/warcraft
...
Add Warcraft I/II Remastered
2025-01-21 14:08:18 -08:00
Matthias Gatto
7a66485ccf
Add Warcraft I/II Remastered
...
Signed-off-by: Matthias Gatto <uso.cosmo.ray@gmail.com >
2025-01-21 13:23:56 +01:00
Roy
51592d6b12
Add files via upload
Release Please / release-please (push) Waiting to run
2025-01-21 03:28:17 -08:00
Roy
eae8523fa0
Update NSLGameScanner.py
2025-01-21 03:25:41 -08:00
Roy
4b17e0e484
Merge pull request #567 from moraroy/dependabot/pip/hypothesis-6.124.1
...
Release Please / release-please (push) Waiting to run
Bump hypothesis from 6.123.13 to 6.124.1
2025-01-20 01:57:40 -08:00
Roy
1c0a2225a1
Merge pull request #566 from moraroy/dependabot/pip/requests-2.32.3
...
Bump requests from 2.31.0 to 2.32.3
2025-01-20 01:55:43 -08:00
Roy
123bc80b2f
Merge pull request #565 from moraroy/dependabot/pip/ruff-0.9.2
...
Bump ruff from 0.8.6 to 0.9.2
2025-01-20 01:46:26 -08:00
dependabot[bot]
fcdb93cd7b
Bump ruff from 0.8.6 to 0.9.2
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.8.6 to 0.9.2.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.8.6...0.9.2 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-20 09:43:22 +00:00
dependabot[bot]
01ef7a4d26
Bump hypothesis from 6.123.13 to 6.124.1
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.123.13 to 6.124.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.123.13...hypothesis-python-6.124.1 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-20 09:43:21 +00:00
dependabot[bot]
97f49575cc
Bump requests from 2.31.0 to 2.32.3
...
Bumps [requests](https://github.com/psf/requests ) from 2.31.0 to 2.32.3.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.3 )
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-20 09:43:07 +00:00
Roy
1efb184d39
Merge pull request #564 from moraroy/dependabot/pip/charset-normalizer-3.4.1
...
Bump charset-normalizer from 3.3.2 to 3.4.1
2025-01-20 01:42:51 -08:00
Roy
adf4579cc9
Merge pull request #563 from moraroy/dependabot/pip/poetry-plugin-export-1.9.0
...
Bump poetry-plugin-export from 1.8.0 to 1.9.0
2025-01-20 01:40:30 -08:00
dependabot[bot]
a9852026af
Bump charset-normalizer from 3.3.2 to 3.4.1
...
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer ) from 3.3.2 to 3.4.1.
- [Release notes](https://github.com/jawah/charset_normalizer/releases )
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jawah/charset_normalizer/compare/3.3.2...3.4.1 )
---
updated-dependencies:
- dependency-name: charset-normalizer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-18 16:04:45 +00:00
dependabot[bot]
7f419ab0b0
Bump poetry-plugin-export from 1.8.0 to 1.9.0
...
Bumps [poetry-plugin-export](https://github.com/python-poetry/poetry-plugin-export ) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/python-poetry/poetry-plugin-export/releases )
- [Changelog](https://github.com/python-poetry/poetry-plugin-export/blob/main/CHANGELOG.md )
- [Commits](https://github.com/python-poetry/poetry-plugin-export/compare/1.8.0...1.9.0 )
---
updated-dependencies:
- dependency-name: poetry-plugin-export
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-18 16:04:40 +00:00
Roy
7402a158c2
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2025-01-14 13:44:40 -08:00
Roy
45e38d36af
3.99
Release Please / release-please (push) Has been cancelled
2025-01-12 13:11:49 -08:00
Roy
b421643531
Update NonSteamLaunchers.sh
Release Please / release-please (push) Waiting to run
2025-01-12 00:42:39 -08:00
Roy
a88b3a0b90
Update README.md
2025-01-12 00:22:33 -08:00
Roy
2bfe14a6a7
Update README.md
2025-01-12 00:15:57 -08:00
Roy
f8f91258e9
Update README.md
2025-01-12 00:14:18 -08:00
Roy
2c579109e7
Add files via upload
2025-01-11 23:52:52 -08:00
Roy
a7de732b02
fixed umu shortcuts
2025-01-11 23:42:07 -08:00
Roy
41dee335a8
removed code and fixed compat tool maybe
Release Please / release-please (push) Waiting to run
2025-01-11 21:07:36 -08:00
Roy
f2c1545c9e
fixed variable
2025-01-11 20:22:20 -08:00
Roy
5822cf0705
fixed check update logic
2025-01-11 19:36:05 -08:00
Roy
1d905ea1af
Update release-please.yml
2025-01-11 17:07:07 -08:00
Roy
8181303f61
Update release-please-config.json
2025-01-11 17:05:13 -08:00
Roy
3e86a6539d
Update release-please.yml
2025-01-11 17:03:40 -08:00
Roy
a0a2a699c8
Update release-please-config.json
2025-01-11 17:01:42 -08:00
Roy
105855ffda
Update release-please.yml
2025-01-11 16:59:06 -08:00
Roy
df4168a87e
Update release-please.yml
2025-01-11 16:55:48 -08:00
Roy
878d716b20
Update release-please.yml
2025-01-11 16:53:33 -08:00
Roy
a739b000bb
Update README.md
Release Please / release-please (push) Waiting to run
2025-01-11 11:40:11 -08:00
Roy
414c618318
Update README.md
2025-01-11 11:39:20 -08:00
Roy
871bce2c17
Update README.md
2025-01-11 11:31:42 -08:00
Roy
40310df41a
Merge pull request #558 from moraroy/dependabot/pip/urllib3-2.3.0
...
Bump urllib3 from 2.2.1 to 2.3.0
2025-01-11 11:29:48 -08:00
Roy
cd518c3b1b
Merge pull request #557 from moraroy/dependabot/pip/pytest-asyncio-0.25.2
...
Bump pytest-asyncio from 0.25.1 to 0.25.2
2025-01-11 11:29:39 -08:00
Roy
5c12bb3814
Merge pull request #556 from moraroy/dependabot/pip/idna-3.10
...
Bump idna from 3.6 to 3.10
2025-01-11 11:29:28 -08:00
Roy
21bd1394da
Merge pull request #555 from moraroy/dependabot/pip/icecream-2.1.4
...
Bump icecream from 2.1.3 to 2.1.4
2025-01-11 11:29:15 -08:00
Roy
f5e835175a
Merge pull request #554 from moraroy/dependabot/pip/hypothesis-6.123.13
...
Bump hypothesis from 6.123.2 to 6.123.13
2025-01-11 11:29:02 -08:00
Roy
8689eaba68
Update README.md
2025-01-11 11:25:27 -08:00
Roy
41bd6242a2
added stats
2025-01-11 11:05:26 -08:00
dependabot[bot]
b9110ae1d1
Bump urllib3 from 2.2.1 to 2.3.0
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.3.0 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-11 16:37:11 +00:00
dependabot[bot]
510eff83b6
Bump pytest-asyncio from 0.25.1 to 0.25.2
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.25.1 to 0.25.2.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.1...v0.25.2 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-11 16:37:07 +00:00
dependabot[bot]
b0e1a78860
Bump idna from 3.6 to 3.10
...
Bumps [idna](https://github.com/kjd/idna ) from 3.6 to 3.10.
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst )
- [Commits](https://github.com/kjd/idna/compare/v3.6...v3.10 )
---
updated-dependencies:
- dependency-name: idna
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-11 16:36:54 +00:00
dependabot[bot]
5df303cc33
Bump icecream from 2.1.3 to 2.1.4
...
Bumps [icecream](https://github.com/gruns/icecream ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/gruns/icecream/releases )
- [Changelog](https://github.com/gruns/icecream/blob/master/changelog.txt )
- [Commits](https://github.com/gruns/icecream/compare/v2.1.3...v2.1.4 )
---
updated-dependencies:
- dependency-name: icecream
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-11 16:36:52 +00:00
dependabot[bot]
1de33397b7
Bump hypothesis from 6.123.2 to 6.123.13
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.123.2 to 6.123.13.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.123.2...hypothesis-python-6.123.13 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-11 16:36:37 +00:00
Roy
c4d9add919
fix for vk
Release Please / release-please (push) Waiting to run
2025-01-11 00:41:13 -08:00
Roy
4d55342209
added hoyoplay scanner
Release Please / release-please (push) Waiting to run
2025-01-10 19:08:58 -08:00
Roy
fb198431f5
fix
2025-01-10 18:19:46 -08:00
Roy
c63f536032
added HoYo Play Scanner
2025-01-10 18:12:28 -08:00
Roy
60a42ea2e9
added gradient effect
Release Please / release-please (push) Waiting to run
2025-01-10 12:43:25 -08:00
Roy
4ff1d27e48
added icons to notifications
2025-01-10 12:12:30 -08:00
Roy
8a75c42100
Update README.md
Release Please / release-please (push) Has been cancelled
2025-01-06 08:57:30 -08:00
Roy
2f82847f74
added Unreal Engine
2025-01-06 08:57:02 -08:00
Roy
00f85efde4
Merge pull request #551 from pinduzera/patch-1
...
Release Please / release-please (push) Waiting to run
Typo Crunchyroll on README.md
2025-01-05 13:02:23 -08:00
Roy
97ce677083
Merge pull request #550 from jamesmugford/patch-2
...
Update README.md
2025-01-05 13:01:34 -08:00
Eduardo Ochetski Hellas
ce67401e34
Typo Crunchyroll README.md
2025-01-05 17:48:31 -03:00
James Mugford
521bb3a916
Update README.md
...
Fixed typo (It's all I'm good at, I think sometimes! 🙈 😅 )
2025-01-05 20:26:59 +00:00
Roy
31ec5936a0
Update NonSteamLaunchers.sh
Release Please / release-please (push) Waiting to run
2025-01-05 11:04:31 -08:00
Roy
53a803b447
Update NonSteamLaunchers.sh
Release Please / release-please (push) Waiting to run
2025-01-04 22:33:38 -08:00
Roy
b52847c786
Update NonSteamLaunchers.sh
Release Please / release-please (push) Waiting to run
2025-01-04 14:52:07 -08:00
Roy
4bc8441ab1
Update NonSteamLaunchers.sh
2025-01-04 14:48:15 -08:00
Roy
9cdb5a4828
Update README.md
2025-01-04 13:57:40 -08:00
Roy
5663a0b950
Update NSLGameScanner.py
Release Please / release-please (push) Waiting to run
2025-01-04 10:22:10 -08:00
Roy
29c846cb76
Update NSLGameScanner.py
2025-01-04 10:11:32 -08:00
Roy
414e92d162
added Notifications for Desktop Mode
2025-01-04 10:09:58 -08:00
Roy
3c65cbfd15
Merge pull request #549 from moraroy/dependabot/pip/ruff-0.8.6
...
Bump ruff from 0.8.4 to 0.8.6
2025-01-04 08:37:12 -08:00
Roy
00bcb32904
Merge pull request #548 from moraroy/dependabot/pip/pytest-asyncio-0.25.1
...
Bump pytest-asyncio from 0.25.0 to 0.25.1
2025-01-04 08:36:59 -08:00
dependabot[bot]
dab631a126
Bump ruff from 0.8.4 to 0.8.6
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.8.4 to 0.8.6.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.8.4...0.8.6 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-04 16:34:22 +00:00
dependabot[bot]
934e719a23
Bump pytest-asyncio from 0.25.0 to 0.25.1
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.25.0 to 0.25.1.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.0...v0.25.1 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-04 16:34:06 +00:00
Roy
c346dc35d6
better messages
2025-01-04 08:22:17 -08:00
Roy
ee8a1d6f68
added VK Play Sca
Release Please / release-please (push) Waiting to run
2025-01-03 08:37:01 -08:00
Roy
7069c41855
added VK Play Scanner
2025-01-03 08:34:48 -08:00
Roy
a8c13d41ad
Merge pull request #545 from moraroy/dependabot/pip/coverage-7.6.10
...
Release Please / release-please (push) Waiting to run
Bump coverage from 7.6.9 to 7.6.10
2025-01-02 15:47:40 -08:00
Roy
9a02c133c1
Merge pull request #544 from moraroy/dependabot/pip/hypothesis-6.123.2
...
Bump hypothesis from 6.122.5 to 6.123.2
2025-01-02 15:47:31 -08:00
dependabot[bot]
83c3a3bfa1
Bump coverage from 7.6.9 to 7.6.10
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.9 to 7.6.10.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.6.9...7.6.10 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-28 16:31:21 +00:00
dependabot[bot]
0918b5fe94
Bump hypothesis from 6.122.5 to 6.123.2
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.122.5 to 6.123.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.122.5...hypothesis-python-6.123.2 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-28 16:31:02 +00:00
Roy
b107c5b5fe
better messages
Release Please / release-please (push) Has been cancelled
2024-12-27 04:07:01 -08:00
Roy
49cd0788bc
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2024-12-25 15:36:48 -08:00
Roy
2f200aefb6
Update NSLGameScanner.py
2024-12-25 15:22:56 -08:00
Roy
148e0cb9bb
Merge pull request #538 from moraroy/dependabot/pip/ruff-0.8.4
...
Release Please / release-please (push) Has been cancelled
Bump ruff from 0.8.3 to 0.8.4
2024-12-21 23:06:04 -08:00
Roy
0e0034ebdf
Merge pull request #537 from moraroy/dependabot/pip/ipython-8.31.0
...
Bump ipython from 8.30.0 to 8.31.0
2024-12-21 23:05:53 -08:00
Roy
3456c6c8cd
Merge pull request #536 from moraroy/dependabot/pip/hypothesis-6.122.5
...
Bump hypothesis from 6.122.3 to 6.122.5
2024-12-21 23:05:43 -08:00
dependabot[bot]
4db4e2ecdf
Bump ruff from 0.8.3 to 0.8.4
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.8.3 to 0.8.4.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.8.3...0.8.4 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-21 16:39:47 +00:00
dependabot[bot]
4b860d14c4
Bump ipython from 8.30.0 to 8.31.0
...
Bumps [ipython](https://github.com/ipython/ipython ) from 8.30.0 to 8.31.0.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/8.30.0...8.31.0 )
---
updated-dependencies:
- dependency-name: ipython
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-21 16:39:29 +00:00
dependabot[bot]
67ff873969
Bump hypothesis from 6.122.3 to 6.122.5
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.122.3 to 6.122.5.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.122.3...hypothesis-python-6.122.5 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-21 16:39:14 +00:00
Roy
0557aee20a
Delete proxycache directory
Release Please / release-please (push) Has been cancelled
2024-12-20 08:28:54 -08:00
Roy
8bb2e01b2a
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2024-12-18 05:29:28 -08:00
Roy
903fec3834
Merge pull request #533 from moraroy/dependabot/pip/ruff-0.8.3
...
Release Please / release-please (push) Has been cancelled
Bump ruff from 0.8.2 to 0.8.3
2024-12-15 20:18:24 -08:00
Roy
c435c1aa15
Merge pull request #532 from moraroy/dependabot/pip/hypothesis-6.122.3
...
Bump hypothesis from 6.122.1 to 6.122.3
2024-12-15 20:18:10 -08:00
Roy
de4ebc1bac
Merge pull request #531 from moraroy/dependabot/pip/pytest-asyncio-0.25.0
...
Bump pytest-asyncio from 0.24.0 to 0.25.0
2024-12-15 20:17:50 -08:00
dependabot[bot]
7efb2d9da3
Bump ruff from 0.8.2 to 0.8.3
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.8.2 to 0.8.3.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.8.2...0.8.3 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-14 16:16:30 +00:00
dependabot[bot]
3dfa8e7637
Bump hypothesis from 6.122.1 to 6.122.3
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.122.1 to 6.122.3.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.122.1...hypothesis-python-6.122.3 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-14 16:16:07 +00:00
dependabot[bot]
2d0705f940
Bump pytest-asyncio from 0.24.0 to 0.25.0
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v0.25.0 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-14 16:15:51 +00:00
Roy
3676f9a37c
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2024-12-14 01:54:13 -08:00
Roy
50ba58bd3b
Update NSLGameScanner.py
2024-12-14 01:13:34 -08:00
Roy
576ed66de0
Update NSLGameScanner.py
Release Please / release-please (push) Waiting to run
2024-12-13 23:29:07 -08:00
Roy
2e5e8673e3
Update NSLGameScanner.py
2024-12-13 23:27:33 -08:00
Roy
1f4510608f
Update NonSteamLaunchers.sh
2024-12-13 22:19:42 -08:00
Roy
fcde7d9c0d
Update NonSteamLaunchers.sh
2024-12-13 21:54:28 -08:00
Roy
c33fbb36f2
Update NSLGameScanner.py
Release Please / release-please (push) Waiting to run
2024-12-13 12:05:39 -08:00
Roy
f820d1dd58
Update NSLGameScanner.py
2024-12-13 11:36:55 -08:00
Roy
95132cf63b
Update NSLGameScanner.py
2024-12-13 11:11:38 -08:00
Roy
c92defb786
Update NSLGameScanner.py
2024-12-13 10:57:00 -08:00
Roy
516992e797
Update README.md
Release Please / release-please (push) Waiting to run
2024-12-13 05:37:40 -08:00
Roy
a2a6687758
Update proxycache.py
Release Please / release-please (push) Has been cancelled
2024-12-11 06:23:21 -08:00
Roy
f1f1c61f63
Update NSLGameScanner.py
2024-12-11 06:20:31 -08:00
Roy
a879402dde
Update requirements.txt
2024-12-11 06:19:33 -08:00
Roy
a25c6bcc70
Update proxycache.py
2024-12-11 06:19:03 -08:00
Roy
ce48851169
Update proxycache.py
Release Please / release-please (push) Waiting to run
2024-12-10 04:46:28 -08:00
Roy
8ba5bb7f94
Update proxycache.py
2024-12-10 04:20:52 -08:00
Roy
ad248dd3be
Update proxycache.py
2024-12-10 04:00:52 -08:00
Roy
3839e79934
Update proxycache.py
2024-12-10 03:57:02 -08:00
Roy
b4ec47c819
Update proxycache.py
2024-12-10 03:49:25 -08:00
Roy
838c763b95
Update proxycache.py
2024-12-10 03:44:37 -08:00
Roy
2d75e133a6
Update README.md for windows
2024-12-10 01:25:14 -08:00
Roy
1aeb618247
Update NSLGameScanner.py
2024-12-10 00:54:50 -08:00
Roy
a19525f7bf
Delete proxycache/steamgrid/__pycache__ directory
2024-12-10 00:35:51 -08:00
Roy
01902298ef
Add files via upload
2024-12-10 00:31:19 -08:00
Roy
38517effeb
Create __init__.cpython-311.pyc
2024-12-10 00:30:59 -08:00
Roy
bb2315fe31
Add files via upload
2024-12-10 00:27:41 -08:00
Roy
010a965266
Create __init__.py
2024-12-10 00:24:50 -08:00
Roy
4ed5f64886
Create proxycache.py
2024-12-10 00:23:41 -08:00
Roy
fcd0d8a1ae
Create Procfile
2024-12-10 00:23:01 -08:00
Roy
71bf91080b
Create requirements.txt
2024-12-10 00:22:23 -08:00
Roy
2c279024d2
Update NSLGameScanner.py
Release Please / release-please (push) Waiting to run
2024-12-09 11:02:54 -08:00
Roy
f86356c7b6
Merge pull request #525 from moraroy/dependabot/pip/coverage-7.6.9
...
Release Please / release-please (push) Has been cancelled
Bump coverage from 7.6.8 to 7.6.9
2024-12-08 02:27:40 -08:00
Roy
fc9f546505
Merge pull request #524 from moraroy/dependabot/pip/pytest-8.3.4
...
Bump pytest from 8.3.3 to 8.3.4
2024-12-08 02:27:31 -08:00
Roy
d4afc8c3d6
Merge pull request #523 from moraroy/dependabot/pip/ruff-0.8.2
...
Bump ruff from 0.8.1 to 0.8.2
2024-12-08 02:27:21 -08:00
Roy
6cf309b8d2
Merge pull request #522 from moraroy/dependabot/pip/hypothesis-6.122.1
...
Bump hypothesis from 6.122.0 to 6.122.1
2024-12-08 02:27:10 -08:00
dependabot[bot]
236fff0ed8
Bump coverage from 7.6.8 to 7.6.9
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.8 to 7.6.9.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.6.8...7.6.9 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-07 16:38:31 +00:00
dependabot[bot]
9740bbe4c4
Bump pytest from 8.3.3 to 8.3.4
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.3 to 8.3.4.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-07 16:38:16 +00:00
dependabot[bot]
9668299bd8
Bump ruff from 0.8.1 to 0.8.2
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.8.1...0.8.2 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-07 16:38:02 +00:00
dependabot[bot]
fdc3014541
Bump hypothesis from 6.122.0 to 6.122.1
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.122.0 to 6.122.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.122.0...hypothesis-python-6.122.1 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-07 16:37:43 +00:00
Roy
2c68256e85
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2024-12-06 04:09:02 -08:00
Roy
2875707e92
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2024-12-04 05:24:57 -08:00
Roy
89498f0ac2
fixes for bnet?
Release Please / release-please (push) Waiting to run
2024-12-04 02:48:56 -08:00
Roy
654d6bdee9
Merge pull request #516 from vanny96/main
...
Adds support for compatibilitytools.d installed on SD Card
2024-12-04 00:47:21 -08:00
Roy
16267ee886
Merge pull request #512 from moraroy/dependabot/pip/hypothesis-6.122.0
...
Bump hypothesis from 6.119.4 to 6.122.0
2024-12-04 00:43:18 -08:00
Roy
0ddeebc98f
Merge pull request #511 from moraroy/dependabot/pip/coverage-7.6.8
...
Bump coverage from 7.6.7 to 7.6.8
2024-12-04 00:43:08 -08:00
Roy
aceb9a03ea
Merge pull request #510 from moraroy/dependabot/pip/ipython-8.30.0
...
Bump ipython from 8.29.0 to 8.30.0
2024-12-04 00:42:57 -08:00
Roy
32a89c0fb8
Merge pull request #509 from moraroy/dependabot/pip/ruff-0.8.1
...
Bump ruff from 0.8.0 to 0.8.1
2024-12-04 00:42:43 -08:00
Giovanni Barbaro
76b691e8c2
Merge pull request #1 from vanny96/symlink-support
...
Adds support for compatibilitytools.d installed on SD Card
2024-12-03 15:53:16 +01:00
Giovanni Barbaro
f8453c66f1
Adds support for compatibilitytools.d installed on SD Card
2024-12-03 15:52:43 +01:00
dependabot[bot]
e6a70de97f
Bump hypothesis from 6.119.4 to 6.122.0
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.119.4 to 6.122.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.119.4...hypothesis-python-6.122.0 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-30 16:55:28 +00:00
dependabot[bot]
00bb19d9db
Bump coverage from 7.6.7 to 7.6.8
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.7 to 7.6.8.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.6.7...7.6.8 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-30 16:55:13 +00:00
dependabot[bot]
e7abfe56f9
Bump ipython from 8.29.0 to 8.30.0
...
Bumps [ipython](https://github.com/ipython/ipython ) from 8.29.0 to 8.30.0.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/8.29.0...8.30.0 )
---
updated-dependencies:
- dependency-name: ipython
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-30 16:55:00 +00:00
dependabot[bot]
74cf362e4e
Bump ruff from 0.8.0 to 0.8.1
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.8.0...0.8.1 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-30 16:54:47 +00:00
Roy
3847a6756f
Merge pull request #506 from moraroy/dependabot/pip/hypothesis-6.119.4
...
Release Please / release-please (push) Has been cancelled
Bump hypothesis from 6.119.1 to 6.119.4
2024-11-23 23:29:02 -08:00
Roy
ea871c22e8
Merge pull request #505 from moraroy/dependabot/pip/ruff-0.8.0
...
Bump ruff from 0.7.4 to 0.8.0
2024-11-23 23:28:50 -08:00
dependabot[bot]
69d0941269
Bump hypothesis from 6.119.1 to 6.119.4
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.119.1 to 6.119.4.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.119.1...hypothesis-python-6.119.4 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-23 16:46:26 +00:00
dependabot[bot]
d25a38ecd3
Bump ruff from 0.7.4 to 0.8.0
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.7.4 to 0.8.0.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.7.4...0.8.0 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-23 16:46:08 +00:00
Roy
b2ab96975d
Merge pull request #501 from moraroy/dependabot/pip/ruff-0.7.4
...
Release Please / release-please (push) Has been cancelled
Bump ruff from 0.7.3 to 0.7.4
2024-11-18 03:45:45 -08:00
Roy
5c17c086c0
Merge pull request #500 from moraroy/dependabot/pip/hypothesis-6.119.1
...
Bump hypothesis from 6.118.1 to 6.119.1
2024-11-18 03:45:31 -08:00
Roy
a93336eb85
Merge pull request #499 from moraroy/dependabot/pip/coverage-7.6.7
...
Bump coverage from 7.6.4 to 7.6.7
2024-11-18 03:45:16 -08:00
dependabot[bot]
462462e196
Bump ruff from 0.7.3 to 0.7.4
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.7.3 to 0.7.4.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.7.3...0.7.4 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-16 16:03:05 +00:00
dependabot[bot]
a975ce512f
Bump hypothesis from 6.118.1 to 6.119.1
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.118.1 to 6.119.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.118.1...hypothesis-python-6.119.1 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-16 16:02:48 +00:00
dependabot[bot]
39cdfc0d4b
Bump coverage from 7.6.4 to 7.6.7
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.4 to 7.6.7.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.6.4...7.6.7 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-16 16:02:34 +00:00
Roy
b828b4a9e9
Merge pull request #491 from moraroy/dependabot/pip/hypothesis-6.118.1
...
Release Please / release-please (push) Has been cancelled
Bump hypothesis from 6.116.0 to 6.118.1
2024-11-10 19:38:08 -08:00
Roy
cea403eb89
Merge pull request #490 from moraroy/dependabot/pip/ruff-0.7.3
...
Bump ruff from 0.7.2 to 0.7.3
2024-11-10 19:37:58 -08:00
dependabot[bot]
ca03c797fa
Bump hypothesis from 6.116.0 to 6.118.1
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.116.0 to 6.118.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.116.0...hypothesis-python-6.118.1 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-09 16:51:48 +00:00
dependabot[bot]
33f9e62b0b
Bump ruff from 0.7.2 to 0.7.3
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.7.2...0.7.3 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-09 16:51:31 +00:00
Roy
a8f9c19cfb
combined check
Release Please / release-please (push) Has been cancelled
2024-11-08 01:43:39 -08:00
Roy
73d386d0ff
fixed umu quotes
2024-11-08 01:17:37 -08:00
Roy
18e84770a9
Update README.md
Release Please / release-please (push) Has been cancelled
2024-11-05 06:16:59 -08:00
Roy
f79b4efc8e
Update README.md
Release Please / release-please (push) Waiting to run
2024-11-05 06:00:11 -08:00
Roy
c29162231d
Update README.md
2024-11-05 05:59:45 -08:00
Roy
7a1b562fde
Update NonSteamLaunchers.sh
2024-11-05 05:36:49 -08:00
Roy
5203bd123d
umu
2024-11-05 05:35:35 -08:00
Roy
4b82ce2e8b
Add files via upload
2024-11-05 01:20:07 -08:00
Roy
7c770dbdba
Update NSLGameScanner.py
2024-11-05 00:53:10 -08:00
Roy
2cf3f336db
Update NSLGameScanner.py
2024-11-04 23:59:31 -08:00
Roy
59eaa5e32d
Update NSLGameScanner.py
Release Please / release-please (push) Waiting to run
2024-11-04 16:35:30 -08:00
Roy
3bcf1eb0bd
Update NSLGameScanner.py
Release Please / release-please (push) Waiting to run
2024-11-04 07:15:18 -08:00
Roy
aa4d4d29fd
Add files via upload
2024-11-04 06:10:57 -08:00
Roy
124873d1c5
Merge pull request #482 from moraroy/dependabot/pip/rich-13.9.4
...
Release Please / release-please (push) Waiting to run
Bump rich from 13.9.3 to 13.9.4
2024-11-03 22:48:15 -08:00
Roy
bc60bad31d
Merge pull request #481 from moraroy/dependabot/pip/hypothesis-6.116.0
...
Bump hypothesis from 6.115.5 to 6.116.0
2024-11-03 22:48:05 -08:00
Roy
46b535e243
Merge pull request #480 from moraroy/dependabot/pip/pytest-cov-6.0.0
...
Bump pytest-cov from 5.0.0 to 6.0.0
2024-11-03 22:47:57 -08:00
Roy
a3bee506ca
Merge pull request #479 from moraroy/dependabot/pip/ruff-0.7.2
...
Bump ruff from 0.7.1 to 0.7.2
2024-11-03 22:47:33 -08:00
dependabot[bot]
1aa602cff7
Bump rich from 13.9.3 to 13.9.4
...
Bumps [rich](https://github.com/Textualize/rich ) from 13.9.3 to 13.9.4.
- [Release notes](https://github.com/Textualize/rich/releases )
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Textualize/rich/compare/v13.9.3...v13.9.4 )
---
updated-dependencies:
- dependency-name: rich
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-02 15:31:21 +00:00
dependabot[bot]
26176376e3
Bump hypothesis from 6.115.5 to 6.116.0
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.115.5 to 6.116.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.115.5...hypothesis-python-6.116.0 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-02 15:31:09 +00:00
dependabot[bot]
0e08f2009f
Bump pytest-cov from 5.0.0 to 6.0.0
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 5.0.0 to 6.0.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-02 15:30:52 +00:00
dependabot[bot]
41565a298b
Bump ruff from 0.7.1 to 0.7.2
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.7.1...0.7.2 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-02 15:30:40 +00:00
Roy
4e608c7d77
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2024-11-01 23:21:36 -07:00
Roy
ee3bfdca22
Merge pull request #474 from moraroy/dependabot/pip/hypothesis-6.115.5
...
Release Please / release-please (push) Has been cancelled
Bump hypothesis from 6.115.3 to 6.115.5
2024-10-27 15:33:07 -07:00
Roy
d772d8e524
Merge pull request #473 from moraroy/dependabot/pip/ipython-8.29.0
...
Bump ipython from 8.28.0 to 8.29.0
2024-10-27 15:32:59 -07:00
Roy
306e59d6f7
Merge pull request #472 from moraroy/dependabot/pip/coverage-7.6.4
...
Bump coverage from 7.6.3 to 7.6.4
2024-10-27 15:32:48 -07:00
Roy
60cbfe85a9
Merge pull request #471 from moraroy/dependabot/pip/rich-13.9.3
...
Bump rich from 13.9.2 to 13.9.3
2024-10-27 15:32:39 -07:00
Roy
25d59a8237
Merge pull request #470 from moraroy/dependabot/pip/ruff-0.7.1
...
Bump ruff from 0.7.0 to 0.7.1
2024-10-27 15:32:28 -07:00
dependabot[bot]
f26978609a
Bump hypothesis from 6.115.3 to 6.115.5
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.115.3 to 6.115.5.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.115.3...hypothesis-python-6.115.5 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-26 15:47:59 +00:00
dependabot[bot]
135cd26d04
Bump ipython from 8.28.0 to 8.29.0
...
Bumps [ipython](https://github.com/ipython/ipython ) from 8.28.0 to 8.29.0.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/8.28.0...8.29.0 )
---
updated-dependencies:
- dependency-name: ipython
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-26 15:47:44 +00:00
dependabot[bot]
e98f46502d
Bump coverage from 7.6.3 to 7.6.4
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.3 to 7.6.4.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.6.3...7.6.4 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-26 15:47:34 +00:00
dependabot[bot]
4288e7d8d7
Bump rich from 13.9.2 to 13.9.3
...
Bumps [rich](https://github.com/Textualize/rich ) from 13.9.2 to 13.9.3.
- [Release notes](https://github.com/Textualize/rich/releases )
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Textualize/rich/compare/v13.9.2...v13.9.3 )
---
updated-dependencies:
- dependency-name: rich
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-26 15:47:19 +00:00
dependabot[bot]
5f8f9438ee
Bump ruff from 0.7.0 to 0.7.1
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.7.0...0.7.1 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-26 15:47:05 +00:00
Roy
1f628b2c54
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2024-10-25 15:24:09 -07:00
Roy
b3333347af
~fixed GOG and EA Scanners
...
~GOG picks up more games
~EA no longer picks up DLC's
2024-10-25 15:20:16 -07:00
Roy
d4c725e87e
Update NSLPluginInstaller.sh
Release Please / release-please (push) Waiting to run
2024-10-25 03:30:26 -07:00
Roy
3bf35a1d0a
Add files via upload
2024-10-25 03:28:42 -07:00
Roy
e5b1a18367
Add files via upload
Release Please / release-please (push) Waiting to run
2024-10-24 23:26:38 -07:00
Roy
21f79556ac
Add files via upload
2024-10-24 23:24:59 -07:00
Roy
c32545fbdc
Added FullScreen Multi Tab Ability
...
~Added Plex
~Added Apple TV+
~Added Crunchyroll
2024-10-24 22:52:02 -07:00
Roy
bb0bdfed79
Added Fullscreen Tab Ability for multiple websites in one shortcut
2024-10-24 22:50:58 -07:00
Roy
3422b13fdb
Update NonSteamLaunchers.sh
Release Please / release-please (push) Has been cancelled
2024-10-21 02:38:54 -07:00
Roy
43034167e8
Update NSLPluginInstaller.sh
2024-10-21 02:34:39 -07:00
Roy
9d78ebc396
Update NSLPluginInstaller.sh
2024-10-21 02:26:31 -07:00
Roy
af2d7bad52
fixed plugin install
Release Please / release-please (push) Waiting to run
2024-10-20 01:21:08 -07:00
Roy
8d8be0e2bf
Merge pull request #469 from moraroy/dependabot/pip/coverage-7.6.3
...
Bump coverage from 7.6.2 to 7.6.3
2024-10-19 12:04:20 -07:00
Roy
ed5c145014
Merge pull request #468 from moraroy/dependabot/pip/hypothesis-6.115.3
...
Bump hypothesis from 6.114.1 to 6.115.3
2024-10-19 12:04:04 -07:00
Roy
b228384352
Merge pull request #467 from moraroy/dependabot/pip/ruff-0.7.0
...
Bump ruff from 0.6.9 to 0.7.0
2024-10-19 12:03:49 -07:00
dependabot[bot]
3d7f5698ab
Bump coverage from 7.6.2 to 7.6.3
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.2 to 7.6.3.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.6.2...7.6.3 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-19 15:52:02 +00:00
dependabot[bot]
69b9030179
Bump hypothesis from 6.114.1 to 6.115.3
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.114.1 to 6.115.3.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.114.1...hypothesis-python-6.115.3 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-19 15:51:48 +00:00
dependabot[bot]
cf55a61421
Bump ruff from 0.6.9 to 0.7.0
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.9 to 0.7.0.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.9...0.7.0 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-19 15:51:33 +00:00
Roy
b1173b2b9a
Update README.md
Release Please / release-please (push) Has been cancelled
2024-10-17 22:57:09 -07:00
Roy
52609692d6
Update README.md
2024-10-17 22:52:38 -07:00
Roy
53103f8aac
Update NSLPluginInstaller.sh
2024-10-17 22:46:48 -07:00
Roy
6f0f66a8da
Add files via upload
2024-10-17 22:39:59 -07:00
Roy
78938fe1d2
Update NSLPluginInstaller.sh
2024-10-17 22:32:29 -07:00
Roy
81939aedfe
Add files via upload
2024-10-17 22:31:51 -07:00
Roy
c4f1397629
Update NonSteamLaunchers.sh
Release Please / release-please (push) Waiting to run
2024-10-17 12:21:54 -07:00
Roy
64ae4b05e7
Add files via upload
2024-10-17 12:21:01 -07:00
Roy
2948ba9c65
added decky plugin
Release Please / release-please (push) Waiting to run
2024-10-17 12:13:02 -07:00
Roy
7ba8903554
Update NonSteamLaunchers.sh
2024-10-17 04:05:24 -07:00
Roy
81a863b968
Update NonSteamLaunchers.sh
Release Please / release-please (push) Waiting to run
2024-10-17 03:52:27 -07:00
Roy
ec492481f7
Update NonSteamLaunchers.sh
2024-10-17 03:48:37 -07:00
Roy
6dae54a948
Update NonSteamLaunchers.sh
2024-10-17 03:33:02 -07:00
Roy
c529e86384
Update NonSteamLaunchers.sh
2024-10-17 03:20:16 -07:00
Roy
d2add81605
added Decky Plugin
...
added Decky Plugin
2024-10-17 03:08:11 -07:00
Roy
dd98acc46b
Merge pull request #456 from moraroy/dependabot/pip/hypothesis-6.114.1
...
Release Please / release-please (push) Has been cancelled
Bump hypothesis from 6.112.2 to 6.114.1
2024-10-15 00:21:18 -07:00
Roy
9bc0fa1d3e
Merge pull request #455 from moraroy/dependabot/pip/coverage-7.6.2
...
Bump coverage from 7.6.1 to 7.6.2
2024-10-15 00:20:53 -07:00
dependabot[bot]
2246954058
Bump hypothesis from 6.112.2 to 6.114.1
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.112.2 to 6.114.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.112.2...hypothesis-python-6.114.1 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-12 15:38:03 +00:00
dependabot[bot]
2b68cd0477
Bump coverage from 7.6.1 to 7.6.2
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.1 to 7.6.2.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.6.1...7.6.2 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-12 15:37:47 +00:00
Roy
bced0404dc
added webrcade
Release Please / release-please (push) Has been cancelled
2024-10-11 02:31:09 -07:00
Roy
a3a5499630
Add files via upload
2024-10-11 02:10:10 -07:00
Roy
14dff660f8
added WebRcade
2024-10-11 02:03:31 -07:00
Roy
ae3b60103b
Merge pull request #451 from moraroy/dependabot/pip/ruff-0.6.9
...
Release Please / release-please (push) Has been cancelled
Bump ruff from 0.6.8 to 0.6.9
2024-10-05 22:14:15 -07:00
Roy
187c19696c
Merge pull request #450 from moraroy/dependabot/pip/rich-13.9.2
...
Bump rich from 13.8.1 to 13.9.2
2024-10-05 22:14:05 -07:00
Roy
eee75539db
Merge pull request #449 from moraroy/dependabot/pip/ipython-8.28.0
...
Bump ipython from 8.27.0 to 8.28.0
2024-10-05 22:13:52 -07:00
Roy
0c49f1591f
Merge pull request #448 from moraroy/dependabot/pip/hypothesis-6.112.2
...
Bump hypothesis from 6.112.1 to 6.112.2
2024-10-05 22:13:42 -07:00
dependabot[bot]
c0f3f7be5b
Bump ruff from 0.6.8 to 0.6.9
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.8 to 0.6.9.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.8...0.6.9 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-05 15:14:07 +00:00
dependabot[bot]
7b80cec161
Bump rich from 13.8.1 to 13.9.2
...
Bumps [rich](https://github.com/Textualize/rich ) from 13.8.1 to 13.9.2.
- [Release notes](https://github.com/Textualize/rich/releases )
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Textualize/rich/compare/v13.8.1...v13.9.2 )
---
updated-dependencies:
- dependency-name: rich
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-05 15:13:48 +00:00
dependabot[bot]
3dd402d1b5
Bump ipython from 8.27.0 to 8.28.0
...
Bumps [ipython](https://github.com/ipython/ipython ) from 8.27.0 to 8.28.0.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/8.27.0...8.28.0 )
---
updated-dependencies:
- dependency-name: ipython
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-05 15:13:36 +00:00
dependabot[bot]
7c1cc71a26
Bump hypothesis from 6.112.1 to 6.112.2
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.112.1 to 6.112.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.112.1...hypothesis-python-6.112.2 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-05 15:13:22 +00:00
Roy
a9da8983b1
Update NSLGameScanner.py
Release Please / release-please (push) Has been cancelled
2024-09-28 22:15:52 -07:00
Roy
86ddbb4ac0
Update NonSteamLaunchers.sh
2024-09-28 22:14:46 -07:00
Roy
280e38b662
Merge pull request #443 from moraroy/dependabot/pip/ruff-0.6.8
...
Bump ruff from 0.6.6 to 0.6.8
2024-09-28 22:11:19 -07:00
Roy
35d5bbb856
GOG GALAXY FIX for desktop
2024-09-28 22:11:00 -07:00
dependabot[bot]
5c2c6ef38b
Bump ruff from 0.6.6 to 0.6.8
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.6 to 0.6.8.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.6...0.6.8 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-28 15:54:49 +00:00
Roy
2c5dc10c17
Merge pull request #439 from moraroy/dependabot/pip/ruff-0.6.6
...
Release Please / release-please (push) Has been cancelled
Bump ruff from 0.6.5 to 0.6.6
2024-09-22 03:22:33 -07:00
dependabot[bot]
af09ef0c04
Bump ruff from 0.6.5 to 0.6.6
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.5 to 0.6.6.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.5...0.6.6 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-21 15:46:07 +00:00
Roy
71acc1c68d
Merge pull request #434 from enlewof/spelling_fix_readme
...
Release Please / release-please (push) Has been cancelled
Update README.md
2024-09-17 22:02:41 -07:00
Allen Lew
42416fc1b9
Update README.md
...
Fix spelling of compatible
2024-09-17 15:23:29 -07:00
Roy
b6aa806eeb
Merge pull request #429 from moraroy/dependabot/pip/ruff-0.6.5
...
Release Please / release-please (push) Waiting to run
Bump ruff from 0.6.4 to 0.6.5
2024-09-17 13:03:34 -07:00
Roy
4c05bfc7c5
Merge pull request #428 from moraroy/dependabot/pip/hypothesis-6.112.1
...
Bump hypothesis from 6.112.0 to 6.112.1
2024-09-17 13:03:27 -07:00
Roy
e7223c9248
Merge pull request #427 from moraroy/dependabot/pip/pytest-8.3.3
...
Bump pytest from 8.3.2 to 8.3.3
2024-09-17 13:03:19 -07:00
Roy
820b07b5d0
Merge pull request #426 from moraroy/dependabot/pip/rich-13.8.1
...
Bump rich from 13.8.0 to 13.8.1
2024-09-17 13:03:08 -07:00
dependabot[bot]
601ae35d0c
Bump ruff from 0.6.4 to 0.6.5
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.4 to 0.6.5.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.4...0.6.5 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-14 15:19:17 +00:00
dependabot[bot]
96a82512fb
Bump hypothesis from 6.112.0 to 6.112.1
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.112.0 to 6.112.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.112.0...hypothesis-python-6.112.1 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-14 15:18:58 +00:00
dependabot[bot]
4cded3cc27
Bump pytest from 8.3.2 to 8.3.3
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.2 to 8.3.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-14 15:18:42 +00:00
dependabot[bot]
830a18d3da
Bump rich from 13.8.0 to 13.8.1
...
Bumps [rich](https://github.com/Textualize/rich ) from 13.8.0 to 13.8.1.
- [Release notes](https://github.com/Textualize/rich/releases )
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Textualize/rich/compare/v13.8.0...v13.8.1 )
---
updated-dependencies:
- dependency-name: rich
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-14 15:18:28 +00:00
Roy
e8057dfdde
fixed D2 typo error in battle net scanner
...
Release Please / release-please (push) Has been cancelled
thanks! @JeG99
2024-09-13 08:38:58 -07:00
Roy
e0936ba95e
ludsavi change
2024-09-09 21:47:24 -07:00
Roy
f2f8d63298
better ludusavi
2024-09-09 13:25:28 -07:00
Roy
c4287a53b6
Ludusavi
...
~added ludusavi
2024-09-08 01:18:48 -07:00
Roy
c6a0c4e7dc
Merge pull request #420 from moraroy/dependabot/pip/ruff-0.6.4
...
Bump ruff from 0.6.3 to 0.6.4
2024-09-08 01:12:14 -07:00
Roy
a3fd194946
Merge pull request #419 from moraroy/dependabot/pip/hypothesis-6.112.0
...
Bump hypothesis from 6.111.2 to 6.112.0
2024-09-08 01:12:06 -07:00
Roy
e98bd5d2a2
Ludusavi Game Save Backups
2024-09-08 00:56:46 -07:00
dependabot[bot]
144918dee9
Bump ruff from 0.6.3 to 0.6.4
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.3 to 0.6.4.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.3...0.6.4 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-07 15:56:33 +00:00
dependabot[bot]
69fba0eb01
Bump hypothesis from 6.111.2 to 6.112.0
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.111.2 to 6.112.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.111.2...hypothesis-python-6.112.0 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-07 15:56:16 +00:00
Roy
bc1440ccf8
Update README.md
2024-09-05 01:38:04 -07:00
Roy
4d04195a59
Merge pull request #413 from moraroy/dependabot/pip/ipython-8.27.0
...
Bump ipython from 8.26.0 to 8.27.0
2024-09-02 21:50:17 -07:00
Roy
79c09cb8a6
Merge pull request #412 from moraroy/dependabot/pip/rich-13.8.0
...
Bump rich from 13.7.1 to 13.8.0
2024-09-02 21:50:08 -07:00
Roy
8a7119ab6f
Merge pull request #411 from moraroy/dependabot/pip/hypothesis-6.111.2
...
Bump hypothesis from 6.111.1 to 6.111.2
2024-09-02 21:49:58 -07:00
Roy
1fd4095b1f
Merge pull request #410 from moraroy/dependabot/pip/ruff-0.6.3
...
Bump ruff from 0.6.2 to 0.6.3
2024-09-02 21:49:49 -07:00
dependabot[bot]
5e2c072086
Bump ipython from 8.26.0 to 8.27.0
...
Bumps [ipython](https://github.com/ipython/ipython ) from 8.26.0 to 8.27.0.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/8.26.0...8.27.0 )
---
updated-dependencies:
- dependency-name: ipython
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-31 15:20:49 +00:00
dependabot[bot]
747f70e73e
Bump rich from 13.7.1 to 13.8.0
...
Bumps [rich](https://github.com/Textualize/rich ) from 13.7.1 to 13.8.0.
- [Release notes](https://github.com/Textualize/rich/releases )
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Textualize/rich/compare/v13.7.1...v13.8.0 )
---
updated-dependencies:
- dependency-name: rich
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-31 15:20:35 +00:00
dependabot[bot]
4b9270f193
Bump hypothesis from 6.111.1 to 6.111.2
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.111.1 to 6.111.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.111.1...hypothesis-python-6.111.2 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-31 15:20:22 +00:00
dependabot[bot]
ae5aa0d678
Bump ruff from 0.6.2 to 0.6.3
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.2...0.6.3 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-31 15:20:06 +00:00
Roy
e80abc57cc
up gog time
2024-08-29 17:15:39 -07:00
Roy
9d08f4e2fd
fix hoyo
2024-08-28 20:08:16 -07:00
Roy
c927c86606
fix hoyo
2024-08-28 20:01:26 -07:00
Roy
9bb5d6ae7b
Update NonSteamLaunchers.sh
2024-08-28 04:35:30 -07:00
Roy
52d78e8032
hoyo
2024-08-28 04:25:50 -07:00
Roy
e370ee4055
fix battlnet
2024-08-28 03:10:21 -07:00
Roy
187873c074
battlenet temp fix
2024-08-28 02:38:54 -07:00
Roy
9fa1897e5b
Merge pull request #406 from moraroy/dependabot/pip/pytest-asyncio-0.24.0
...
Bump pytest-asyncio from 0.23.8 to 0.24.0
2024-08-24 13:19:59 -07:00
Roy
0b60f2aba7
Merge pull request #405 from moraroy/dependabot/pip/ruff-0.6.2
...
Bump ruff from 0.6.1 to 0.6.2
2024-08-24 13:19:50 -07:00
dependabot[bot]
d9a676f0ad
Bump pytest-asyncio from 0.23.8 to 0.24.0
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.23.8 to 0.24.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.8...v0.24.0 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-24 15:34:11 +00:00
dependabot[bot]
cc67b850fa
Bump ruff from 0.6.1 to 0.6.2
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.1...0.6.2 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-24 15:33:54 +00:00
Roy
ce28db288e
Update NonSteamLaunchers.sh
2024-08-23 22:18:56 -07:00
Roy
264466d8e9
fixed RPW uninstall
2024-08-23 22:13:41 -07:00
Roy
a2974e627a
fixed PlayStation Plus uninstall
2024-08-23 21:42:52 -07:00
Roy
fa96d9cc9c
Merge pull request #402 from newb23/patch-1
...
Update NonSteamLaunchers.sh
2024-08-22 06:26:03 -07:00
newb23
f2361a6fed
Update NonSteamLaunchers.sh
...
Dropped a double equation mark. Restoring fixes authentication issue after clean install.
2024-08-22 22:17:07 +09:00
Roy
b68be3a607
oops
2024-08-22 03:00:24 -07:00
Roy
edff52604c
Update FUNDING.yml
2024-08-20 03:41:33 -07:00
Roy
4d9c96dbe0
Update FUNDING.yml
2024-08-19 21:55:37 -07:00
Roy
a06cbf4e35
Fix for Epic Games to Avoid DLC
2024-08-18 18:20:59 -07:00
Roy
efd28ca143
Merge pull request #398 from moraroy/dependabot/pip/hypothesis-6.111.1
...
Bump hypothesis from 6.110.1 to 6.111.1
2024-08-17 14:25:54 -07:00
Roy
dbb2c351dd
Merge pull request #397 from moraroy/dependabot/pip/ruff-0.6.1
...
Bump ruff from 0.5.7 to 0.6.1
2024-08-17 14:25:44 -07:00
dependabot[bot]
55a80f3e1f
Bump hypothesis from 6.110.1 to 6.111.1
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.110.1 to 6.111.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.110.1...hypothesis-python-6.111.1 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-17 15:51:43 +00:00
dependabot[bot]
7fdea9b5c6
Bump ruff from 0.5.7 to 0.6.1
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.7 to 0.6.1.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.7...0.6.1 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-17 15:51:25 +00:00
Roy
83214702b7
removed bazzite from read me
2024-08-15 18:35:19 -07:00
Roy
2218710319
Update NonSteamLaunchers.sh
2024-08-14 12:15:26 -07:00
Roy
43433a9522
itchio path error continue
2024-08-13 14:16:02 -07:00
Roy
eb2468acda
Merge pull request #385 from moraroy/dependabot/pip/hypothesis-6.110.1
...
Bump hypothesis from 6.108.5 to 6.110.1
2024-08-10 13:07:54 -07:00
Roy
1d43936111
Merge pull request #384 from moraroy/dependabot/pip/coverage-7.6.1
...
Bump coverage from 7.6.0 to 7.6.1
2024-08-10 13:07:46 -07:00
Roy
63b7af4bd9
Merge pull request #383 from moraroy/dependabot/pip/ruff-0.5.7
...
Bump ruff from 0.5.6 to 0.5.7
2024-08-10 13:07:35 -07:00
dependabot[bot]
11cc6d8a0c
Bump hypothesis from 6.108.5 to 6.110.1
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.108.5 to 6.110.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.108.5...hypothesis-python-6.110.1 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-10 15:31:48 +00:00
dependabot[bot]
cb33e03799
Bump coverage from 7.6.0 to 7.6.1
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.0 to 7.6.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.6.0...7.6.1 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-10 15:31:34 +00:00
dependabot[bot]
bc5f21ffa5
Bump ruff from 0.5.6 to 0.5.7
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.6 to 0.5.7.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.6...0.5.7 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-10 15:31:19 +00:00
Roy
5fa1995c6f
Update NSLGameScanner.py
2024-08-08 21:36:56 -07:00
Roy
b90811f3ff
Update NSLGameScanner.py
2024-08-08 03:34:47 -07:00
Roy
fe73b88efd
new artwork
2024-08-07 21:29:31 -07:00
Roy
c0afa31385
Merge pull request #377 from moraroy/release-please--branches--main
...
chore(main): release 3.8.2
2024-08-06 12:26:50 -07:00
Roy
cf83cea7e7
chore(main): release 3.8.2
2024-08-06 12:20:58 -07:00
Roy
2ab856d64e
Merge pull request #376 from short-circuit/main
...
fix: use correct home folder for user
2024-08-06 12:18:46 -07:00
Davide Del Popolo
76466fdcc6
fix: use correct home folder for user
2024-08-06 20:44:47 +02:00
Roy
37e10931b8
Update README.md
2024-08-04 16:46:27 -07:00
Roy
5e9dd3a451
removed movie web
2024-08-04 16:46:06 -07:00
Roy
16779f01a4
fixed uninstalls
2024-08-04 02:05:02 -07:00
Roy
4e63c385cb
Update NSLGameScanner.py
2024-08-04 00:31:50 -07:00
Roy
1ad559ea53
Merge pull request #369 from moraroy/dependabot/pip/ruff-0.5.6
...
Bump ruff from 0.5.5 to 0.5.6
2024-08-04 00:30:47 -07:00
Roy
dd7bebf11e
Merge pull request #368 from moraroy/dependabot/pip/hypothesis-6.108.5
...
Bump hypothesis from 6.108.4 to 6.108.5
2024-08-04 00:30:39 -07:00
dependabot[bot]
acb4199a79
Bump ruff from 0.5.5 to 0.5.6
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.5 to 0.5.6.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.5...0.5.6 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-03 15:03:59 +00:00
dependabot[bot]
cd6767d5c0
Bump hypothesis from 6.108.4 to 6.108.5
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.108.4 to 6.108.5.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.108.4...hypothesis-python-6.108.5 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-03 15:03:42 +00:00
Roy
0116a87e2f
fixed small GOG typo to allow uninstall
2024-08-02 20:34:01 -07:00
Roy
1353e99a8f
Update NSLGameScanner.py
2024-08-02 03:48:54 -07:00
Roy
ecfcf695dc
Update NonSteamLaunchers.sh
2024-08-02 03:39:40 -07:00
Roy
2c91d243c4
Update README.md
2024-08-02 03:33:40 -07:00
Roy
7322f87582
update to 3.9.2
...
Added HoYo Launcher
Added Nexon Launcher
Added Repair EA App Shortcut to repair the EA APP easier
Fixed gog install and uninstall bugs
Fixed EA App and Legacy Games Uninstall bugs
Fixed NSL from not allowing to input websites
Fixed .desktop file from not allowing to be able to run any shortcut in the library
Fixed network errors in the NSLGameScanner.py to continue to run even without art
NSL now deletes all logs but only keeps the current run log, aka logs are now shorter and are no longer a mile long!
2024-08-02 03:26:30 -07:00
Roy
b8245e9142
Add files via upload
...
added fixes for network errors and nexon and repair ea app
2024-08-02 03:09:11 -07:00
Roy
57e36816fd
Update NonSteamLaunchers.sh
2024-07-30 05:35:25 -07:00
Roy
03068187b9
Update NonSteamLaunchers.sh
2024-07-30 04:00:24 -07:00
Roy
e76c82c7df
Update NonSteamLaunchers.sh
2024-07-29 17:17:20 -07:00
Roy
ac1c24666b
delete log before creating new one so its not so big
2024-07-29 16:52:08 -07:00
Roy
8e6bcb7e41
Update README.md
2024-07-29 06:03:22 -07:00
Roy
013482f245
Merge pull request #363 from moraroy/dependabot/pip/pytest-8.3.2
...
Bump pytest from 8.2.2 to 8.3.2
2024-07-28 01:52:16 -07:00
Roy
485c30d1d7
Merge pull request #362 from moraroy/dependabot/pip/ruff-0.5.5
...
Bump ruff from 0.5.3 to 0.5.5
2024-07-28 01:52:06 -07:00
Roy
666b22ce13
Merge pull request #361 from moraroy/dependabot/pip/hypothesis-6.108.4
...
Bump hypothesis from 6.108.2 to 6.108.4
2024-07-28 01:51:57 -07:00
dependabot[bot]
78eea452dd
Bump pytest from 8.2.2 to 8.3.2
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.2.2 to 8.3.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.2.2...8.3.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-27 15:21:46 +00:00
dependabot[bot]
5468e7cf67
Bump ruff from 0.5.3 to 0.5.5
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.3 to 0.5.5.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.3...0.5.5 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-27 15:21:33 +00:00
dependabot[bot]
1abd10ac87
Bump hypothesis from 6.108.2 to 6.108.4
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.108.2 to 6.108.4.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.108.2...hypothesis-python-6.108.4 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-27 15:21:16 +00:00
Roy
257c99d0b3
Update README.md
2024-07-25 22:38:13 -07:00
Roy
5b9f541f9a
Update README.md
2024-07-25 22:36:57 -07:00
Roy
3d3e71da7d
Update README.md
2024-07-25 22:34:50 -07:00
Roy
e2c71bdec2
Update README.md
2024-07-25 22:29:36 -07:00
Roy
70c22cd47b
Added Command lines to the Read.me
2024-07-25 22:28:35 -07:00
Roy
fed6b54921
Update README.md
2024-07-25 00:25:04 -07:00
Roy
37929bdab7
Merge pull request #356 from moraroy/dependabot/pip/pytest-asyncio-0.23.8
...
Bump pytest-asyncio from 0.23.7 to 0.23.8
2024-07-20 18:18:28 -07:00
Roy
0e6ea7bbdb
Merge pull request #355 from moraroy/dependabot/pip/ruff-0.5.3
...
Bump ruff from 0.5.1 to 0.5.3
2024-07-20 18:18:21 -07:00
Roy
4c9bf8c231
Merge pull request #354 from moraroy/dependabot/pip/hypothesis-6.108.2
...
Bump hypothesis from 6.107.0 to 6.108.2
2024-07-20 18:18:12 -07:00
dependabot[bot]
89caa3f593
Bump pytest-asyncio from 0.23.7 to 0.23.8
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.23.7 to 0.23.8.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.7...v0.23.8 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-20 15:21:26 +00:00
dependabot[bot]
a56d92a7c7
Bump ruff from 0.5.1 to 0.5.3
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.1 to 0.5.3.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.1...0.5.3 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-20 15:21:14 +00:00
dependabot[bot]
89a9dddc98
Bump hypothesis from 6.107.0 to 6.108.2
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.107.0 to 6.108.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.107.0...hypothesis-python-6.108.2 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-20 15:20:56 +00:00
Roy
bc6f17f72c
Update README.md
2024-07-16 15:55:43 -07:00
Roy
3c7973708f
Update README.md
2024-07-16 15:52:39 -07:00
Roy
556dc604f2
Update NSLGameScanner.py
2024-07-16 01:48:07 -07:00
Roy
6595e98502
Update README.md
2024-07-16 01:11:53 -07:00
Roy
444a667de4
Update README.md
2024-07-16 01:08:55 -07:00
Roy
ca691aa471
Update NonSteamLaunchers.sh
2024-07-16 01:06:19 -07:00
Roy
551d589b9f
Update NonSteamLaunchers.sh
2024-07-16 01:00:26 -07:00
Roy
ad72a3fcc4
Update NSLGameScanner.py
2024-07-16 00:57:46 -07:00
Roy
a7299d1699
fixed bug (terminal was staying open)
2024-07-16 00:49:33 -07:00
Roy
1c027a67b2
Update NSLGameScanner.py
2024-07-15 20:46:00 -07:00
Roy
b369197ae6
counter
2024-07-15 04:34:14 -07:00
Roy
c95c4d07e2
added command for steam
2024-07-15 00:56:16 -07:00
Roy
f1fe4349e4
Merge pull request #349 from moraroy/dependabot/pip/coverage-7.6.0
...
Bump coverage from 7.5.4 to 7.6.0
2024-07-13 20:18:19 -07:00
Roy
8a831024bc
Merge pull request #348 from moraroy/dependabot/pip/hypothesis-6.107.0
...
Bump hypothesis from 6.105.0 to 6.107.0
2024-07-13 20:18:09 -07:00
dependabot[bot]
c17bedbe49
Bump coverage from 7.5.4 to 7.6.0
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.5.4 to 7.6.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.5.4...7.6.0 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-13 15:58:58 +00:00
dependabot[bot]
a3f4cf20f3
Bump hypothesis from 6.105.0 to 6.107.0
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.105.0 to 6.107.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.105.0...hypothesis-python-6.107.0 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-13 15:58:38 +00:00
Roy
053f806a0f
Update README.md
2024-07-11 16:46:32 -07:00
Roy
2dc8dac2c5
Update README.md
2024-07-11 16:46:17 -07:00
Roy
310c90ec15
Update README.md
2024-07-11 16:42:52 -07:00
Roy
ea260e01b7
Update README.md
2024-07-07 23:42:29 -07:00
Roy
1bca4f020f
Merge pull request #343 from moraroy/dependabot/pip/hypothesis-6.105.0
...
Bump hypothesis from 6.104.2 to 6.105.0
2024-07-06 17:26:27 -07:00
Roy
ae2f2b71d1
Merge pull request #342 from moraroy/dependabot/pip/ruff-0.5.1
...
Bump ruff from 0.5.0 to 0.5.1
2024-07-06 17:26:13 -07:00
dependabot[bot]
5139aeb4b6
Bump hypothesis from 6.104.2 to 6.105.0
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.104.2 to 6.105.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.105.0 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-06 16:01:05 +00:00
dependabot[bot]
94e5e1a12e
Bump ruff from 0.5.0 to 0.5.1
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.0...0.5.1 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-06 16:00:43 +00:00
Roy
95a799e8c6
added HoYoPlay
2024-07-03 23:46:03 -07:00
Roy
1d01c9bce0
Add files via upload
2024-07-03 05:17:59 -07:00
Roy
c8a2148842
Added HoYoPlay Launcher
2024-07-03 05:04:46 -07:00
Roy
65fd03d248
~Added HoYoPlay Launcher
2024-07-03 05:00:44 -07:00
Roy
c9ef521f53
fixed paths
2024-07-02 23:48:57 -07:00
Roy
5909f884e7
fixed home/deck
2024-07-02 23:40:00 -07:00
Roy
7feb2b4fb7
Update README.md
2024-07-02 14:18:14 -07:00
Roy
f140d524d6
Update README.md
2024-07-01 15:51:41 -07:00
Roy
765c3769bc
Update README.md
2024-07-01 15:51:05 -07:00
Roy
6816681283
Update README.md
2024-07-01 15:50:03 -07:00
Roy
33ffd9f44b
Update README.md
2024-07-01 15:49:04 -07:00
Roy
22be9c16b7
Update README.md
2024-06-30 23:02:02 -07:00
Roy
6c236ca0a0
2024-06-30 22:59:46 -07:00
Roy
93efa54f7b
Update NonSteamLaunchers.sh
2024-06-30 18:33:29 -07:00
Roy
97ab921c46
Add files via upload
2024-06-30 18:31:49 -07:00
Roy
712755b0c7
Create __init__.py
2024-06-30 18:31:36 -07:00
Roy
8e73d8a61f
Delete Modules/charset_normalizer/cli
2024-06-30 18:31:02 -07:00
Roy
73e3663ce3
Add files via upload
2024-06-30 18:30:38 -07:00
Roy
4130f1139b
Create __main__.py
2024-06-30 18:30:12 -07:00
Roy
24c1feb7a6
Create __init__.py
2024-06-30 18:29:24 -07:00
Roy
a195863d42
charset_normalizer
2024-06-30 18:26:49 -07:00
Roy
f31dd626da
Add files via upload
2024-06-30 02:11:04 -07:00
Roy
5f8a3e75b7
Merge pull request #341 from moraroy/dependabot/pip/ipython-8.26.0
...
Bump ipython from 8.25.0 to 8.26.0
2024-06-29 15:25:14 -07:00
Roy
015778b82c
Merge pull request #340 from moraroy/dependabot/pip/coverage-7.5.4
...
Bump coverage from 7.5.3 to 7.5.4
2024-06-29 15:25:05 -07:00
Roy
43d9e3b2d4
Merge pull request #339 from moraroy/dependabot/pip/hypothesis-6.104.2
...
Bump hypothesis from 6.103.2 to 6.104.2
2024-06-29 15:24:56 -07:00
Roy
5e2c80d7f1
Merge pull request #338 from moraroy/dependabot/pip/ruff-0.5.0
...
Bump ruff from 0.4.10 to 0.5.0
2024-06-29 15:24:46 -07:00
dependabot[bot]
e9878953ac
Bump ipython from 8.25.0 to 8.26.0
...
Bumps [ipython](https://github.com/ipython/ipython ) from 8.25.0 to 8.26.0.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/8.25.0...8.26.0 )
---
updated-dependencies:
- dependency-name: ipython
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-29 15:53:29 +00:00
dependabot[bot]
fcfe0dac7a
Bump coverage from 7.5.3 to 7.5.4
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.5.3 to 7.5.4.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.5.3...7.5.4 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-29 15:53:12 +00:00
dependabot[bot]
008bb54529
Bump hypothesis from 6.103.2 to 6.104.2
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.103.2 to 6.104.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.103.2...hypothesis-python-6.104.2 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-29 15:52:52 +00:00
dependabot[bot]
1591320687
Bump ruff from 0.4.10 to 0.5.0
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.4.10 to 0.5.0.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.10...0.5.0 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-29 15:52:30 +00:00
Roy
f7246960fd
Update NSLGameScanner.py
2024-06-29 01:19:24 -07:00
Roy
f3b3936fa9
Update NSLGameScanner.py
2024-06-29 01:10:28 -07:00
Roy
01e7d8278d
Update NSLGameScanner.py
2024-06-28 23:39:11 -07:00
Roy
c630a7664c
removed counter
2024-06-28 22:06:06 -07:00
Roy
b70393b4f4
Update NSLGameScanner.py
2024-06-28 19:59:35 -07:00
Roy
886578f2b2
added Legacy Games
2024-06-28 19:39:07 -07:00
Roy
089c2188a3
Update README.md
2024-06-28 19:38:34 -07:00
Roy
f6b3a56903
Update README.md
2024-06-28 19:37:36 -07:00
Roy
5f723e5a35
ProtonTricks
2024-06-28 19:35:26 -07:00
Roy
6c08453c4f
added id
2024-06-28 19:07:06 -07:00
Roy
1d8a2d6535
Revamped alot of code
2024-06-28 19:05:32 -07:00
Roy
098aaaae73
Legacy Games has been added to the scanner
2024-06-28 19:02:52 -07:00
Roy
f98e5c5e80
Update NSLGameScanner.py
2024-06-23 13:02:18 -07:00
Roy
b482423e47
bump version
2024-06-23 01:11:30 -07:00
Roy
7bb96611bb
Update NSLGameScanner.py
2024-06-22 23:44:05 -07:00
Roy
e7ba9ef831
Add files via upload
2024-06-22 23:30:45 -07:00
Roy
06f3fdb8e1
Update NSLGameScanner.py
2024-06-22 21:10:03 -07:00
Roy
a19d3acd9c
~fixed compatbility with steam rom manager
2024-06-22 21:04:27 -07:00
Roy
c6a9cff3ca
Update NSLGameScanner.py
2024-06-22 12:45:30 -07:00
Roy
b6d7b71c03
Update NSLGameScanner.py
2024-06-22 11:23:02 -07:00
Roy
1f3dbea29b
Update NSLGameScanner.py
2024-06-22 11:00:17 -07:00
Roy
18c637197b
Merge pull request #330 from moraroy/dependabot/pip/ruff-0.4.10
...
Bump ruff from 0.4.9 to 0.4.10
2024-06-22 10:02:58 -07:00
dependabot[bot]
41c3a0a164
Bump ruff from 0.4.9 to 0.4.10
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.4.9 to 0.4.10.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.9...v0.4.10 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-22 15:23:09 +00:00
Roy
e3d5532806
Update NSLGameScanner.py
2024-06-22 07:11:31 -07:00
Roy
a9082f357e
Update NSLGameScanner.py
2024-06-22 06:56:00 -07:00
Roy
e518f29c2e
revamped env_vars
2024-06-22 05:28:03 -07:00
Roy
3109554f82
Update NSLGameScanner.py
2024-06-22 04:59:16 -07:00
Roy
66c29c338a
Update NSLGameScanner.py
2024-06-22 04:54:07 -07:00
Roy
79e84df581
Update NSLGameScanner.py
2024-06-22 04:36:20 -07:00
Roy
7ae6339d78
Update NSLGameScanner.py
2024-06-22 04:23:54 -07:00
Roy
be11b4e04b
Update NSLGameScanner.py
2024-06-22 03:45:57 -07:00
Roy
439b9a20e9
Update NSLGameScanner.py
2024-06-22 03:36:57 -07:00
Roy
5b8aaf3244
Update NSLGameScanner.py
2024-06-22 03:25:10 -07:00
Roy
b427eb2cb5
Update NSLGameScanner.py
2024-06-22 03:14:57 -07:00
Roy
9c923e9e96
Update NSLGameScanner.py
2024-06-22 02:54:04 -07:00
Roy
6f7a0b5468
Update NSLGameScanner.py
2024-06-22 02:29:04 -07:00
Roy
582ce6e1d0
Update NSLGameScanner.py
2024-06-22 02:24:08 -07:00
Roy
548c4e41ff
added skip check
2024-06-22 01:18:04 -07:00
Roy
c7edac533b
Update NonSteamLaunchers.sh
2024-06-21 21:52:10 -07:00
Roy
251bf9e599
easier to read timestamp
2024-06-21 21:29:25 -07:00
Roy
314463edfb
Update NonSteamLaunchers.sh
2024-06-21 08:31:11 -07:00
Roy
19f173d5c5
Update NonSteamLaunchers.sh
2024-06-21 08:18:49 -07:00
Roy
6b6174f5d5
Update NSLGameScanner.py
2024-06-21 07:57:39 -07:00
Roy
e5b74f46c4
Update NSLGameScanner.py
2024-06-21 07:29:48 -07:00
Roy
fdfedc6dd9
Update NSLGameScanner.py
2024-06-21 07:06:24 -07:00
Roy
d28a10ced5
Add files via upload
2024-06-21 06:26:13 -07:00
Roy
9f0104c6e1
fixed vk play
2024-06-21 05:01:55 -07:00
Roy
ca5255f6fb
Update NSLGameScanner.py
2024-06-21 04:18:00 -07:00
Roy
9867dd5a22
Add files via upload
2024-06-20 20:19:34 -07:00
Roy
701b476dd9
better backup system
2024-06-20 16:30:59 -07:00
Roy
7b5c539982
reworked vdf code
2024-06-20 16:19:49 -07:00
Roy
e1531369e7
removed return
2024-06-19 17:07:09 -07:00
Roy
cc2b4053ea
error handling for vdf
2024-06-19 12:32:05 -07:00
Roy
4f77e05dfb
fixed Ubisoft Scanner on some games
2024-06-19 01:26:56 -07:00
Roy
3bf61fcda1
fixed battle net from exiting script
2024-06-19 00:51:52 -07:00
Roy
44ef2f0dba
updated Itch path
2024-06-18 19:06:41 -07:00
Roy
d994db2f8b
Merge pull request #326 from moraroy/dependabot/pip/hypothesis-6.103.2
...
Bump hypothesis from 6.103.1 to 6.103.2
2024-06-16 21:53:57 -07:00
Roy
98cbb458a7
Merge pull request #325 from moraroy/dependabot/pip/ruff-0.4.9
...
Bump ruff from 0.4.8 to 0.4.9
2024-06-16 21:53:47 -07:00
dependabot[bot]
cf02f706c5
Bump hypothesis from 6.103.1 to 6.103.2
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.103.1 to 6.103.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.103.1...hypothesis-python-6.103.2 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-15 15:18:32 +00:00
dependabot[bot]
ec1cfdf459
Bump ruff from 0.4.8 to 0.4.9
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.4.8 to 0.4.9.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.8...v0.4.9 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-15 15:18:09 +00:00
Roy
97271540f6
fixed ea app quiet
2024-06-11 16:59:56 -07:00
Roy
c2928c6ea2
temp fix for battle net no longer needed
2024-06-11 03:47:35 -07:00
Roy
79947e5e12
added check for shortcuts
2024-06-11 03:34:18 -07:00
Roy
a9a76f94be
Merge pull request #323 from moraroy/dependabot/pip/hypothesis-6.103.1
...
Bump hypothesis from 6.103.0 to 6.103.1
2024-06-10 04:03:50 -07:00
Roy
a56d20ec63
Merge pull request #322 from moraroy/dependabot/pip/pytest-8.2.2
...
Bump pytest from 8.2.1 to 8.2.2
2024-06-10 04:03:41 -07:00
Roy
a308ca9286
Merge pull request #321 from moraroy/dependabot/pip/ruff-0.4.8
...
Bump ruff from 0.4.7 to 0.4.8
2024-06-10 04:03:26 -07:00
dependabot[bot]
9f3d0e96b1
Bump hypothesis from 6.103.0 to 6.103.1
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.103.0 to 6.103.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.103.0...hypothesis-python-6.103.1 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-08 15:40:41 +00:00
dependabot[bot]
7a818c2457
Bump pytest from 8.2.1 to 8.2.2
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.2.1...8.2.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-08 15:40:21 +00:00
dependabot[bot]
0a8499d145
Bump ruff from 0.4.7 to 0.4.8
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.4.7 to 0.4.8.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.7...v0.4.8 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-08 15:40:03 +00:00
Roy
5f5b1643a0
Merge pull request #318 from moraroy/dependabot/pip/ipython-8.25.0
...
Bump ipython from 8.24.0 to 8.25.0
2024-06-03 19:16:15 -07:00
Roy
09e76fa984
Merge pull request #317 from moraroy/dependabot/pip/coverage-7.5.3
...
Bump coverage from 7.5.1 to 7.5.3
2024-06-03 19:16:07 -07:00
Roy
410cbe478a
Merge pull request #316 from moraroy/dependabot/pip/requests-2.32.3
...
Bump requests from 2.32.2 to 2.32.3
2024-06-03 19:15:59 -07:00
Roy
302230aa2e
Merge pull request #315 from moraroy/dependabot/pip/ruff-0.4.7
...
Bump ruff from 0.4.5 to 0.4.7
2024-06-03 19:15:50 -07:00
Roy
bab0e7704f
Merge pull request #314 from moraroy/dependabot/pip/hypothesis-6.103.0
...
Bump hypothesis from 6.102.6 to 6.103.0
2024-06-03 19:15:39 -07:00
Roy
5e0cde4fe3
deleted controller config
2024-06-03 19:13:31 -07:00
Roy
7c5375c213
deleted controller config path
2024-06-03 19:12:51 -07:00
dependabot[bot]
b27e5b6ef9
Bump ipython from 8.24.0 to 8.25.0
...
Bumps [ipython](https://github.com/ipython/ipython ) from 8.24.0 to 8.25.0.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/8.24.0...8.25.0 )
---
updated-dependencies:
- dependency-name: ipython
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-01 16:00:29 +00:00
dependabot[bot]
2935256d26
Bump coverage from 7.5.1 to 7.5.3
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.5.1 to 7.5.3.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.5.1...7.5.3 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-01 16:00:12 +00:00
dependabot[bot]
e8ac3e6df4
Bump requests from 2.32.2 to 2.32.3
...
Bumps [requests](https://github.com/psf/requests ) from 2.32.2 to 2.32.3.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.2...v2.32.3 )
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-01 15:59:53 +00:00
dependabot[bot]
5ebba4197b
Bump ruff from 0.4.5 to 0.4.7
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.4.5 to 0.4.7.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.5...v0.4.7 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-01 15:59:36 +00:00
dependabot[bot]
25e11c0691
Bump hypothesis from 6.102.6 to 6.103.0
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.102.6 to 6.103.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.102.6...hypothesis-python-6.103.0 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-01 15:59:14 +00:00
Roy
6a50a3ebce
Merge pull request #307 from moraroy/dependabot/pip/pytest-8.2.1
...
Bump pytest from 8.2.0 to 8.2.1
2024-05-26 04:39:46 -07:00
Roy
f828804e94
Merge pull request #306 from moraroy/dependabot/pip/hypothesis-6.102.6
...
Bump hypothesis from 6.102.4 to 6.102.6
2024-05-26 04:39:35 -07:00
Roy
3c4990479c
Merge pull request #305 from moraroy/dependabot/pip/pytest-asyncio-0.23.7
...
Bump pytest-asyncio from 0.23.6 to 0.23.7
2024-05-26 04:39:24 -07:00
Roy
2aa959ca8a
Merge pull request #304 from moraroy/dependabot/pip/requests-2.32.2
...
Bump requests from 2.31.0 to 2.32.2
2024-05-26 04:39:13 -07:00
Roy
4571ccec86
Merge pull request #303 from moraroy/dependabot/pip/ruff-0.4.5
...
Bump ruff from 0.4.4 to 0.4.5
2024-05-26 04:39:01 -07:00
dependabot[bot]
e26f20707b
Bump pytest from 8.2.0 to 8.2.1
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.2.0 to 8.2.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.2.0...8.2.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-25 15:44:07 +00:00
dependabot[bot]
e5a1c8a502
Bump hypothesis from 6.102.4 to 6.102.6
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.102.4 to 6.102.6.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.102.4...hypothesis-python-6.102.6 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-25 15:43:48 +00:00
dependabot[bot]
b89ca64870
Bump pytest-asyncio from 0.23.6 to 0.23.7
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.23.6 to 0.23.7.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.6...v0.23.7 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-25 15:43:26 +00:00
dependabot[bot]
293ae1749f
Bump requests from 2.31.0 to 2.32.2
...
Bumps [requests](https://github.com/psf/requests ) from 2.31.0 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2 )
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-25 15:43:08 +00:00
dependabot[bot]
8244a21f85
Bump ruff from 0.4.4 to 0.4.5
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.4.4 to 0.4.5.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.4...v0.4.5 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-25 15:42:50 +00:00
Roy
53c2b43b21
Add files via upload
2024-05-19 00:14:49 -07:00
Roy
856567d1a8
Update NonSteamLaunchers.sh
2024-05-19 00:03:07 -07:00
Roy
07a73e9f72
added additional directory check for loginusers for desktop
2024-05-19 00:01:22 -07:00
Roy
f019efd984
reverted env_vars optimized
2024-05-18 21:48:43 -07:00
Roy
e58b891a56
Update NonSteamLaunchers.sh
2024-05-18 21:39:24 -07:00
Roy
429b8ef273
reworked env_vars
2024-05-18 21:19:04 -07:00
Roy
2d2e54cf27
Merge pull request #298 from moraroy/dependabot/pip/poetry-plugin-export-1.8.0
...
Bump poetry-plugin-export from 1.7.1 to 1.8.0
2024-05-18 19:34:19 -07:00
Roy
aaeb7de61e
Merge pull request #297 from moraroy/dependabot/pip/hypothesis-6.102.4
...
Bump hypothesis from 6.100.6 to 6.102.4
2024-05-18 19:34:10 -07:00
Roy
dfbc3064e4
Update NonSteamLaunchers.sh
...
new websites change
2024-05-18 18:17:23 -07:00
dependabot[bot]
7fbb2d3341
Bump poetry-plugin-export from 1.7.1 to 1.8.0
...
Bumps [poetry-plugin-export](https://github.com/python-poetry/poetry-plugin-export ) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/python-poetry/poetry-plugin-export/releases )
- [Changelog](https://github.com/python-poetry/poetry-plugin-export/blob/main/CHANGELOG.md )
- [Commits](https://github.com/python-poetry/poetry-plugin-export/compare/1.7.1...1.8.0 )
---
updated-dependencies:
- dependency-name: poetry-plugin-export
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-18 15:27:20 +00:00
dependabot[bot]
d2365bd549
Bump hypothesis from 6.100.6 to 6.102.4
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.100.6 to 6.102.4.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.100.6...hypothesis-python-6.102.4 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-18 15:26:59 +00:00
Roy
59b7c9f87c
reworked uninstall with command lines
2024-05-17 18:50:04 -07:00
Roy
817df0ead8
Reverted new uninstall for now
2024-05-17 05:03:37 -07:00
Roy
d77b94ed35
timeout for hanging
2024-05-17 04:23:54 -07:00
Roy
b49b2db665
fixed ea
2024-05-17 01:05:18 -07:00
Roy
16f3b633fb
small fixes
...
command lines for uninstall
added back in chrome
2024-05-17 01:03:21 -07:00
Roy
46f016577a
more robust GE
2024-05-15 02:50:17 -07:00
Roy
21fe324387
Update NonSteamLaunchers.sh
2024-05-14 05:10:12 -07:00
Roy
c03780f341
Update NonSteamLaunchers.sh
2024-05-13 21:11:08 -07:00
Roy
733c71185c
Update NonSteamLaunchers.sh
2024-05-13 21:10:49 -07:00
Roy
58aa6d769a
temp fix on RemotePlayWhatever
2024-05-13 21:09:26 -07:00
Roy
541a9fcc99
Update NonSteamLaunchers.sh
2024-05-13 05:27:02 -07:00
Roy
274c8073da
Update NonSteamLaunchers.sh
...
fixed
2024-05-13 05:18:35 -07:00
Roy
f24bee8aca
Rockstar Silent Install
...
~Start Fresh now deletes log in Downloads
2024-05-13 05:11:59 -07:00
Roy
219bff819a
reverted
2024-05-11 20:47:52 -07:00
Roy
335dfce44c
test for plugin
2024-05-11 20:40:03 -07:00
Roy
a81a7f4406
removed Minecraft
2024-05-11 20:35:06 -07:00
Roy
b3556fcc6f
removed Minecraft
2024-05-11 20:32:56 -07:00
Roy
3fede175fc
Removed Minecraft
2024-05-11 20:28:52 -07:00
Roy
3102b94a35
Merge pull request #293 from moraroy/dependabot/pip/hypothesis-6.100.6
...
Bump hypothesis from 6.100.2 to 6.100.6
2024-05-11 19:15:21 -07:00
Roy
19a996678e
Merge pull request #292 from moraroy/dependabot/pip/ruff-0.4.4
...
Bump ruff from 0.4.3 to 0.4.4
2024-05-11 19:15:07 -07:00
dependabot[bot]
63a1bbc94b
Bump hypothesis from 6.100.2 to 6.100.6
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.100.2 to 6.100.6.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.100.2...hypothesis-python-6.100.6 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-11 15:30:18 +00:00
dependabot[bot]
13777251f5
Bump ruff from 0.4.3 to 0.4.4
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.3...v0.4.4 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-11 15:29:56 +00:00
Roy
253ae3e8ed
Added RemotePlayWhatever
...
~Added RemotePlayWhatever via github so you can play all of your Non Steam games and applications including Emulators with other people from steam or on a mobile device, check out the very cool project by @m4dEngi https://github.com/m4dEngi/RemotePlayWhatever
For the Steam Deck, Just open up the shorcut that was created and made and select Create Link and then press ok. A session will be made on your deck.
After this in order to use it you must EXIT the "RemotePlayWhatever" shortcut as you would any game, in order for you to then start your own game running for the current session. Pressing the 3 dots on your physical steam deck "..." will open up the options and at the top right will have a remote play session for any of your non steam applications! you can now game with other people across steam for games that have local multiplayer and co-op. results may vary.
2024-05-09 21:09:08 -07:00
Roy
897ae4653b
cleaner bnet
2024-05-09 13:47:42 -07:00
Roy
5207790fc0
itchio silent
...
fixed other installs
2024-05-09 05:11:22 -07:00
Roy
6a9a1b3342
New Youtube Video
...
https://youtu.be/sxMmI8I9G_g
2024-05-08 20:50:41 -07:00
Roy
f230594eb8
Update NonSteamLaunchers to 3.8.7
2024-05-08 15:20:26 -07:00
Roy
27d954e4f2
fixed battlenet/temp solution
2024-05-08 14:13:52 -07:00
Roy
d605ad0f78
fixed battlnet and ea app
...
~smoother installation
2024-05-08 13:04:09 -07:00
Roy
393779f975
Full SD Card Support
2024-05-08 02:00:50 -07:00
Roy
285f2c03f2
💾
2024-05-08 01:59:45 -07:00
Roy
baaac65896
fixed gog for sd card paths
2024-05-08 01:55:55 -07:00
Roy
0ab84b8a08
Update NSLGameScanner.py
2024-05-08 00:57:05 -07:00
Roy
8829a4d382
Update NSLGameScanner.py
2024-05-08 00:23:47 -07:00
Roy
7da26f6305
reverted gog
2024-05-07 23:46:49 -07:00
Roy
89bd5bff8f
Update NSLGameScanner.py
2024-05-07 23:43:09 -07:00
Roy
3c18608b01
Update NSLGameScanner.py
2024-05-07 23:36:14 -07:00
Roy
471d63b27c
Update NSLGameScanner.py
2024-05-07 23:20:09 -07:00
Roy
b8835534d9
Update NSLGameScanner.py
2024-05-07 23:10:01 -07:00
Roy
090df2c32a
another fix for gog
2024-05-07 23:03:26 -07:00
Roy
776d039bd4
reverted gog
2024-05-07 22:15:15 -07:00
Roy
9005c42f4b
attempted to fix gog parsing
2024-05-07 22:05:13 -07:00
Roy
d7f3353c82
💾 💾
2024-05-07 18:34:09 -07:00
Roy
e3b6728e4d
💾
2024-05-07 18:33:35 -07:00
Roy
b534d7ed29
full sd card support
2024-05-07 18:32:26 -07:00
Roy
93f6a45ea7
Reverted env_vars optimization
2024-05-07 11:45:25 -07:00
Roy
8d5f1c4877
reverted new install for now
2024-05-06 11:53:54 -07:00
Roy
c3ae9f030e
env_vars
2024-05-06 01:33:57 -07:00
Roy
83358a270a
fixed Chrome again
2024-05-06 01:20:58 -07:00
Roy
b790853c61
Update NonSteamLaunchers.sh
2024-05-06 01:01:52 -07:00
Roy
16fccdf28f
Add files via upload
2024-05-06 01:00:12 -07:00
Roy
3a0119a54f
revamped alot of code
2024-05-06 00:57:34 -07:00
Roy
5301fbca89
Update NonSteamLaunchers.sh
2024-05-05 18:15:24 -07:00
Roy
1c5fe33b10
Update NonSteamLaunchers.sh
2024-05-05 18:04:58 -07:00
Roy
a458cc1c80
Update NonSteamLaunchers.sh
2024-05-05 18:01:22 -07:00
Roy
e0aa704309
Update NonSteamLaunchers.sh
2024-05-05 17:57:29 -07:00
Roy
b218b41128
Update NonSteamLaunchers.sh
2024-05-05 17:43:55 -07:00
Roy
4f3e1a1cf7
Update NonSteamLaunchers.sh
2024-05-05 17:34:57 -07:00
Roy
6dae6b3c61
Update NonSteamLaunchers.sh
2024-05-05 17:21:43 -07:00
Roy
9396cff726
fixed chrome error
2024-05-05 17:14:33 -07:00
Roy
f2a3f5bec8
fixed gog scanner bugs
2024-05-05 10:34:47 -07:00
Roy
2c67e0079a
Update NSLGameScanner.py
2024-05-05 10:17:19 -07:00
Roy
2dbff9eaad
attempted Gog Galaxy dlc fix
2024-05-05 10:12:28 -07:00
Roy
cdcc489daa
Added an "Update Proton GE Button"
...
~command line ready
2024-05-05 01:29:52 -07:00
Roy
f99356bdb4
Merge pull request #290 from moraroy/dependabot/pip/ruff-0.4.3
...
Bump ruff from 0.4.2 to 0.4.3
2024-05-04 13:46:03 -07:00
Roy
a049bbe242
Merge pull request #289 from moraroy/dependabot/pip/hypothesis-6.100.2
...
Bump hypothesis from 6.100.1 to 6.100.2
2024-05-04 13:45:51 -07:00
Roy
9079ec172c
Merge pull request #288 from moraroy/dependabot/pip/pytest-xdist-3.6.1
...
Bump pytest-xdist from 3.5.0 to 3.6.1
2024-05-04 13:45:38 -07:00
Roy
4b0eb7a5f0
Merge pull request #287 from moraroy/dependabot/pip/coverage-7.5.1
...
Bump coverage from 7.5.0 to 7.5.1
2024-05-04 13:45:23 -07:00
Roy
d51dca7d9d
Merge pull request #286 from moraroy/dependabot/pip/pytest-8.2.0
...
Bump pytest from 8.1.2 to 8.2.0
2024-05-04 13:45:10 -07:00
dependabot[bot]
a479130aaa
Bump ruff from 0.4.2 to 0.4.3
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.2...v0.4.3 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-04 15:34:22 +00:00
dependabot[bot]
fe8958854f
Bump hypothesis from 6.100.1 to 6.100.2
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.100.1 to 6.100.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.100.1...hypothesis-python-6.100.2 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-04 15:33:58 +00:00
dependabot[bot]
72b6e11d6d
Bump pytest-xdist from 3.5.0 to 3.6.1
...
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist ) from 3.5.0 to 3.6.1.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases )
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.5.0...v3.6.1 )
---
updated-dependencies:
- dependency-name: pytest-xdist
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-04 15:33:37 +00:00
dependabot[bot]
11e73da15e
Bump coverage from 7.5.0 to 7.5.1
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.5.0 to 7.5.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.5.0...7.5.1 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-04 15:33:20 +00:00
dependabot[bot]
c3ccdc7c99
Bump pytest from 8.1.2 to 8.2.0
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.1.2 to 8.2.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.1.2...8.2.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-04 15:33:02 +00:00
Roy
2032e0babf
reverted uninstall
2024-05-04 01:50:58 -07:00
Roy
a3589e9ec1
reworked uninstall
2024-05-04 01:42:45 -07:00
Roy
b615b35f84
added Uninstall command lines for plugin
2024-05-04 01:27:14 -07:00
Roy
aeebd08f45
added sd card command for plugin
2024-05-04 00:50:55 -07:00
Roy
6f567e1049
Update README.md
2024-05-03 19:21:38 -07:00
Roy
a0d957e74f
Deleted code that deleted proton
2024-05-03 19:17:59 -07:00
Roy
9ca3147627
Merge pull request #281 from hahayupgit/patch-1
...
Update README.md
2024-05-02 07:53:45 -07:00
logan
15de124af5
Update README.md
...
Typo & Grammar fixes
2024-05-02 10:38:13 -04:00
Roy
dd06531e07
deleted redundancy
2024-05-02 02:44:45 -07:00
Roy
5450cdc523
added error handling
2024-05-02 01:43:22 -07:00
Roy
226beebf24
Update NonSteamLaunchers.sh
2024-05-02 01:28:56 -07:00
Roy
3d48e8ec1a
Add files via upload
...
added better detection for google chrome
2024-05-02 01:26:12 -07:00
Roy
efd858cbc8
removed unecessary code
2024-04-29 02:50:16 -07:00
Roy
e519e2ab7c
Merge pull request #276 from moraroy/dependabot/pip/ruff-0.4.2
...
Bump ruff from 0.4.1 to 0.4.2
2024-04-28 20:19:31 -07:00
Roy
ad28ad595f
Merge pull request #275 from moraroy/dependabot/pip/coverage-7.5.0
...
Bump coverage from 7.4.4 to 7.5.0
2024-04-28 20:19:18 -07:00
Roy
81ee546eb5
Merge pull request #274 from moraroy/dependabot/pip/pytest-8.1.2
...
Bump pytest from 8.1.1 to 8.1.2
2024-04-28 20:19:05 -07:00
Roy
8f763166ce
Merge pull request #273 from moraroy/dependabot/pip/ipython-8.24.0
...
Bump ipython from 8.23.0 to 8.24.0
2024-04-28 20:18:54 -07:00
dependabot[bot]
20b6e8c289
Bump ruff from 0.4.1 to 0.4.2
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.1...v0.4.2 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-27 15:26:16 +00:00
dependabot[bot]
f75c112b49
Bump coverage from 7.4.4 to 7.5.0
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.4.4 to 7.5.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.4.4...7.5.0 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-27 15:25:52 +00:00
dependabot[bot]
b5f03fe980
Bump pytest from 8.1.1 to 8.1.2
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.1.1 to 8.1.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.1.1...8.1.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-27 15:25:33 +00:00
dependabot[bot]
657ca02e29
Bump ipython from 8.23.0 to 8.24.0
...
Bumps [ipython](https://github.com/ipython/ipython ) from 8.23.0 to 8.24.0.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/8.23.0...8.24.0 )
---
updated-dependencies:
- dependency-name: ipython
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-27 15:25:15 +00:00
Roy
c72646c55c
added Itchio to NSLGameScanner
2024-04-25 03:34:56 -07:00
Roy
497562f397
Added Itchio Games to the NSLGame Scanner
...
~ Itchio Game Shortcuts are now added automatically🎮
~ added a check for users that are unable to download dependencies, the script will now exit immediately and log the error
2024-04-25 03:33:02 -07:00
Roy
ae1996d7da
Merge pull request #270 from moraroy/dependabot/pip/ruff-0.4.1
...
Bump ruff from 0.3.7 to 0.4.1
2024-04-22 17:23:31 -07:00
dependabot[bot]
f0ca9ad700
Bump ruff from 0.3.7 to 0.4.1
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.3.7 to 0.4.1.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.7...v0.4.1 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-20 15:56:46 +00:00
Roy
11c788e690
Merge pull request #268 from moraroy/dependabot/pip/hypothesis-6.100.1
...
Bump hypothesis from 6.99.13 to 6.100.1
2024-04-14 23:02:09 -07:00
Roy
4b646870fd
Merge pull request #267 from moraroy/dependabot/pip/ruff-0.3.7
...
Bump ruff from 0.3.4 to 0.3.7
2024-04-14 23:01:56 -07:00
Roy
e5e109727b
Merge pull request #261 from moraroy/dependabot/pip/ipython-8.23.0
...
Bump ipython from 8.22.2 to 8.23.0
2024-04-14 23:01:40 -07:00
dependabot[bot]
bbae9882b4
Bump hypothesis from 6.99.13 to 6.100.1
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.99.13 to 6.100.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.99.13...hypothesis-python-6.100.1 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-13 15:52:55 +00:00
dependabot[bot]
b707a9cca8
Bump ruff from 0.3.4 to 0.3.7
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.3.4 to 0.3.7.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.4...v0.3.7 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-13 15:51:48 +00:00
dependabot[bot]
dd798fed95
Bump ipython from 8.22.2 to 8.23.0
...
Bumps [ipython](https://github.com/ipython/ipython ) from 8.22.2 to 8.23.0.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/8.22.2...8.23.0 )
---
updated-dependencies:
- dependency-name: ipython
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-06 15:07:37 +00:00
Roy
dd85cd1b85
Update README.md
2024-04-01 15:51:08 -07:00
Roy
bd8f969b3e
✔️
2024-04-01 15:50:23 -07:00
Roy
8e22a45ba9
Merge pull request #255 from moraroy/dependabot/pip/pytest-cov-5.0.0
...
Bump pytest-cov from 4.1.0 to 5.0.0
2024-04-01 15:39:09 -07:00
Roy
d15e44a143
Merge pull request #254 from moraroy/dependabot/pip/hypothesis-6.99.13
...
Bump hypothesis from 6.99.6 to 6.99.13
2024-04-01 15:38:57 -07:00
Roy
281ede5a4d
Merge pull request #250 from moraroy/dependabot/pip/ruff-0.3.4
...
Bump ruff from 0.3.3 to 0.3.4
2024-04-01 15:38:44 -07:00
Roy
7a1fc3b880
Merge pull request #249 from moraroy/dependabot/pip/poetry-plugin-export-1.7.1
...
Bump poetry-plugin-export from 1.7.0 to 1.7.1
2024-04-01 15:38:27 -07:00
Roy
ea1f3ae8ee
Merge pull request #247 from moraroy/dependabot/pip/pytest-asyncio-0.23.6
...
Bump pytest-asyncio from 0.23.5.post1 to 0.23.6
2024-04-01 15:38:13 -07:00
Roy
61d9a5eba9
Removed Controller Configs
...
~this code will be added to the plugin version instead
2024-04-01 15:37:54 -07:00
dependabot[bot]
468ea7235c
Bump pytest-cov from 4.1.0 to 5.0.0
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 4.1.0 to 5.0.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v5.0.0 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-30 15:55:38 +00:00
dependabot[bot]
172ab9f259
Bump hypothesis from 6.99.6 to 6.99.13
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.99.6 to 6.99.13.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.99.6...hypothesis-python-6.99.13 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-30 15:55:17 +00:00
Roy
8064a7864e
added fortnite
2024-03-28 16:25:27 -07:00
dependabot[bot]
bd66bd942b
Bump ruff from 0.3.3 to 0.3.4
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.3...v0.3.4 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-23 15:27:22 +00:00
dependabot[bot]
d109a3bfc5
Bump poetry-plugin-export from 1.7.0 to 1.7.1
...
Bumps [poetry-plugin-export](https://github.com/python-poetry/poetry-plugin-export ) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/python-poetry/poetry-plugin-export/releases )
- [Changelog](https://github.com/python-poetry/poetry-plugin-export/blob/main/CHANGELOG.md )
- [Commits](https://github.com/python-poetry/poetry-plugin-export/compare/1.7.0...1.7.1 )
---
updated-dependencies:
- dependency-name: poetry-plugin-export
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-23 15:26:58 +00:00
dependabot[bot]
cb4cae7d49
Bump pytest-asyncio from 0.23.5.post1 to 0.23.6
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.23.5.post1 to 0.23.6.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.5.post1...v0.23.6 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-23 15:26:22 +00:00
Roy
265f4a455e
install (x2)
2024-03-19 14:49:02 -07:00
Roy
3551289e7f
added 20 seconds
2024-03-19 14:41:26 -07:00
Roy
a317657f6c
fixed battle infinite sleep
2024-03-19 14:25:23 -07:00
Roy
232f2dd28c
changed url
2024-03-17 13:55:05 -07:00
Roy
8fd8261029
Merge pull request #241 from moraroy/dependabot/pip/coverage-7.4.4
...
Bump coverage from 7.4.3 to 7.4.4
2024-03-16 15:32:45 -07:00
Roy
bc90161421
Merge pull request #240 from moraroy/dependabot/pip/poetry-plugin-export-1.7.0
...
Bump poetry-plugin-export from 1.6.0 to 1.7.0
2024-03-16 15:32:37 -07:00
Roy
823e7c049f
Merge pull request #239 from moraroy/dependabot/pip/hypothesis-6.99.6
...
Bump hypothesis from 6.98.18 to 6.99.6
2024-03-16 15:32:28 -07:00
Roy
db10a5e34f
Merge pull request #238 from moraroy/dependabot/pip/ruff-0.3.3
...
Bump ruff from 0.3.2 to 0.3.3
2024-03-16 15:32:16 -07:00
Roy
a023490f6d
temp fix on battlenet
2024-03-16 15:31:00 -07:00
dependabot[bot]
d6e9b1c3f3
Bump coverage from 7.4.3 to 7.4.4
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.4.3 to 7.4.4.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.4.3...7.4.4 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-16 15:46:32 +00:00
dependabot[bot]
5cd8e628cd
Bump poetry-plugin-export from 1.6.0 to 1.7.0
...
Bumps [poetry-plugin-export](https://github.com/python-poetry/poetry-plugin-export ) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/python-poetry/poetry-plugin-export/releases )
- [Changelog](https://github.com/python-poetry/poetry-plugin-export/blob/main/CHANGELOG.md )
- [Commits](https://github.com/python-poetry/poetry-plugin-export/compare/1.6.0...1.7.0 )
---
updated-dependencies:
- dependency-name: poetry-plugin-export
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-16 15:45:05 +00:00
dependabot[bot]
81829c3fe2
Bump hypothesis from 6.98.18 to 6.99.6
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.98.18 to 6.99.6.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.98.18...hypothesis-python-6.99.6 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-16 15:43:18 +00:00
dependabot[bot]
cfbecb4889
Bump ruff from 0.3.2 to 0.3.3
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.2...v0.3.3 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-16 15:41:24 +00:00
Roy
f71605b351
Merge pull request #234 from moraroy/dependabot/pip/hypothesis-6.98.18
...
Bump hypothesis from 6.98.15 to 6.98.18
2024-03-16 01:54:28 -07:00
Roy
314882b603
Merge pull request #233 from moraroy/dependabot/pip/pytest-asyncio-0.23.5.post1
...
Bump pytest-asyncio from 0.23.5 to 0.23.5.post1
2024-03-16 01:54:15 -07:00
Roy
d3dff059fe
Merge pull request #232 from moraroy/dependabot/pip/ruff-0.3.2
...
Bump ruff from 0.3.0 to 0.3.2
2024-03-16 01:53:54 -07:00
Roy
9e632b1675
Merge pull request #231 from moraroy/dependabot/pip/ipython-8.22.2
...
Bump ipython from 8.22.1 to 8.22.2
2024-03-16 01:53:41 -07:00
Roy
bc2309820a
Merge pull request #230 from moraroy/dependabot/pip/pytest-8.1.1
...
Bump pytest from 8.0.2 to 8.1.1
2024-03-16 01:53:31 -07:00
Roy
1d7deb720f
moved isntallchrome up and reverted options back to normal
2024-03-14 12:28:10 -07:00
Roy
59fc471115
fixed syntax
2024-03-14 11:55:38 -07:00
Roy
6c4c90b8fe
Fixed Variable to be direct and syntax errors
2024-03-14 11:44:06 -07:00
Roy
2eac09530c
Update NonSteamLaunchers.sh
2024-03-14 11:31:36 -07:00
Roy
0af460c985
Update NonSteamLaunchers.sh
2024-03-14 11:26:02 -07:00
Roy
897cb46670
Update NonSteamLaunchers.sh
2024-03-14 11:24:03 -07:00
Roy
7429cde9f4
Update NonSteamLaunchers.sh
2024-03-14 11:21:32 -07:00
Roy
92b42c3a98
removed breaks
2024-03-14 10:57:29 -07:00
Roy
a9e4fa19c9
fixed spacing on command
2024-03-14 10:51:24 -07:00
sysmoon14
2a6dac77af
Add support for chrome argument and rename nopython to deckyplugin
2024-03-14 13:40:32 +00:00
Roy
85dc0e2cba
removed piping
2024-03-13 11:07:32 -07:00
Roy
a17e72ea0d
added closing of pipe
2024-03-13 10:44:33 -07:00
Roy
4bb10f4d0e
added pipe to log file
2024-03-13 10:44:00 -07:00
sysmoon14
65baf9ffbd
reenable export
2024-03-13 15:00:04 +00:00
sysmoon14
f6c23ca590
remove exec command
2024-03-13 13:42:45 +00:00
Roy
72afbabbe8
Update NonSteamLaunchers.sh
2024-03-13 05:35:20 -07:00
Roy
8a1b6aa5be
Removed log file temporarily
2024-03-13 05:16:39 -07:00
Roy
a2d9d04b84
reverted change
2024-03-13 05:01:00 -07:00
Roy
d4b1388b51
split up stderr and stoubt
2024-03-13 04:23:32 -07:00
sysmoon14
8686f95977
Swapped no-service-file for develop in file paths
2024-03-12 10:46:13 +00:00
Roy
83987f0a57
deleted env_vars on uninstall
2024-03-11 04:21:22 -07:00
dependabot[bot]
c8b9896b50
Bump hypothesis from 6.98.15 to 6.98.18
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.98.15 to 6.98.18.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.98.15...hypothesis-python-6.98.18 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-09 17:00:58 +00:00
dependabot[bot]
181bf6202c
Bump pytest-asyncio from 0.23.5 to 0.23.5.post1
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.23.5 to 0.23.5.post1.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.5...v0.23.5.post1 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-09 17:00:35 +00:00
dependabot[bot]
c71ea885f8
Bump ruff from 0.3.0 to 0.3.2
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.3.0 to 0.3.2.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.0...v0.3.2 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-09 17:00:16 +00:00
dependabot[bot]
3ff032e24d
Bump ipython from 8.22.1 to 8.22.2
...
Bumps [ipython](https://github.com/ipython/ipython ) from 8.22.1 to 8.22.2.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/8.22.1...8.22.2 )
---
updated-dependencies:
- dependency-name: ipython
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-09 16:59:51 +00:00
dependabot[bot]
4d53879989
Bump pytest from 8.0.2 to 8.1.1
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.0.2 to 8.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.2...8.1.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-09 16:59:31 +00:00
Roy
072ad321e8
Update NonSteamLaunchers.sh
2024-03-08 05:38:11 -08:00
Roy
e2fd9dec49
almost fixed, fixed hpttps url but still has missing space
2024-03-08 05:18:54 -08:00
Roy
b4d26c4fad
Update NonSteamLaunchers.sh
2024-03-08 05:15:29 -08:00
Roy
10b028ba2b
Update NonSteamLaunchers.sh
2024-03-08 05:01:13 -08:00
Roy
abc1e8a8ac
Update NonSteamLaunchers.sh
2024-03-08 04:55:40 -08:00
Roy
945a89250f
Update NonSteamLaunchers.sh
2024-03-08 04:46:54 -08:00
Roy
72070316f7
Update NonSteamLaunchers.sh
2024-03-08 04:23:31 -08:00
Roy
03ec470cd5
Update NonSteamLaunchers.sh
2024-03-08 04:20:15 -08:00
Roy
e16abd5175
website fix
2024-03-08 04:17:03 -08:00
Roy
ef173d4057
website fix
2024-03-08 04:02:35 -08:00
Roy
5e303251b2
another fix for websites
2024-03-07 10:33:21 -08:00
Roy
e574fbc59f
different fix
2024-03-07 10:18:05 -08:00
Roy
73480fb8eb
attempted fix for command line args(websites)
2024-03-07 09:58:42 -08:00
Roy
587991e96e
small fix on fortnite
2024-03-06 10:51:05 -08:00
Roy
6172d5f156
Added Fortnite via Game Pass
2024-03-06 10:41:45 -08:00
Roy
d55e718a3e
Added Fortnite via Game Pass
2024-03-06 10:40:58 -08:00
Roy
9c0b5779f2
fixed Netflix typo
2024-03-06 09:02:19 -08:00
Roy
b4a8ad0673
fixed Netflix typo
2024-03-06 08:50:53 -08:00
Roy
493a000e76
Updated movie-web link
2024-03-06 04:47:08 -08:00
sysmoon14
d39f3a4e68
Update NonSteamLaunchers.sh
2024-03-06 09:59:17 +00:00
sysmoon14
c1438c65eb
added spaces to if statement
2024-03-06 09:54:55 +00:00
sysmoon14
61ba9e805e
add default state for nopython
2024-03-06 09:52:18 +00:00
Roy
112477d3a7
Merge pull request #224 from moraroy/dependabot/pip/ruff-0.3.0
...
Bump ruff from 0.2.2 to 0.3.0
2024-03-06 01:44:06 -08:00
Roy
693e0ea3ac
Merge branch 'main' into dependabot/pip/ruff-0.3.0
2024-03-06 01:44:01 -08:00
dependabot[bot]
161e04b5c9
Bump ruff from 0.2.2 to 0.3.0
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.2.2 to 0.3.0.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.2.2...v0.3.0 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-06 09:43:07 +00:00
Roy
7a6dfd4053
Merge pull request #223 from moraroy/dependabot/pip/pytest-8.0.2
...
Bump pytest from 7.4.4 to 8.0.2
2024-03-06 01:42:52 -08:00
Roy
5fce5b7b61
Merge branch 'main' into dependabot/pip/pytest-8.0.2
2024-03-06 01:42:46 -08:00
Roy
a9bc873475
Merge pull request #225 from moraroy/dependabot/pip/rich-13.7.1
...
Bump rich from 13.7.0 to 13.7.1
2024-03-06 01:41:22 -08:00
Roy
a302e4d873
Merge pull request #222 from moraroy/dependabot/pip/hypothesis-6.98.15
...
Bump hypothesis from 6.98.11 to 6.98.15
2024-03-06 01:41:05 -08:00
sysmoon14
b3f1cfe346
Added nopython logic for decky
2024-03-06 09:40:33 +00:00
dependabot[bot]
e6998ecffb
Bump rich from 13.7.0 to 13.7.1
...
Bumps [rich](https://github.com/Textualize/rich ) from 13.7.0 to 13.7.1.
- [Release notes](https://github.com/Textualize/rich/releases )
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Textualize/rich/compare/v13.7.0...v13.7.1 )
---
updated-dependencies:
- dependency-name: rich
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-02 16:20:57 +00:00
dependabot[bot]
9d373a18e7
Bump pytest from 7.4.4 to 8.0.2
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.4.4 to 8.0.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...8.0.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-02 16:19:24 +00:00
dependabot[bot]
bc2630aeb1
Bump hypothesis from 6.98.11 to 6.98.15
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.98.11 to 6.98.15.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.98.11...hypothesis-python-6.98.15 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-02 16:18:38 +00:00
sysmoon14
a0ec6cd09f
revert and add 3rd dir
2024-03-01 15:32:45 +00:00
sysmoon14
99ab8e45ac
remove quotes
2024-03-01 15:27:15 +00:00
sysmoon14
513ffa266e
trying wildcard decky dir
2024-03-01 15:25:02 +00:00
Roy
282b411633
Update NSLGameScanner.py
2024-02-29 05:44:17 -08:00
Roy
6bef5434a1
Update NSLGameScanner.py
2024-02-29 05:34:48 -08:00
Roy
b7c0100f25
dbus check
2024-02-29 05:32:16 -08:00
Roy
1b445e7514
dbus
2024-02-29 05:25:01 -08:00
Roy
21802c8036
3.8.1
2024-02-29 05:10:26 -08:00
Roy
b87f1a860e
Merge pull request #221 from moraroy/release-please--branches--main
...
chore(main): release 3.8.1
2024-02-28 22:08:43 -08:00
Roy
2ddb0ea410
Merge pull request #214 from moraroy/dependabot/pip/ruff-0.2.2
...
Bump ruff from 0.1.15 to 0.2.2
2024-02-28 22:08:32 -08:00
Roy
f4814128a3
Merge branch 'main' into dependabot/pip/ruff-0.2.2
2024-02-28 22:08:23 -08:00
Roy
3977748a24
Merge pull request #215 from moraroy/dependabot/pip/hypothesis-6.98.11
...
Bump hypothesis from 6.98.9 to 6.98.11
2024-02-28 22:06:41 -08:00
Roy
d5977d815a
Merge pull request #216 from moraroy/dependabot/pip/ipython-8.22.1
...
Bump ipython from 8.21.0 to 8.22.1
2024-02-28 22:06:29 -08:00
Roy
5002020b31
Merge pull request #217 from moraroy/dependabot/pip/pytest-asyncio-0.23.5
...
Bump pytest-asyncio from 0.21.1 to 0.23.5
2024-02-28 22:06:21 -08:00
Roy
f9c55c46a5
Merge pull request #218 from moraroy/dependabot/pip/coverage-7.4.3
...
Bump coverage from 7.4.2 to 7.4.3
2024-02-28 22:06:11 -08:00
Roy
76d002535b
chore(main): release 3.8.1
2024-02-28 21:57:12 -08:00
Roy
7db92bcb4c
Added Dbus
2024-02-28 21:13:41 -08:00
sysmoon14
f17923904d
Switch grid and gridp
2024-02-28 11:27:24 +00:00
sysmoon14
6509ef7dbf
Removed extra grids download
2024-02-28 11:00:10 +00:00
sysmoon14
4696a4980a
Remove not needed print
2024-02-28 09:04:56 +00:00
sysmoon14
e20000b910
Remove unnecessary compattool check
2024-02-28 09:00:53 +00:00
sysmoon14
f5a33d3e70
Improved data included in output log for decky
2024-02-28 08:54:25 +00:00
Roy
80efad880e
Reverted
2024-02-27 20:12:24 -08:00
Roy
736aef91df
Update NSLGameScanner.py
2024-02-27 20:02:50 -08:00
Roy
c6d1c58282
Update NSLGameScanner.py
2024-02-27 19:58:31 -08:00
Roy
9890c629c8
revert if needed, Directly sending json info to plugin
2024-02-27 19:35:48 -08:00
sysmoon14
d2f6991d44
added extra check for AppName and Exe in existing shortcut check
2024-02-27 16:19:44 +00:00
Roy
1f41ecb9ae
Update NonSteamLaunchers.sh
2024-02-27 07:01:14 -08:00
Roy
2ccc9b3acb
Sysmoon check
2024-02-27 06:54:27 -08:00
Roy
beecd66a64
removed boilr from readme
2024-02-26 03:54:11 -08:00
dependabot[bot]
aa5fde937d
Bump coverage from 7.4.2 to 7.4.3
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.4.2 to 7.4.3.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.4.2...7.4.3 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-24 16:57:15 +00:00
dependabot[bot]
d26bf99f1f
Bump pytest-asyncio from 0.21.1 to 0.23.5
...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio ) from 0.21.1 to 0.23.5.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases )
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.1...v0.23.5 )
---
updated-dependencies:
- dependency-name: pytest-asyncio
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-24 16:56:56 +00:00
dependabot[bot]
db5e9be84b
Bump ipython from 8.21.0 to 8.22.1
...
Bumps [ipython](https://github.com/ipython/ipython ) from 8.21.0 to 8.22.1.
- [Release notes](https://github.com/ipython/ipython/releases )
- [Commits](https://github.com/ipython/ipython/compare/8.21.0...8.22.1 )
---
updated-dependencies:
- dependency-name: ipython
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-24 16:56:39 +00:00
dependabot[bot]
3b9976d72a
Bump hypothesis from 6.98.9 to 6.98.11
...
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis ) from 6.98.9 to 6.98.11.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases )
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.98.9...hypothesis-python-6.98.11 )
---
updated-dependencies:
- dependency-name: hypothesis
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-24 16:56:22 +00:00
dependabot[bot]
b3e44c884b
Bump ruff from 0.1.15 to 0.2.2
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.1.15 to 0.2.2.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.1.15...v0.2.2 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-24 16:56:00 +00:00
Roy
30e5817b89
Merge pull request #212 from entropydo/patch-1
...
Duplicate Ubisoft Connect Entry made by NSLGameScanner.py
2024-02-23 17:48:22 -08:00
entropydo
bcbe3e4649
Duplicate Ubisoft Connect Entry made by NSLGameScanner.py corrected
2024-02-23 15:32:44 -05:00
entropydo
a72d748f72
Duplicate Ubisoft Connect Entry made by NSLGameScanner.py
...
I noticed that I had two Ubisoft Connect entries every time I installed NonSteamLaunchers on my Steam Deck. I found out that it was the Battle Net scanner portion adding an 'unknown' game titled Ubisoft Connect as a duplicate entry. I ultimately found a file that was being identified. "C:/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/_retail_/.flavor.info" and the "Flavor inferred was : unknown". Then it would say No exact match found. Using game ID of the first result: Ubisoft Connect (Program): 5270094.
It would subsequently add all of the Battle.net information for the launch of this game - that's what lead me to the Battle.net scanner failing and leading to this.
The launch parameter would be --exec=\"launch unknown\". The Launch options would be %command% \"battlenet://unknown\""
It looked like you were already working on a possible overhaul during my quick review of various issues open. Not sure if this is helpful but it fixed my duplicate entry problem.
Cheers.
2024-02-23 14:01:46 -05:00
Roy
6177b9c363
Merge pull request #211 from pythoninthegrass/main
...
refactor: tooling
2024-02-20 23:58:24 -08:00
pythoninthegrass
61e19bee16
docs: update README.md
...
- todo section
- update asdf instructions
2024-02-21 01:29:36 -06:00
pythoninthegrass
3f6a7c9526
docs: update README.md
...
Add pre-commit hook bypass flag to ease transition
2024-02-21 01:20:50 -06:00
pythoninthegrass
6b4171090d
docs: conventional commits
...
w/commitizen + release-please
2024-02-21 01:18:15 -06:00
pythoninthegrass
7fbad80666
ci: add commitizen
2024-02-21 01:08:53 -06:00
pythoninthegrass
e14e3a2527
chore: fix eol
2024-02-21 00:56:38 -06:00
pythoninthegrass
7a61e0bdf8
build: move docker to top-level directory
2024-02-21 00:53:32 -06:00
pythoninthegrass
8ead8b0299
Revert "chore: remove modules"
...
This reverts commit f6c291dd3d .
2024-02-21 00:50:22 -06:00
pythoninthegrass
b8f72f2dd1
docs: formatting and pre-commit hooks
2024-02-21 00:49:12 -06:00
pythoninthegrass
d4bf5ed026
ci: add pre-commit hooks
...
ruff foremost among them. Otherwise better code quality with minimal annoyances locally
2024-02-21 00:48:48 -06:00
pythoninthegrass
57e24bdb77
chore: vscode extension recommendations
...
Nudge contributors to use vscode extensions already present in devcontainer
2024-02-21 00:46:54 -06:00
pythoninthegrass
84d147468e
ci: add automatic semver
...
Will need to supply personal access token as repo secret `RELEASE_PLEASE_TOKEN`
2024-02-21 00:45:59 -06:00
pythoninthegrass
6204392c3d
refactor: split config into file
...
- Lots of LOC that make the main script hard to read
- Remove `main.py` as that can come later
2024-02-21 00:44:29 -06:00
pythoninthegrass
493c259a63
build: update deps
...
- Set stage for removing modules directory
- Export requirements.txt for backward compatibility
- Bump version
2024-02-21 00:39:07 -06:00
pythoninthegrass
6485a7c0ff
Merge branch 'main' of https://github.com/pythoninthegrass/non_steam_launchers
2024-02-20 23:31:06 -06:00
pythoninthegrass
f6c291dd3d
chore: remove modules
...
Use directly in main python script
2024-02-20 23:30:53 -06:00
pythoninthegrass
34f8921273
wip
2024-02-20 23:29:48 -06:00
Roy
4cc95df69c
fixed controller config path
2024-02-19 22:19:57 -08:00
Roy
bf5a8a1548
disbaled steam restart if Decky Plugin test
2024-02-18 22:47:04 -08:00
Roy
c041991ce5
Update NSLGameScanner.py
2024-02-18 06:25:23 -08:00
Roy
b604b45b11
Update NSLGameScanner.py
2024-02-18 06:23:09 -08:00
Roy
f62bc75eda
added log for the json info
2024-02-18 06:13:39 -08:00
Roy
e5153c06e0
Reverted
2024-02-18 00:17:20 -08:00
Roy
cdff413f4c
testing of writin json to file
2024-02-18 00:10:09 -08:00
Roy
ff56c3a04d
removed pipe
2024-02-17 00:31:09 -08:00
Roy
ecf741bc5f
Re added pipe temporarily
2024-02-16 23:57:55 -08:00
Roy
e0ecc12aa9
Add files via upload
2024-02-16 19:40:51 -08:00
Roy
aa290fee94
lessened api calls
2024-02-16 19:26:30 -08:00
Roy
bdc2ed7b12
Removed Pipe
2024-02-16 19:05:02 -08:00
Roy
3686a6323a
added back stdoubt
2024-02-16 04:30:02 -08:00
sysmoon14
d8b392efe2
Reverted previous two commits
...
Added env vars check back for decky and reverted GoG change.
2024-02-16 06:54:58 +00:00
Roy
1063ec5946
added small check for now to test plugin
2024-02-15 00:00:20 -08:00
Roy
a714084255
rechecked env_vars for now
2024-02-14 23:54:24 -08:00
sysmoon14
350d243e28
Removed "/path=" from GoG Launch Options
2024-02-14 12:43:09 +00:00
sysmoon14
a184b4d07c
Ignore env_vars check for decky
2024-02-14 09:28:15 +00:00
Roy
7ac0d2aeb2
moved up restart a bit
2024-02-13 18:41:47 -08:00
Roy
ae65c04811
removed stoudt
2024-02-13 18:36:36 -08:00
Roy
8b97bd5598
moved Steam restart process to the end of script
2024-02-13 18:32:49 -08:00
Roy
0103d154ea
Merge pull request #208 from Aldinas/main
...
Allow whitespaces in steam account names.
2024-02-13 18:17:53 -08:00
Aldinas
df909421f6
Allow whitespaces in steam account names.
...
Allows legacy steam account names that could contain white spaces to be correctly parsed by the system.
2024-02-13 20:50:52 +00:00
Roy
f34088d4ae
removed check
2024-02-11 21:44:26 -08:00
Roy
c50461d2e0
Added Pipe Logic
2024-02-11 21:34:52 -08:00
Roy
88f395f65b
Update NSLGameScanner.py
2024-02-11 21:27:02 -08:00
Roy
b31f41feec
Add files via upload
2024-02-11 21:16:50 -08:00
Roy
95e29f0fb0
Add files via upload
2024-02-10 22:26:53 -08:00
Roy
c2072d407f
Create __init__.cpython-311.pyc
2024-02-10 22:26:32 -08:00
Roy
2da00e8967
Add files via upload
2024-02-10 17:18:51 -08:00
Roy
642a508bd3
Add files via upload
2024-02-10 17:18:13 -08:00
Roy
240f3193bd
Merge pull request #200 from Joey451-OG/patch-1
...
Fixed Steam-deck HQ article link in README.md
2024-02-10 14:29:24 -08:00
Roy
00bbd490b2
Attempted to fix vdf import
2024-02-10 14:28:49 -08:00
Roy
5d32ccd41d
Attempted to fix vdf import
2024-02-10 14:28:17 -08:00
Roy
03c8b47dd4
attempted to fix vdf import
2024-02-10 14:27:13 -08:00
ItIsJoeyG
7710ab4857
Removed unnecessary variable in SDHQ link
...
Removed the `target="_blank"` variable because apparently GitHub doesn't support it. ¯\_(ツ)_/¯
2024-02-10 15:33:01 -06:00
ItIsJoeyG
c9bc78cf91
Fixed Steamdeckhq article link
...
I fixed the SDHQ link by adding a link HTML tag. It is also configured to open a new tab with the `target="_blank` parameter.
Remember that you can't use Markdown inside of HMTL tags.
Thanks for the amazing tool! :D
2024-02-10 15:28:40 -06:00
Roy
bb50a8c47a
reverted
2024-02-09 21:20:45 -08:00
Roy
a0b4fcb1d0
Only Write to the VDF Files and PIPE if the DECKY PLUGIN IS not INSTALLED
2024-02-09 21:17:10 -08:00
sysmoon14
77e73e9b18
Fixed issue not adding web links if there was no real launcher
2024-02-09 14:57:42 +00:00
sysmoon14
3b76cc8a48
Added removal of chrome env vars so that sites are only added once
2024-02-09 14:23:36 +00:00
Roy
28bdf2f93d
Update NSLGameScanner.py
2024-02-09 04:02:55 -08:00
Roy
1f4e03436c
forgot to uncomment at the end of the script this whole time
2024-02-09 03:37:41 -08:00
Roy
ca407a5980
erased codeline
2024-02-09 03:27:03 -08:00
sysmoon14
a3ce5310a2
Fixed negative compatdata folder names
2024-02-09 11:00:01 +00:00
sysmoon14
d98e733522
Merge pull request #197 from moraroy/WIP
...
Merge pull request #196 from moraroy/main
2024-02-09 10:12:32 +00:00
sysmoon14
650c7d8a0f
Merge pull request #196 from moraroy/main
...
bring WIP up to date with main
2024-02-09 10:11:56 +00:00
sysmoon14
27a15c1560
Merge branch 'WIP' into main
2024-02-09 10:11:09 +00:00
Roy
f8e302c1d5
added missing "c"
2024-02-09 02:06:54 -08:00
sysmoon14
4976a9ca12
Add custom website to env vars
...
Custom websites are now passed to env_vars for processing by NSL
2024-02-09 09:56:09 +00:00
sysmoon14
f0977d6ebe
Fixed missing colon
2024-02-09 09:48:35 +00:00
sysmoon14
f22f52188e
Added check to prevent proton being added to chrome shortcuts
2024-02-09 09:39:43 +00:00
sysmoon14
a2ab295454
Made shortcut add check more stringent
...
We now check for all four variables before we create a shortcut, should resolve the issue with launchoptions = None for chrome based entries.
2024-02-09 09:21:00 +00:00
Roy
ea1e92068c
removed Pipe
2024-02-09 01:02:54 -08:00
sysmoon14
e3c7000d15
Merge pull request #195 from moraroy/main
...
Merging readme changes into WIP branch
2024-02-09 08:42:10 +00:00
Roy
2f41dacac9
Merge pull request #193 from sysmoon14/main
...
Fixed Issues with WIP Branch
2024-02-08 16:25:19 -08:00
Roy
35534762b6
Add files via upload
2024-02-08 16:24:46 -08:00
Roy
8aa2a51198
Add files via upload
2024-02-08 16:24:28 -08:00
Roy
f5d01369de
Update README.md
2024-02-08 16:12:30 -08:00
Roy
6e8b90ccf5
Update README.md
2024-02-08 16:09:41 -08:00
Roy
fac94123a6
Update README.md
2024-02-08 16:06:48 -08:00
Roy
e692f13838
Update README.md
2024-02-08 16:05:31 -08:00
Roy
2768948065
Update README.md
2024-02-08 16:04:32 -08:00
Roy
40e98ad6c8
Update README.md
2024-02-08 16:02:24 -08:00
sysmoon14
c84fe7858e
Update NSLGameScanner.py
2024-02-08 16:45:03 +00:00
sysmoon14
b94598f8de
Update NonSteamLaunchers.sh
2024-02-08 16:41:38 +00:00
sysmoon14
ff025f082a
Update NonSteamLaunchers.sh
2024-02-08 16:36:35 +00:00
sysmoon14
b0f68b1e62
Update NSLGameScanner.py
2024-02-08 16:33:37 +00:00
sysmoon14
3f9ec86f01
Add files via upload
2024-02-08 16:16:11 +00:00
sysmoon14
b28f39840e
Add files via upload
2024-02-08 15:54:57 +00:00
sysmoon14
176b622b97
Add files via upload
2024-02-08 14:52:15 +00:00
sysmoon14
744eb4ddfe
Add files via upload
2024-02-08 10:19:02 +00:00
Roy
92f86a1671
Update NonSteamLaunchers.sh
2024-02-07 19:35:05 -08:00
Roy
065aa30b7f
Update NonSteamLaunchers.sh
2024-02-07 06:24:48 -08:00
Roy
95297a9090
Update NonSteamLaunchers.sh
2024-02-07 05:34:52 -08:00
Roy
749c85a3d9
Update NonSteamLaunchers.sh
2024-02-07 05:31:13 -08:00
Roy
b3ff527734
Add files via upload
2024-02-07 05:00:50 -08:00
Roy
0c5513c409
Add files via upload
2024-02-06 15:17:42 -08:00
Roy
1d9d70c755
removed Boilr from Script
2024-02-06 15:02:42 -08:00
Roy
012f8cbda2
Removed Boilr From cript as its no longer needed due to NSLGameScanner
...
~also removed the "find games" button
2024-02-06 15:01:18 -08:00
Roy
5e5be53d9b
Add files via upload
2024-02-06 01:21:11 -08:00
Roy
f3cba6f796
Add files via upload
2024-02-06 01:20:00 -08:00
Roy
d40975e76d
Update NSLGameScanner.py
2024-02-05 15:17:50 -08:00
Roy
f616ee6717
Added Amaon Games to the NSLGameScanner
2024-02-02 20:29:02 -08:00
Roy
13ccb385c2
Addded Amazon Games to the NSLGameScanner
2024-02-02 20:23:38 -08:00
Roy
d1ce87e010
Added Amazon Games to the NSLGameScanner
2024-02-02 20:21:54 -08:00
Roy
b6b79d1b8f
Update README.md
2024-02-02 18:31:12 -08:00
Roy
b36c28ffde
Update README.md
2024-02-02 18:29:40 -08:00
Roy
c34adaf4d5
Update README.md
2024-02-02 18:26:20 -08:00
Roy
ab1591e0f8
fixed the Live note
2024-02-01 21:22:56 -08:00
Roy
0d3f24a08b
Update NonSteamLaunchers.sh to 3.7
2024-02-01 20:58:59 -08:00
Roy
5de0e3b159
Added Battlenet to NSLGameScanner
2024-02-01 20:52:49 -08:00
Roy
ecf585622a
Added Battle.net to the NSLGameScanner
2024-02-01 20:51:08 -08:00
Roy
e1c53dbc95
Added Battle.net for NSLGameScanner
2024-02-01 20:50:15 -08:00
Roy
ea47652741
check app name
2024-02-01 05:26:33 -08:00
Roy
3d2d808a03
Added Check on directory for artwork
2024-02-01 04:49:45 -08:00
Roy
a4ab23146f
Update NonSteamLaunchers.sh
2024-01-30 20:18:09 -08:00
Roy
f3bd42717b
Update README.md
2024-01-30 18:45:37 -08:00
Roy
984d4466ff
removed s
2024-01-30 18:29:53 -08:00
Roy
bbfa97b25e
Add files via upload
2024-01-30 16:26:45 -08:00
Roy
7667d408ad
Add files via upload
2024-01-30 01:08:13 -08:00
Roy
9dcd7dbf65
Add files via upload
2024-01-30 00:51:01 -08:00
Roy
9ffe01f9d5
Add files via upload
2024-01-29 23:55:58 -08:00
Roy
16346347b5
reverted
2024-01-29 23:22:23 -08:00
Roy
d5ef01e05a
reworked some logic on .sh
2024-01-29 23:04:03 -08:00
Roy
0bde135a14
added check for env_vars for decky plugin
2024-01-29 05:51:56 -08:00
Roy
9a8d77a4cc
~separated browser Selections from game launchers for compat tool
2024-01-28 20:52:48 -08:00
Roy
3146fdd11e
Update README.md
2024-01-27 07:35:23 -08:00
Roy
d50f35df57
to a T
2024-01-27 04:55:04 -08:00
Roy
62dee8c03d
fixed launch options
2024-01-27 04:54:07 -08:00
Roy
de2e4c2488
Removed DMM Games from list due to region lock
...
~added a new website because i thought was cool. Can be controlled somewhat by the deck.
2024-01-27 04:46:52 -08:00
Roy
87bb6598b5
Add files via upload
2024-01-26 21:52:08 -08:00
Roy
c6c45f27d7
Add files via upload
2024-01-26 21:19:44 -08:00
Roy
a09e689ea0
Add files via upload
2024-01-26 19:36:10 -08:00
Roy
c5046e0613
Update NonSteamLaunchers.sh
2024-01-26 19:23:19 -08:00
Roy
14f0dbe079
Added Some logic to help the decky plugin
2024-01-26 19:13:10 -08:00
Roy
601a7dfe1a
fixed ubi and ea paths
2024-01-26 13:36:59 -08:00
Roy
fe344be803
fixed Start Direcotry and Target directory of Ubisoft path for shortcuts
2024-01-26 13:07:44 -08:00
Roy
d92a7cbe94
Update README.md
2024-01-26 12:36:29 -08:00
Roy
f3721bf747
added Gog Galaxy
2024-01-26 01:25:16 -08:00
Roy
b72326464d
Update to 3.5
2024-01-26 01:20:39 -08:00
Roy
42ece691fa
Added Gog Galaxy Scanner
2024-01-26 01:18:26 -08:00
Roy
098f0c01c2
Added Gog Galaxy to the NSLGameScanner
2024-01-26 01:17:43 -08:00
Roy
3d818cde98
Service was failing, fixed check on the epic paths
2024-01-25 22:24:04 -08:00
Roy
52a5949e47
re-arranged en_vars to be written before deatchment
...
~moved compat tool before detatchment
2024-01-25 20:22:09 -08:00
Roy
ab5e365434
fixed module Path for Absolute Path now
2024-01-25 19:18:58 -08:00
Roy
8e5934e1ef
Moved downlaoding of Modules from .py into the .sh
...
~also removed Origin from lists
2024-01-25 18:41:22 -08:00
Roy
f07422c182
Moved modules to download bash script instead of the .py
...
~under rough update to .py
2024-01-25 18:40:23 -08:00
Roy
9e5bb59a58
Delete humble-app directory
2024-01-25 17:49:18 -08:00
Roy
4fee1f8bdd
Merge pull request #179 from sysmoon14/main
...
Improved ShortcutID Generation and Allocation of Proton Compatibility
2024-01-25 14:52:48 -08:00
sysmoon14
3de6a2f79b
Fixed issue generating shortcutIDs for launchers
2024-01-25 17:56:58 +00:00
sysmoon14
701858a384
Use signed shortcut IDs
2024-01-25 17:41:04 +00:00
Roy
89c343d3d1
Update README.md
2024-01-25 02:00:59 -08:00
Roy
bb518ce5a4
Removed Origin from the script and half fixed Humble Bundle
...
~completely removed origin from the script since we are able to correctly parse EA App and its launcher for games
~decided to combine the humble folder in github and run it automatically in the script under Humbles installation (half fixed)
~in order to log in for now you must run either of these commands in Konsole WITH Humble Games OPENED.... depending on where you installed it:
/home/deck/.local/share/Steam/steamapps/compatdata/NonSteamLaunchers/pfx/handle-humble-scheme 'pasteUrlinBetweenHere'
/home/deck/.local/share/Steam/steamapps/compatdata/HumbleGamesLauncher/pfx/handle-humble-scheme 'pasteUrlinBetweenHere'
2024-01-25 01:59:30 -08:00
Roy
6ab3b03a86
Update handle-humble-scheme
2024-01-25 01:37:56 -08:00
Roy
c9f0a77417
Update Humble-scheme-handler.desktop
2024-01-24 21:17:18 -08:00
Roy
4b99e4c27c
Merge pull request #176 from sysmoon14/main
...
Refactored EA App Scanner and Moved Existing Shortcut Check
2024-01-24 04:29:16 -08:00
sysmoon14
3f7a6fd0a6
Refactored EA App to use xml file instead of registry
2024-01-24 11:39:03 +00:00
sysmoon14
3ad6f8ddbc
Update NSLGameScanner.py
...
Shift existing shortcut check into its own method
2024-01-24 09:51:05 +00:00
Roy
22ee30cb2c
Update to 3.4
2024-01-23 20:33:32 -08:00
Roy
9e208a87c8
Readded the Print Strings!
2024-01-23 20:01:36 -08:00
Roy
963f8e2c0c
got tid of the (tm) when comparing
...
~compared the registry against the directory correctly
2024-01-23 19:58:22 -08:00
Roy
a18ae975c4
fixed read me for NSL Game Scanner support
2024-01-23 18:26:10 -08:00
Roy
a24f5d9590
converted x\2212 to (tm) and checked against directory for EA
...
~added Print strings~not sure if i added them in the right places
2024-01-23 18:14:33 -08:00
Roy
a211a8d33b
Merge pull request #175 from sysmoon14/main
...
Added EA App NSLGameScanner Support & Refactored Slightly
2024-01-23 17:06:38 -08:00
sysmoon14
d3e18d4cba
Fixed method names in launcher section
2024-01-23 22:33:12 +00:00
sysmoon14
34b0b0b447
Added EA App support & refactored
2024-01-23 22:30:55 +00:00
sysmoon14
2288142287
Update NonSteamLaunchers.sh
...
Added env var for EA App
2024-01-23 22:29:59 +00:00
Roy
48632c680e
fixed config indentation
2024-01-23 03:26:00 -08:00
Roy
0b5b7c7128
Singular instead of Plural
2024-01-23 00:34:01 -08:00
Roy
e8f6eecca0
Added a service check for the NSLGameScanner.service
2024-01-22 21:07:54 -08:00
Roy
fe297a5784
trying to fix command line for Scanner
2024-01-22 20:58:15 -08:00
Roy
9e523c3217
Add files via upload
2024-01-22 17:11:59 -08:00
Roy
5737b8b0dd
Update README.md
2024-01-21 21:41:52 -08:00
Roy
c03a18272d
Update README.md
2024-01-21 21:41:23 -08:00
Roy
ec8e0af0b4
Update README.md
2024-01-21 21:39:35 -08:00
Roy
736fd85b06
forgot Glyph
2024-01-21 16:32:27 -08:00
Roy
f43c4c1766
Merge pull request #171 from sysmoon14/main
...
Better Shortcut Check and Removed SGDB Substring
2024-01-21 14:28:37 -08:00
sysmoon14
ce4470f917
Update NSLGameScanner.py
2024-01-21 22:08:41 +00:00
sysmoon14
579e43c613
Shortcut checks and sgdb ID change
2024-01-21 21:59:38 +00:00
Roy
a02319a5bb
Attempt another fix on Duplicates of Scanner
2024-01-21 00:14:57 -08:00
Roy
274acc8e7e
Fixed Duplication on the NonSteamLaunchers.sh
2024-01-21 00:04:32 -08:00
Roy
fe7d036354
New Message when Launching NSL and New Button
...
~New button for the NSLGameScanner.service
2024-01-20 23:43:33 -08:00
Roy
ad59694d51
attempted fix on duplication for shortcuts
2024-01-20 22:43:23 -08:00
Roy
fda13ef8da
Rough way to update the .py before the script is run
2024-01-20 17:57:18 -08:00
Roy
e6bcd3f294
fixed more errors
2024-01-20 17:37:57 -08:00
Roy
f6e979d5e5
Correctly Parse Ubisoft Connect games locally
...
~using the folders and the registry entries
2024-01-20 17:18:03 -08:00
Roy
b7c6f3dca4
fixed ubi path
2024-01-19 04:21:02 -08:00
Roy
25b67e2879
Add files via upload
2024-01-18 18:53:00 -08:00
Roy
c14c9c3b61
~checked directories
2024-01-18 18:45:26 -08:00
Roy
a54f63e23c
Add files via upload
2024-01-18 18:43:58 -08:00
Roy
933fe3bacc
Checked if directories exist before Downloading Art
2024-01-18 18:38:48 -08:00
Roy
dd41da25f0
Fixed Steamid and Update of .py file
2024-01-18 18:38:02 -08:00
Roy
45c81f81c6
Update NonSteamLaunchers.sh
...
~added space for multiple ids
2024-01-18 16:32:33 -08:00
Roy
03b64c8676
attempted fix on steamid
2024-01-17 20:32:03 -08:00
Roy
d80661d3d1
Update NonSteamLaunchers.sh
...
~reverted back
2024-01-17 16:24:37 -08:00
Roy
faf6ed65e3
Update NonSteamLaunchers.sh
...
~reverted
2024-01-17 16:21:45 -08:00
Roy
5df4da7ea7
Update NonSteamLaunchers.sh
...
~better way to parse the .vdf for login users
2024-01-17 16:17:57 -08:00
Roy
29ae8ec5a8
NSLGameScanner.service
2024-01-17 09:42:51 -08:00
Roy
e99ecf1b79
Update README.md
2024-01-17 09:41:42 -08:00
Roy
566189ddd3
Updated read me for NSLGameScanner.service
2024-01-17 09:39:33 -08:00
Roy
77e57b7e53
Artwork now included
2024-01-17 07:18:59 -08:00
Roy
ae6403926a
MAJOR UPDATE
...
~Introducing "NSLGameScanner.service" automatically adds your games for you in correct Steam Deck format and keeps them there permanently until you uninstall that game. HOW TO USE: Install a game from your launcher and then restart steam or go to game mode or restart your deck. (Currently Supports Epic Games and Ubisoft Connect) more to come very soon!
~ARTWORK! ARTWORK! ARTWORK! FOR EVERYONE AND EVERYTHING...Launchers...Games... and Supported Streaming Sites
~NonSteamLaunchers NOW SUPPORTS MULTIPLE STEAM ACCOUNTS...hopefully
~Fixed SD card Path to reflect the path now from 3.5+, the script should dynamically find everyones uuid sd card path.
~fixed maxdepth -1 issue in regard to finding the config file
~removed WINE_COPY Command from battle.net
~iforgot what else i changed
2024-01-17 04:10:45 -08:00
Roy
f03ba94e1c
NSLGameScanner
...
~Automatically adds Games to your library as you download them. Steam needs to be restarted every time a game is installed.
2024-01-17 03:31:04 -08:00
Roy
3ae443531a
steamgrid
2024-01-03 20:29:51 -08:00
Roy
4f3fae06cf
Create __init__.cpython-311.pyc
2024-01-03 20:28:44 -08:00
Roy
43ef3e7490
Add files via upload
2024-01-03 20:27:58 -08:00
Roy
492b2f1d80
Create __init__.py
2024-01-03 20:27:33 -08:00
Roy
4e0af534af
urllib3
2024-01-03 20:26:37 -08:00
Roy
56de4b7155
Create __init__.cpython-311.pyc
2024-01-03 20:25:54 -08:00
Roy
55624e99cf
Add files via upload
2024-01-03 20:25:12 -08:00
Roy
2ea756f1df
Create __init__.py
2024-01-03 20:24:43 -08:00
Roy
5ef0c68545
Add files via upload
2024-01-03 20:23:53 -08:00
Roy
651d33f825
Create __init__.cpython-311.pyc
2024-01-03 20:23:06 -08:00
Roy
77b19562c8
Add files via upload
2024-01-03 20:22:21 -08:00
Roy
f58bc235d2
Create __init__.py
2024-01-03 20:21:56 -08:00
Roy
f3644296ec
Add files via upload
2024-01-03 20:20:47 -08:00
Roy
62dc9dac25
Create __init__.cpython-311.pyc
2024-01-03 20:20:22 -08:00
Roy
4f9a84d624
Add files via upload
2024-01-03 20:19:09 -08:00
Roy
2630969ff9
Create __init__.py
2024-01-03 20:18:00 -08:00
Roy
63ecb1bb5b
Requests
2024-01-03 20:15:32 -08:00
Roy
1de0716b54
Create __init__.cpython-311.pyc
2024-01-03 20:14:51 -08:00
Roy
ca073ebb92
Add files via upload
2024-01-03 20:14:02 -08:00
Roy
dc8991d95c
Create requests
2024-01-03 20:12:00 -08:00
Roy
1eb6b0d9a8
Reverted
2023-12-26 22:20:01 -08:00
Roy
a4bcfd4e0d
version
2023-12-26 22:07:31 -08:00
Roy
e20ed13401
Removed WINE Copy command from battle.net
...
~in the meantime, use Proton Expiremental for Battle.net
2023-12-26 22:07:00 -08:00
Roy
24b73114d3
✔️
2023-12-23 14:40:21 -08:00
Roy
1b63221630
Merge pull request #146 from mertsalovda/add_vk_play_launcher
...
add installation to vk play launcher
2023-12-23 14:33:19 -08:00
Roy
6e075d7c11
Update FUNDING.yml
2023-12-06 23:53:52 -08:00
Roy
0f9cc0c44b
Update FUNDING.yml
...
~Added Patreon Link
2023-12-02 18:35:31 -08:00
Roy
b609be037b
Fixed BattleNet Spinning
...
*Added "WINE_SIMULATE_WRITECOPY=1 %command% to the Launch Options
2023-12-02 18:17:58 -08:00
Dmitriy Mertsalov
de77aac007
add appid vk play
2023-11-27 06:44:36 +00:00
Roy
4dd26ed01d
Fixed Epic Games UI glitch on Steam Deck OLED
...
*added -opengl to the Starting Directory of the Epic Games Shortcut
Thanks to @ayinde6 and @Lopsided_Elephant_24 as well as everyone troubleshooting getting to the bottom of it!
2023-11-25 20:29:30 -08:00
Dmitriy Mertsalov
a265754976
add installation to vk play launcher
2023-11-24 14:52:03 +00:00
Roy
d181f4bcfa
NonSteamLaunchers 3.0
...
~revamped GE-Proton extraction to correctly reflect GloriousEgrolls Konsole instructions
~NSL now deletes old Proton GE folders and only uses the latest
~The "Start Fresh" button now deletes the Shader Cache inside the steamapps/shadercache directory associated with the Launchers you installed.
2023-11-19 23:41:43 -08:00
Roy
ef2a52193e
Updated to GE-Proton8-23
2023-11-08 18:50:00 -08:00
Roy
3feb2db23e
battle.net window fix
2023-11-04 19:48:38 -07:00
Roy
074310bee7
fixed Ubisoft typo
2023-11-04 18:49:19 -07:00
Roy
ff91f65818
fixed Ubisoft Connect
2023-11-04 18:44:02 -07:00
Roy
9198951aca
Added Twitch to Readme
2023-11-02 14:53:55 -07:00
Roy
e33ed28b91
Ubisoft Connect Typo fix
2023-11-02 14:53:13 -07:00
Roy
6cdd627f4a
Updated Proton to latest and added Twitch.tv to Streaming Sites
2023-10-31 02:44:05 -07:00
Roy
1b758e0458
Update NonSteamLaunchers.sh to use GE-Proton8-22
2023-10-31 02:27:54 -07:00
Roy
d2156655cd
Update NonSteamLaunchers.sh to GE-Proton8-20
2023-10-17 22:24:13 -07:00
Roy
fd6742da89
Update NonSteamLaunchers.sh to use GE-Proton8-16
2023-10-02 23:36:44 -07:00
Roy
187c6e7eda
Update NonSteamLaunchers.sh to use BoilR v1.9.4
2023-10-02 23:35:21 -07:00
Roy
bc68f2bbcc
Update NonSteamLaunchers.sh to use BoilR v1.9.3
2023-09-20 17:34:36 -07:00
Roy
3261d58fa3
Update NonSteamLaunchers.sh to use Boilr v.1.9.2
2023-09-19 00:58:38 -07:00
Roy
f04a600257
Update NonSteamLaunchers.sh to GE-Proton8-15
2023-09-16 21:31:00 -07:00
Roy
235f539f77
Updated NonSteamLaunchers.sh to GE-Proton8-14
2023-09-01 18:51:39 -07:00
Roy
d77e013426
Merge pull request #125 from pythoninthegrass/main
...
Error handling and shellcheck additions
2023-09-01 18:27:00 -07:00
pythoninthegrass
23eae27fe0
Error handling and shellcheck additions
...
- Handle `logname: no login name` error for `$USER`
- Double quote variables and add curly brackets when concatenated (e.g., directories)
- Replace tilde with `$logged_in_home` var
- Capture return codes from wget command directly (404 throws custom exit code 8)
- Fix code block indentions
- Move SC2155 to .shellcheckrc
- Add SC2164 to exclude `cd` errors
- Breakout SC exclusions to multiple lines to toggle them more easily
- Remove duplicate SC entries
2023-09-01 01:33:08 -05:00
Roy
aa667f1cb8
Updated NonSteamLaunchers.sh to GE-Proton8-13
2023-08-23 01:15:56 -07:00
Roy
0d63c3b24f
Update NonSteamLaunchers.sh to GE-Proton8-12
2023-08-19 22:40:35 -07:00
Roy
21cb96b484
deleted print string
2023-08-15 19:54:44 -07:00
Roy
5a823678e2
Attempted fix on python code
...
~used shutil in tandem with symlinking to move directory
2023-08-13 21:21:37 -07:00
Roy
fdca4f775e
Reverted back a push
...
~shutil wasnt working correctly
2023-08-12 19:50:54 -07:00
Roy
292c57b7dd
~attempted fix using shutil insteaad in python code
...
~removed chmod +x
2023-08-12 19:25:10 -07:00
Roy
f96f9b8a52
Merge pull request #116 from pythoninthegrass/refactor-nonsteamlaunchers
...
Initial cleanup of core shell script
2023-08-12 19:03:26 -07:00
pythoninthegrass
d69a64462c
Fix duplicate steam_dir vars
...
First one declared is steam_dir, second is steam_dir_root
2023-08-12 15:05:47 -05:00
pythoninthegrass
9ed149e86b
steam_dir variable formatting
...
Curly brackets are delimiters when joined with string/filepath
2023-08-12 15:02:51 -05:00
pythoninthegrass
6452d8ab07
Update todo
...
Clarified todo for boilr subshell
2023-08-12 14:19:01 -05:00
pythoninthegrass
c9612ad469
Remove extra newline
2023-08-12 14:11:43 -05:00
pythoninthegrass
e803e779e7
Add version todo
...
Currently checks string vs. integer comparison. Leads to false positives (e.g., 2.99 is marked as older than 2.98)
2023-08-12 14:09:42 -05:00
pythoninthegrass
4f79dfde6d
Move env vars
...
Move environment variables to get interpolated in the proper order
2023-08-12 14:06:36 -05:00
pythoninthegrass
4950e95538
Rename working dir variable
...
Rename to to match original variable name
2023-08-12 14:02:52 -05:00
pythoninthegrass
f79d204273
Parameterize working directory
...
Forgo hardcoding working directory for 'NonSteamLaunchersInstallation'
2023-08-12 13:54:50 -05:00
pythoninthegrass
afbfc6d2ad
Add TODO
...
Working directory might be better suited for somewhere other than ~/Downloads
2023-08-12 13:47:38 -05:00
pythoninthegrass
e384e85859
Walk back strict execution and decouple pipefail. Add error handling for steam pid
2023-08-12 13:36:43 -05:00
pythoninthegrass
98440d6f2e
wip
...
env vars for actual user calling script, TODOs, more conditional indent formatting
2023-08-12 12:11:01 -05:00
pythoninthegrass
9ff5251bdc
wip
...
Added a bunch of inline TODOs, removed unnecessary newlines, fixed indents on various code blocks, tidied nested python script per pep8, set script as executable (`chmod +x`)
2023-08-12 11:48:06 -05:00
Roy
b5ab5d691a
Merge pull request #115 from pythoninthegrass/tooling
...
Add tooling
2023-08-11 14:08:12 -07:00
pythoninthegrass
8ccf3f1443
Update README.md
...
Fix some formatting/grammar. Add dev environment section
2023-08-11 15:29:04 -05:00
pythoninthegrass
a786689fcd
Add tooling
2023-08-11 15:14:23 -05:00
Roy
6264667aff
Add files via upload
2023-08-09 17:32:03 -07:00
Roy
41e2097fe4
Reworked more code for decky plugin
...
~reworked some code to allow for the main functions of the zenity window to be in line with the plugins capabilities. Overtime the script will need to be updated to allow more functionality.
2023-08-09 01:09:45 -07:00
Roy
5084a90d94
Updated to Proton GE-8-11
2023-08-03 19:13:52 -07:00
Roy
b36e97fed7
Merge pull request #104 from callit/main-1
...
Update handle-humble-scheme
2023-08-02 22:24:13 -07:00
callit
89fdde92ca
Update handle-humble-scheme
...
Fixed line 6 - there is an extra "Steam" in the path. It should read:
export STEAM_COMPAT_DATA_PATH=~/.steam/steam/steamapps/compatdata/NonSteamLaunchers
2023-08-03 00:14:07 -05:00
Roy
2355c8151e
Updated to ProtonGE-8-10
2023-08-02 20:00:18 -07:00
Roy
a5c1475163
Add files via upload
...
~added deletion of empty folders on start fresh
~moved python code around
2023-08-01 21:46:34 -07:00
Roy
53a6eee93b
ProtonTricks Compatability is a go!
...
~fixed prefix folders to be matched correctly with the steam shortcut
as a workaround, ive created symlinks in the compatdata folder so you can still read the folders straight up
~this fix enables ProtonTricks to used
~rearranged windows code to display the websites entry to happen after the launchers selection, if no launchers are selected you still get prompted in case you want urls
~CAPITALIZED "Separate APP IDS" so you can easily see it now, this check mark separates the prefixes since the beginning and with the new fix, they will be symlinked now so they can be easily read
2023-07-31 19:43:15 -07:00
Roy
c36518f33a
Update NonSteamLaunchers.sh
2023-07-27 16:54:29 -07:00
Roy
470a741987
more fixes
...
~more fixes towards urls
2023-07-27 16:37:37 -07:00
Roy
3c4ebaac62
Further fixed some website code
...
~Now websites show full url in the shortcut so they can be renamed manually, allowing for multiple base name shortcuts or shortcuts that aren't "games"
2023-07-26 18:37:09 -07:00
Roy
fe57fbf2f7
Added Multiple Base Urls to be added
2023-07-26 17:35:19 -07:00
Roy
4d5aede5ea
Reverted
2023-07-26 16:10:58 -07:00
Roy
b2e126ac1e
Python Changes for Websites and Shortcuts
...
~fixed duplicates from being made when script is ran multiple times
~fixed websites to allow multiple "base url" creations
2023-07-26 15:54:59 -07:00
Roy
df1dc5a4ce
Re-added Auto Install of Battle.net
2023-07-25 21:11:40 -07:00
Roy
0ccece5077
Add files via upload
...
~Origin is broken
~Redoing some code for Decky Plugin Compatability
2023-07-24 00:10:27 -07:00
Roy
a82c1056ea
updated Restart Prompt
2023-07-23 22:32:19 -07:00
Roy
cddd5803de
Updated to GE-Proton8-9
2023-07-22 18:20:10 -07:00
Roy
95d3ac05ae
Updated to GE-Proton8-8
2023-07-21 22:54:09 -07:00
Roy
e9f0adf13b
Update README.md
2023-07-12 05:05:51 -07:00
Roy
9713e11aad
Update README.md
2023-07-12 05:05:31 -07:00
Roy
5bdee1da02
Update README.md
2023-07-12 05:03:39 -07:00
Roy
f4106e861c
Update README.md
2023-07-12 05:02:24 -07:00
Roy
6d6af73699
Lots of changes
...
~New Feature "Shortcut Creator" - Creates shortcuts for any website you want.
~Added Playstation Plus
~Added DMM Player
~Got rid of Microsoft Edge entirely, So now just Chrome from the discovery store is needed.
~fixed incorrect paths on the shortcuts because of steams recent updates in the "starting directory" and "start in"
~fixed folder from being created prematurely if user didnt select any launchers
2023-07-12 01:21:19 -07:00
Roy
e41cb8e48f
Update NonSteamLaunchers.sh to GE-Proton8-6
2023-07-06 04:53:51 -07:00
Roy
fda56e25ff
Preparing Script with code for Decky PLugin
...
~added script to be command line ready - halfway done will not yet work fully
~added a new vdf module in the github and correctly called it for shortcuts in the steam library
2023-06-27 23:03:55 -07:00
Roy
577dcedf5b
Added Find Games Readme section
2023-06-25 21:19:21 -07:00
Roy
449a5a2ff9
Attempt to use new VDF module instead of setup tools
2023-06-25 21:02:52 -07:00
Roy
9e15ba4d10
Add files via upload
2023-06-25 20:39:56 -07:00
Roy
5c49f4b2d8
Create __init__.py
2023-06-25 20:39:11 -07:00
Roy
9a2318b419
Added Streaming Sites in readme
2023-06-25 03:48:42 -07:00
Roy
31eca56d94
Amazon Luna uses Chrome
...
~Fixed Amazon Luna to use Chrome instead of Edge
2023-06-19 11:07:49 -07:00
Roy
ac7dc18480
Added Amazon Luna to Streaming Sites
...
~Fixed bug that Forced Compatibility on Streaming Sites
~Added Amazon Luna
2023-06-19 08:55:25 -07:00
Roy
fab8dffbe3
changed typo in Xbox Game Pass
2023-06-17 11:40:35 -07:00
Roy
bd6a05f6a2
Update NonSteamLaunchers.sh
2023-06-13 01:25:39 -07:00
Roy
dcc611ca91
Streaming Update
...
~Unchecked All boxes at beginning of script so the user can simply select what they want
~Attempted to Add Vortex Mod manager for Nexus Mods for each launcher
~Deleted Automatic Installation for Battle.net
~Deleted all installation checks for Launchers so the user can now re-install all launchers if needed
~updated BoilR
~Added Microsoft Edge to Script and checks if the user has it installed
~Added Streaming Sites to Edge and created Shortcuts
~Added Controller configs to streaming sites via Edge
~Added GeForce Now
~Added Xbox Game Pass
~Added Netfix
~Added Hulu
~Added Amazon Prime Video
~Added Disney+
~Added Youtube
~fixed typos
2023-06-12 04:05:58 -07:00
Roy
e6521ceda5
fixed Battle.net
...
~changed url and file
2023-06-10 22:27:59 -07:00
Roy
d110861e8d
Update NonSteamLaunchers.sh
...
~update to 2.91
2023-06-10 14:06:11 -07:00
Roy
2ff05508c8
Added Find Games button and Mods Button
...
~Added the Linux Version of Boilr
~Added Minion to the Mods Section
~fixed some bugs and typos and & symbols
2023-06-10 14:05:24 -07:00
Roy
e2db87f888
Reverted the & symbols
2023-06-09 19:29:52 -07:00
Roy
6da7795e15
Missing 3 &'s in order to write to Library and run the python
...
~fixed shortcuts not adding to steam
2023-06-09 03:10:32 -07:00
Roy
ce5b125cf7
Fixed Hanging of Battle.net
...
~Removed pkill command and allowed window to pop up which should allow installation and sign in
2023-06-07 21:34:28 -07:00
Roy
3525f9ea90
added check for installation folder before script
2023-06-07 02:26:50 -07:00
Roy
a4423d7871
Reverted
2023-06-07 02:25:39 -07:00
Roy
16b92a9e0b
Added check to delete Installation folder before script
2023-06-07 02:23:33 -07:00
Roy
11bfd55bb2
Reverted Back a Day and Updated Proton GE
...
~Updated Proton GE to the latest
~Reverted Back Battle.net Hang
2023-06-06 03:26:35 -07:00
Roy
8188d59555
woops reverted
2023-06-05 11:25:44 -07:00
Roy
8c1da149c7
fixhang on battlenet
2023-06-05 11:15:24 -07:00
Roy
7c5fec856a
Merge pull request #49 from KaeTuuN/main
...
changed NonSteamLaunchers.desktop exec (Again)
2023-06-05 10:40:05 -07:00
KaeTuuN
b61883648a
changed NonSteamLaunchers.desktop exec (Again)
...
- Added /bin/bash for the first shell (to avoid using two different shells)
- Added -s Option for curl to hide statistics in Terminal Window
- Added nohup to second bash for detaching the Window (The Window does not disappear, but at least is closeable without any Problems)
2023-06-05 18:11:24 +02:00
Roy
b4bb9c2d0b
Force Added all Launchers to use Community Controller Configurations
...
~optimized the python code a bit
~forced controller configs
2023-06-04 23:26:52 -07:00
Roy
e87ae1be35
Humble Games Message
...
added note for humble games launcher
Humble games launcher sign doesn't work in game mode just desktop mode for now
2023-06-04 16:05:10 -07:00
Roy
61f586b696
Update README.md
2023-06-03 23:20:55 -07:00
Roy
43c3718530
added Minecraft
2023-06-03 23:20:04 -07:00
Roy
7fa4248453
Added Minecraft Launcher
...
~still needs window to be closed but Minecraft works
2023-06-03 23:17:16 -07:00
Roy
4e4eea01f6
Merge pull request #47 from Zoullx/fix-humble-login
...
Fix Humble App login
2023-06-03 18:17:52 -07:00
Zoull
9a19597823
Change download urls for files to fix Humble App logins to main GitHub repo
2023-06-03 16:10:04 -06:00
Zoull
b289c39f07
Found and fixed quote issue breaking sed replacement
2023-06-03 16:03:33 -06:00
Zoull
6f83974959
Try and make Humble login scripts generic and test replacement in script
2023-06-03 15:49:33 -06:00
Zoull
32392ce5a2
Try and make Humble login scripts generic and test replacement in script
2023-06-03 15:31:15 -06:00
Zoull
9e2fa60e54
Add files used to fix Humble App logins
2023-06-03 14:09:26 -06:00
Roy
748e4a1ee6
Update NonSteamLaunchers.sh
...
Changed size of zenity box
2023-06-03 01:30:28 -07:00
Roy
892c9a461a
Merge pull request #44 from Zoullx/add-glyph-launcher
...
Add Glyph Launcher
2023-06-02 22:15:38 -07:00
Roy
b97002b74c
Merge pull request #46 from Zoullx/fix-steam-shortcut-recreation
...
Fix recreation of Steam shortcuts
2023-06-02 21:33:11 -07:00
Zoull
b4d39d5c11
Fix the casing of the properties used to check existing Steam shortcuts, for Glyph only because the rest are in a different PR
2023-06-02 22:14:43 -06:00
Zoull
ecb3fd586d
Fix casing of properties used to set and check Steam shortcuts
2023-06-02 22:08:44 -06:00
Roy
eb58df3b80
Merge pull request #45 from Zoullx/fix-rockstar-move-to-sd
...
Fix Rockstar Games Launcher move to SD
2023-06-02 17:38:24 -07:00
Zoull
77a62166f5
Changed Glyph Launcher Steam shortcut name to just Glyph to better represent Glyphs actual naming
2023-06-02 18:24:32 -06:00
Zoull
06410bf6a0
Fix an issue with Rockstar Games Launcher never being able to be moved to the SD Card
2023-06-02 17:11:14 -06:00
Zoullx
cf3bb142f9
Update README.md with Glyph Launcher
2023-06-02 17:03:12 -06:00
Zoull
a86ee42a9d
Add Glyph Launcher
2023-06-02 16:20:17 -06:00
Roy
494ae17d08
Force Compatibility on all Launchers
...
~wrote to the config.vdf file and gave each launcher seperate App IDs even in 1 Prefix
2023-06-02 13:14:30 -07:00
Roy
24061ed361
Merge pull request #42 from KaeTuuN/patch-1
...
changed NonSteamLaunchers.desktop exec to /bin/bash
2023-06-02 09:34:56 -07:00
KaeTuuN
d79349bc80
changed NonSteamLaunchers.desktop exec to /bin/bash
...
On some quirky Systems it might fail otherwise.
2023-06-02 12:52:40 +02:00
Roy
ec8784e626
Update NonSteamLaunchers.sh
...
version2.85
2023-06-01 17:18:28 -07:00
Roy
e511632638
Fixes For Shortcuts and Battle.net Hanging
...
~Fixed Python error from python to python3 big thank you to @wolfmad
~fixed Battle.net Hanging or freezing
~fixed Epic games from same issue
~updated Logos and Read.me big thank you to @cchrkk
2023-06-01 17:17:24 -07:00
Roy
45d426ea7e
Merge pull request #40 from WolfMad/patch-1
...
Fix The launchers doesn't get added to the Steam Library
2023-06-01 16:56:56 -07:00
WolfMad
4fdc83e819
Fix The launchers doesn't get added to the Steam Library
2023-06-02 00:49:22 +01:00
Roy
28a4f0313f
Merge pull request #39 from cchrkk/patch-2
...
Polished README.md
2023-06-01 15:10:50 -07:00
Alessandro C
60a3fdc09f
Update README.md
2023-06-01 23:27:55 +02:00
Alessandro C
e46a7271bc
Update README.md
2023-06-01 23:27:26 +02:00
Alessandro C
1caa4e5b14
Polished README.md
...
added donation links, sorted stores by ascending letters, centered headers, etc.
2023-06-01 23:24:57 +02:00
Roy
cda08a2958
Merge pull request #36 from cchrkk/main
...
Fixed DL link
2023-06-01 12:25:17 -07:00
Alessandro C
e2b9787126
New logo
...
You like it?
2023-06-01 20:50:43 +02:00
Alessandro C
268276ff5b
Delete image-removebg-preview (17).png
2023-06-01 20:40:13 +02:00
Alessandro C
dfbefebbf0
logo2
2023-06-01 20:39:50 +02:00
Alessandro C
f9620a023f
Fixed DL link
2023-06-01 13:35:41 +02:00
Roy
2026567ad4
Merge pull request #35 from cchrkk/patch-1
...
Added download logo as asked in #33
2023-05-31 18:41:28 -07:00
Alessandro C
0ff6baf465
Added download logo as asked in #33
...
I will not delete my fork this time
2023-06-01 01:00:25 +02:00
Roy
53ec25c3f2
Merge pull request #32 from LiamDawe/patch-1
...
Don't assume deck is the username
2023-05-31 04:06:11 -07:00
Liam Dawe
75405e3b66
use home not user
...
Even better
2023-05-31 11:52:59 +01:00
Liam Dawe
941309ec4d
Don't assume deck is the username
...
For the shortcut creation, don't assume deck as the username. This fixes the shortcuts on desktop Linux, and if Valve ever change the username on Steam Deck specifically, you won't need to update it for new installs.
2023-05-31 11:01:49 +01:00
Roy
5707d813c0
Update NonSteamLaunchers.sh
2023-05-30 02:45:30 -07:00
Roy
2d456747a6
changed link
2023-05-29 22:04:34 -07:00
Roy
4c9213c109
Setup tools
...
~Automatically Downloads and Installs the Proper Dependencies for .py packages
2023-05-29 18:41:29 -07:00
Roy
1d942cdb70
Merge pull request #30 from cchrkk/patch-2
...
EZ logging
2023-05-29 17:50:17 -07:00
Alessandro C
71a2ed1611
EZ logging
2023-05-30 00:04:41 +02:00
Roy
d131a29f15
Installed Vdf
...
~added python check for version number
2023-05-29 01:18:04 -07:00
Roy
8c88605358
Update NonSteamLaunchers.sh
2023-05-29 00:11:20 -07:00
Roy
9b3e53ee46
FIXED Syntax and Python Path
...
~ replaced tilde with $HOME
2023-05-29 00:10:12 -07:00
Roy
bb53061726
Update NonSteamLaunchers.sh
2023-05-27 22:54:16 -07:00
Roy
da87f3d37a
Add files via upload
2023-05-27 22:19:05 -07:00
Roy
f2e453cfb6
Rearranging Vdf Modules
...
~Vdf Modules for current decks Python version
2023-05-27 17:03:45 -07:00
Roy
a68f10219b
Add files via upload
2023-05-27 03:58:08 -07:00
Roy
540c720a84
Update NonSteamLaunchers.sh
2023-05-27 01:57:31 -07:00
Roy
76f0e0792a
added check
2023-05-27 00:58:59 -07:00
Roy
6e5deb836f
NEW module.py
2023-05-26 22:42:40 -07:00
Roy
88f3e6ffa3
fixed steam id check
...
~Steam id to steamid3 for user data
2023-05-26 01:15:12 -07:00
Roy
9d6874c559
Fixed Major Library Disappear Bug
...
~reworked code to write to vdf after steam is closed, this was causing library's to "disappear".
Your games and files are safe, your library is backed up in a file in your config directory called "shortcuts.vdf.bak" if corrupted just change the name to shortcuts.vdf
2023-05-19 14:16:19 -07:00
Roy
7f160c26eb
Update FUNDING.yml
2023-05-18 13:36:43 -07:00
Roy
8ca819a338
Merge pull request #22 from cchrkk/patch-1
...
added uninstall formatting
2023-05-18 12:50:31 -07:00
Alessandro C
2a22fd36ce
added uninstall formatting
2023-05-18 15:13:38 +02:00
Roy
45726fedde
Update README.md
2023-05-18 05:02:08 -07:00
Roy
ab1216cf13
Update FUNDING.yml
2023-05-18 03:34:03 -07:00
Roy
adf32cfd0a
Update FUNDING.yml
2023-05-18 03:21:50 -07:00
Roy
b1f3b91ab5
Update FUNDING.yml
2023-05-18 03:00:50 -07:00
Roy
f8b21d81dd
Update FUNDING.yml
2023-05-18 02:50:43 -07:00
Roy
00c5b7e134
Update FUNDING.yml
2023-05-18 02:50:15 -07:00
Roy
a94668b40f
Update FUNDING.yml
2023-05-18 02:43:03 -07:00
Roy
e9f0b5785c
Create FUNDING.yml
2023-05-18 02:40:47 -07:00
Roy
59755881d2
Added An Uninstall Button
...
~Added an Uninstall button for each launcher:
this deletes the folders that have the installation for each launcher, if selected to use "different app id's" those folders will be deleted instead
~fixed Battle net from hanging
~other bug fixes
New Bug:
As of GE-Proton8-3 ,
The EA App no longer Installs in "quiet mode"
2023-05-16 16:27:45 -07:00
moraroy
fa700fd21d
Merge pull request #14 from cchrkk/main
...
Added logo and fixed some stuff in readme.md
2023-05-13 11:18:16 -07:00
Alessandro C
41a7b5c245
Update README.md
2023-05-13 14:49:00 +02:00
Alessandro C
db54d3e5c1
Update README.md
2023-05-13 14:45:08 +02:00
Alessandro C
137b35e97c
Update README.md
2023-05-13 14:42:48 +02:00
Alessandro C
f716f9390d
Update README.md
2023-05-13 14:39:49 +02:00
Alessandro C
013ebd38f2
Update README.md
2023-05-13 14:36:16 +02:00
Alessandro C
cdaca6bd71
Updated README.md to add new logo
2023-05-13 14:23:25 +02:00
Alessandro C
d3febbd6d1
added logo
2023-05-13 14:15:56 +02:00
Alessandro C
9b6a16d5a7
Update README.md
2023-05-13 13:53:51 +02:00
moraroy
bb9cb76478
Merge pull request #13 from cchrkk/main
...
fixed download link
2023-05-13 03:39:08 -07:00
Alessandro C
7f33fbfe88
fixed download link
2023-05-13 12:32:10 +02:00
moraroy
c9f7123743
Update NonSteamLaunchers.sh
...
v2.6
2023-05-12 14:25:35 -07:00
moraroy
d6a1ac0209
Added new way to find current user
...
~fixed all launchers to not install if already installed
~fixed all launchers to not install if not selected
~fixed Rockstar Launcher from installing prematurely
~Added new way to find current user
2023-05-12 01:56:42 -07:00
moraroy
632ebb986c
fixed Rockstar Games Launcher
...
~fixed Rockstar from installing no matter what (thanks to SDGMartin, maetrik92 and JamesAZ0)
2023-05-11 11:30:32 -07:00
moraroy
1230b40f03
Merge pull request #10 from cchrkk/main
...
Added LICENSE file and revamped README
2023-05-11 08:30:49 -07:00
Alessandro C
7684bf7f84
Fixed download url
2023-05-11 16:06:50 +02:00
Alessandro C
23f87fa489
Create LICENSE
2023-05-11 16:00:53 +02:00
Alessandro C
4c7148bd9f
Update README.md
2023-05-11 16:00:13 +02:00
moraroy
9df2aae53f
Update NonSteamLaunchers.sh
2023-05-10 22:48:52 -07:00
moraroy
05bfce66fc
Update README.md
2023-05-10 01:30:30 -07:00
moraroy
cad4aa8850
Update NonSteamLaunchers.sh
2023-05-09 19:36:53 -07:00
moraroy
d56e14aab4
Update README.md
2023-05-09 19:34:46 -07:00
moraroy
5582ff473d
Added Support for Rockstar Games Launcher
...
~removed app ids for launchers for shortcuts
2023-05-09 19:32:41 -07:00
moraroy
142eb27b1d
Add files via upload
2023-05-09 14:59:30 -07:00
moraroy
2c3358150c
Update README.md
2023-05-09 03:57:41 -07:00
moraroy
3e7f69e1e9
Merge pull request #7 from cchrkk/main
...
Add .desktop file to always download and use the latest version of your script
2023-05-09 03:52:39 -07:00
moraroy
35c7b00197
IndieGala
...
~Added Automatic Force Compatability on Shortcuts
~fixed a major bug between Epic Games and Gog that caused shortcuts to not appear
~fixed some syntax error
~attempted another fix on VDF File
~changed some small UI things
2023-05-09 03:50:48 -07:00
moraroy
16f0679ebc
Update NonSteamLaunchers.sh
2023-05-09 00:03:05 -07:00
Alessandro C
0accd81642
Rename Launcher.desktop to NonSteamLaunchers.desktop
2023-05-09 08:00:46 +02:00
Alessandro C
44cf257d61
Added a .desktop script launcher
2023-05-09 08:00:17 +02:00
moraroy
9b0f0681f5
Update NonSteamLaunchers.sh
2023-05-08 20:29:58 -07:00
moraroy
f03ef54ef4
Update NonSteamLaunchers.sh
2023-05-08 20:26:14 -07:00
moraroy
1edec1ab5d
added setup tools extended
2023-05-08 20:24:48 -07:00
moraroy
5f5658c0c7
~ exported variable to PYTHONPATH
...
~fixed the NonSteamInstallation folder not deleting
2023-05-08 15:51:27 -07:00
moraroy
9829393231
Add files via upload
2023-05-08 04:08:52 -07:00
moraroy
f7b8a4715e
Added attempted fix for multiple steam accounts
2023-05-08 03:22:21 -07:00
moraroy
02e24ddf49
Add files via upload
2023-05-08 01:11:53 -07:00
moraroy
19825efb46
More fixes for writing to chortcuts
...
~added alot more checks during writing of shortcuts
2023-05-08 01:03:07 -07:00
moraroy
23febe27b7
Update README.md
2023-05-07 02:20:25 -07:00
moraroy
60adb39730
Add files via upload
2023-05-07 00:48:26 -07:00
moraroy
559f182f7f
Added SD CARD Support
...
~Added Move To SD CARD functionality
2023-05-07 00:39:25 -07:00
moraroy
dd1759bbb7
Update NonSteamLaunchers.sh
2023-05-06 15:13:48 -07:00
moraroy
d20872297a
Update NonSteamLaunchers.sh
...
didnt work
2023-05-06 15:06:33 -07:00
moraroy
d1116c45d3
Update NonSteamLaunchers.sh
...
testing new updater
2023-05-06 15:04:53 -07:00
moraroy
9ebebe13a5
Update NonSteamLaunchers.sh
...
~new updater
2023-05-06 15:02:36 -07:00
moraroy
3ec585ea50
Update NonSteamLaunchers.sh
...
added code for a silent update notification that way nobody misses an update no matter what
2023-05-06 14:50:52 -07:00
moraroy
8488f1fe84
Silent update to fix shortcuts
...
~ changed some lines to install setup tools in the right path
2023-05-06 14:18:49 -07:00
moraroy
5aaefb868b
Another fix for shortcuts
...
~attempted to fix app name error
2023-05-05 23:45:52 -07:00
moraroy
b62e5d4035
Update NonSteamLaunchers.sh
...
updated to latest GE Proton
2023-05-05 20:25:05 -07:00
moraroy
822f09ebd5
Update README.md
2023-05-05 19:37:44 -07:00
moraroy
ba763e6cdf
Update NonSteamLaunchers.sh
...
oops
2023-05-05 19:29:54 -07:00
moraroy
6678d2f369
attempted another fix for shortcuts
...
~added more constraint on the find command
2023-05-05 19:23:49 -07:00
moraroy
c5c5084ca7
Update README.md
2023-05-05 15:25:13 -07:00
moraroy
612546818f
Humble Games Collection
...
~Added Humble Games Collection
~fixed very important paths in compat data
~Revamped Updater to notify of update
2023-05-05 15:24:07 -07:00
moraroy
d6a4e7777b
Update README.md
2023-05-05 15:21:21 -07:00
moraroy
a5854d2c04
Attempted to fix Shortcuts Again
...
~attempted fix for shortcuts
~fixed EA App from crashing
2023-05-05 13:31:27 -07:00
moraroy
2cb5539cda
Start Fresh button
...
~added a reset button called "Start Fresh"
~added a way to see where the isntallation is
~fixed paths on itchio and Legacy Games
2023-05-05 04:42:34 -07:00
moraroy
10630a1eac
Update README.md
2023-05-05 00:51:40 -07:00
moraroy
14bb61afab
Update NonSteamLaunchers.sh
...
1.5
2023-05-05 00:46:28 -07:00
moraroy
08feb16f3f
Properly fixed Adding the shortcuts to steam
...
~Fixed Adding to Shortcuts Automatically properly
~Also fixed Itchio from not finding the right folder
2023-05-05 00:44:56 -07:00
moraroy
2381a46eb7
Update README.md
2023-05-04 21:54:35 -07:00
moraroy
e4166f7655
Update README.md
2023-05-04 21:54:12 -07:00
moraroy
d42c5a80b6
Update README.md
2023-05-04 21:53:08 -07:00
moraroy
ff20a292d7
Update README.md
...
~updated Game Mode Instructions
2023-05-04 21:52:28 -07:00
moraroy
af014a69ad
Update README.md
2023-05-04 21:44:46 -07:00
moraroy
5148fcca1b
Update README.md
2023-05-04 21:44:19 -07:00
moraroy
a28873bf5a
Update README.md
2023-05-04 21:28:50 -07:00
moraroy
fb10793b42
Fixed Steam Restart
...
~fixed Steam Restart
~Script Works in Gaming Mode Now
2023-05-04 21:26:39 -07:00
moraroy
b9c2d2733a
Update README.md
2023-05-04 16:32:52 -07:00
moraroy
ee88a456c4
Legacy Games
...
~Added Auto Updater
~Added Legacy Games
~Added Automatically Adds Launchers to Steam as Shortcuts
~Updated GE-PROTON to latest
2023-05-04 16:30:31 -07:00
moraroy
717852fa4e
v1.2
...
~added Version
2023-05-02 21:59:16 -07:00
moraroy
06de90e298
Added Auto Updater
...
~Auto Updates
2023-05-02 21:53:41 -07:00