Roy
b8394b7158
Add handling for 'wow_classic_era' game key
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
...
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
...
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
2025-09-27 17:30:13 -07:00
Roy
2b1587cdf7
Enhance EA Games path detection logic
...
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
2025-09-26 20:25:35 -07:00
Roy
95651b33a8
Implement local UMU database loading with fallback
...
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
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
...
Refactor comments for clarity and improve variable assignments.
2025-09-21 03:44:23 -07:00
Roy
2f21c7524d
Add files via upload
2025-09-20 16:29:14 -07:00
Roy
ff5502054d
Reduce RestartSec from 300 to 30 seconds
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
...
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
v4.2.4
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
...
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
2025-08-28 03:32:44 -07:00
Roy
fdb5b0165e
Add logs section to README
2025-08-24 15:45:56 -07:00
pythoninthegrass
8c4da6e024
Merge pull request #782 from pythoninthegrass/776-switch-from-asdf-to-mise
...
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
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
...
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
...
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
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