mirror of
https://github.com/daeuniverse/dae.git
synced 2025-02-02 04:14:31 +07:00
release v0.2.0rc2
This commit is contained in:
parent
f7cae4d501
commit
2969872a2a
@ -12,8 +12,10 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
|
||||
|
||||
## Releases
|
||||
|
||||
- [0.2.0rc2 (Pre-release)](#020rc2-pre-release)
|
||||
- [0.2.0rc1 (Pre-release)](#020rc1-pre-release)
|
||||
- [0.1.10 (Current)](#0110-current)
|
||||
- [0.1.10.p1 (Current)](#0110p1-current)
|
||||
- [0.1.10](#0110-current)
|
||||
- [0.1.9-patch.1](#019-patch1)
|
||||
- [0.1.9](#019)
|
||||
- [0.1.8](#018)
|
||||
@ -26,6 +28,22 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
|
||||
- [0.1.1](#011)
|
||||
- [0.1.0](#010)
|
||||
|
||||
### 0.2.0rc2 (Pre-release)
|
||||
|
||||
> Release date: 2023/06/05
|
||||
|
||||
#### 功能变更
|
||||
|
||||
- fix(trojan): 修复因无效的 trojan 协议控制字段而导致的程序崩溃 by @mzz2017 in https://github.com/daeuniverse/dae/pull/120
|
||||
|
||||
#### Changes
|
||||
|
||||
- fix(dns): potential panic due to invalid packet control data by accident by @mzz2017 in https://github.com/daeuniverse/dae/pull/120
|
||||
|
||||
**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.1.10...v0.2.0rc2
|
||||
|
||||
**Example Config**: https://github.com/daeuniverse/dae/blob/v0.2.0rc2/example.dae
|
||||
|
||||
### 0.2.0rc1 (Pre-release)
|
||||
|
||||
> Release date: 2023/06/04
|
||||
@ -78,7 +96,23 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
|
||||
|
||||
**Example Config**: https://github.com/daeuniverse/dae/blob/v0.2.0rc1/example.dae
|
||||
|
||||
### 0.1.10 (Current)
|
||||
### 0.1.10.p1 (Current)
|
||||
|
||||
> Release date: 2023/06/05
|
||||
|
||||
#### 功能变更
|
||||
|
||||
- fix(trojan): 修复因无效的 trojan 协议控制字段而导致的程序崩溃 by @mzz2017 in https://github.com/daeuniverse/dae/pull/120
|
||||
|
||||
#### Changes
|
||||
|
||||
- fix(dns): potential panic due to invalid packet control data by accident by @mzz2017 in https://github.com/daeuniverse/dae/pull/120
|
||||
|
||||
**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.1.9...v0.1.10.p1
|
||||
|
||||
**Example Config**: https://github.com/daeuniverse/dae/blob/v0.1.10.p1/example.dae
|
||||
|
||||
### 0.1.10
|
||||
|
||||
> Release date: 2023/06/04
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<p align="left">
|
||||
<img src="https://custom-icon-badges.herokuapp.com/github/license/daeuniverse/dae?logo=law&color=orange" alt="License"/>
|
||||
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fdaeuniverse%2Fdae&count_bg=%235C3DC8&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false"/>
|
||||
<img src="https://custom-icon-badges.herokuapp.com/badge/version-v0.2.0rc1-blue.svg?logo=semanticrelease&logoColor=white" alt="version">
|
||||
<img src="https://custom-icon-badges.herokuapp.com/badge/version-v0.2.0rc2-blue.svg?logo=semanticrelease&logoColor=white" alt="version">
|
||||
<img src="https://custom-icon-badges.herokuapp.com/github/issues-pr-closed/daeuniverse/dae?color=purple&logo=git-pull-request&logoColor=white"/>
|
||||
<img src="https://custom-icon-badges.herokuapp.com/github/last-commit/daeuniverse/dae?logo=history&logoColor=white" alt="lastcommit"/>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user