DaXcess
35cf310228
I forgot to save version
2024-09-02 19:58:58 +02:00
DaXcess
d6329d9a29
Bruh
2024-09-02 19:57:05 +02:00
DaXcess
e2d314a70c
Merge main into dev
2024-08-22 11:14:48 +02:00
DaXcess
05e7073a82
Bump version number
2024-08-22 11:12:20 +02:00
Daniel
e383b4ab41
Merge pull request #36 from SpoticordMusic/dev
...
PR: Update Spoticord to v2.2.1
2024-08-22 10:25:21 +02:00
DaXcess
9c7d29b546
Happy clippy
2024-08-22 10:05:49 +02:00
DaXcess
2651966ad8
Update CHANGELOG.md
2024-08-22 10:00:47 +02:00
DaXcess
288811074f
Bump MSRV
2024-08-21 12:29:27 +02:00
DaXcess
3394d495fe
Fix Dockerfile
2024-08-21 11:57:27 +02:00
DaXcess
eefe2561f2
Update runtime to Debian 12
2024-08-21 11:41:40 +02:00
DaXcess
e4afe7371d
Docker
2024-08-21 11:06:35 +02:00
DaXcess
d0acf77f88
Fix lpq
2024-08-19 12:34:51 +02:00
DaXcess
bba96969e2
General housekeeping
...
- Updated dependencies
- Updated rust version in Dockerfile
- Updated workflow scripts to newer versions
- Replaced lazy_static with LazyLock
- Added descriptions to update behavior
2024-08-19 12:05:34 +02:00
DaXcess
ec2db90810
Inverse!!!
2024-08-19 10:51:29 +02:00
DaXcess
c7cb26a1f8
Add update behavior settings to /playing
2024-08-19 10:50:17 +02:00
DaXcess
c5ae089930
Merge main into dev
2024-08-19 09:24:57 +02:00
DaXcess
83e432254b
Reduce the amount of panics
2024-08-15 08:35:55 +02:00
Daniel
0d79573345
Update CHANGELOG.md
2024-08-13 15:28:39 +02:00
Daniel
a93c2ff0ac
Update Spoticord to v2.2.0
...
PR: Update Spoticord to v2.2.0
2024-08-13 15:26:59 +02:00
DaXcess
ef86e1e2d3
Add better data removal, fix small benign bug
2024-08-13 11:31:54 +02:00
DaXcess
576e2ef563
Remove useless alias
2024-08-12 16:36:27 +02:00
DaXcess
97c18385dd
Initial v2.2.0 push
2024-08-12 16:14:24 +02:00
Daniel
d1c01e9274
Merge pull request #25 from SpoticordMusic/dev
...
PR: Update Spoticord to v2.1.2
2023-09-28 14:18:14 +02:00
DaXcess
e8115e5585
They thought they could hide...
2023-09-28 14:15:08 +02:00
DaXcess
d2a2b2205d
Prepare for v2.1.2
2023-09-28 13:48:46 +02:00
DaXcess
4a90cb8718
Nah that didn't work, here's some auto-disconnect bugfixes
2023-09-26 14:56:31 +02:00
DaXcess
d93758e250
Fixed potential resource leak
2023-09-26 13:56:55 +02:00
DaXcess
e4752444cf
Trying to reduce the amount of deps
2023-09-26 10:09:58 +02:00
DaXcess
ea1f8773e7
Merge branch 'dev' of github.com:SpoticordMusic/spoticord into dev
2023-09-26 09:46:34 +02:00
DaXcess
b5999fe718
Removed hardcoded URL in /join
2023-09-26 09:46:15 +02:00
Daniel
a8fcc290e9
Merge pull request #23 from kankerdev/dev
...
Make GitHub actions use vars instead of hardcoded values
2023-09-25 19:39:22 +02:00
Tyrone Faulhaber
f385a9d5b2
Update build-push.yml
2023-09-25 19:23:24 +02:00
Tyrone Faulhaber
57935081a1
Update build-push.yml
2023-09-25 19:17:26 +02:00
Tyrone Faulhaber
35ca9603e6
Update build-push.yml
...
Use GitHub's provided vars to avoid headaches for everyone™
2023-09-25 17:30:23 +02:00
Tyrone Faulhaber
1d413aff89
Merge branch 'SpoticordMusic:dev' into dev
2023-09-25 17:26:35 +02:00
DaXcess
1201e44313
Remove unnecessary impl and add dev changelog
2023-09-25 16:37:12 +02:00
DaXcess
2daed2f704
Added changelog and removed total guilds in KV in favor of Discord API
2023-09-25 12:01:44 +02:00
Tyrone Faulhaber
fddf1ae68a
Update build-push.yml
2023-09-24 23:08:28 +02:00
Daniel
c33d1ea2ce
Update Dockerfile
2023-09-24 22:12:15 +02:00
Daniel
0c73046101
Update build-push.yml
2023-09-24 22:09:06 +02:00
Daniel
0b70de72c9
Update build-push.yml
2023-09-24 22:04:53 +02:00
Daniel
7405e1e662
It's war between us and GHCR now
2023-09-24 21:53:00 +02:00
Daniel
0eadc020d0
🤷♂️
2023-09-24 21:15:30 +02:00
Daniel
d8c8573f75
Update build-push.yml
...
Remove private registry in favor of GHCR
2023-09-24 18:39:34 +02:00
Daniel
d0c77c71bb
Merge pull request #22 from spectrapulse/dev
...
Added arm64 support to docker image
2023-09-24 18:38:46 +02:00
Tyrone Faulhaber
baa4e044ca
Added arm64 support to image
...
- Modified Dockerfile to cross-compilate to x86_64 and arm64
- Modified build-push.yml workflow and changed conditions to run workflow
- Modified build-push.yml workflow to build form x86_64 and arm64
- Modified build-push.yml workflow cache and push to GitHub's Container Registry
- Modified build-push.yml workflow and added build step to login to GitHub's Container Registry
- Modified build-push.yml workflow and added build step to generate image metadata
- Modified build-push.yml workflow docker/build-push-action step to v5
2023-09-24 11:43:30 +00:00
DaXcess
2b287cc940
Merge branch 'main' into dev
2023-09-23 23:53:36 +02:00
DaXcess
1393d04ebc
Add aarch64 compiler support
2023-09-23 23:50:28 +02:00
DaXcess
3c475664ac
Remove OpenSSL dep
2023-09-23 23:35:09 +02:00
Daniel
4d12d38186
Merge pull request #21 from SpoticordMusic/dev
...
PR: Update Spoticord to v2.1.1
2023-09-23 19:54:10 +02:00