mirror of
https://github.com/jellyfin/jellyfin-plugin-reports.git
synced 2024-11-23 13:49:53 +00:00
35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
---
|
|
name: "Reports"
|
|
guid: "d4312cd9-5c90-4f38-82e8-51da566790e8"
|
|
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-reports.png"
|
|
version: 15
|
|
targetAbi: "10.8.1.0"
|
|
framework: "net6.0"
|
|
owner: "jellyfin"
|
|
overview: "Generate reports of your media library"
|
|
description: "Generate reports of your media library"
|
|
category: "General"
|
|
artifacts:
|
|
- "Jellyfin.Plugin.Reports.dll"
|
|
- "ClosedXML.dll"
|
|
- "DocumentFormat.OpenXml.dll"
|
|
- "ExcelNumberFormat.dll"
|
|
- "Microsoft.Win32.SystemEvents.dll"
|
|
- "System.Drawing.Common.dll"
|
|
- "System.IO.Packaging.dll"
|
|
- "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll"
|
|
- "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll"
|
|
- "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll"
|
|
changelog: |2-
|
|
### Bug Fixes ###
|
|
- Fix CSV Export Format (#73) @mwildgoose
|
|
|
|
### Code or Repo Maintenance ###
|
|
- Use meta ci (#66) @crobibero
|
|
- Performance improvements (#59) @Bond-009
|
|
- Style fixes, enable analysis and nullable (#57) @Bond-009
|
|
|
|
### CI & build changes ###
|
|
- fix: meta ci workflows (#68) @h1dden-da3m0n
|
|
- Use meta ci (#66) @crobibero
|