Skip to content

Releases: mcgarrah/jellyfin-plugin-media-integrity-scanner

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 02 Aug 15:58

What's Changed

  • Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #2
  • Bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #3
  • Bump actions/checkout from 4 to 7 by @dependabot[bot] in #4
  • Bump actions/setup-dotnet from 4 to 6 by @dependabot[bot] in #5
  • Bump Microsoft.Data.Sqlite from 9.0.18 to 10.0.10 by @dependabot[bot] in #6
  • Bump Microsoft.Extensions.Logging.Abstractions from 9.0.18 to 10.0.10 by @dependabot[bot] in #7
  • fix: resolve Jellyfin 10.11 compilation errors and process handling bugs by @mcgarrah in #8
  • feat: add centralized AI agent context files by @mcgarrah in #9
  • fix: resolve integration test failure on Jellyfin 10.11.11 by @mcgarrah in #10
  • Close six gaps found against the development-series drafts by @mcgarrah in #11
  • Fix duplicate DI registration and bulk-scan concurrency by @mcgarrah in #12
  • Expand unit test suite from 20 to 112 tests by @mcgarrah in #13
  • Refresh README/RELEASE docs for the now-functional plugin by @mcgarrah in #14
  • Add in-app settings page for plugin configuration by @mcgarrah in #15
  • Fix critical dashboard JSON-casing bug found while expanding integration tests by @mcgarrah in #16
  • fix: phase-blind IsCurrentAsync breaking deep scans + remaining endpoint coverage by @mcgarrah in #17
  • docs: add ARCHITECTURE.md with event-flow and gate-pipeline diagrams by @mcgarrah in #18
  • refactor: consolidate duplicated scan loop, backfill scheduled-task/monitor tests by @mcgarrah in #19
  • test: add DI-wiring regression tests for PluginServiceRegistrator by @mcgarrah in #20
  • docs: consolidate agentic-process lessons from light-bringer and nutrition_api by @mcgarrah in #21
  • ci: add two-tier NuGet vulnerability scanning (PR-blocking + scheduled) by @mcgarrah in #22
  • test: add good/bad video corruption matrix, verified against real ffmpeg by @mcgarrah in #23
  • test: add Playwright E2E suite driving the real Jellyfin web UI by @mcgarrah in #24
  • docs: document the Playwright suite and test-media matrix in README by @mcgarrah in #25
  • ops: persist the integration Jellyfin container across host reboots by @mcgarrah in #26
  • feat: add update checker with stable/development channel detection by @mcgarrah in #27
  • ci: add automated dev-channel pre-releases and fix a version-bump gap by @mcgarrah in #28
  • fix: stop shipping Jellyfin's own assemblies and every OS's native SQLite lib by @mcgarrah in #29
  • fix: restore full cross-platform support via a proper assembly whitelist by @mcgarrah in #30
  • docs: document the update checker, dev channel, and packaging fix in README by @mcgarrah in #31

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.1-dev.6 (development build)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Aug 22:48
1703d78

What's Changed

  • docs: fix Mermaid sequence-diagram render failure on GitHub by @mcgarrah in #33

Full Changelog: v0.1.1-dev.5...v0.1.1-dev.6

v0.1.1-dev.5 (development build)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Aug 22:46
713f84c

What's Changed

  • Weekly opt-in auto-update with session-aware auto-restart by @mcgarrah in #32

Full Changelog: v0.1.1...v0.1.1-dev.5

v0.1.0-dev.4 (development build)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Aug 15:12
d879685

What's Changed

  • docs: document the update checker, dev channel, and packaging fix in README by @mcgarrah in #31

Full Changelog: v0.1.0-dev.3...v0.1.0-dev.4

v0.1.0-dev.3 (development build)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Aug 13:04
0aa0d7b

What's Changed

  • fix: restore full cross-platform support via a proper assembly whitelist by @mcgarrah in #30

Full Changelog: v0.1.0-dev.2...v0.1.0-dev.3

v0.1.0-dev.2 (development build)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Aug 05:29
8b522a0

What's Changed

  • fix: stop shipping Jellyfin's own assemblies and every OS's native SQLite lib by @mcgarrah in #29

Full Changelog: v0.1.0-dev.1...v0.1.0-dev.2

v0.1.0-dev.1 (development build)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Aug 04:36
616bbc0

What's Changed

  • Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #2
  • Bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #3
  • Bump actions/checkout from 4 to 7 by @dependabot[bot] in #4
  • Bump actions/setup-dotnet from 4 to 6 by @dependabot[bot] in #5
  • Bump Microsoft.Data.Sqlite from 9.0.18 to 10.0.10 by @dependabot[bot] in #6
  • Bump Microsoft.Extensions.Logging.Abstractions from 9.0.18 to 10.0.10 by @dependabot[bot] in #7
  • fix: resolve Jellyfin 10.11 compilation errors and process handling bugs by @mcgarrah in #8
  • feat: add centralized AI agent context files by @mcgarrah in #9
  • fix: resolve integration test failure on Jellyfin 10.11.11 by @mcgarrah in #10
  • Close six gaps found against the development-series drafts by @mcgarrah in #11
  • Fix duplicate DI registration and bulk-scan concurrency by @mcgarrah in #12
  • Expand unit test suite from 20 to 112 tests by @mcgarrah in #13
  • Refresh README/RELEASE docs for the now-functional plugin by @mcgarrah in #14
  • Add in-app settings page for plugin configuration by @mcgarrah in #15
  • Fix critical dashboard JSON-casing bug found while expanding integration tests by @mcgarrah in #16
  • fix: phase-blind IsCurrentAsync breaking deep scans + remaining endpoint coverage by @mcgarrah in #17
  • docs: add ARCHITECTURE.md with event-flow and gate-pipeline diagrams by @mcgarrah in #18
  • refactor: consolidate duplicated scan loop, backfill scheduled-task/monitor tests by @mcgarrah in #19
  • test: add DI-wiring regression tests for PluginServiceRegistrator by @mcgarrah in #20
  • docs: consolidate agentic-process lessons from light-bringer and nutrition_api by @mcgarrah in #21
  • ci: add two-tier NuGet vulnerability scanning (PR-blocking + scheduled) by @mcgarrah in #22
  • test: add good/bad video corruption matrix, verified against real ffmpeg by @mcgarrah in #23
  • test: add Playwright E2E suite driving the real Jellyfin web UI by @mcgarrah in #24
  • docs: document the Playwright suite and test-media matrix in README by @mcgarrah in #25
  • ops: persist the integration Jellyfin container across host reboots by @mcgarrah in #26
  • feat: add update checker with stable/development channel detection by @mcgarrah in #27
  • ci: add automated dev-channel pre-releases and fix a version-bump gap by @mcgarrah in #28

New Contributors

Full Changelog: v0.1.0...v0.1.0-dev.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 19:49
34ca8b2

What's Changed

  • Initial plugin scaffold: .NET 9 / Jellyfin 10.11+ / GPL-2.0 by @mcgarrah in #1

New Contributors

Full Changelog: https://github.com/mcgarrah/jellyfin-plugin-media-integrity-scanner/commits/v0.1.0