mirror of
https://github.com/daeuniverse/dae.git
synced 2025-01-03 13:31:00 +07:00
ci(release): draft release v0.2.0rc4 (#163)
This commit is contained in:
parent
6480933117
commit
1a9afb0913
@ -13,7 +13,7 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
|
|||||||
## Releases
|
## Releases
|
||||||
|
|
||||||
<!-- BEGIN NEW TOC ENTRY -->
|
<!-- BEGIN NEW TOC ENTRY -->
|
||||||
- [0.2.0rc3 (Pre-release)](#020rc3-pre-release)
|
- [0.2.0rc4 (Pre-release)](#020rc4-pre-release)
|
||||||
- [0.2.0rc2 (Pre-release)](#020rc2-pre-release)
|
- [0.2.0rc2 (Pre-release)](#020rc2-pre-release)
|
||||||
- [0.2.0rc1 (Pre-release)](#020rc1-pre-release)
|
- [0.2.0rc1 (Pre-release)](#020rc1-pre-release)
|
||||||
- [0.1.10.p1 (Current)](#0110p1-current)
|
- [0.1.10.p1 (Current)](#0110p1-current)
|
||||||
@ -31,7 +31,7 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
|
|||||||
- [0.1.0](#010)
|
- [0.1.0](#010)
|
||||||
<!-- BEGIN NEW CHANGELOGS -->
|
<!-- BEGIN NEW CHANGELOGS -->
|
||||||
|
|
||||||
### 0.2.0rc3 (Pre-release)
|
### 0.2.0rc4 (Pre-release)
|
||||||
|
|
||||||
> Release date: 2023/06/27
|
> Release date: 2023/06/27
|
||||||
|
|
||||||
@ -51,6 +51,7 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
|
|||||||
- fix: failed to sniff tls1.2 traffic in some cases in [#135](https://github.com/daeuniverse/dae/pull/135) by (@mzz2017)
|
- fix: failed to sniff tls1.2 traffic in some cases in [#135](https://github.com/daeuniverse/dae/pull/135) by (@mzz2017)
|
||||||
- fix: enlarge kernel geoip size limit in [#130](https://github.com/daeuniverse/dae/pull/130) by (@mzz2017)
|
- fix: enlarge kernel geoip size limit in [#130](https://github.com/daeuniverse/dae/pull/130) by (@mzz2017)
|
||||||
- fix(config): problem that always append values to default list in [#128](https://github.com/daeuniverse/dae/pull/128) by (@mzz2017)
|
- fix(config): problem that always append values to default list in [#128](https://github.com/daeuniverse/dae/pull/128) by (@mzz2017)
|
||||||
|
- fix/ci: fix argument list too long due to packed and use clang-15 in [#162](https://github.com/daeuniverse/dae/pull/162) by (@mzz2017)
|
||||||
|
|
||||||
### Others
|
### Others
|
||||||
|
|
||||||
@ -83,6 +84,7 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
|
|||||||
- 修复: 一些情况下无法嗅探 tls1.2 流量的问题 in [#135](https://github.com/daeuniverse/dae/pull/135) by (@mzz2017)
|
- 修复: 一些情况下无法嗅探 tls1.2 流量的问题 in [#135](https://github.com/daeuniverse/dae/pull/135) by (@mzz2017)
|
||||||
- 修复: 扩大内核程序中可放置的 geoip 大小限制 in [#130](https://github.com/daeuniverse/dae/pull/130) by (@mzz2017)
|
- 修复: 扩大内核程序中可放置的 geoip 大小限制 in [#130](https://github.com/daeuniverse/dae/pull/130) by (@mzz2017)
|
||||||
- 修复(config): 总是将用户设置的值添加到默认列表的后面的问题,例如 tcp_check_url 列表 in [#128](https://github.com/daeuniverse/dae/pull/128) by (@mzz2017)
|
- 修复(config): 总是将用户设置的值添加到默认列表的后面的问题,例如 tcp_check_url 列表 in [#128](https://github.com/daeuniverse/dae/pull/128) by (@mzz2017)
|
||||||
|
- 修复/自动化: 修复 packed 导致的 argument list too long 并使用 clang-15 构建 in [#162](https://github.com/daeuniverse/dae/pull/162) by (@mzz2017)
|
||||||
|
|
||||||
### 其他变更
|
### 其他变更
|
||||||
|
|
||||||
@ -99,9 +101,9 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
|
|||||||
- 杂项(changelogs-v0.2.0rc1): 修复格式问题 in [#125](https://github.com/daeuniverse/dae/pull/125) by (@yqlbu)
|
- 杂项(changelogs-v0.2.0rc1): 修复格式问题 in [#125](https://github.com/daeuniverse/dae/pull/125) by (@yqlbu)
|
||||||
- 杂项(config): 为 config.Marhsaller 添加 IgnoreZero 选项支持 in [#153](https://github.com/daeuniverse/dae/pull/153) by (@mzz2017)
|
- 杂项(config): 为 config.Marhsaller 添加 IgnoreZero 选项支持 in [#153](https://github.com/daeuniverse/dae/pull/153) by (@mzz2017)
|
||||||
|
|
||||||
**Example Config**: https://github.com/daeuniverse/dae/blob/v0.2.0rc3/example.dae
|
**Example Config**: https://github.com/daeuniverse/dae/blob/v0.2.0rc4/example.dae
|
||||||
|
|
||||||
**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.2.0rc2...v0.2.0rc3
|
**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.2.0rc2...v0.2.0rc4
|
||||||
|
|
||||||
### 0.2.0rc2 (Pre-release)
|
### 0.2.0rc2 (Pre-release)
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<p align="left">
|
<p align="left">
|
||||||
<img src="https://custom-icon-badges.herokuapp.com/github/license/daeuniverse/dae?logo=law&color=orange" alt="License"/>
|
<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://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.0rc2-blue.svg?logo=semanticrelease&logoColor=white" alt="version">
|
<img src="https://custom-icon-badges.herokuapp.com/badge/version-v0.2.0rc4-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/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"/>
|
<img src="https://custom-icon-badges.herokuapp.com/github/last-commit/daeuniverse/dae?logo=history&logoColor=white" alt="lastcommit"/>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user