Files
DanDing1Todo_Web/CHANGELOG.md
Mr.Xia 9d78991c3a
Some checks failed
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
修改端口2333
2026-02-26 21:44:09 +08:00

1.5 KiB

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] - 2026-01-16

Added

  • Initial release of STARK Todo List
  • Modern, minimalist UI with glassmorphism design
  • Animated STARK logo with smooth transitions
  • Color-coded task statistics (Blue, Orange, Green)
  • Light and dark theme support with system preference detection
  • Multi-language support (English & Chinese)
  • Customizable logo text
  • Timezone selection
  • Theme mode preferences
  • Task management with creation and completion timestamps
  • Soft deletion (logical delete) for task preservation
  • Task filtering by status (All, Active, Completed)
  • Local JSON storage for data persistence
  • Responsive design for desktop and mobile
  • Docker support with Docker Compose configuration
  • Management script (run.sh) for easy local deployment
  • Smooth animations powered by Framer Motion

Changed

  • Port configuration:
    • Local development: Port 2333
    • Docker deployment: Port 4000

Technical Stack

  • Next.js 15 (App Router)
  • React 19
  • TypeScript 5
  • Tailwind CSS 3.4
  • Framer Motion for animations
  • Lucide React for icons

How to Update

To update to the latest version:

git pull origin main
npm install
./run.sh restart

For Docker:

git pull origin main
./docker-start.sh