Commit graph

28 commits

Author SHA1 Message Date
delibae
a1e01f19da docs: add Intel Mac download link to all READMEs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 03:51:06 +09:00
delibae
8063fac03f fix: change Linux download link from .deb to .AppImage
AppImage is distribution-agnostic and works across most Linux distros,
making it a better default download option than .deb.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 23:21:54 +09:00
delibae
dbb785fadc fix: use version-free direct download links in all READMEs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 15:55:32 +09:00
delibae
51e038495f feat: version-free release filenames, inline updater UI (v1.0.3)
- Rename build artifacts to fixed names (ClaudePrism-macOS.dmg, etc.)
- Update latest.json URLs to use fixed filenames
- Update README download links to /releases/latest
- Inline update UI on home screen with version badge
- Gitignore Tauri gen/schemas
- Bump to v1.0.3

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 15:40:18 +09:00
Hanjin Bae
9fd32ffbc7
docs: correct privacy claims in READMEs (closes #43) (#46)
- Remove "your files stay on your machine" unqualified claim
- Intro: "local-first alternative" with explicit API transmission caveat
- Section "Your Research, Your Machine" → "Data & Privacy"
- Bold disclaimer: prompts + file contents sent to Anthropic API
- Remove (cloud)/(local CLI) from AI Model row
- Remove "private" from tagline
- Update landing submodule with matching fixes
- Sync all languages (en, ko, ja, zh-CN)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 12:21:59 +09:00
Hanjin Bae
94cb8414a0
docs: correct privacy claims in READMEs (closes #43) (#44)
- Remove "Nothing leaves your machine" and "No such mechanism" claims
- Remove Data Privacy row from comparison table (covered in dedicated section)
- Simplify OpenAI Prism description (no FUD, just facts)
- Add note clarifying both tools send data to cloud APIs for inference
- Sync all language versions (en, ko, ja, zh-CN)

Closes #43

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 11:18:32 +09:00
delibae
d625e74ee6 docs: add Japanese README and update language links order
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 16:13:49 +09:00
delibae
8e50b9dcd4 docs: add Korean README and link all language versions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 15:49:37 +09:00
delibae
95b168804d docs: add feature screenshots from landing demo to README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 14:57:08 +09:00
delibae
baab8525fa style: replace plain-text download links with shields.io badge buttons
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 14:36:08 +09:00
delibae
b5b7fa8d05 fix: correct download URLs in README to match actual release assets
- Add version prefix (1.0.0) to asset filenames
- Change Windows installer from .msi to .exe for general users

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 00:52:28 +09:00
delibae
9778df2c3f feat: add Chinese localization for README and enhance content structure 2026-03-14 22:25:29 +09:00
delibae
533499ab8b docs: update README, add demo screenshot, remove outdated overview
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 21:40:58 +09:00
delibae
303235419f Refactor code structure for improved readability and maintainability 2026-03-07 22:39:18 +09:00
GunwoongP
47d8723ce7 fix: Windows build fixes and session resume crash
- README: add CXXFLAGS=/std:c++17 env var for MSVC (ICU 78+ requires
  C++17, but MSVC uses /std:c++17 instead of -std=c++17)
- README: fix vcpkg triplet to x64-windows-static-md (tectonic expects
  static-md linkage, not dynamic x64-windows)
- .cargo/config.toml: clarify that macOS defaults are overridden by
  user env vars on Windows/Linux (force=false)
- tool-widgets: fix TodoWrite widget crash when input.todos is not an
  array (e.g. malformed session history), use Array.isArray guard
- chat-messages: add nullish coalescing fallback for messages store
  selector to prevent crashes during session transitions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 19:16:21 +09:00
GunwoongP
06ae487da6 docs: add detailed Windows setup guide for PowerShell
The existing Windows instructions were a single line (`vcpkg install ...`)
which omitted Visual Studio Build Tools, vcpkg bootstrapping, environment
variable configuration, and the TECTONIC_DEP_BACKEND setting. This adds
step-by-step PowerShell instructions to both README.md and CONTRIBUTING.md.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 19:16:14 +09:00
delibae
14f6d97fbd feat: add image cropping functionality and improve PDF rendering
- Implemented image cropping feature in ImagePreview component with interactive selection and resizing handles.
- Added crop mode toggle in EditorToolbar for image files.
- Enhanced PDF rendering by fetching all page sizes in one call instead of individually.
- Optimized image rendering using createImageBitmap to improve performance.
- Introduced content generation tracking in document store to prevent unnecessary recompiles.
- Updated various components to support new cropping functionality and improved user experience.
2026-03-05 17:13:59 +09:00
delibae
f6395c2d68 docs: update LICENSE and README to reflect new copyright and project acknowledgments 2026-03-02 23:04:47 +09:00
delibae
91f307ee4e docs: rename Claude CLI to Claude Code and clean up ClaudePrism README
Fix broken documentation link and remove Tech Stack / Project Structure sections.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 23:01:18 +09:00
delibae
c2234ba7e8 test: add test infrastructure with Vitest (frontend) and Rust unit tests
Set up Vitest with jsdom environment and Tauri mocks for frontend testing.
Add 44 frontend tests covering Zustand stores (claude-chat, project, proposed-changes,
template) and lib utilities (template-registry, file type classification).
Add 48 Rust unit tests across zotero (OAuth helpers), slash_commands (markdown parsing),
latex (error extraction, SyncTeX parsing), and claude (session dir encoding, message
title cleaning). Update README with test commands.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 15:08:22 +09:00
delibae
d7238dae9e docs: enhance README to clarify data privacy and offline capabilities of ClaudePrism 2026-03-02 15:00:28 +09:00
delibae
9765b39775 docs: update README to clarify ClaudePrism's offline-first approach and features 2026-03-02 14:46:48 +09:00
delibae
eead431198 fix: use bundled HarfBuzz on Windows, update README
Use platform-specific tectonic features so Windows CI builds with
bundled HarfBuzz/Graphite2 instead of requiring pkg-config.
Rewrite README with updated feature list and install instructions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 14:45:45 +09:00
delibae
0fce16f89c fix: center align the ClaudePrism screenshot in README 2026-03-02 14:29:18 +09:00
delibae
69fda868cc ci: skip signing when certificate not configured, improve release notes
- Skip Apple code signing with warning when secrets are not set
- Categorize changelog by feat/fix/chore
- Add download table with per-OS install instructions
- Add contributor avatars to release notes

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 14:20:22 +09:00
delibae
480976c15a feat: add Homebrew Cask support and update SHA256 for macOS builds
fix: enhance slash command picker with loading state and tab filtering
fix: improve PDF preview button styling and functionality
fix: update PDF viewer layout for better responsiveness
fix: handle user cancellation in Claude event processing
chore: add cancelledByUser state to Claude chat store
docs: update README with installation instructions for macOS
2026-03-02 14:11:28 +09:00
delibae
bc3df82f01 feat: Rename project from Open-Prism to ClaudePrism and update related configurations 2026-02-21 04:07:08 +09:00
delibae
c543c0b263 Initialize from https://github.com/assistant-ui/open-prism 2026-02-20 14:20:40 +09:00