@@ -14,10 +14,8 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
1414
1515<!-- BEGIN NEW TOC ENTRY -->
1616
17- - [ v1.0.0rc3 (Pre-release)] ( #v100rc3-pre-release )
18- - [ v1.0.0rc2 (Pre-release)] ( #v100rc2-pre-release )
19- - [ v1.0.0rc1 (Pre-release)] ( #v100rc1-pre-release )
20- - [ v0.9.0 (Latest)] ( #v090-latest )
17+ - [ v1.0.0 (Latest)] ( #v100-latest )
18+ - [ v0.9.0)] ( #v090 )
2119- [ v0.8.0] ( #v080 )
2220- [ v0.7.4] ( #v074 )
2321- [ v0.7.3 (Deprecated)] ( #v073-deprecated )
@@ -49,9 +47,9 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
4947- [ v0.1.0] ( #v010 )
5048<!-- BEGIN NEW CHANGELOGS -->
5149
52- ### v1.0.0rc3 (Pre-release )
50+ ### v1.0.0 (Latest )
5351
54- > Release date: 2025/05/12
52+ > Release date: 2025/05/30
5553
5654#### Features
5755
@@ -74,6 +72,7 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
7472- fix(bpf): Make bpf code compatible with clang-12 to clang-19 in [ #771 ] ( https://github.com/daeuniverse/dae/pull/771 ) by (@jschwinger233 )
7573- fix: must_rules cause entire match_set to become must. in [ #719 ] ( https://github.com/daeuniverse/dae/pull/719 ) by (@LostAttractor )
7674- fix: revert wrongly merged go mod changes in [ #802 ] ( https://github.com/daeuniverse/dae/pull/802 ) by (@LostAttractor )
75+ - fix: solve the problem that DNS dialer not perform switching & udp traffic stucks in [ #782 ] ( https://github.com/daeuniverse/dae/pull/782 ) by (@LostAttractor )
7776
7877#### Others
7978
@@ -91,103 +90,25 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
9190- ci(release): draft release v1.0.0rc2 in [ #761 ] ( https://github.com/daeuniverse/dae/pull/761 ) by (@dae-prow )
9291- docs: update minimum kernel version to 5.17 in [ #794 ] ( https://github.com/daeuniverse/dae/pull/794 ) by (@Integral-Tech )
9392- docs: update archlinuxcn package name & add AVX2 package to AUR in [ #797 ] ( https://github.com/daeuniverse/dae/pull/797 ) by (@Integral-Tech )
93+ - ci(release): draft release v1.0.0rc3 in [ #808 ] ( https://github.com/daeuniverse/dae/pull/808 ) by (@dae-prow )
94+ - ci(bpf-test): Test bpf against llvm 15-19 in [ #811 ] ( https://github.com/daeuniverse/dae/pull/811 ) by (@jschwinger233 )
95+ - chore(cmd/config): fix typos in [ #813 ] ( https://github.com/daeuniverse/dae/pull/813 ) by (@wanlce )
96+ - chore(license/copyright): update license signature in [ #820 ] ( https://github.com/daeuniverse/dae/pull/820 ) by (@sumire88 )
97+ - docs(example): add fallback resolver in [ #829 ] ( https://github.com/daeuniverse/dae/pull/829 ) by (@MarksonHon )
98+ - docs(readme): remove legacy badge in [ #828 ] ( https://github.com/daeuniverse/dae/pull/828 ) by (@sumire88 )
99+ - docs(example): remove duplicate fallback resolver in [ #830 ] ( https://github.com/daeuniverse/dae/pull/830 ) by (@wanlce )
94100
95- ** Example Config** : https://github.com/daeuniverse/dae/blob/v1.0.0rc3 /example.dae
101+ ** Example Config** : https://github.com/daeuniverse/dae/blob/v1.0.0 /example.dae
96102
97- ** Full Changelog** : https://github.com/daeuniverse/dae/compare/v0.9.0...v1.0.0rc3
103+ ** Full Changelog** : https://github.com/daeuniverse/dae/compare/v0.9.0...v1.0.0
98104
99105#### New Contributors
100106
101107- @sommio made their first contribution in [ #717 ] ( https://github.com/daeuniverse/dae/pull/717 )
102108- @irort made their first contribution in [ #727 ] ( https://github.com/daeuniverse/dae/pull/727 )
103109- @xcpky made their first contribution in [ #737 ] ( https://github.com/daeuniverse/dae/pull/737 )
104- - @xcpky made their first contribution in [ #738 ] ( https://github.com/daeuniverse/dae/pull/738 )
105110
106- ### v1.0.0rc2 (Pre-release)
107-
108- > Release date: 2025/02/20
109-
110- #### Features
111-
112- - feat: enhance privilege elevation logic in [ #722 ] ( https://github.com/daeuniverse/dae/pull/722 ) by (@woshikedayaa )
113- - feat: subfile as sublink fallback in [ #726 ] ( https://github.com/daeuniverse/dae/pull/726 ) by (@st0nie )
114- - feat: support link/ppp & link/tun in [ #746 ] ( https://github.com/daeuniverse/dae/pull/746 ) by (@LostAttractor )
115-
116- #### Bug Fixes
117-
118- - fix: must_rules cause entire match_set to become must. in [ #719 ] ( https://github.com/daeuniverse/dae/pull/719 ) by (@LostAttractor )
119- - fix(trojan): websocket path loss in [ #727 ] ( https://github.com/daeuniverse/dae/pull/727 ) by (@irort )
120- - fix(config): correct the truncation of process name(comm name) in [ #738 ] ( https://github.com/daeuniverse/dae/pull/738 ) by (@xcpky )
121- - fix: close of closed channel in [ #747 ] ( https://github.com/daeuniverse/dae/pull/747 ) by (@mzz2017 )
122- - fix: panic due to goroutine setting returned error in [ #748 ] ( https://github.com/daeuniverse/dae/pull/748 ) by (@mzz2017 )
123- - fix(hy2): memory leaking from RoundTrip in [ #752 ] ( https://github.com/daeuniverse/dae/pull/752 ) by (@mzz2017 )
124-
125- #### Others
126-
127- - docs: disable Encrypted ClientHello to avoid affecting traffic split in [ #717 ] ( https://github.com/daeuniverse/dae/pull/717 ) by (@sommio )
128- - ci(trigger-downstream-flake-sync): update sync-target branch in [ #716 ] ( https://github.com/daeuniverse/dae/pull/716 ) by (@sumire88 )
129- - ci: add new goarch in [ #720 ] ( https://github.com/daeuniverse/dae/pull/720 ) by (@Integral-Tech )
130- - ci: add linux packages & minimize archive size in [ #721 ] ( https://github.com/daeuniverse/dae/pull/721 ) by (@Integral-Tech )
131- - docs: add UDP support for Reality in [ #732 ] ( https://github.com/daeuniverse/dae/pull/732 ) by (@woshikedayaa )
132- - docs: add Fedora Copr to installation guide in [ #733 ] ( https://github.com/daeuniverse/dae/pull/733 ) by (@Integral-Tech )
133- - chore: upgrade quic-go to v0.49.0 in [ #743 ] ( https://github.com/daeuniverse/dae/pull/743 ) by (@mzz2017 )
134- - ci(kernel-test.yml): update checkout to v4.2 in [ #751 ] ( https://github.com/daeuniverse/dae/pull/751 ) by (@MarksonHon )
135- - docs: add check command for fish shell in [ #744 ] ( https://github.com/daeuniverse/dae/pull/744 ) by (@Bryan2333 )
136- - ci(release): draft release v1.0.0rc1 in [ #756 ] ( https://github.com/daeuniverse/dae/pull/756 ) by (@dae-prow )
137- - ci: add zip format for binary archives & adjust compression level in [ #757 ] ( https://github.com/daeuniverse/dae/pull/757 ) by (@Integral-Tech )
138-
139- ** Example Config** : https://github.com/daeuniverse/dae/blob/v1.0.0rc2/example.dae
140-
141- ** Full Changelog** : https://github.com/daeuniverse/dae/compare/v0.9.0...v1.0.0rc2
142-
143- #### New Contributors
144-
145- - @sommio made their first contribution in [ #717 ] ( https://github.com/daeuniverse/dae/pull/717 )
146- - @irort made their first contribution in [ #727 ] ( https://github.com/daeuniverse/dae/pull/727 )
147- - @xcpky made their first contribution in [ #738 ] ( https://github.com/daeuniverse/dae/pull/738 )
148-
149- ### v1.0.0rc1 (Pre-release)
150-
151- > Release date: 2025/02/20
152-
153- #### Features
154-
155- - feat: enhance privilege elevation logic in [ #722 ] ( https://github.com/daeuniverse/dae/pull/722 ) by (@woshikedayaa )
156- - feat: subfile as sublink fallback in [ #726 ] ( https://github.com/daeuniverse/dae/pull/726 ) by (@st0nie )
157- - feat: support link/ppp & link/tun in [ #746 ] ( https://github.com/daeuniverse/dae/pull/746 ) by (@LostAttractor )
158-
159- #### Bug Fixes
160-
161- - fix: must_rules cause entire match_set to become must. in [ #719 ] ( https://github.com/daeuniverse/dae/pull/719 ) by (@LostAttractor )
162- - fix(trojan): websocket path loss in [ #727 ] ( https://github.com/daeuniverse/dae/pull/727 ) by (@irort )
163- - fix(config): correct the truncation of process name(comm name) in [ #738 ] ( https://github.com/daeuniverse/dae/pull/738 ) by (@xcpky )
164- - fix: close of closed channel in [ #747 ] ( https://github.com/daeuniverse/dae/pull/747 ) by (@mzz2017 )
165- - fix: panic due to goroutine setting returned error in [ #748 ] ( https://github.com/daeuniverse/dae/pull/748 ) by (@mzz2017 )
166- - fix(hy2): memory leaking from RoundTrip in [ #752 ] ( https://github.com/daeuniverse/dae/pull/752 ) by (@mzz2017 )
167-
168- #### Others
169-
170- - docs: disable Encrypted ClientHello to avoid affecting traffic split in [ #717 ] ( https://github.com/daeuniverse/dae/pull/717 ) by (@sommio )
171- - ci(trigger-downstream-flake-sync): update sync-target branch in [ #716 ] ( https://github.com/daeuniverse/dae/pull/716 ) by (@sumire88 )
172- - ci: add new goarch in [ #720 ] ( https://github.com/daeuniverse/dae/pull/720 ) by (@Integral-Tech )
173- - ci: add linux packages & minimize archive size in [ #721 ] ( https://github.com/daeuniverse/dae/pull/721 ) by (@Integral-Tech )
174- - docs: add UDP support for Reality in [ #732 ] ( https://github.com/daeuniverse/dae/pull/732 ) by (@woshikedayaa )
175- - docs: add Fedora Copr to installation guide in [ #733 ] ( https://github.com/daeuniverse/dae/pull/733 ) by (@Integral-Tech )
176- - chore: upgrade quic-go to v0.49.0 in [ #743 ] ( https://github.com/daeuniverse/dae/pull/743 ) by (@mzz2017 )
177- - ci(kernel-test.yml): update checkout to v4.2 in [ #751 ] ( https://github.com/daeuniverse/dae/pull/751 ) by (@MarksonHon )
178- - docs: add check command for fish shell in [ #744 ] ( https://github.com/daeuniverse/dae/pull/744 ) by (@Bryan2333 )
179-
180- ** Example Config** : https://github.com/daeuniverse/dae/blob/v1.0.0rc1/example.dae
181-
182- ** Full Changelog** : https://github.com/daeuniverse/dae/compare/v0.9.0...v1.0.0rc1
183-
184- #### New Contributors
185-
186- - @sommio made their first contribution in [ #717 ] ( https://github.com/daeuniverse/dae/pull/717 )
187- - @irort made their first contribution in [ #727 ] ( https://github.com/daeuniverse/dae/pull/727 )
188- - @xcpky made their first contribution in [ #738 ] ( https://github.com/daeuniverse/dae/pull/738 )
189-
190- ### v0.9.0 (Latest)
111+ ### v0.9.0
191112
192113> Release date: 2024/12/18
193114
0 commit comments