6 Commits

Author SHA1 Message Date
b1a385ae07 v0.23.0
All checks were successful
continuous-integration/drone/tag Build is passing
2023-05-07 21:06:10 +01:00
259f8851b3 v0.22.1
All checks were successful
continuous-integration/drone/tag Build is passing
2023-01-22 14:14:04 +00:00
8851a6db61 switch master branch to main 2022-05-13 23:19:17 +01:00
4ef049a528 v0.21.0
All checks were successful
continuous-integration/drone/tag Build is passing
2022-05-13 22:59:41 +01:00
1ba005f6b8 v0.21.0
Some checks failed
continuous-integration/drone/tag Build is failing
2022-05-13 03:51:52 +01:00
132f209773 update logo in README 2022-05-07 03:57:32 +01:00
5 changed files with 26 additions and 8 deletions

View File

@@ -78,7 +78,7 @@ steps:
depends_on: depends_on:
- "prepare release" - "prepare release"
- name: publish github release - name: publish github release
image: plugins/github-release image: plugins/github-release@sha256:24f5fb388173c0ec211d1c73d2c4441efd3cd24d0ba9eea148b98c40d03807ff
settings: settings:
api_key: api_key:
from_secret: GITHUB_KEY from_secret: GITHUB_KEY

View File

@@ -2,7 +2,7 @@
This is the repository for the unraid bat plugin. This is the repository for the unraid bat plugin.
<img src="https://git.panaetius.co.uk/dtomlinson91/unraid-bat/raw/branch/master/assets/unraid-bat.svg"/> <img src="https://git.panaetius.co.uk/dtomlinson91/unraid-bat/raw/branch/main/assets/unraid-bat.svg"/>
## description ## description

2
bat

Submodule bat updated: ef3e398b2b...871abd27aa

View File

@@ -3,9 +3,9 @@
<!ENTITY name "unraid-bat"> <!ENTITY name "unraid-bat">
<!ENTITY author "dtomlinson"> <!ENTITY author "dtomlinson">
<!ENTITY org "dtomlinson91"> <!ENTITY org "dtomlinson91">
<!ENTITY version "v0.20.0"> <!ENTITY version "v0.23.0">
<!ENTITY gitURL "https://git.panaetius.co.uk/&org;/&name;"> <!ENTITY gitURL "https://git.panaetius.co.uk/&org;/&name;">
<!ENTITY pluginURL "&gitURL;/raw/branch/master/&name;.plg"> <!ENTITY pluginURL "&gitURL;/raw/branch/main/&name;.plg">
<!ENTITY releaseURL "&gitURL;/releases/download/&version;/&name;-&version;.txz"> <!ENTITY releaseURL "&gitURL;/releases/download/&version;/&name;-&version;.txz">
<!ENTITY releaseMD5URL "&gitURL;/releases/download/&version;/md5sum.txt"> <!ENTITY releaseMD5URL "&gitURL;/releases/download/&version;/md5sum.txt">
<!ENTITY plugin "/boot/config/plugins/&name;"> <!ENTITY plugin "/boot/config/plugins/&name;">
@@ -16,6 +16,15 @@
<CHANGES> <CHANGES>
### 2023-05-07
- Update to bat v0.23.0
### 2023-01-22
- Update to bat v0.22.1
### 2022-05-13
- Update to bat v0.21.0
### 2022-05-05 ### 2022-05-05
- Initial release - bat v0.20.0 - Initial release - bat v0.20.0

View File

@@ -3,9 +3,9 @@
<!ENTITY name "unraid-bat"> <!ENTITY name "unraid-bat">
<!ENTITY author "dtomlinson"> <!ENTITY author "dtomlinson">
<!ENTITY org "dtomlinson91"> <!ENTITY org "dtomlinson91">
<!ENTITY version "v0.20.0"> <!ENTITY version "v0.23.0">
<!ENTITY gitURL "https://github.com/&org;/&name;"> <!ENTITY gitURL "https://github.com/&org;/&name;">
<!ENTITY pluginURL "&gitURL;/raw/master/&name;.plg"> <!ENTITY pluginURL "&gitURL;/raw/main/&name;.plg">
<!ENTITY releaseURL "&gitURL;/releases/download/&version;/&name;-&version;.txz"> <!ENTITY releaseURL "&gitURL;/releases/download/&version;/&name;-&version;.txz">
<!ENTITY releaseMD5URL "&gitURL;/releases/download/&version;/md5sum.txt"> <!ENTITY releaseMD5URL "&gitURL;/releases/download/&version;/md5sum.txt">
<!ENTITY plugin "/boot/config/plugins/&name;"> <!ENTITY plugin "/boot/config/plugins/&name;">
@@ -15,6 +15,15 @@
<CHANGES> <CHANGES>
### 2023-05-07
- Update to bat v0.23.0
### 2023-01-22
- Update to bat v0.22.1
### 2022-05-13
- Update to bat v0.21.0
### 2022-05-06 ### 2022-05-06
- Initial release - bat v0.20.0 - Initial release - bat v0.20.0