Changelog

Every release, every improvement. VaultLister ships fast — here's what's new.

v1.6.0 Latest March 2026
Landing page, admin dashboard, bundle splitting & SSL
  • NewPublic landing page with feature highlights and pricing tiers
  • NewAdmin dashboard with system health, active sessions, and audit log viewer
  • NewChangelog page (you are here)
  • NewRoute-group chunk splitting — core bundle down 40%, lazy loads per page
  • SecuritySSL/TLS configured with Let's Encrypt + Nginx; HSTS enabled
  • NewCustom domain routing with www redirect and HTTPS enforcement
v1.5.0 March 2026
eBay OAuth production, staging deploy & QA walkthrough
  • NeweBay OAuth 2.0 promoted to production credentials with full token refresh flow
  • NewStaging environment on dedicated server with environment-parity config
  • FixQA walkthrough pass — 14 UI/UX issues resolved from structured test session
  • FixOAuth popup callback race condition eliminated with storage event debounce
  • NewAutomated smoke test run on every staging deploy via GitHub Actions
v1.4.0 March 2026
Security hardening, monitoring & backup system
  • SecurityOWASP hardening pass — tightened CSP, removed unused response headers
  • SecurityRate limiting applied to all auth and public-facing endpoints
  • NewPrometheus + Grafana monitoring stack deployed; latency and error-rate dashboards
  • NewAutomated daily SQLite backups to /app/backups with 7-day retention
  • NewBackup restore script at /opt/vaultlister-staging/restore.sh
  • FixHealth check endpoint now returns DB read latency for faster triage
v1.3.0 March 2026
9 marketplace integrations & Playwright automations
  • NewCross-lister supports 9 platforms: Poshmark, eBay, Mercari, Depop, Grailed, Etsy, Shopify, Facebook Marketplace, Whatnot
  • NewPlaywright automation bots: closet sharing, follow-back, and offer rules
  • NewAutomation audit log — every bot action recorded to data/automation-audit.log
  • NewPlatform rate-limit config with per-platform minimum action delays
  • SecurityOAuth tokens encrypted with AES-256-CBC before SQLite storage
v1.2.0 March 2026
AI features & Chrome extension
  • AIAI listing generation via Claude — title, description, tags, and price suggestion from photos
  • AIVault Buddy chat assistant for reseller Q&A and workflow guidance
  • AIImage analysis with automatic tagging and condition detection
  • NewChrome extension (Chromium) for one-click listing capture from marketplace pages
  • NewAR preview feature for item visualization
  • NewBlockchain verification for high-value item provenance
v1.1.0 March 2026
E2E test suite & Docker setup
  • NewPlaywright E2E test suite covering all primary user workflows
  • NewBun:test unit test suite with auth, security, and route coverage
  • NewDocker multi-stage build with non-root user and health check at /api/health
  • NewDocker Compose stack: web + redis + Nginx reverse proxy
  • NewGitHub Actions CI with blocking test gate before any deploy
  • FixPre-commit hooks enforcing test runs and conventional commit format
v1.0.0 March 2026
Initial release
  • NewInventory management with FTS5 full-text search across all fields
  • NewSales tracking and analytics dashboard with revenue breakdowns
  • NewOffer management with accept/counter/decline flows
  • NewImage bank with batch upload and per-item photo management
  • NewJWT auth with 15-min access tokens, 7-day refresh, and TOTP MFA
  • NewSQLite WAL mode — offline-capable with no external database dependency
  • NewWebSocket real-time updates for listings and offer state changes