Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions docs/en/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### 🐛 Fixed

- **client**: correct date range operator inference and prevent next-day range display ([#371](https://github.com/tegojs/tego-standard/pull/371)) [3214bde](https://github.com/tegojs/tego-standard/commit/3214bdecdec351e04941eb22fad308d7de3d6bc3) (@TomyJan)
- **backup&database-clean**: stabilize download streaming and clean up diagnostics ([#368](https://github.com/tegojs/tego-standard/pull/368)) [0643986](https://github.com/tegojs/tego-standard/commit/064398676db7590b7b1dc6c0813c4b3492a568da) (@TomyJan)

## [1.6.16] - 2026-04-27

### ✨ Added

- **event-source**: add async mode to event source ([#369](https://github.com/tegojs/tego-standard/pull/369)) (@bai.zixv)
- **client**: auto-enable quick jumper for truncated pagers ([#372](https://github.com/tegojs/tego-standard/pull/372)) (@TomyJan)

### 🐛 Fixed

- **client**: correct date range operator inference and prevent next-day range display ([#371](https://github.com/tegojs/tego-standard/pull/371)) (@TomyJan)
- **backup&database-clean**: stabilize download streaming and clean up diagnostics ([#368](https://github.com/tegojs/tego-standard/pull/368)) (@TomyJan)

## [1.6.15] - 2026-04-09

Expand Down Expand Up @@ -2981,7 +2988,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- update readme ([#1595](https://github.com/tegojs/tego-standard/pull/1595)) (@sealday)


[Unreleased]: https://github.com/tegojs/tego-standard/compare/v1.6.15...HEAD
[Unreleased]: https://github.com/tegojs/tego-standard/compare/v1.6.16...HEAD
[1.6.16]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.16
[1.6.15]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.15
[1.6.14]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.14
[1.6.13]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.13
Expand Down
16 changes: 12 additions & 4 deletions docs/zh/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,19 @@

## [未发布]

### 🐛 修复

- **client**: 正确的日期范围运算符推断并防止第二天的范围显示 ([#371](https://github.com/tegojs/tego-standard/pull/371)) [3214bde](https://github.com/tegojs/tego-standard/commit/3214bdecdec351e04941eb22fad308d7de3d6bc3) (@TomyJan)
- **backup&database-clean**: 稳定下载流并清理诊断 ([#368](https://github.com/tegojs/tego-standard/pull/368)) [0643986](https://github.com/tegojs/tego-standard/commit/064398676db7590b7b1dc6c0813c4b3492a568da) (@TomyJan)

## [1.6.16] - 2026-04-27

### ✨ 新增

- **event-source**: 将异步模式添加到事件源 ([#369](https://github.com/tegojs/tego-standard/pull/369)) (@bai.zixv)
- **client**: 自动启用截断寻呼机的快速跳线 ([#372](https://github.com/tegojs/tego-standard/pull/372)) (@TomyJan)

### 🐛 修复

- **client**: 正确的日期范围运算符推断并防止第二天的范围显示 ([#371](https://github.com/tegojs/tego-standard/pull/371)) (@TomyJan)
- **backup&database-clean**: 稳定下载流并清理诊断 ([#368](https://github.com/tegojs/tego-standard/pull/368)) (@TomyJan)

## [1.6.15] - 2026-04-09

Expand Down Expand Up @@ -2981,7 +2988,8 @@
- 更新自述文件 ([#1595](https://github.com/tegojs/tego-standard/pull/1595)) (@sealday)


[未发布]: https://github.com/tegojs/tego-standard/compare/v1.6.15...HEAD
[未发布]: https://github.com/tegojs/tego-standard/compare/v1.6.16...HEAD
[1.6.16]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.16
[1.6.15]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.15
[1.6.14]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.14
[1.6.13]: https://github.com/tegojs/tego-standard/releases/tag/v1.6.13
Expand Down
Loading