Skip to content

Releases: salem-karim/PaperlessClone

Release v1.2.2

Choose a tag to compare

@github-actions github-actions released this 16 Dec 08:05
0e79487

PaperlessClone v1.2.2

🚀 What's New

This release includes all components of the PaperlessClone document management system:

Components

  • WebUI: Modern React-based user interface
  • REST API: Spring Boot backend service
  • Batch Processor: Document batch processing service
  • OCR Worker: Optical Character Recognition worker
  • GenAI Worker: AI-powered document summarization worker

📦 Deployment

# Start services
docker compose up -d

📝 Full Changelog

See commit history for detailed changes.

Release v1.2.1

Choose a tag to compare

@github-actions github-actions released this 16 Dec 07:26
deb7627

PaperlessClone v1.2.1

🚀 What's New

This release includes all components of the PaperlessClone document management system:

Components

  • WebUI: Modern React-based user interface
  • REST API: Spring Boot backend service
  • Batch Processor: Document batch processing service
  • OCR Worker: Optical Character Recognition worker
  • GenAI Worker: AI-powered document summarization worker

📦 Deployment

# Start services
docker compose up -d

📝 Full Changelog

See commit history for detailed changes.

Release v1.1.1

Choose a tag to compare

@github-actions github-actions released this 16 Dec 05:50
67ef18b

PaperlessClone v1.1.1

🚀 What's New

This release includes all components of the PaperlessClone document management system:

Components

  • WebUI: Modern React-based user interface
  • REST API: Spring Boot backend service
  • Batch Processor: Document batch processing service
  • OCR Worker: Optical Character Recognition worker
  • GenAI Worker: AI-powered document summarization worker

📦 Deployment

# Start services
docker compose up -d

📝 Full Changelog

See commit history for detailed changes.

Release v1.0.0.1

Choose a tag to compare

@github-actions github-actions released this 16 Dec 05:28
7ebc4d8

PaperlessClone v1.0.0.1

🚀 What's New

This release includes all components of the PaperlessClone document management system:

Components

  • WebUI: Modern React-based user interface
  • REST API: Spring Boot backend service
  • Batch Processor: Document batch processing service
  • OCR Worker: Optical Character Recognition worker
  • GenAI Worker: AI-powered document summarization worker

Docker Images

All images are available at ghcr.io/salem-karim/paperless-*:1.0.0.1

  • ghcr.io/salem-karim/paperless-webui:1.0.0.1
  • ghcr.io/salem-karim/paperless-rest-api:1.0.0.1
  • ghcr.io/salem-karim/paperless-batch-processor:1.0.0.1
  • ghcr.io/salem-karim/paperless-ocr-worker:1.0.0.1
  • ghcr.io/salem-karim/paperless-genai-worker:1.0.0.1

📦 Deployment

# Pull all images
docker compose pull

# Start services
docker compose up -d

📝 Full Changelog

See commit history for detailed changes.

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Dec 05:19
7ebc4d8

PaperlessClone v1.0.0

🚀 What's New

This release includes all components of the PaperlessClone document management system:

Components

  • WebUI: Modern React-based user interface
  • REST API: Spring Boot backend service
  • Batch Processor: Document batch processing service
  • OCR Worker: Optical Character Recognition worker
  • GenAI Worker: AI-powered document summarization worker

Docker Images

All images are available at ghcr.io/salem-karim/paperless-*:1.0.0

  • ghcr.io/salem-karim/paperless-webui:1.0.0
  • ghcr.io/salem-karim/paperless-rest-api:1.0.0
  • ghcr.io/salem-karim/paperless-batch-processor:1.0.0
  • ghcr.io/salem-karim/paperless-ocr-worker:1.0.0
  • ghcr.io/salem-karim/paperless-genai-worker:1.0.0

📦 Deployment

# Pull all images
docker compose pull

# Start services
docker compose up -d

📝 Full Changelog

See commit history for detailed changes.

Sprint 3 RabbitMQ

Choose a tag to compare

@salem-karim salem-karim released this 14 Oct 11:24
e3fd141
v0.1.5

Merge branch 'feature/rabbitMQ' into dev

Sprint-2 Web UI

Choose a tag to compare

@salem-karim salem-karim released this 02 Oct 11:15
20cd5da

Includes hotfix for API PUT Requests
Implement a very basic React UI to demonstrate the CRUD API Calls

Sprint-2 Web UI

Choose a tag to compare

@salem-karim salem-karim released this 02 Oct 09:47
4679dbe

Implement a very basic React UI to demonstrate the CRUD API Calls

Sprint 1: Project-Setup, REST API, DAL hotifx

Choose a tag to compare

@salem-karim salem-karim released this 22 Sep 15:57
521f9c9

Sprint 1: Project-Setup, REST API, DAL hotifx for docker compose file to make postgres start before rest-api

Sprint 1: Project-Setup, REST API, DAL

Choose a tag to compare

@salem-karim salem-karim released this 22 Sep 13:22
e2b5faf

Sprint 1: Project-Setup, REST API, DAL