Showing 8 recent changes

v3.8.2 Dec 12, 2025
Feature

Real-time Collaborative Annotation Engine

Introduced WebSocket-powered live annotations allowing multiple researchers to highlight, comment, and cross-reference articles simultaneously. Supports export to PDF and markdown.

#collaboration #editor #websockets
v3.8.1 Dec 08, 2025
Bug Fix

Resolved Citation Parser Overflow in Long References

Fixed a memory leak occurring when parsing bibliography entries exceeding 150 sources. Implemented chunked DOM processing and lazy rendering for reference lists.

#parser #memory-leak #performance
v3.8.0 Dec 01, 2025
Improvement

Knowledge Graph Rendering Optimized for Large Datasets

Upgraded graph visualization engine to WebGPU acceleration. Node clustering now processes 100K+ entities in under 400ms. Added dynamic LOD (Level of Detail) scaling.

#visualization #webgpu #graph-engine
v3.7.9 Nov 24, 2025
Deprecation

Legacy REST API v1 Endpoints Phasing Out

API v1 endpoints for article retrieval and search will be retired on March 1, 2026. Migrate to GraphQL v2 schema for improved query flexibility and reduced payload sizes.

#api #migration #graphql
v3.7.8 Nov 18, 2025
Security

Enhanced Session Token Rotation & XSS Hardening

Implemented automatic JWT rotation every 15 minutes with silent refresh. Added CSP headers and sanitized all user-generated markdown inputs to prevent prototype pollution.

#security #auth #csp
v3.7.5 Nov 05, 2025
Feature

Multilingual Voice Narration Engine

e

Neural TTS now supports 42 languages with academic tone profiling. Users can toggle narrated reading mode for accessibility or mobile consumption.

#accessibility #tts #multilingual
v3.7.4 Oct 29, 2025
Bug Fix

Fixed Cross-Origin Embedding for Embedded Iframes

Resolved COEP/COOP header conflicts preventing third-party academic journals from embedding Aevum reference widgets correctly.

#embed #cors #integrations
v3.7.2 Oct 15, 2025
Improvement

CDN Edge Caching Strategy Overhaul

Replaced static cache rules with dynamic surrogate keys. Static assets now serve from 89 edge locations with sub-50ms TTFB globally.

#infrastructure #cdn #performance