-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1dd28e5
commit be8a62a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Steamback
updated
31 files
+16 −0 | .github/dependabot.yml | |
+3 −0 | .gitignore | |
+10 −0 | .vscode/build.sh | |
+10 −0 | .vscode/launch.json | |
+48 −0 | .vscode/setup.sh | |
+15 −6 | README.md | |
+1 −0 | bin/regen-docs.sh | |
+2 −0 | bin/run.sh | |
+10 −0 | bin/test-release.sh | |
+10 −0 | bin/upload-release.sh | |
+1 −0 | defaults/py_modules/.gitignore | |
+277 −134 | defaults/py_modules/steamback/__init__.py | |
+44 −6 | defaults/py_modules/steamback/__main__.py | |
+ − | defaults/py_modules/steamback/data/icons8-refresh-96.png | |
+312 −39 | defaults/py_modules/steamback/gui.py | |
+8 −13 | defaults/py_modules/steamback/test.py | |
+67 −20 | defaults/py_modules/steamback/util.py | |
+6 −0 | doc/TODO.md | |
+ − | doc/desktop-screenshot.png | |
+41 −0 | doc/desktop.md | |
+44 −0 | doc/development.md | |
+1,053 −0 | doc/steamback/gui.html | |
+1,708 −0 | doc/steamback/index.html | |
+244 −0 | doc/steamback/test.html | |
+375 −0 | doc/steamback/util.html | |
+3 −2 | main.py | |
+3 −3 | package.json | |
+206 −187 | pnpm-lock.yaml | |
+26 −7 | pyproject.toml | |
+2 −1 | rollup.config.js | |
+34 −0 | tests/fonttest.py |