Skip to content

Latest commit

 

History

History
78 lines (59 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

78 lines (59 loc) · 1.82 KB

Changelog

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

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

[Unreleased]

Added

  • New features to be released

Fixed

  • Issues to be fixed

[1.0.0] - 2024-11-08

Added

  • 🎉 Initial official release
  • ✨ Dark/Light theme toggle support
  • 🌍 English/Chinese internationalization
  • 📱 Responsive design implementation
  • 🎨 Custom theme configuration
  • 💫 Page transition animations

Fixed

  • 🐛 Mobile display issues
  • 🐛 Theme switching issues

Changed

  • ♻️ Refactored theme configuration system
  • 📦 Optimized bundle size

Removed

  • 🔥 Deprecated layout components
  • 🗑️ Cleaned up unused dependencies

[0.2.0] - 2024-11-01

Added

  • ✨ Basic animation effects
  • 📱 Mobile responsiveness

[0.1.0] - 2024-10-26

Added

  • 🎉 Project initialization
  • ✨ Basic framework setup
  • 📝 Initial documentation

Update Guidelines

Version format: [MAJOR.MINOR.PATCH]

  • MAJOR: Incompatible API changes
  • MINOR: Backwards-compatible functionality additions
  • PATCH: Backwards-compatible bug fixes

Emoji Reference

  • 🎉 Initial commit or major feature
  • ✨ New feature
  • 🐛 Bug fix
  • 📝 Documentation update
  • ♻️ Code refactor
  • 🎨 Code structure/format improvement
  • ⚡️ Performance improvement
  • 🔥 Remove code or files
  • 🚀 Deploy stuff
  • 💄 UI/style updates
  • 🌐 Internationalization and localization
  • ✅ Add tests
  • 📦 Update compiled files or packages
  • 🚧 Work in progress
  • 🔧 Configuration changes
  • 🔀 Merge branches
  • 🗑️ Deprecate functionality