136136 } else {
137137 document . documentElement . lang = 'en' ;
138138 document . querySelector ( '.releases-section h1' ) . textContent = 'HackerOS Releases' ;
139- // Update for V3.4
139+ // Update for V3.5
140140 const releases = document . querySelectorAll ( '.release' ) ;
141- releases [ 0 ] . querySelector ( 'h2' ) . textContent = 'HackerOS V3.4 ' ;
142- releases [ 0 ] . querySelector ( 'p' ) . textContent = 'Removed Nvidia edition, many changes .' ;
141+ releases [ 0 ] . querySelector ( 'h2' ) . textContent = 'HackerOS V3.5 ' ;
142+ releases [ 0 ] . querySelector ( 'p' ) . textContent = 'New version with updates to the base, added hacker lang programming language, and other improvements .' ;
143143 releases [ 0 ] . querySelectorAll ( 'h3' ) [ 0 ] . textContent = 'Release Dates:' ;
144- const v34Lis = releases [ 0 ] . querySelectorAll ( 'ul' ) [ 0 ] . querySelectorAll ( 'li' ) ;
144+ const v35Lis = releases [ 0 ] . querySelectorAll ( 'ul' ) [ 0 ] . querySelectorAll ( 'li' ) ;
145+ v35Lis [ 0 ] . textContent = 'HackerOS Official: 29.10.2025' ;
146+ v35Lis [ 1 ] . textContent = 'HackerOS Hydra: 29.10.2025' ;
147+ v35Lis [ 2 ] . textContent = 'HackerOS Cybersecurity: 29.10.2025' ;
148+ releases [ 0 ] . querySelectorAll ( 'h3' ) [ 1 ] . textContent = 'Changelog:' ;
149+ const v35Changes = releases [ 0 ] . querySelectorAll ( 'ul' ) [ 1 ] . querySelectorAll ( 'li' ) ;
150+ v35Changes [ 0 ] . textContent = 'Updated base to latest Debian' ;
151+ v35Changes [ 1 ] . textContent = 'Added programming language hacker lang' ;
152+ v35Changes [ 2 ] . textContent = 'Updated hacker mode to work only on x11 (hacker mode will work on both new and old GPUs)' ;
153+ v35Changes [ 3 ] . textContent = 'Updated permissions for files' ;
154+ // Update for V3.4
155+ releases [ 1 ] . querySelector ( 'h2' ) . textContent = 'HackerOS V3.4' ;
156+ releases [ 1 ] . querySelector ( 'p' ) . textContent = 'Removed Nvidia edition, many changes.' ;
157+ releases [ 1 ] . querySelectorAll ( 'h3' ) [ 0 ] . textContent = 'Release Dates:' ;
158+ const v34Lis = releases [ 1 ] . querySelectorAll ( 'ul' ) [ 0 ] . querySelectorAll ( 'li' ) ;
145159 v34Lis [ 0 ] . textContent = 'HackerOS Official: 24.10.2025' ;
146160 v34Lis [ 1 ] . textContent = 'HackerOS Hydra: 24.10.2025' ;
147161 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' ) ;
162+ releases [ 1 ] . querySelectorAll ( 'h3' ) [ 1 ] . textContent = 'Changelog:' ;
163+ const v34Changes = releases [ 1 ] . querySelectorAll ( 'ul' ) [ 1 ] . querySelectorAll ( 'li' ) ;
150164 v34Changes [ 0 ] . textContent = 'Removed hacker-update tool' ;
151165 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' ;
152166 v34Changes [ 2 ] . textContent = 'Expanded hacker tool' ;
153167 v34Changes [ 3 ] . textContent = 'Removed HackerOS games, added one application that launches all HackerOS games' ;
154168 v34Changes [ 4 ] . textContent = 'From now on, hacker mode will not be launched via gamescope but cage' ;
155169 v34Changes [ 5 ] . textContent = 'Added application inspired by ASUS Armoury Crate named HackerOS Game Mode' ;
156170 // 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' ) ;
171+ releases [ 2 ] . querySelector ( 'h2' ) . textContent = 'HackerOS V3.3' ;
172+ releases [ 2 ] . querySelector ( 'p' ) . textContent = 'Added new Nvidia edition.' ;
173+ releases [ 2 ] . querySelectorAll ( 'h3' ) [ 0 ] . textContent = 'Release Dates:' ;
174+ const v33Lis = releases [ 2 ] . querySelectorAll ( 'ul' ) [ 0 ] . querySelectorAll ( 'li' ) ;
161175 v33Lis [ 0 ] . textContent = 'HackerOS Official: 14.10.2025' ;
162176 v33Lis [ 1 ] . textContent = 'HackerOS Hydra: 14.10.2025' ;
163177 v33Lis [ 2 ] . textContent = 'HackerOS Cybersecurity: 14.10.2025' ;
164178 v33Lis [ 3 ] . textContent = 'HackerOS Nvidia: 14.10.2025' ;
165- releases [ 1 ] . querySelectorAll ( 'h3' ) [ 1 ] . textContent = 'Changelog:' ;
166- const v33Changes = releases [ 1 ] . querySelectorAll ( 'ul' ) [ 1 ] . querySelectorAll ( 'li' ) ;
179+ releases [ 2 ] . querySelectorAll ( 'h3' ) [ 1 ] . textContent = 'Changelog:' ;
180+ const v33Changes = releases [ 2 ] . querySelectorAll ( 'ul' ) [ 1 ] . querySelectorAll ( 'li' ) ;
167181 v33Changes [ 0 ] . textContent = 'Updated to the latest Debian base.' ;
168182 v33Changes [ 1 ] . textContent = 'Expanded Hacker Launcher, now ready to run games and .exe files.' ;
169183 v33Changes [ 2 ] . textContent = 'Fixed and rebuilt Hacker Mode.' ;
170184 v33Changes [ 3 ] . textContent = 'Updated scripts.' ;
171185 // Update for V3.2
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' ) ;
186+ releases [ 3 ] . querySelector ( 'h2' ) . textContent = 'HackerOS V3.2' ;
187+ releases [ 3 ] . querySelector ( 'p' ) . textContent = 'Added new Hydra edition and updated wallpapers.' ;
188+ releases [ 3 ] . querySelectorAll ( 'h3' ) [ 0 ] . textContent = 'Release Dates:' ;
189+ const v32Lis = releases [ 3 ] . querySelectorAll ( 'ul' ) [ 0 ] . querySelectorAll ( 'li' ) ;
176190 v32Lis [ 0 ] . textContent = 'HackerOS Official: 29.09.2025' ;
177191 v32Lis [ 1 ] . textContent = 'HackerOS Hydra: 29.09.2025' ;
178192 v32Lis [ 2 ] . textContent = 'HackerOS Cybersecurity: 29.09.2025' ;
179- releases [ 2 ] . querySelectorAll ( 'h3' ) [ 1 ] . textContent = 'Changelog:' ;
180- const v32Changes = releases [ 2 ] . querySelectorAll ( 'ul' ) [ 1 ] . querySelectorAll ( 'li' ) ;
193+ releases [ 3 ] . querySelectorAll ( 'h3' ) [ 1 ] . textContent = 'Changelog:' ;
194+ const v32Changes = releases [ 3 ] . querySelectorAll ( 'ul' ) [ 1 ] . querySelectorAll ( 'li' ) ;
181195 v32Changes [ 0 ] . textContent = 'Updated to the latest Debian Testing.' ;
182196 v32Changes [ 1 ] . textContent = 'Updated wallpapers.' ;
183197 v32Changes [ 2 ] . textContent = 'Updated scripts.' ;
184198 v32Changes [ 3 ] . textContent = 'Fixed several bugs.' ;
185199 // Update for V3.1
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' ) ;
200+ releases [ 4 ] . querySelector ( 'h2' ) . textContent = 'HackerOS V3.1' ;
201+ releases [ 4 ] . querySelector ( 'p' ) . textContent = 'The latest version with many known bugs fixed from HackerOS V3.0.' ;
202+ releases [ 4 ] . querySelectorAll ( 'h3' ) [ 0 ] . textContent = 'Release Dates:' ;
203+ const v31Lis = releases [ 4 ] . querySelectorAll ( 'ul' ) [ 0 ] . querySelectorAll ( 'li' ) ;
190204 v31Lis [ 0 ] . textContent = 'HackerOS Official: 20.09.2025' ;
191205 v31Lis [ 1 ] . textContent = 'HackerOS Cybersecurity: 20.09.2025' ;
192- releases [ 3 ] . querySelectorAll ( 'h3' ) [ 1 ] . textContent = 'Changelog:' ;
193- const v31Changes = releases [ 3 ] . querySelectorAll ( 'ul' ) [ 1 ] . querySelectorAll ( 'li' ) ;
206+ releases [ 4 ] . querySelectorAll ( 'h3' ) [ 1 ] . textContent = 'Changelog:' ;
207+ const v31Changes = releases [ 4 ] . querySelectorAll ( 'ul' ) [ 1 ] . querySelectorAll ( 'li' ) ;
194208 v31Changes [ 0 ] . textContent = 'Updated to the latest Debian Testing.' ;
195209 v31Changes [ 1 ] . textContent = 'Fixed issues with wallpapers.' ;
196210 v31Changes [ 2 ] . textContent = 'Fixed kernel-related bugs.' ;
197211 v31Changes [ 3 ] . textContent = 'Added new game The Racer and new application HackerOS Welcome.' ;
198212 // Update for V3.0
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' ) ;
213+ releases [ 5 ] . querySelector ( 'h2' ) . textContent = 'HackerOS V3.0' ;
214+ releases [ 5 ] . querySelector ( 'p' ) . textContent = 'The latest major release with significant upgrades in performance, security, and compatibility.' ;
215+ releases [ 5 ] . querySelectorAll ( 'h3' ) [ 0 ] . textContent = 'Release Dates:' ;
216+ const v3Lis = releases [ 5 ] . querySelectorAll ( 'ul' ) [ 0 ] . querySelectorAll ( 'li' ) ;
203217 v3Lis [ 0 ] . textContent = 'HackerOS Official: 13.09.2025' ;
204218 v3Lis [ 1 ] . textContent = 'HackerOS Nvidia: 13.09.2025' ;
205219 v3Lis [ 2 ] . textContent = 'HackerOS Cybersecurity: 13.09.2025' ;
206- releases [ 4 ] . querySelectorAll ( 'h3' ) [ 1 ] . textContent = 'Changelog:' ;
207- const v3Changes = releases [ 4 ] . querySelectorAll ( 'ul' ) [ 1 ] . querySelectorAll ( 'li' ) ;
220+ releases [ 5 ] . querySelectorAll ( 'h3' ) [ 1 ] . textContent = 'Changelog:' ;
221+ const v3Changes = releases [ 5 ] . querySelectorAll ( 'ul' ) [ 1 ] . querySelectorAll ( 'li' ) ;
208222 v3Changes [ 0 ] . textContent = 'Upgraded to latest Debian Testing base.' ;
209223 v3Changes [ 1 ] . textContent = 'Improved Nvidia driver support for better gaming performance.' ;
210224 v3Changes [ 2 ] . textContent = 'Added advanced cybersecurity tools like enhanced firewalls and intrusion detection.' ;
232246 </ header >
233247 < section class ="releases-section ">
234248 < h1 > Wydania HackerOS</ h1 >
249+ < div class ="release ">
250+ < h2 > HackerOS V3.5</ h2 >
251+ < p > Nowa wersja z aktualizacją bazy, dodanym językiem programowania hacker lang oraz innymi zmianami.</ p >
252+ < h3 > Data wydania:</ h3 >
253+ < ul >
254+ < li > HackerOS Official: 29.10.2025</ li >
255+ < li > HackerOS Hydra: 29.10.2025</ li >
256+ < li > HackerOS Cybersecurity: 29.10.2025</ li >
257+ </ ul >
258+ < h3 > Changelog:</ h3 >
259+ < ul >
260+ < li > Zaktualizowano bazę do najnowszego Debiana</ li >
261+ < li > Dodano język programowania hacker lang</ li >
262+ < li > Zaktualizowano hacker mode aby działał tylko i wyłącznie na x11 (hacker mode będzie działać zarówno na nowych gpu jak i na starych)</ li >
263+ < li > Zaktualizowano permisje dla plików</ li >
264+ </ ul >
265+ </ div >
235266 < div class ="release ">
236267 < h2 > HackerOS V3.4</ h2 >
237268 < p > Usunięto edycję Nvidia, wiele zmian.</ p >
@@ -243,7 +274,6 @@ <h3>Data wydania:</h3>
243274 </ ul >
244275 < h3 > Changelog:</ h3 >
245276 < ul >
246- < li > Zaktualizowano bazę do najnowszego Debiana.</ li >
247277 < li > Usunięto narzędzie hacker-update</ li >
248278 < li > Od teraz nie będzie wbudowanego jądra xanmod, zainstaluj je i ustaw jako domyślne za pomocą polecenia set-xanmod-default</ li >
249279 < li > Rozbudowano narzędzie hacker</ li >
@@ -318,6 +348,7 @@ <h3>Changelog:</h3>
318348 < li > Poprawiono wsparcie dla sterowników Nvidia dla lepszej wydajności w grach.</ li >
319349 < li > Dodano zaawansowane narzędzia cybersecurity, takie jak ulepszone firewalle i wykrywanie intruzów.</ li >
320350 < li > Poprawki błędów, dodano i ulepszono narzędzia cli oraz gry hackeros.</ li >
351+ < li > Poprawki błędów i ulepszenia stabilności na podstawie opinii użytkowników.</ li >
321352 </ ul >
322353 </ div >
323354 </ section >
0 commit comments