Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix download url for macOS #549

Open
wants to merge 41 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
13ac20f
Add push release files to fdroid-repo
txyyh Jul 19, 2024
f6b97f8
Add download guide to README
txyyh Jul 19, 2024
3ba8355
Rename workflow deploy repo name
txyyh Jul 29, 2024
fcbbbdc
Rename readme fingerprint
txyyh Jul 29, 2024
9df1ff4
Merge pull request #140 from txyyh/main
chen08209 Jul 29, 2024
f39b9cf
Add proxy-only traffic statistics
chen08209 Jul 26, 2024
8cdaf30
Fix linux core build error
chen08209 Jul 31, 2024
00a78b5
Fix android tile service issues
chen08209 Aug 1, 2024
7fc54c5
Optimize provider page
chen08209 Aug 4, 2024
e3c9035
Update access control page
chen08209 Aug 5, 2024
5ef020d
Update timeout time
chen08209 Aug 11, 2024
68dd262
Update version
chen08209 Aug 11, 2024
813198a
Update flutter version
chen08209 Aug 11, 2024
8dafe3b
Support profiles sort
chen08209 Aug 13, 2024
75af47a
Change flutter version
chen08209 Aug 15, 2024
c38a671
Optimize app logic
chen08209 Aug 15, 2024
f6d9ed1
Fix windows tray issues
chen08209 Aug 23, 2024
402221a
fix android tip error
chen08209 Aug 26, 2024
b685165
Add Hosts override
chen08209 Aug 25, 2024
ac39739
Add DNS override
chen08209 Aug 26, 2024
79efa67
Fix tun update issues
chen08209 Aug 26, 2024
50bf417
Optimize DNS strategy
chen08209 Sep 5, 2024
97714e8
Fix submit error
chen08209 Sep 8, 2024
80f8aa2
Fix submit error 2
chen08209 Sep 8, 2024
4e766d9
Fix delete profile error
chen08209 Sep 9, 2024
5d6bd64
Support desktop hotkey
chen08209 Sep 8, 2024
3eb26e8
Fix build error
chen08209 Sep 17, 2024
043648f
Fix build error2
chen08209 Sep 17, 2024
62a7772
Update readme
chen08209 Sep 17, 2024
13d31cf
Fix android system dns issues
chen08209 Sep 18, 2024
4e3dc45
Optimize ip detection
chen08209 Sep 20, 2024
a3e1b38
Fix windows admin auto launch issues
chen08209 Sep 26, 2024
89bbbc6
Fix windows tray issues
chen08209 Oct 8, 2024
dfa6d31
Update release message
chen08209 Oct 10, 2024
8282a9a
Update core version
chen08209 Oct 14, 2024
526ccdf
Fix the collapse issues
chen08209 Oct 26, 2024
72bef5f
Add android shortcuts
chen08209 Oct 27, 2024
be4eaf4
Update CHANGELOG.md
chen08209 Nov 9, 2024
9dcb53b
Update changelog
chen08209 Nov 9, 2024
ebdec47
fix release template
ipcjs Nov 11, 2024
5bb42e2
Update release_template.md
ipcjs Nov 11, 2024
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
Prev Previous commit
Update release_template.md
  • Loading branch information
ipcjs authored Nov 11, 2024
commit 5bb42e22315fa486572dd9b5ed9841482e65c0e4
4 changes: 2 additions & 2 deletions .github/release_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<tr>
<td>macOS (v10.15+)</td>
<td>
<a href="https://github.com/chen08209/FlClash/releases/download/vVERSION/FlClash-VERSION-macos-amd64.dmg"><img src="https://img.shields.io/badge/DMG-x64-ea005e.svg?logo=apple"></a><br>
<a href="https://github.com/chen08209/FlClash/releases/download/vVERSION/FlClash-VERSION-macos-arm64.dmg"><img src="https://img.shields.io/badge/DMG-ARM-e8528e.svg?logo=apple"></a><br>
<a href="https://github.com/chen08209/FlClash/releases/download/vVERSION/FlClash-VERSION-macos-arm64.dmg"><img src="https://img.shields.io/badge/DMG-ARM-ea005e.svg?logo=apple"></a><br>
<a href="https://github.com/chen08209/FlClash/releases/download/vVERSION/FlClash-VERSION-macos-amd64.dmg"><img src="https://img.shields.io/badge/DMG-x64-e8528e.svg?logo=apple"></a><br>
</td>
</tr>
<tr>
Expand Down