forked from Cloud9Developer/Jellyfin-Newsletter-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.yaml
21 lines (21 loc) · 979 Bytes
/
build.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
name: "Newsletters"
guid: "60f478ab-2dd6-4ea0-af10-04d033f75979"
imageUrl: "https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/logo.png"
version: "0.6.4.2"
targetAbi: "10.9.0.0"
framework: "net8.0"
overview: "Send newsletters for recently added media"
description: "This plugin automacially scans a users library (default every 4 hours), populates a list of recently added (not previously scanned) media, converts that data into HTML format, and sends out emails to a provided list of recipients."
category: "General"
owner: "jellyfin"
artifacts:
- "Jellyfin.Plugin.Newsletters.dll"
- "SQLitePCL.pretty.dll"
changelog: >
- Major code refactoring.
- Database updates for new available Tags.
- Catch all for any missed tags in newsletter output.
- Alert for "Test mail" button.
- Minor bug fix post 0.6.3.0 release
FULL CHANGELOG: https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/CHANGELOG.md