You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i18n Module Optimization Refactored internationalization implementation to use Obsidian's built-in API for language detection, removing redundant language setting options.
Settings labels now dynamically update when switching languages without requiring a plugin reload.
File Caching Mechanism Added file cache functionality to reduce redundant file system queries, significantly improving upload performance.
Optimized mobile upload event registration timing for better stability on touch devices.
Debug Mode Enhancement Restructured debug mode implementation using modular debugState instead of global variables.
Added UI control options for debug mode and language settings for better user configurability.
Improved debug log formatting and content for more effective troubleshooting.
Storage ID Validation Enhanced validation checks for V2 storage ID with clear error prompts, ensuring proper configuration for Lsky Pro v2 uploads.
🧩 Fixes
Fixed potential inconsistencies when updating uploader instances between Lsky Pro v1/v2 configurations.
Resolved language switching issues in certain UI states.
Improved header implementation with version and dependency data.
Enhanced TypeScript type definitions for better type safety.
🛠 Internal Refactor
Consolidated uploader initialization and configuration update flow.
Removed unused utilities and deprecated fields for cleaner code structure.
Simplified code paths and improved overall maintainability.
Updated project metadata including version numbers and dependency requirements.