Skip to content

Releases: debabratamishra/litemind-ui

Release v0.0.38

Choose a tag to compare

@github-actions github-actions released this 21 Sep 12:42

🚀 LiteMindUI v0.0.38

📋 Changes

  • chore: bump version to 0.0.38 (31e731b)%0A- feat: persistent user memory across chat, RAG, and voice (#61) (8260191)%0A- refactor : redesign litemind-ui portfolio (051fa97)%0A- fix : fixes for cross device site render (3c871c3)%0A- fix(ci): unique artifact name for pages; gate docker publish on release tags only (f8afe8c)%0A- fix(ci): pin Node 22 for Astro 7 build (55e1441)%0A- fix(ci): drop redundant npm ci step at repo root; withastro/action installs deps (62fa22d)

🐳 Docker Images

Pull the latest images:

docker pull debabratamishra1/litemindui-backend:0.0.38
docker pull debabratamishra1/litemindui-frontend:0.0.38

The release workflow also uploads a docker-compose.release.yml asset after the
Docker publish workflow finishes for this tag.

Or use the latest tag:

docker pull debabratamishra1/litemindui-backend:latest
docker pull debabratamishra1/litemindui-frontend:latest

📦 Quick Start

# Clone and start
git clone https://github.com/debabratamishra/litemind-ui.git
cd litemind-ui
docker-compose up -d

🌐 Access Points


Full Changelog: v0.0.37...v0.0.38

Release v0.0.37

Choose a tag to compare

@github-actions github-actions released this 25 Aug 11:38

🚀 LiteMindUI v0.0.37

📋 Changes

  • chore: bump version to 0.0.37 (a177b5a)%0A- feat(site): complete Astro migration with data-driven content and premium theme toggle (#63) (9270f0b)

🐳 Docker Images

Pull the latest images:

docker pull debabratamishra1/litemindui-backend:0.0.37
docker pull debabratamishra1/litemindui-frontend:0.0.37

The release workflow also uploads a docker-compose.release.yml asset after the
Docker publish workflow finishes for this tag.

Or use the latest tag:

docker pull debabratamishra1/litemindui-backend:latest
docker pull debabratamishra1/litemindui-frontend:latest

📦 Quick Start

# Clone and start
git clone https://github.com/debabratamishra/litemind-ui.git
cd litemind-ui
docker-compose up -d

🌐 Access Points


Full Changelog: v0.0.36...v0.0.37

Release v0.0.36

Choose a tag to compare

@github-actions github-actions released this 17 Aug 12:54

🚀 LiteMindUI v0.0.36

📋 Changes

  • chore: bump version to 0.0.36 (961b7d3)%0A- feat : updated site contents (#60) (ac6f43b)

🐳 Docker Images

Pull the latest images:

docker pull debabratamishra1/litemindui-backend:0.0.36
docker pull debabratamishra1/litemindui-frontend:0.0.36

The release workflow also uploads a docker-compose.release.yml asset after the
Docker publish workflow finishes for this tag.

Or use the latest tag:

docker pull debabratamishra1/litemindui-backend:latest
docker pull debabratamishra1/litemindui-frontend:latest

📦 Quick Start

# Clone and start
git clone https://github.com/debabratamishra/litemind-ui.git
cd litemind-ui
docker-compose up -d

🌐 Access Points


Full Changelog: v0.0.35...v0.0.36

Release v0.0.35

Choose a tag to compare

@github-actions github-actions released this 09 Aug 09:20

🚀 LiteMindUI v0.0.35

📋 Changes

  • chore: bump version to 0.0.35 (56dab57)%0A- Potential fix for code scanning alert no. 47: Information exposure through an exception (#59) (ee764e7)

🐳 Docker Images

Pull the latest images:

docker pull debabratamishra1/litemindui-backend:0.0.35
docker pull debabratamishra1/litemindui-frontend:0.0.35

The release workflow also uploads a docker-compose.release.yml asset after the
Docker publish workflow finishes for this tag.

Or use the latest tag:

docker pull debabratamishra1/litemindui-backend:latest
docker pull debabratamishra1/litemindui-frontend:latest

📦 Quick Start

# Clone and start
git clone https://github.com/debabratamishra/litemind-ui.git
cd litemind-ui
docker-compose up -d

🌐 Access Points


Full Changelog: v0.0.34...v0.0.35

Release v0.0.34

Choose a tag to compare

@github-actions github-actions released this 25 Jul 15:23

🚀 LiteMindUI v0.0.34

📋 Changes

  • chore: bump version to 0.0.34 (fb321e7)%0A- feat(auth): email/password login, registration & per-user session isolation (#58) (fd4b953)

🐳 Docker Images

Pull the latest images:

docker pull debabratamishra1/litemindui-backend:0.0.34
docker pull debabratamishra1/litemindui-frontend:0.0.34

The release workflow also uploads a docker-compose.release.yml asset after the
Docker publish workflow finishes for this tag.

Or use the latest tag:

docker pull debabratamishra1/litemindui-backend:latest
docker pull debabratamishra1/litemindui-frontend:latest

📦 Quick Start

# Clone and start
git clone https://github.com/debabratamishra/litemind-ui.git
cd litemind-ui
docker-compose up -d

🌐 Access Points


Full Changelog: v0.0.33...v0.0.34

Release v0.0.33

Choose a tag to compare

@github-actions github-actions released this 21 Jul 07:34

🚀 LiteMindUI v0.0.33

📋 Changes

  • chore: bump version to 0.0.33 (4f224dc)%0A- tests : updated unit tests and updated README (#56) (409a8d6)%0A- chore: resolve package conflicts (keep upstream versions) (d0ce418)%0A- test: add frontend component tests (e1292a6)%0A- test: add frontend hooks tests (use-rag-upload, use-voice-input) (c95d0ef)%0A- test: add frontend lib unit tests (api, backend-proxy, store) (7017ca3)%0A- test: cover frontend lib utils, types, generative-ui, citations parser (23c1aa7)%0A- chore: ruff cleanup of test files (unused imports, import sorting) (f593b55)%0A- test: prevent EasyOCR model load in enhanced_document_processor tests (f2a2bd3)%0A- test: cover enhanced_document_processor (pdf/docx/epub, mocked libs) (72ffa0a)%0A- test: cover enhanced_extractors (csv/image, mocked easyocr/pandas) (3a12290)%0A- test: cover ingestion file_ingest (text paths, chunking) (4d3bcf5)%0A- test: cover chat/rag/voice API routes (mocked skills) (c7fa9a3)%0A- test: cover rag_multi_agent and rag_service (mocked chromadb/embedder) (4fc7c89)%0A- test: refresh speech_service tests under mirrored layout (22bf77f)%0A- test: cover tts_text_processing and tts_service (mocked) (0665562)%0A- test: cover host_service_manager, web_search_service, web_search_crew (mocked) (23ce7cf)%0A- test: cover conversation_db and conversation_memory (574dbbe)%0A- test: cover llm_gateway and ollama client (mocked) (76863f8)%0A- test: cover backend api security_utils, health, models (fe83f20)%0A- test: cover backend core config, embeddings, ollama_models (8fb38cd)%0A- test: cover backend API pydantic models (4cc59a6)%0A- test: cover WebSearchChatSkill.validate/stream (mocked boundary) (97e92c3)%0A- test: cover app.skills registry and chat/rag/web_search skills (ff6d7ec)%0A- test: cover app.core.environment detection (cd2ec02)%0A- test: cover app.core.rag_formats extension tables (a340f2e)%0A- test: cover app.core.text_markup tagged/fenced helpers (9922637)%0A- test: add Vitest config (jsdom + @/ alias) and setup (85a39f0)%0A- test: add pytest coverage reporting config (no hard gate) (f3f3465)%0A- test: add shared backend test fixtures (conftest) (0b41316)%0A- docs: add implementation plan for comprehensive unit test coverage (e7c5b6f)%0A- docs: clarify HTTP mocking choice in test-coverage spec (bce24bc)%0A- docs: add design spec for comprehensive unit test coverage (4f5fd27)

🐳 Docker Images

Pull the latest images:

docker pull debabratamishra1/litemindui-backend:0.0.33
docker pull debabratamishra1/litemindui-frontend:0.0.33

The release workflow also uploads a docker-compose.release.yml asset after the
Docker publish workflow finishes for this tag.

Or use the latest tag:

docker pull debabratamishra1/litemindui-backend:latest
docker pull debabratamishra1/litemindui-frontend:latest

📦 Quick Start

# Clone and start
git clone https://github.com/debabratamishra/litemind-ui.git
cd litemind-ui
docker-compose up -d

🌐 Access Points


Full Changelog: v0.0.32...v0.0.33

Release v0.0.32

Choose a tag to compare

@github-actions github-actions released this 20 Jul 11:44

🚀 LiteMindUI v0.0.32

📋 Changes

  • chore: bump version to 0.0.32 (53a41e9)%0A- fix: wire RAG mode toggles so standard / hybrid / multi-agent all work (#53) (575e200)

🐳 Docker Images

Pull the latest images:

docker pull debabratamishra1/litemindui-backend:0.0.32
docker pull debabratamishra1/litemindui-frontend:0.0.32

The release workflow also uploads a docker-compose.release.yml asset after the
Docker publish workflow finishes for this tag.

Or use the latest tag:

docker pull debabratamishra1/litemindui-backend:latest
docker pull debabratamishra1/litemindui-frontend:latest

📦 Quick Start

# Clone and start
git clone https://github.com/debabratamishra/litemind-ui.git
cd litemind-ui
docker-compose up -d

🌐 Access Points


Full Changelog: v0.0.31...v0.0.32

Release v0.0.31

Choose a tag to compare

@github-actions github-actions released this 20 Jul 09:37

🚀 LiteMindUI v0.0.31

📋 Changes

  • chore: bump version to 0.0.31 (ca30b31)%0A- Polish site copy, fix dev tree, add enterprise CTA and dark mode (#55) (cc98df3)

🐳 Docker Images

Pull the latest images:

docker pull debabratamishra1/litemindui-backend:0.0.31
docker pull debabratamishra1/litemindui-frontend:0.0.31

The release workflow also uploads a docker-compose.release.yml asset after the
Docker publish workflow finishes for this tag.

Or use the latest tag:

docker pull debabratamishra1/litemindui-backend:latest
docker pull debabratamishra1/litemindui-frontend:latest

📦 Quick Start

# Clone and start
git clone https://github.com/debabratamishra/litemind-ui.git
cd litemind-ui
docker-compose up -d

🌐 Access Points


Full Changelog: v0.0.30...v0.0.31

Release v0.0.30

Choose a tag to compare

@github-actions github-actions released this 20 Jul 09:14

🚀 LiteMindUI v0.0.30

📋 Changes

  • chore: bump version to 0.0.30 (90b5129)%0A- fix: restore missing nextjs-frontend/src/lib and stop gitignoring it (#54) (fab92ca)

🐳 Docker Images

Pull the latest images:

docker pull debabratamishra1/litemindui-backend:0.0.30
docker pull debabratamishra1/litemindui-frontend:0.0.30

The release workflow also uploads a docker-compose.release.yml asset after the
Docker publish workflow finishes for this tag.

Or use the latest tag:

docker pull debabratamishra1/litemindui-backend:latest
docker pull debabratamishra1/litemindui-frontend:latest

📦 Quick Start

# Clone and start
git clone https://github.com/debabratamishra/litemind-ui.git
cd litemind-ui
docker-compose up -d

🌐 Access Points


Full Changelog: v0.0.29...v0.0.30

Release v0.0.29

Choose a tag to compare

@github-actions github-actions released this 20 Jul 08:31

🚀 LiteMindUI v0.0.29

📋 Changes

  • chore: bump version to 0.0.29 (b0e1c5c)%0A- chore: bring GitHub Pages site into main under site/ (#52) (ddec513)

🐳 Docker Images

Pull the latest images:

docker pull debabratamishra1/litemindui-backend:0.0.29
docker pull debabratamishra1/litemindui-frontend:0.0.29

The release workflow also uploads a docker-compose.release.yml asset after the
Docker publish workflow finishes for this tag.

Or use the latest tag:

docker pull debabratamishra1/litemindui-backend:latest
docker pull debabratamishra1/litemindui-frontend:latest

📦 Quick Start

# Clone and start
git clone https://github.com/debabratamishra/litemind-ui.git
cd litemind-ui
docker-compose up -d

🌐 Access Points


Full Changelog: v0.0.28...v0.0.29