Changelog 1d0e9d10615d
publicRelease notes and updates.
Created
Jan 22, 2026 • 11:25 AM
Visibility
public
PasteHub v0.3.1
Released 2025-02-14
This update focuses on stability, performance, and better handling of large pastes.
🚀 Improvements
- Faster rendering for large logs (10k+ lines)
- Improved syntax highlighting for TypeScript, JSON, and Bash
- New raw view for clean copy & paste
- Better mobile layout for paste and snippet pages
- Markdown viewer now supports tables and fenced code blocks
🛠 Fixes
- Fixed crashes when opening expired pastes
- Fixed Redis reconnect loop causing API freezes
- Fixed incorrect line numbers in large log files
- Fixed file preview failing on certain ZIP and JSON files
🔐 Security & privacy
- Unlisted links are no longer indexed by search engines
- Improved token validation for private pastes
- Short-lived links now expire reliably
🧩 API changes
New optional field for paste creation:
1{ 2 "title": "Crash log", 3 "expiresAt": "2025-02-21T12:00:00Z", 4 "visibility": "unlisted" 5}