更新日志
Changelog (Core Features)
2025-11-10
-
Markdown translation UX
- Strict paragraph-based translation: split by blank lines; keep fenced code blocks intact. Greatly improves 1:1 EN/ZH alignment for side-by-side reading.
-
Bilingual preview alignment
- Merge polishing: preserve blank lines between blocks, keep image/table/code structure, yielding cleaner alignment together with the paragraph-based translation.
2025-11-09
-
Math formula copy, rebuilt
- New “Formula Copy Preview” modal: preview formulas from the current selection; Copy LaTeX / Copy HTML in one click.
- Word/WPS‑proof pipeline: server uses MathJax to produce vector SVG, client renders high‑DPI PNG with preserved font size and baseline, fixing “truncation without punctuation” and “layout glitches with semicolons”.
- Selection copy upgraded: auto‑detect KaTeX and prefer SVG→PNG with safe fallbacks to original HTML/Markdown.
- Optional plain‑text Markdown copy for GitHub / VS Code.
-
Polishing
- Safer copy pipeline with guardrails and messages; avoids double handling.
- ResizeObserver keeps formula size stable, reducing fraction/radical drift.
- Performance: vector conversion is batched on the server; the client remains lean.
2025-11-08
- Mindmap generator: new paper mindmap generation feature with visual structure display; includes dedicated components, API endpoints, and background worker queue.
2025-11-04
- Nav visibility preferences: hide/show menu items per user; auto-refresh after change.
- Browsing history: record, view, and manage visits with a table layout.
- Route loading overlay for clearer navigation feedback.
- Original-file access: refactor PDF/Markdown guards; align favorites with visibility rules.
- PDF metadata: stricter extraction focused on key pages for accuracy.
- Parse usage logs: track free turns and balance usage for auditing.
- Changelog page: public page with both Chinese and English content.
2025-11-02
- PPT generator (major):
- Template preview + one-click regenerate; content customization and no-cache to ensure fresh preview.
- Fullscreen preview, step progress, and real-time status (SSE) for smoother generation.
- Export overhaul: retire local print; server-side PDF export; improved screenshot quality and cropping.
- Image/path normalization to avoid duplicate prefixes or absolute-path issues.
- Concurrency + stability: completion tracking, timeouts, and reconnects to raise success rate.
2025-11-01
- Queued PPT HTML generation with progress notifications.
- Template selection in outline and generation stages; zoom and safe script sanitization.
- Shareable preview; settings summary and step hints for better usability.
2025-10-31
- Paper re-analyze/upgrade: re-run analysis with higher-tier models (with permission and cost constraints).
- Parse service: configuration model to centralize service management.
- PDF page: metadata + breadcrumb; slide generation supports model selection.
2025-10-28
- Unified parse consumption: 0 = free, -1 = balance-only; clear UI indicators for cost and balance.
- Admin: plan policies for analysis; configurable PDF summary model.
2025-10-27
- Bulk model selection with cost/price details.
- Hardening + debug options for faster troubleshooting.
2025-10-24
- Model quotas: daily/monthly free turns with clear display.
2025-10-22
- Browser connector: API-key mode and userscript to use AiPaper from the web.
- Sessions + tasks: create/fetch tasks and streaming sessions; support multiple provider sites.
- Prompts: structured EN/ZH prompts; analysis disclaimer added.
2025-10-20
- Quota + billing: refresh quotas after submission; token-based cost settings for embeddings.
2025-10-16
- Model picker UI with custom provider toggle and sorting.
- List/search performance improvements via sorting/indexing updates.
2025-10-13
- Paper detail: metadata/breadcrumb and AI assistant integration.
- Engagement: likes and read counts; image alt text support.
- Security: API key encryption/decryption at rest.
2025-10-11
- TL;DR summaries (EN/ZH).
- Chat + auth: friendlier prompts when not logged in; easier entry.
- Capabilities: image input/output; automatic cover image generation.
2025-10-07
- Notes: personal notes with folder organization.
- Chat export: copy messages and download as Markdown.
2025-10-06
- Translator: EN⇄ZH translation with model selection and results view.
2025-10-05
- Chat UX: improved scroll-to-bottom and history hints; low-balance notifications.
- Multi-paper/multi-context chat supported.
2025-10-04
- Balance page: usage stats for chat/download/analysis.
- PaperSearch: chat component and backend API.
- Chat history: unified cap; draggable floating chat button.
- Guards + configs: login checks; PDF summary model selection; admin daily free download cap.
2025-10-03
- Daily chat quotas and logging; nav linking to history.
2025-09-30
- Models + upload: image uploads; model management; custom provider chat; unified email label.
2025-09-29
- Context and compatibility: dialog context tags; SDK compatibility migration and usage tracking.
2025-09-28
- Conference sources: extend to AAAI/IJCAI.
- Localization: full English coverage for a complete bilingual experience.
2025-09-27
- Files + assistant: file uploads and AI assistant.
- Homepage: AI overview and quickstart.
- Tagging: auto-tag generation and image-caption model picker.
2025-09-26
- Site + theme: configuration management and theme toggle with dark mode.
- Auth + access: login/registration redirects; access-denied page and i18n error messages.
- Queues + search: queue views/status/retry; keyword and summary search.
- Paper list: pagination and URL validation.
2025-09-25
- Project bootstrap with bilingual i18n; favicon and robots; Nuxt configuration fixes.