Skip to content

Commit 211fd94

Browse files
release: v1.0.4
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a90ce49 commit 211fd94

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Custom design system with warm parchment aesthetic (`#f5f0e8` background, `#2a2a
4141

4242
- **`static/index.html`** -- single-page HTMX app with semantic HTML, Crimson Text font, offline banner, sidebar toggle, search form, JSON-LD structured data, OG/Twitter meta tags, inline SVG favicon, example queries section
4343
- **`static/styles.css`** -- CSS custom properties (design tokens) in `:root`, mobile-first responsive, `prefers-reduced-motion` support
44-
- **`static/app.js`** -- component initializers inside `DOMContentLoaded`: `initPageHeader`, `initSearchBar`, `initStatusMessages`, `initCarousel`, `initCarouselNavigation`, `initHistorySidebar`, `initExampleQueries`, `initScrollHint`, `initHamburgerScroll`, `initOfflineDetection`. Shared state via `window.appState`
44+
- **`static/app.js`** -- component initializers inside `DOMContentLoaded`: `initPageHeader`, `initSearchBar`, `initStatusMessages`, `initCarousel`, `initCarouselNavigation`, `initHistorySidebar`, `initExampleQueries`, `initScrollHint`, `initOfflineDetection`. Shared state via `window.appState`
4545
- **`static/service-worker.js`** -- cache-first for static assets, network-only for `/search` API
4646
- **`templates/results.html`** -- Embla Carousel structure (viewport > track > slides) with score badges and context verses
4747
- **`templates/loading.html`** -- loading state with HTMX `hx-trigger="load delay:2s"` auto-retry

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rag-bible"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "French Bible RAG system with FAISS + cross-encoder reranking"
55
requires-python = ">=3.12"
66
dependencies = [

static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<h2 class="sidebar-title">Historique</h2>
6666
<div class="history-list"></div>
6767
<p class="history-empty">Vos recherches apparaîtront ici</p>
68-
<p class="sidebar-version">v1.0.3</p>
68+
<p class="sidebar-version">v1.0.4</p>
6969
</aside>
7070

7171
<div class="hero-section">

0 commit comments

Comments
 (0)