feat: Add refactor and fix entries to v1.7.10 in CHANGELOG

This commit is contained in:
Peifan Li
2025-12-28 13:39:27 -05:00
parent b76e69937c
commit 1d05bb835e

View File

@@ -1,10 +1,20 @@
# Change Log
## v1.7.9 (2025-12-28)
## v1.7.10 (2025-12-28)
### Refactor
- refactor: Refactor multiple parts of the codebase (b6af5e1)
- refactor: Improve file streaming with cleanup and error handling (b76e699)
## v1.7.9 (2025-12-28)
### Fix
- fix: exclude uploads directory from docker build (73b4fe0)
### Refactor
- refactor: Refactor and improve code formatting (1d3f024)
### Style