Skip to content

Release 6.1

Latest

Choose a tag to compare

@Toomas633 Toomas633 released this 14 Mar 11:39
3ba7660

Bug fixes and developer workflow improvements

  • Advisory lock fix: The single-instance lock now keeps the file handle open for the lifetime of the process, preventing the advisory flock from being released prematurely when the with block exited.
  • Quieter index reads: Removed spurious error log when an index file does not yet exist, since a missing index is a normal first-run condition.
  • Test script portability: test.sh now detects the installed plex-organizer command instead of relying on a hard-coded Python script path.
  • Validation checklist: Added a post-change validation rule (.github/copilot-rules/validation.md) requiring Sonar scan, pylint, and pytest to pass before considering a task complete.

Full Changelog: v6.0...v6.1