Skip to content

Releases: hexawulf/tabletamer

v1.0.0-secure — Cleanup & Security Hardening

Choose a tag to compare

@hexawulf hexawulf released this 08 Jul 07:16
9db87f4

🔐 Security-Hardened Release: v1.0.0-secure

This release includes a full cleanup and security audit of the TableTamer web app, following best practices for long-term maintainability and safe production deployment.

✅ Highlights

  • 🧹 Removed Replit-specific configuration and legacy assets
  • 🔐 Purged all hardcoded secrets; .env.example added
  • 📦 Refreshed dependencies, resolved known vulnerabilities
  • 🚫 Eliminated debug/test scripts and obsolete files
  • 📁 Updated .gitignore to exclude environment-sensitive data
  • 📜 Introduced SECURITY_AUDIT.md to document findings
  • 📘 Updated README.md with latest usage instructions
  • ✅ Verified production-safe logging and shell usage

Cleanup powered by Codex and Jules, executed as part of 0xWulf's repo hardening initiative.

TableTamer v1.0.0

Choose a tag to compare

@hexawulf hexawulf released this 13 May 02:23

[1.0.0] - 2024-05-13
Initial Release
CSV file upload with drag-and-drop
Table display with pagination
Row sorting and filtering
Column management
Export to CSV/JSON
Light/dark theme toggle
Keyboard shortcuts for power users
Inline cell editing with text transformations
Error boundary for graceful error handling
Local storage persistence