aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-12-02 20:00:49 +0000
committersaturneric <[email protected]>2024-12-02 20:00:49 +0000
commitbf7c0d0319ca1252659225f935018e016ebe76fc (patch)
tree63375f5c7732fe1768e6f02fbb8efd60e6e7b840
parentfeat: add and improve documents (diff)
downloadManual-bf7c0d0319ca1252659225f935018e016ebe76fc.tar.gz
Manual-bf7c0d0319ca1252659225f935018e016ebe76fc.zip
feat: add nightly build at download
-rw-r--r--src/content/docs/overview/downloads.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/content/docs/overview/downloads.md b/src/content/docs/overview/downloads.md
index 648291b..17834a7 100644
--- a/src/content/docs/overview/downloads.md
+++ b/src/content/docs/overview/downloads.md
@@ -8,16 +8,22 @@ GpgFrontend is available for download through multiple channels. For more
detailed instructions on installation and getting started, please refer to the
[Getting Started Guide](/overview/getting-started/).
----
-
## Download Options Across Platforms
### GitHub Releases
-- **Latest Release Download**: Click the badge below to directly navigate to the
+- **Stable Release**: Click the badge below to directly navigate to the
GitHub page for the latest release download.
- [![GitHub Release (latest by date)](https://img.shields.io/github/downloads/saturneric/GpgFrontend/latest/total?style=for-the-badge)](https://github.com/saturneric/GpgFrontend/releases/latest)
+ [![GitHub Release](https://img.shields.io/github/downloads/saturneric/GpgFrontend/latest/total?style=for-the-badge)](https://github.com/saturneric/GpgFrontend/releases/latest)
+
+- **Nightly Release**: Stable releases are published every two months or longer,
+ which may not meet the needs of users seeking urgent fixes or new features.
+ Nightly builds provide faster updates, automatically releasing changes as new
+ code is committed. Active users can quickly access the latest features and
+ fixes, with feedback highly encouraged.
+
+ [![GitHub Release Nightly](https://img.shields.io/github/downloads/saturneric/GpgFrontend/nightly/total?style=for-the-badge)](https://github.com/saturneric/GpgFrontend/releases/nightly)
### SourceForge