Skip to content

Releases: benhumphry/paperless-metadata-manager

v0.2.4

06 Jan 14:24

Choose a tag to compare

Docker Image

Pull the image from GitHub Container Registry:

docker pull ghcr.io/benhumphry/paperless-metadata-manager:v0.2.4

Or use latest:

docker pull ghcr.io/benhumphry/paperless-metadata-manager:latest

Changes

  • Bump version to 0.2.4
  • Fix LLM response parsing preserving newlines in JSON

Full Changelog: v0.2.3...v0.2.4

v0.2.3

06 Jan 12:04

Choose a tag to compare

Docker Image

Pull the image from GitHub Container Registry:

docker pull ghcr.io/benhumphry/paperless-metadata-manager:v0.2.3

Or use latest:

docker pull ghcr.io/benhumphry/paperless-metadata-manager:latest

Changes

  • Fix parsing of LLM responses with inline markdown code fences

Full Changelog: v0.2.2...v0.2.3

v0.2.2

23 Dec 17:44

Choose a tag to compare

Docker Image

Pull the image from GitHub Container Registry:

docker pull ghcr.io/benhumphry/paperless-metadata-manager:v0.2.2

Or use latest:

docker pull ghcr.io/benhumphry/paperless-metadata-manager:latest

Changes

  • Bump version to 0.2.2
  • Add w-full to main element
  • Add w-full to tab containers
  • Ensure content fills full width to prevent tab bouncing
  • Ensure tabs are left-aligned
  • Make version link to releases, simplify Paperless connection pill
  • Move metadata type selector to stacked tabs in content area
  • Replace metadata type dropdown with segmented button control
  • Move navigation to extended header, remove footer

Full Changelog: v0.2.1.1...v0.2.2

v0.2.1.1

23 Dec 16:15

Choose a tag to compare

Docker Image

Pull the image from GitHub Container Registry:

docker pull ghcr.io/benhumphry/paperless-metadata-manager:v0.2.1.1

Or use latest:

docker pull ghcr.io/benhumphry/paperless-metadata-manager:latest

Changes

  • Bump version to 0.2.1.1

Full Changelog: v0.2.1...v0.2.1.1

v0.2.1

23 Dec 16:14

Choose a tag to compare

Docker Image

Pull the image from GitHub Container Registry:

docker pull ghcr.io/benhumphry/paperless-metadata-manager:v0.2.1

Or use latest:

docker pull ghcr.io/benhumphry/paperless-metadata-manager:latest

Changes

  • Bump version to 0.2.1
  • Fix delete request body to use 'ids' instead of dynamic itemIdKey
  • Fix delete request to use 'ids' instead of 'tag_ids'
  • Release v0.2.0 - AI-powered grouping
  • Filter out invalid items in LLM groups display
  • Deduplicate items in LLM response to fix Alpine duplicate key warnings
  • Release v0.1.2 - LLM improvements and caching
  • Simplify LLM loading message
  • Add prominent loading indicator for LLM queries
  • Add request timing logs for OpenAI API calls
  • Reset AI grouping checkbox when switching metadata types
  • Fix undefined itemKey errors when switching metadata types
  • Remove temperature parameter for gpt-5-mini compatibility
  • Remove response_format constraint and add OpenAI error logging
  • Fix JSON truncation recovery and items iterable error
  • Remove artificial group count limit from LLM prompt
  • Add configurable LLM_PROMPT setting for custom prompts
  • Add LLM_LANGUAGE setting to ensure responses in correct language
  • Simplify LLM prompt for faster responses
  • Update cached groups after merge instead of re-querying LLM
  • Increase LLM timeout to 600s and add better error logging
  • Sanitize control characters from LLM response before JSON parsing
  • Fix JS error: isGroupSelected(prefix) should be isGroupSelected(key)
  • Remove unused NLTK dependency and dead semantic grouping code
  • Add case-insensitive matching for LLM tag names
  • Fix LLM grouping for Ollama/qwen3
  • Change default OpenAI model to gpt-5-mini
  • Make LLM grouping a checkbox with parallel loading
  • Add optional LLM-powered semantic grouping
  • Add semantic grouping using Edinburgh Associative Thesaurus
  • Update README with new merge grouping features

Full Changelog: v0.1.1...v0.2.1

v0.1.1

23 Dec 10:11

Choose a tag to compare

Docker Image

Pull the image from GitHub Container Registry:

docker pull ghcr.io/benhumphry/paperless-metadata-manager:v0.1.1

Or use latest:

docker pull ghcr.io/benhumphry/paperless-metadata-manager:latest

Changes

  • Bump version to 0.1.1
  • Use text symbols instead of icons for merge group types
  • Refresh merge suggestions after completing a merge
  • Move merge grouping to client-side for better performance
  • Add semantic grouping for tag merge suggestions
  • Fix Docker badge to use static badge instead of ghcr version
  • Update README with Docker image install as primary method

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

v0.1.0

22 Dec 23:10

Choose a tag to compare

Docker Image

Pull the image from GitHub Container Registry:

docker pull ghcr.io/benhumphry/paperless-metadata-manager:v0.1.0

Or use latest:

docker pull ghcr.io/benhumphry/paperless-metadata-manager:latest

Changes

Initial release

Full Changelog: https://github.com/benhumphry/paperless-metadata-manager/commits/v0.1.0