Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49fa40439e | ||
| 5c2469094e | |||
| fa1505848d | |||
|
|
30cd8c8621 | ||
| 9664a9dc43 | |||
|
|
4d1c7c3642 | ||
|
|
9535f8f89a | ||
|
|
020c6f45d5 | ||
|
|
c7e203362c | ||
|
|
0f8197db8a | ||
|
|
5354139456 | ||
|
|
653c9f4503 | ||
|
|
b51a46f719 | ||
|
|
7e5bfca667 | ||
|
|
f8c0b89410 | ||
|
|
bbb8ed7110 | ||
|
|
99c2d7575a | ||
|
|
86b87cfc7c | ||
| 9e837c32b3 | |||
| 46139cc4e1 | |||
| ce26ec331a |
26
.gitea/workflows/ release.yml
Normal file
26
.gitea/workflows/ release.yml
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
name: release
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- name: setup go
|
||||||
|
uses: https://github.com/actions/setup-go@v4
|
||||||
|
with:
|
||||||
|
go-version: '>=1.20.1'
|
||||||
|
- run: |
|
||||||
|
zip -r release.zip *
|
||||||
|
- name: Create Release
|
||||||
|
uses: https://gitea.com/actions/release-action@main
|
||||||
|
with:
|
||||||
|
files: |-
|
||||||
|
release.zip
|
||||||
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||||
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [To-Do-Liste]
|
## [To-Do-Liste]
|
||||||
|
|
||||||
|
## [1.1.57] - 2025-02-26
|
||||||
|
|
||||||
|
Umziehen der verwendeten Hosting instanz für das Modul.
|
||||||
|
Neue Manifest URL muss in Foundry Eingetragen werden.
|
||||||
|
|
||||||
## [1.1.55] - 2025-01-27
|
## [1.1.55] - 2025-01-27
|
||||||
Erg<EFBFBD>nzungen aus der Kampagne "Dragonlance: im Schatten der Drachenk<6E>nigin" hinzugef<65>gt
|
Erg<EFBFBD>nzungen aus der Kampagne "Dragonlance: im Schatten der Drachenk<6E>nigin" hinzugef<65>gt
|
||||||
|
|
||||||
|
|||||||
14
module.json
14
module.json
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"id": "SharedData_global",
|
||||||
"title": "SharedData - Deutsche Kompendien",
|
"title": "SharedData - Deutsche Kompendien",
|
||||||
"description": "Kompendien zu den verschiedensten Kategorien aus der Deutschen Ausgabe der Dungeons and Dragons Bücher. Aktuell werden Einträge aus den Büchern: Spielerhandbuch, Xanathars Ratgeber für alles, Volos Allmanach für Monster und The Wild beyound the Witchlight eingepflegt. Dieses Modul steht frei für jeden zur Verfügung. Bei manchen Einträgen könnten eventuell die Bilder fehlen. Dafür werden die Dateien aus dem Modul SharedData_resources benötigt",
|
"description": "Kompendien zu den verschiedensten Kategorien aus der Deutschen Ausgabe der Dungeons and Dragons Bücher. Aktuell werden Einträge aus den Büchern: Spielerhandbuch, Xanathars Ratgeber für alles, Volos Allmanach für Monster und The Wild beyound the Witchlight eingepflegt. Dieses Modul steht frei für jeden zur Verfügung. Bei manchen Einträgen könnten eventuell die Bilder fehlen. Dafür werden die Dateien aus dem Modul SharedData_resources benötigt",
|
||||||
"authors": [
|
"authors": [
|
||||||
@@ -6,16 +7,16 @@
|
|||||||
"name": "Nibur"
|
"name": "Nibur"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": "1.1.56",
|
"version": "1.1.57",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "11",
|
"minimum": "11",
|
||||||
"verified": "12.331",
|
"verified": "12.331",
|
||||||
"maximum": "13"
|
"maximum": "13"
|
||||||
},
|
},
|
||||||
"url": "https://gitlab.j-linn.de/Yoshi/germandndcompendium",
|
"url": "https://git.j-linn.de/PnP/germandndcompendium",
|
||||||
"manifest": "https://gitlab.j-linn.de/Yoshi/germandndcompendium/-/raw/master/module.json",
|
"manifest": "https://git.j-linn.de/PnP/germandndcompendium/raw/branch/main/module.json",
|
||||||
"download": "https://gitlab.j-linn.de/Yoshi/germandndcompendium/-/archive/v1.1.56/germandndcompendium-v1.1.56.zip",
|
"download": "https://git.j-linn.de/PnP/germandndcompendium/releases/download/v1.1.57/release.zip",
|
||||||
"changelog": "https://gitlab.j-linn.de/Yoshi/germandndcompendium/-/blob/master/changelog.md",
|
"changelog": "https://git.j-linn.de/PnP/germandndcompendium/raw/branch/main/changelog.md",
|
||||||
"packs": [
|
"packs": [
|
||||||
{
|
{
|
||||||
"label": "Deutsch - Gegenstände",
|
"label": "Deutsch - Gegenstände",
|
||||||
@@ -114,6 +115,5 @@
|
|||||||
"system": "dnd5e",
|
"system": "dnd5e",
|
||||||
"path": "packs/Subclass"
|
"path": "packs/Subclass"
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"id": "SharedData_global"
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Geteiltes DnD Compendium für FoundryVTT
|
# Geteiltes DnD Compendium für FoundryVTT
|
||||||
|
|
||||||
Zum Hinzufügen folgenden Link im Add-Modules Tab verwenden:
|
Zum Hinzufügen folgenden Link im Add-Modules Tab verwenden:
|
||||||
[https://gitlab.j-linn.de/Yoshi/germandndcompendium/-/raw/master/module.json](https://gitlab.j-linn.de/Yoshi/germandndcompendium/-/raw/master/module.json)
|
[https://git.j-linn.de/PnP/germandndcompendium/raw/branch/main/module.json](https://git.j-linn.de/PnP/germandndcompendium/raw/branch/main/module.json)
|
||||||
|
|||||||
Reference in New Issue
Block a user