-
-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: epicsagas/Velith
base: v0.1.1
head repository: epicsagas/Velith
compare: v0.1.2
- 16 commits
- 63 files changed
- 1 contributor
Commits on Jun 2, 2026
-
feat(hf-space): add Hugging Face Space demo and launch package
- Gradio demo app with 6-metric text analysis pipeline (analyzer, structurer, renderer) - Three 1000+ word example inputs (messy notes, meeting transcript, research dump) - docs/launch-playbook.md: 48h HN + HF + X launch strategy with post templates - README: HF demo badge, Benchmark section, expanded comparison table - Bump version 0.4.0 → 0.5.0
Configuration menu - View commit details
-
Copy full SHA for ebf90d0 - Browse repository at this point
Copy the full SHA ebf90d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cf40d0 - Browse repository at this point
Copy the full SHA 8cf40d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c07b9 - Browse repository at this point
Copy the full SHA 82c07b9View commit details -
feat(examples): add llm-context-windows book demo via Velith pipeline
- 3-chapter technical book (2,409w) generated with book-init/outline/draft/edit/publish - Covers context windows, truncation failure modes, and 5 production strategies - Full edit pipeline (5 stages) with assessment, developmental, line, copy, proofread - Published to EPUB, PDF, TXT, MD with metadata, 25 title candidates, cover concepts - Model table updated to GPT-5, Claude Sonnet 4.6, Gemini 3.1 Pro, Llama 4 Scout
Configuration menu - View commit details
-
Copy full SHA for 94f0bf2 - Browse repository at this point
Copy the full SHA 94f0bf2View commit details -
feat(i18n): overhaul dashboard translations across 10 locales
- Fix ko: 챕터 typo (챗터→챕터), agent.scene-generator (씨→씬), cmd.redraft/editChapter informal tone removed - Add missing keys: cmd.genre-creator.*, cmd.ideation.*, phase.* (6 phase keys for pipeline overview) - HelpView: replace all hardcoded EN section headers with i18n keys (Genre Workflow, Skill Reference, Agent Reference, Pipeline Overview, Quick Start, Structure Template, Key Features) - Rewrite all 9 non-EN locales (ja/zh/de/es/fr/it/pt/ru) with accurate, natural translations — 159 keys each, fully in sync - Rebuild dashboard dist
Configuration menu - View commit details
-
Copy full SHA for 2955ea4 - Browse repository at this point
Copy the full SHA 2955ea4View commit details -
feat(dashboard): i18n overhaul, color unification, accessibility
- Replace all text-[10px]/[11px]/[9px] with Tailwind standard classes - Set html base font-size to 16px (WCAG AA compliant scale) - Improve contrast ratios: secondary, on-surface, outline tokens (light: 5.2:1+, dark: 6.8:1+ against respective backgrounds) - Unify complete/done status color: inverse-surface(black) → primary(orange) - Remove green from DraftsView edit badge → primary - Light mode sidebar: dark-on-light scheme (was always-dark) - Language dropdown: appearance-none + material expand_more icon - Genre workflow fully i18n: nameKey/structureKey/highlightKeys/tipKey - Add genre.* keys to en.js and ko.js (7 genres × 6 keys = 42 keys each) - Fix outline/edits view click commands (book-draft vs book-edit routing) - PublishView: all strings through i18n
Configuration menu - View commit details
-
Copy full SHA for 7ab303f - Browse repository at this point
Copy the full SHA 7ab303fView commit details -
feat(dashboard): accent color & font picker in settings
- Add theme.js: accent color store + font management - Accent: 8 presets (orange/red/pink/purple/indigo/blue/teal/green), custom color picker, reset — light/dark saved independently - Font: 6 options (System, Geist, Noto Sans KR, Noto Serif KR, Inter, IBM Plex Sans KR, Pretendard) — lazy-loaded via Google Fonts - Fix language dropdown arrow icon overlap (vertical-align:unset) - Fix chapter progress bar color (bg-secondary → bg-primary) - Add settings.font/accentColor/customColor/resetColor keys to all 10 locales
Configuration menu - View commit details
-
Copy full SHA for 63afca0 - Browse repository at this point
Copy the full SHA 63afca0View commit details -
feat(dashboard): CJK font variants and locale-aware font sync
- Split Noto Sans into KR/JP/SC variants with CJK badge (한/日/中) - Add Noto Serif KR as separate option - Default font changed to Noto Sans KR - Auto-sync font on locale change: ko→KR, ja→JP, zh→SC - User-selected font is preserved on locale switch - Preview text per CJK variant (가나다 / あいう / 你好世界)
Configuration menu - View commit details
-
Copy full SHA for 77c62e9 - Browse repository at this point
Copy the full SHA 77c62e9View commit details -
feat(dashboard): header icon colors, fix language select arrow
- Star icon: yellow (#eab308) - Sponsor icon: pink (#ec4899) - Theme toggle: orange/yellow fill icon per mode - Language select: appearance:none all vendors, no custom overlay - Accent color presets: brighter/more vibrant palette
Configuration menu - View commit details
-
Copy full SHA for 6231fd9 - Browse repository at this point
Copy the full SHA 6231fd9View commit details -
feat(dashboard): i18n overhaul, theming, accessibility improvements
Merge feat/i18n-dashboard-overhaul → main - Full i18n: 10 locales, all views, genre workflows, phase names - Locale-aware font: Noto Sans KR/JP/SC auto-sync on language change - Accent color picker: 8 presets + custom, light/dark saved independently - Font picker: System/Geist/Noto KR/JP/SC/Serif/Inter/IBM Plex/Pretendard - Color unification: complete status → primary(orange) across all views - WCAG AA contrast: secondary, on-surface, outline tokens improved - Base font 16px, all arbitrary text-[Npx] replaced with Tailwind scale - Header: Star/Sponsor/theme icons colored, language select arrow fixed - Sidebar: light/dark mode responsive colors - Fix: outline/edits/drafts view command routing (book-draft vs book-edit) - Add: llm-context-windows book example (3ch, 2409w, full pipeline)
Configuration menu - View commit details
-
Copy full SHA for 863d77e - Browse repository at this point
Copy the full SHA 863d77eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c99a50 - Browse repository at this point
Copy the full SHA 8c99a50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65ead06 - Browse repository at this point
Copy the full SHA 65ead06View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb802f9 - Browse repository at this point
Copy the full SHA bb802f9View commit details -
docs(examples): regenerate publish outputs with updated model table
- GPT-5, Claude Sonnet 4.6, Gemini 3.1 Pro, Llama 4 Scout, Mistral Small 3.2 - Regenerate EPUB, PDF, HTML, TXT, MD
Configuration menu - View commit details
-
Copy full SHA for 1ddbe5f - Browse repository at this point
Copy the full SHA 1ddbe5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e910d8 - Browse repository at this point
Copy the full SHA 0e910d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c67800a - Browse repository at this point
Copy the full SHA c67800aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.1...v0.1.2