Skip to content

Latest commit

 

History

History
95 lines (63 loc) · 5.47 KB

CHANGELOG.md

File metadata and controls

95 lines (63 loc) · 5.47 KB

Changelog

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

0.1.2 - 2025-03-22

🚀 Features

  • (convert) Optimize file processing and error handling - (527398d)
  • (convert) Optimize and refactor the conversion process - (5f96181)

🚜 Refactor

  • Improve code structure and readability - (e8b5906)
  • Improve code structure and maintainability - (8eadcd4)
  • Reorganize and optimize conversion logic - (abfa627)

Build

  • (deps) Update the package - (8234fd5)

0.1.1 - 2025-01-23

🚀 Features

  • (convert) Add support for Hexo sticky posts - (d826ff3)

New Contributors ❤️

  • @github-actions[bot] made their first contribution

[0.1.0] - 2024-10-20

🚀 Features

🐛 Bug Fixes

  • Nested dir cannot be copied - (a09abb8)
  • Remove improperly transformed files - (5ab7c3f)
  • Error occurred due to --- appear many times in the content - (eefb231)

🚜 Refactor

📚 Documentation

🧪 Testing

⚙️ Miscellaneous Tasks

  • Some minor changes - (5332a1a)
  • Remove something redundant - (e4fe08f)
  • Some minor changes - (4c44b29)
  • Update go mod module name - (177057b)
  • Update go mod module name - (29784d6)

Build

  • (deps) Upgrade go 1.21 - (2b236e6)
  • Add fmt command - (d495314)
  • Remove the op of creating bin dir - (8c1c80d)
  • Sync the deps - (cc2956e)
  • Add basic config for project - (43e9dcb)

New Contributors ❤️

  • @pplmx made their first contribution