Commit graph

266 commits

Author SHA1 Message Date
amd64fox
bffdc39cca refactor version update script and workflow 2025-11-10 15:03:30 +03:00
amd64fox
2d561118b9 refactor data input for version update workflow 2025-11-10 14:54:39 +03:00
amd64fox
70f3ac3249 fix DATA_JSON environment variable assignment 2025-11-10 14:51:50 +03:00
amd64fox
8806f679a9 fix DATA_JSON environment variable formatting 2025-11-10 14:48:00 +03:00
amd64fox
ea015c7280 read datajson input from environment variable 2025-11-10 14:43:40 +03:00
amd64fox
0b7ae2e90a Merge branch 'main' of https://github.com/LoaderSpot/LoaderSpot 2025-11-10 12:41:40 +03:00
amd64fox
e35724cf7f fix: increased web request timeout for gas 2025-11-10 12:41:38 +03:00
GitHub Action
6c882d93c6 Added version 1.2.77.159.gd5928880 2025-11-10 08:35:11 +00:00
amd64fox
4911d56f18 fix name 2025-11-08 15:17:41 +03:00
amd64fox
6a235cd0f5 take the compiled cli 2025-11-08 14:19:39 +03:00
amd64fox
9070044b8a updated name to loaderspot_ui 2025-11-08 11:43:38 +03:00
amd64fox
923b4b8d78 Update build-to-release.yml 2025-11-08 11:29:56 +03:00
amd64fox
4367d89cbe
Update build-to-release.yml 2025-11-08 11:21:35 +03:00
amd64fox
9053695b6b remove arm for Linux 2025-11-08 10:47:49 +03:00
amd64fox
467b7301ec added OpenSSL dependencies (arm64) 2025-11-08 10:42:38 +03:00
amd64fox
432ad0301e added OpenSSL dependencies 2025-11-08 10:36:21 +03:00
amd64fox
b4d199ea7a cli assembly added 2025-11-08 10:29:09 +03:00
GitHub Action
0eb2d0af45 Added version 1.2.77.158.g41a657be 2025-11-08 06:14:14 +00:00
GitHub Action
d894e361dd Added version 1.2.77.144.gb6198f81 2025-11-07 12:48:58 +00:00
GitHub Action
a9e9a984fd Added version 1.2.70.254.gc8d9cbb8 2025-11-05 22:30:32 +00:00
amd64fox
d508cb5e40 remove unused urlencoding dependency 2025-11-06 00:03:33 +03:00
amd64fox
8b44677f43 refactor GAS request 2025-11-05 23:49:42 +03:00
amd64fox
1e0a1f09ac fix url formatting in send_to_gas function 2025-11-05 22:55:15 +03:00
amd64fox
65e1f39299
Delete upd.py 2025-11-05 22:45:20 +03:00
amd64fox
f0d0a70f98 Merge branch 'main' of https://github.com/LoaderSpot/LoaderSpot 2025-11-05 22:44:43 +03:00
amd64fox
d24b63e43a added LoaderSpot_CLI 2025-11-05 22:44:41 +03:00
GitHub Action
8f67fb3aff Added version 1.2.76.297.ga70a30a3 2025-11-05 09:45:25 +00:00
GitHub Action
8aa7ad5534 Added version 1.2.76.286.g733f9d86 2025-11-01 16:46:48 +00:00
GitHub Action
cfbf7b4d69 Added version 1.2.71.363.g02160d4a 2025-10-30 10:18:41 +00:00
amd64fox
3ed340b20f
update cron schedule for Spotify MS workflow 2025-10-29 18:02:16 +03:00
GitHub Action
dc7df6292f Added version 1.2.76.274.g749ee04a 2025-10-29 09:26:04 +00:00
amd64fox
eeea3304d8
Fix URL encoding in send_request function
Updated URL construction to use urllib.parse.quote for proper encoding.
2025-10-28 17:01:58 +03:00
GitHub Action
9bfacab976 Added version 1.2.76.268.g83d1f263 2025-10-28 12:17:40 +00:00
amd64fox
91d87ed7ef
Delete LoaderSpot.py 2025-10-27 21:16:35 +03:00
amd64fox
a660738738
Refactor Rust toolchain installation and artifact handling
Updated the build workflow to install Rust toolchain using commands instead of an action. Changed artifact handling to copy the executable directly instead of archiving it.
2025-10-27 21:12:02 +03:00
amd64fox
4df6648885 Rename Main.rs to src/main.rs
Moved Main.rs to the src directory and renamed it to main.rs to follow Rust project conventions.
2025-10-27 20:58:00 +03:00
amd64fox
3185f44d21
Change Rust edition from 2025 to 2021 2025-10-27 20:54:30 +03:00
amd64fox
8cc9141369
Change build runner to use windows-latest 2025-10-27 20:54:01 +03:00
amd64fox
7ff5e1f0ee
Update GitHub Actions to use stable Rust and Windows 2022 2025-10-27 20:47:54 +03:00
amd64fox
d78141cc92
Change Rust toolchain from stable to nightly 2025-10-27 20:39:14 +03:00
amd64fox
d02d1be468
indentation correction 2025-10-27 20:26:41 +03:00
amd64fox
b434d93a7d update build-to-release.yml for rust 2025-10-27 20:20:12 +03:00
amd64fox
e67831bc47 added loaderspot ui in rust 2025-10-27 19:53:58 +03:00
GitHub Action
0d58298f6e Added version 1.2.76.256.g12350e86 2025-10-26 10:41:42 +00:00
dependabot[bot]
036f7c81cf
Bump actions/upload-artifact from 4 to 5 (#10)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-25 02:37:15 +03:00
GitHub Action
4039246aca Added version 1.2.75.510.g8f748905 2025-10-22 05:47:09 +00:00
GitHub Action
e6dd76fa72 Added version 1.2.75.508.g2079da61 2025-10-21 06:47:40 +00:00
GitHub Actions
2dbac74551 Added deb version 1.2.74.477 2025-10-20 10:16:26 +00:00
GitHub Action
5688c02e92 Added version 1.2.75.507.gee6e6c93 2025-10-20 06:47:06 +00:00
GitHub Action
3aa3fb4921 Added version 1.2.75.506.g38295b74 2025-10-18 06:46:36 +00:00