- Version: 1.4.0 → 1.3.4 (match PR requirements)
- Description: Removed "with internal links preserved" suffix
- Removed "Obsidian" word from description (policy violation)
- Added period at end (required punctuation)
- Final: "Upload your notes to uuu.gl as rendered Markdown documents."
Fixesobsidianmd/obsidian-releases#8416🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
## Cross-Platform Implementation
### Changes
- manifest.json: `isDesktopOnly: false` for mobile compatibility
- main.js: Rebuilt with mobile authentication support
### Authentication Flow
- Browser-based OAuth with obsidian:// callback
- Works on Desktop (Electron) and Mobile (iOS/Android)
- Single codebase for all platforms
### Compatibility
- ✅ PC (Windows/Mac/Linux): No changes, works as before
- ✅ Mobile (iOS/Android): Now fully supported
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>