> uploadtext_

v1.0.0 - Secure text sharing node

> CHANGELOG

System updates and modifications.

v1.1.0 - The "Big File" Update

May 1, 2026
  • Feature: Implemented filesystem streaming for massive text files (>100KB) up to 10MB to prevent memory exhaustion.
  • Architecture: Added strict directory sharding for filesystem storage, safely supporting millions of snippets without slowdown.
  • UI/UX: Added dynamic file size calculations showing accurate KB metrics for both database and file-backed snippets.
  • Security: Applied X-Content-Type-Options: nosniff headers to the raw snippet endpoint to neutralize MIME-sniffing XSS payloads.
  • Security: Enforced a hard max-size limit of ~10MB on snippet creation and updates.
  • Theme: Improved Darcula theme visibility by lightening placeholder text colors.

v1.0.0 - Initial Launch

April 30, 2026
  • Core: Initial release of the UploadText pastebin platform.
  • Feature: Syntax highlighting for multiple languages via highlight.js.
  • Feature: User authentication and dashboard snippet management.
  • Feature: Focus Mode for distraction-free coding and snippet reading.
  • Feature: Multi-theme support (Terminal, Tokyo Night, Catppuccin, Darcula).
  • Security: IP rate limiting on registrations and snippet creation.
  • Admin: Comprehensive admin panel for user, snippet, and abuse report management.