@@ -12,7 +12,7 @@ import styles from "./styles.module.css";
1212 <div >
1313 <h3 >2025.1.18.0</h3 >
1414 </div >
15- <div >18.01.2025</div >
15+ <div >Release Date: 18.01.2025</div >
1616</div >
1717
1818<div className = { ` ${styles .centerButtonContainer } margin-bottom--lg ` } >
@@ -23,21 +23,54 @@ import styles from "./styles.module.css";
2323 Setup
2424 </Link >
2525 <Link
26- className = { ` button button--info ${styles .downloadButton } ` }
26+ className = { ` button button--primary ${styles .downloadButton } ` }
2727 to = " https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.1.18.0/NETworkManager_2025.1.18.0_Portable.zip"
2828 >
2929 Portable
3030 </Link >
3131 <Link
32- className = { ` button button--info ${styles .downloadButton } ` }
32+ className = { ` button button--primary ${styles .downloadButton } ` }
3333 to = " https://github.com/BornToBeRoot/NETworkManager/releases/download/2025.1.18.0/NETworkManager_2025.1.18.0_Archive.zip"
3434 >
3535 Archive
3636 </Link >
3737</div >
3838
39+ <div className = { ` ${styles .shieldsContainer } ` } >
40+ <a
41+ className = { ` ${styles .shields } ` }
42+ href = " https://github.com/BornToBeroot/NETworkManager/releases"
43+ target = " _blank"
44+ >
45+ <img
46+ alt = " All releases"
47+ src = " https://img.shields.io/github/downloads/BornToBeroot/NETworkManager/total.svg?style=for-the-badge&logo=github"
48+ />
49+ </a >
50+ <a
51+ className = { ` ${styles .shields } ` }
52+ href = " https://github.com/BornToBeroot/NETworkManager/releases/latest"
53+ target = " _blank"
54+ >
55+ <img
56+ alt = " Latest release"
57+ src = " https://img.shields.io/github/downloads/BornToBeroot/NETworkManager/latest/total.svg?style=for-the-badge&logo=github"
58+ />
59+ </a >
60+ </div >
61+
62+ <div className = { ` ${styles .centerButtonContainer } ` } >
63+ <Link
64+ className = { ` button button--secondary ${styles .additionalButton } ` }
65+ to = " /docs/changelog/2025-1-18-0"
66+ target = " _blank"
67+ >
68+ 📃 Changelog
69+ </Link >
70+ </div >
71+
3972<div
40- className = " alert alert--secondary "
73+ className = " alert alert--primary "
4174 style = { { marginTop: " 2rem" , marginBottom: " 2rem" , padding: " 1rem" }}
4275>
4376 <h3 >🙏 If you enjoy using NETworkManager...</h3 >
@@ -49,7 +82,7 @@ import styles from "./styles.module.css";
4982 </p >
5083 <div style = { { display: " flex" , gap: " 1rem" , marginTop: " 1rem" }} >
5184 <Link
52- className = { ` button button--secondary ${styles .additionalButton } ` }
85+ className = { ` button button--info ${styles .additionalButton } ` }
5386 style = { { margin: " 0" }}
5487 to = " https://github.com/BornToBeRoot/NETworkManager#-donate"
5588 target = " _blank"
@@ -89,7 +122,7 @@ import styles from "./styles.module.css";
89122 </div >
90123</details >
91124
92- <details >
125+ <details className = " alert alert--secondary " >
93126 <summary >Checksums</summary >
94127 <div >
95128 <p >SHA-256 checksums for the latest release:</p >
@@ -104,39 +137,6 @@ import styles from "./styles.module.css";
104137 </div >
105138</details >
106139
107- <div className = { ` ${styles .shieldsContainer } ` } >
108- <a
109- className = { ` ${styles .shields } ` }
110- href = " https://github.com/BornToBeroot/NETworkManager/releases"
111- target = " _blank"
112- >
113- <img
114- alt = " All releases"
115- src = " https://img.shields.io/github/downloads/BornToBeroot/NETworkManager/total.svg?style=for-the-badge&logo=github"
116- />
117- </a >
118- <a
119- className = { ` ${styles .shields } ` }
120- href = " https://github.com/BornToBeroot/NETworkManager/releases/latest"
121- target = " _blank"
122- >
123- <img
124- alt = " Latest release"
125- src = " https://img.shields.io/github/downloads/BornToBeroot/NETworkManager/latest/total.svg?style=for-the-badge&logo=github"
126- />
127- </a >
128- </div >
129-
130- <div className = { ` ${styles .centerButtonContainer } ` } >
131- <Link
132- className = { ` button button--secondary ${styles .additionalButton } ` }
133- to = " /docs/changelog/2025-1-18-0"
134- target = " _blank"
135- >
136- 📃 Changelog
137- </Link >
138- </div >
139-
140140## System requirements
141141
142142- Windows 10 / Server x64 (22H2 or later)
0 commit comments