Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 2.28 KB

CHANGELOG.md

File metadata and controls

55 lines (29 loc) · 2.28 KB

Changelog

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

0.8.0 - 2024-09-18

⛰️ Features

  • Enhance argument parsing and versioning system, and encoding support - (4263ace) - belingud

🐛 Bug Fixes

  • Dockerfile to reduce vulnerabilities - (bf5b776) - snyk-bot

📚 Documentation

  • add encoding support documentation - (4e343a0) - belingud
  • update changelog file with new version and changes - (cdee702) - belingud

0.7.3 - 2024-09-18

🐛 Bug Fixes

  • improve extraction path handling and zip command - (4d8dd62) - belingud

📚 Documentation

  • update changelog file and cliff configuration - (f806693) - belingud

0.7.2 - 2024-09-18

🐛 Bug Fixes

  • fix chinese and other language file name garbled decode - (fb721a6) - belingud

📚 Documentation

  • add changelog file to track project changes - (ed966aa) - belingud

🧪 Testing

  • update extract archive tests for zipfile metadata encoding - (f3065cf) - belingud

⚙️ Miscellaneous Tasks

  • add cliff configuration file - (c54cea3) - belingud

Build

  • add bump2version script to pdm config - (5d63030) - belingud