Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.21 KB

File metadata and controls

39 lines (32 loc) · 1.21 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2024-11-20

Added

  • 🎉 Initial release of Velog Backup
  • Google OAuth 2.0 authentication
  • Velog post scraping via GraphQL API
  • Google Drive integration for backup storage
  • Markdown conversion with frontmatter
  • Change detection using MD5 hashing
  • Web dashboard for backup management
  • Automatic backup scheduling
  • Complete deployment guide for free hosting
  • User documentation and FAQ
  • Security policy
  • Contributing guidelines

Features

  • 🔐 Secure authentication with Google OAuth
  • 📝 Automatic Velog post backup
  • ☁️ Google Drive storage integration
  • 🔄 Real-time sync detection
  • 📊 Backup statistics dashboard
  • 🆓 100% free deployment on Vercel + Railway + Supabase

Technical Stack

  • Backend: FastAPI (Python)
  • Frontend: Next.js 14 (TypeScript)
  • Database: PostgreSQL (Supabase)
  • Cache: Redis (Upstash)
  • Hosting: Vercel (Frontend), Railway (Backend)