6 Commits

Author SHA1 Message Date
atridad b5e9822626 Oopsie! 2026-04-02 16:35:18 -06:00
atridad 2b096b23ff Updated to 1.1.0 2026-04-02 16:00:14 -06:00
atridad dc64de825c O_O 2026-04-02 15:59:19 -06:00
atridad 6c051734cc Remove tests until I can figure out why it hangs 2026-04-02 15:57:50 -06:00
atridad 7de0568bc7 Update .gitignore
Test / Test (push) Has been cancelled
2026-04-02 15:56:37 -06:00
atridad 383789a6a5 Remove .devenv 2026-04-02 15:56:17 -06:00
5 changed files with 3 additions and 35 deletions
-1
View File
@@ -1 +0,0 @@
flake-profile-1-link
-1
View File
@@ -1 +0,0 @@
/nix/store/vvmz1kzp0iwsxsmlh0ss6snzn6mx9g4j-nix-shell-env
-31
View File
@@ -1,31 +0,0 @@
name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Install TinyGo
run: |
wget https://github.com/tinygo-org/tinygo/releases/download/v0.40.1/tinygo_0.40.1_amd64.deb
sudo dpkg -i tinygo_0.40.1_amd64.deb
sudo apt install -y binaryen
- name: Run tests
run: make test
+1
View File
@@ -4,3 +4,4 @@ tmp
discordrome
.DS_Store
.direnv/
+2 -2
View File
@@ -2,9 +2,9 @@
"$schema": "https://raw.githubusercontent.com/navidrome/navidrome/refs/heads/master/plugins/manifest-schema.json",
"name": "Discodrome",
"author": "Atridad Lahiji",
"version": "1.0.0",
"version": "1.1.0",
"description": "Discord Rich Presence integration for Navidrome",
"website": "https://git.atri.dad.com/atridad/discodrome",
"website": "https://git.atri.dad/atridad/discodrome",
"permissions": {
"users": {
"reason": "To process scrobbles on behalf of users"