|
136 | 136 | } else { |
137 | 137 | document.documentElement.lang = 'en'; |
138 | 138 | document.querySelector('.releases-section h1').textContent = 'HackerOS Releases'; |
139 | | - // Update for V3.3 |
| 139 | + // Update for V3.4 |
140 | 140 | const releases = document.querySelectorAll('.release'); |
141 | | - releases[0].querySelector('h2').textContent = 'HackerOS V3.3'; |
142 | | - releases[0].querySelector('p').textContent = 'Added new Nvidia edition.'; |
| 141 | + releases[0].querySelector('h2').textContent = 'HackerOS V3.4'; |
| 142 | + releases[0].querySelector('p').textContent = 'Removed Nvidia edition, many changes.'; |
143 | 143 | releases[0].querySelectorAll('h3')[0].textContent = 'Release Dates:'; |
144 | | - const v33Lis = releases[0].querySelectorAll('ul')[0].querySelectorAll('li'); |
| 144 | + const v34Lis = releases[0].querySelectorAll('ul')[0].querySelectorAll('li'); |
| 145 | + v34Lis[0].textContent = 'HackerOS Official: 24.10.2025'; |
| 146 | + v34Lis[1].textContent = 'HackerOS Hydra: 24.10.2025'; |
| 147 | + v34Lis[2].textContent = 'HackerOS Cybersecurity: 24.10.2025'; |
| 148 | + releases[0].querySelectorAll('h3')[1].textContent = 'Changelog:'; |
| 149 | + const v34Changes = releases[0].querySelectorAll('ul')[1].querySelectorAll('li'); |
| 150 | + v34Changes[0].textContent = 'Removed hacker-update tool'; |
| 151 | + v34Changes[1].textContent = 'From now on, there will be no built-in xanmod kernel, install it and set as default using the command set-xanmod-default'; |
| 152 | + v34Changes[2].textContent = 'Expanded hacker tool'; |
| 153 | + v34Changes[3].textContent = 'Removed HackerOS games, added one application that launches all HackerOS games'; |
| 154 | + v34Changes[4].textContent = 'From now on, hacker mode will not be launched via gamescope but cage'; |
| 155 | + v34Changes[5].textContent = 'Added application inspired by ASUS Armoury Crate named HackerOS Game Mode'; |
| 156 | + // Update for V3.3 |
| 157 | + releases[1].querySelector('h2').textContent = 'HackerOS V3.3'; |
| 158 | + releases[1].querySelector('p').textContent = 'Added new Nvidia edition.'; |
| 159 | + releases[1].querySelectorAll('h3')[0].textContent = 'Release Dates:'; |
| 160 | + const v33Lis = releases[1].querySelectorAll('ul')[0].querySelectorAll('li'); |
145 | 161 | v33Lis[0].textContent = 'HackerOS Official: 14.10.2025'; |
146 | 162 | v33Lis[1].textContent = 'HackerOS Hydra: 14.10.2025'; |
147 | 163 | v33Lis[2].textContent = 'HackerOS Cybersecurity: 14.10.2025'; |
148 | 164 | v33Lis[3].textContent = 'HackerOS Nvidia: 14.10.2025'; |
149 | | - releases[0].querySelectorAll('h3')[1].textContent = 'Changelog:'; |
150 | | - const v33Changes = releases[0].querySelectorAll('ul')[1].querySelectorAll('li'); |
| 165 | + releases[1].querySelectorAll('h3')[1].textContent = 'Changelog:'; |
| 166 | + const v33Changes = releases[1].querySelectorAll('ul')[1].querySelectorAll('li'); |
151 | 167 | v33Changes[0].textContent = 'Updated to the latest Debian base.'; |
152 | 168 | v33Changes[1].textContent = 'Expanded Hacker Launcher, now ready to run games and .exe files.'; |
153 | 169 | v33Changes[2].textContent = 'Fixed and rebuilt Hacker Mode.'; |
154 | 170 | v33Changes[3].textContent = 'Updated scripts.'; |
155 | 171 | // Update for V3.2 |
156 | | - releases[1].querySelector('h2').textContent = 'HackerOS V3.2'; |
157 | | - releases[1].querySelector('p').textContent = 'Added new Hydra edition and updated wallpapers.'; |
158 | | - releases[1].querySelectorAll('h3')[0].textContent = 'Release Dates:'; |
159 | | - const v32Lis = releases[1].querySelectorAll('ul')[0].querySelectorAll('li'); |
| 172 | + releases[2].querySelector('h2').textContent = 'HackerOS V3.2'; |
| 173 | + releases[2].querySelector('p').textContent = 'Added new Hydra edition and updated wallpapers.'; |
| 174 | + releases[2].querySelectorAll('h3')[0].textContent = 'Release Dates:'; |
| 175 | + const v32Lis = releases[2].querySelectorAll('ul')[0].querySelectorAll('li'); |
160 | 176 | v32Lis[0].textContent = 'HackerOS Official: 29.09.2025'; |
161 | 177 | v32Lis[1].textContent = 'HackerOS Hydra: 29.09.2025'; |
162 | 178 | v32Lis[2].textContent = 'HackerOS Cybersecurity: 29.09.2025'; |
163 | | - releases[1].querySelectorAll('h3')[1].textContent = 'Changelog:'; |
164 | | - const v32Changes = releases[1].querySelectorAll('ul')[1].querySelectorAll('li'); |
| 179 | + releases[2].querySelectorAll('h3')[1].textContent = 'Changelog:'; |
| 180 | + const v32Changes = releases[2].querySelectorAll('ul')[1].querySelectorAll('li'); |
165 | 181 | v32Changes[0].textContent = 'Updated to the latest Debian Testing.'; |
166 | 182 | v32Changes[1].textContent = 'Updated wallpapers.'; |
167 | 183 | v32Changes[2].textContent = 'Updated scripts.'; |
168 | 184 | v32Changes[3].textContent = 'Fixed several bugs.'; |
169 | 185 | // Update for V3.1 |
170 | | - releases[2].querySelector('h2').textContent = 'HackerOS V3.1'; |
171 | | - releases[2].querySelector('p').textContent = 'The latest version with many known bugs fixed from HackerOS V3.0.'; |
172 | | - releases[2].querySelectorAll('h3')[0].textContent = 'Release Dates:'; |
173 | | - const v31Lis = releases[2].querySelectorAll('ul')[0].querySelectorAll('li'); |
| 186 | + releases[3].querySelector('h2').textContent = 'HackerOS V3.1'; |
| 187 | + releases[3].querySelector('p').textContent = 'The latest version with many known bugs fixed from HackerOS V3.0.'; |
| 188 | + releases[3].querySelectorAll('h3')[0].textContent = 'Release Dates:'; |
| 189 | + const v31Lis = releases[3].querySelectorAll('ul')[0].querySelectorAll('li'); |
174 | 190 | v31Lis[0].textContent = 'HackerOS Official: 20.09.2025'; |
175 | 191 | v31Lis[1].textContent = 'HackerOS Cybersecurity: 20.09.2025'; |
176 | | - releases[2].querySelectorAll('h3')[1].textContent = 'Changelog:'; |
177 | | - const v31Changes = releases[2].querySelectorAll('ul')[1].querySelectorAll('li'); |
| 192 | + releases[3].querySelectorAll('h3')[1].textContent = 'Changelog:'; |
| 193 | + const v31Changes = releases[3].querySelectorAll('ul')[1].querySelectorAll('li'); |
178 | 194 | v31Changes[0].textContent = 'Updated to the latest Debian Testing.'; |
179 | 195 | v31Changes[1].textContent = 'Fixed issues with wallpapers.'; |
180 | 196 | v31Changes[2].textContent = 'Fixed kernel-related bugs.'; |
181 | 197 | v31Changes[3].textContent = 'Added new game The Racer and new application HackerOS Welcome.'; |
182 | 198 | // Update for V3.0 |
183 | | - releases[3].querySelector('h2').textContent = 'HackerOS V3.0'; |
184 | | - releases[3].querySelector('p').textContent = 'The latest major release with significant upgrades in performance, security, and compatibility.'; |
185 | | - releases[3].querySelectorAll('h3')[0].textContent = 'Release Dates:'; |
186 | | - const v3Lis = releases[3].querySelectorAll('ul')[0].querySelectorAll('li'); |
| 199 | + releases[4].querySelector('h2').textContent = 'HackerOS V3.0'; |
| 200 | + releases[4].querySelector('p').textContent = 'The latest major release with significant upgrades in performance, security, and compatibility.'; |
| 201 | + releases[4].querySelectorAll('h3')[0].textContent = 'Release Dates:'; |
| 202 | + const v3Lis = releases[4].querySelectorAll('ul')[0].querySelectorAll('li'); |
187 | 203 | v3Lis[0].textContent = 'HackerOS Official: 13.09.2025'; |
188 | 204 | v3Lis[1].textContent = 'HackerOS Nvidia: 13.09.2025'; |
189 | 205 | v3Lis[2].textContent = 'HackerOS Cybersecurity: 13.09.2025'; |
190 | | - releases[3].querySelectorAll('h3')[1].textContent = 'Changelog:'; |
191 | | - const v3Changes = releases[3].querySelectorAll('ul')[1].querySelectorAll('li'); |
| 206 | + releases[4].querySelectorAll('h3')[1].textContent = 'Changelog:'; |
| 207 | + const v3Changes = releases[4].querySelectorAll('ul')[1].querySelectorAll('li'); |
192 | 208 | v3Changes[0].textContent = 'Upgraded to latest Debian Testing base.'; |
193 | 209 | v3Changes[1].textContent = 'Improved Nvidia driver support for better gaming performance.'; |
194 | 210 | v3Changes[2].textContent = 'Added advanced cybersecurity tools like enhanced firewalls and intrusion detection.'; |
|
216 | 232 | </header> |
217 | 233 | <section class="releases-section"> |
218 | 234 | <h1>Wydania HackerOS</h1> |
| 235 | + <div class="release"> |
| 236 | + <h2>HackerOS V3.4</h2> |
| 237 | + <p>Usunięto edycję Nvidia, wiele zmian.</p> |
| 238 | + <h3>Data wydania:</h3> |
| 239 | + <ul> |
| 240 | + <li>HackerOS Official: 24.10.2025</li> |
| 241 | + <li>HackerOS Hydra: 24.10.2025</li> |
| 242 | + <li>HackerOS Cybersecurity: 24.10.2025</li> |
| 243 | + </ul> |
| 244 | + <h3>Changelog:</h3> |
| 245 | + <ul> |
| 246 | + <li>Zaktualizowano bazę do najnowszego Debiana.</li> |
| 247 | + <li>Usunięto narzędzie hacker-update</li> |
| 248 | + <li>Od teraz nie będzie wbudowanego jądra xanmod, zainstaluj je i ustaw jako domyślne za pomocą polecenia set-xanmod-default</li> |
| 249 | + <li>Rozbudowano narzędzie hacker</li> |
| 250 | + <li>Usunięto gry HackerOS, dodano jedną aplikację która uruchamia wszystkie gry HackerOS</li> |
| 251 | + <li>Od teraz hacker mode nie będzie odpalał za pomocą gamescope tylko cage</li> |
| 252 | + <li>Dodano aplikację inspirowaną ASUS Armoury Crate o nazwie HackerOS Game Mode</li> |
| 253 | + </ul> |
| 254 | + </div> |
219 | 255 | <div class="release"> |
220 | 256 | <h2>HackerOS V3.3</h2> |
221 | 257 | <p>Dodano nową edycję Nvidia.</p> |
|
0 commit comments