deploy: v0.12 存档迁移+考古日志滚动条

This commit is contained in:
2026-06-24 03:04:38 +00:00
parent 4831505ef9
commit b4c6111516
58986 changed files with 7569452 additions and 31667 deletions
+23
View File
@@ -0,0 +1,23 @@
## 1.0.3 (2024-04-30)
### Bug fixes
Avoid using class property syntax since many tools still can't handle that.
## 1.0.2 (2024-01-28)
### Bug fixes
Properly tokenize block literals with explicit indentation whose first line is indented deeper.
## 1.0.1 (2024-01-24)
### Bug fixes
Fix an incremental parsing bug caused by the way indentation context was being tracked.
## 1.0.0 (2024-01-22)
### New Features
First versioned release.