Compare commits
7 Commits
fa381fbc83
...
v1.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
b5e9822626
|
|||
|
2b096b23ff
|
|||
|
dc64de825c
|
|||
|
6c051734cc
|
|||
|
7de0568bc7
|
|||
|
383789a6a5
|
|||
| a903d6cdea |
@@ -1 +0,0 @@
|
|||||||
flake-profile-1-link
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/nix/store/vvmz1kzp0iwsxsmlh0ss6snzn6mx9g4j-nix-shell-env
|
|
||||||
@@ -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
|
|
||||||
@@ -4,3 +4,4 @@ tmp
|
|||||||
|
|
||||||
discordrome
|
discordrome
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.direnv/
|
||||||
|
|||||||
+2
-2
@@ -2,9 +2,9 @@
|
|||||||
"$schema": "https://raw.githubusercontent.com/navidrome/navidrome/refs/heads/master/plugins/manifest-schema.json",
|
"$schema": "https://raw.githubusercontent.com/navidrome/navidrome/refs/heads/master/plugins/manifest-schema.json",
|
||||||
"name": "Discodrome",
|
"name": "Discodrome",
|
||||||
"author": "Atridad Lahiji",
|
"author": "Atridad Lahiji",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"description": "Discord Rich Presence integration for Navidrome",
|
"description": "Discord Rich Presence integration for Navidrome",
|
||||||
"website": "https://git.atri.dad.com/atridad/discodrome",
|
"website": "https://git.atri.dad/atridad/discodrome",
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"users": {
|
"users": {
|
||||||
"reason": "To process scrobbles on behalf of users"
|
"reason": "To process scrobbles on behalf of users"
|
||||||
|
|||||||
Reference in New Issue
Block a user