136136 } else {
137137 document . documentElement . lang = 'en' ;
138138 document . querySelector ( '.releases-section h1' ) . textContent = 'HackerOS Releases' ;
139-
140- // Update for V3.0
139+ // Update for V3.1
141140 const releases = document . querySelectorAll ( '.release' ) ;
142- releases [ 0 ] . querySelector ( 'h2' ) . textContent = 'HackerOS V3.0 ' ;
143- releases [ 0 ] . querySelector ( 'p' ) . textContent = 'The latest major release with significant upgrades in performance, security, and compatibility .' ;
141+ releases [ 0 ] . querySelector ( 'h2' ) . textContent = 'HackerOS V3.1 ' ;
142+ releases [ 0 ] . querySelector ( 'p' ) . textContent = 'The latest version with many known bugs fixed from HackerOS V3.0 .' ;
144143 releases [ 0 ] . querySelectorAll ( 'h3' ) [ 0 ] . textContent = 'Release Dates:' ;
145- const v3Lis = releases [ 0 ] . querySelectorAll ( 'ul' ) [ 0 ] . querySelectorAll ( 'li' ) ;
144+ const v31Lis = releases [ 0 ] . querySelectorAll ( 'ul' ) [ 0 ] . querySelectorAll ( 'li' ) ;
145+ v31Lis [ 0 ] . textContent = 'HackerOS Official: 20.09.2025' ;
146+ v31Lis [ 1 ] . textContent = 'HackerOS Cybersecurity: 20.09.2025' ;
147+ releases [ 0 ] . querySelectorAll ( 'h3' ) [ 1 ] . textContent = 'Changelog:' ;
148+ const v31Changes = releases [ 0 ] . querySelectorAll ( 'ul' ) [ 1 ] . querySelectorAll ( 'li' ) ;
149+ v31Changes [ 0 ] . textContent = 'Updated to the latest Debian Testing.' ;
150+ v31Changes [ 1 ] . textContent = 'Fixed issues with wallpapers.' ;
151+ v31Changes [ 2 ] . textContent = 'Fixed kernel-related bugs.' ;
152+ v31Changes [ 3 ] . textContent = 'Added new game The Racer and new application HackerOS Welcome.' ;
153+ // Update for V3.0
154+ releases [ 1 ] . querySelector ( 'h2' ) . textContent = 'HackerOS V3.0' ;
155+ releases [ 1 ] . querySelector ( 'p' ) . textContent = 'The latest major release with significant upgrades in performance, security, and compatibility.' ;
156+ releases [ 1 ] . querySelectorAll ( 'h3' ) [ 0 ] . textContent = 'Release Dates:' ;
157+ const v3Lis = releases [ 1 ] . querySelectorAll ( 'ul' ) [ 0 ] . querySelectorAll ( 'li' ) ;
146158 v3Lis [ 0 ] . textContent = 'HackerOS Official: 13.09.2025' ;
147159 v3Lis [ 1 ] . textContent = 'HackerOS Nvidia: 13.09.2025' ;
148160 v3Lis [ 2 ] . textContent = 'HackerOS Cybersecurity: 13.09.2025' ;
149- releases [ 0 ] . querySelectorAll ( 'h3' ) [ 1 ] . textContent = 'Changelog:' ;
150- const v3Changes = releases [ 0 ] . querySelectorAll ( 'ul' ) [ 1 ] . querySelectorAll ( 'li' ) ;
161+ releases [ 1 ] . querySelectorAll ( 'h3' ) [ 1 ] . textContent = 'Changelog:' ;
162+ const v3Changes = releases [ 1 ] . querySelectorAll ( 'ul' ) [ 1 ] . querySelectorAll ( 'li' ) ;
151163 v3Changes [ 0 ] . textContent = 'Upgraded to latest Debian Testing base.' ;
152164 v3Changes [ 1 ] . textContent = 'Improved Nvidia driver support for better gaming performance.' ;
153165 v3Changes [ 2 ] . textContent = 'Added advanced cybersecurity tools like enhanced firewalls and intrusion detection.' ;
154166 v3Changes [ 3 ] . textContent = 'Optimized kernel for faster boot times and reduced resource usage.' ;
155167 v3Changes [ 4 ] . textContent = 'Bug fixes and stability improvements from user feedback.' ;
156-
157168 // Update for V2.9
158- releases [ 1 ] . querySelector ( 'h2' ) . textContent = 'HackerOS V2.9' ;
159- releases [ 1 ] . querySelector ( 'p' ) . textContent = 'Latest stable release with improved performance and security features.' ;
160- releases [ 1 ] . querySelectorAll ( 'h3' ) [ 0 ] . textContent = 'Release Dates:' ;
161- const v29Lis = releases [ 1 ] . querySelectorAll ( 'ul' ) [ 0 ] . querySelectorAll ( 'li' ) ;
169+ releases [ 2 ] . querySelector ( 'h2' ) . textContent = 'HackerOS V2.9' ;
170+ releases [ 2 ] . querySelector ( 'p' ) . textContent = 'Latest stable release with improved performance and security features.' ;
171+ releases [ 2 ] . querySelectorAll ( 'h3' ) [ 0 ] . textContent = 'Release Dates:' ;
172+ const v29Lis = releases [ 2 ] . querySelectorAll ( 'ul' ) [ 0 ] . querySelectorAll ( 'li' ) ;
162173 v29Lis [ 0 ] . textContent = 'HackerOS Official: 01.01.2025' ;
163174 v29Lis [ 1 ] . textContent = 'HackerOS Nvidia: 01.01.2025' ;
164175 v29Lis [ 2 ] . textContent = 'HackerOS Cybersecurity: 01.01.2025' ;
165- releases [ 1 ] . querySelectorAll ( 'h3' ) [ 1 ] . textContent = 'Changelog:' ;
166- const v29Changes = releases [ 1 ] . querySelectorAll ( 'ul' ) [ 1 ] . querySelectorAll ( 'li' ) ;
176+ releases [ 2 ] . querySelectorAll ( 'h3' ) [ 1 ] . textContent = 'Changelog:' ;
177+ const v29Changes = releases [ 2 ] . querySelectorAll ( 'ul' ) [ 1 ] . querySelectorAll ( 'li' ) ;
167178 v29Changes [ 0 ] . textContent = 'Enhanced security patches.' ;
168179 v29Changes [ 1 ] . textContent = 'Improved compatibility with newer hardware.' ;
169180 v29Changes [ 2 ] . textContent = 'Added new developer tools.' ;
170-
171181 // Update for V2.8
172- releases [ 2 ] . querySelector ( 'h2' ) . textContent = 'HackerOS V2.8' ;
173- releases [ 2 ] . querySelector ( 'p' ) . textContent = 'Previous release with enhanced tools for developers.' ;
174- releases [ 2 ] . querySelectorAll ( 'h3' ) [ 0 ] . textContent = 'Release Dates:' ;
175- const v28Lis = releases [ 2 ] . querySelectorAll ( 'ul' ) [ 0 ] . querySelectorAll ( 'li' ) ;
182+ releases [ 3 ] . querySelector ( 'h2' ) . textContent = 'HackerOS V2.8' ;
183+ releases [ 3 ] . querySelector ( 'p' ) . textContent = 'Previous release with enhanced tools for developers.' ;
184+ releases [ 3 ] . querySelectorAll ( 'h3' ) [ 0 ] . textContent = 'Release Dates:' ;
185+ const v28Lis = releases [ 3 ] . querySelectorAll ( 'ul' ) [ 0 ] . querySelectorAll ( 'li' ) ;
176186 v28Lis [ 0 ] . textContent = 'HackerOS Official: 01.06.2024' ;
177187 v28Lis [ 1 ] . textContent = 'HackerOS Nvidia: 01.06.2024' ;
178188 v28Lis [ 2 ] . textContent = 'HackerOS Cybersecurity: 01.06.2024' ;
179- releases [ 2 ] . querySelectorAll ( 'h3' ) [ 1 ] . textContent = 'Changelog:' ;
180- const v28Changes = releases [ 2 ] . querySelectorAll ( 'ul' ) [ 1 ] . querySelectorAll ( 'li' ) ;
189+ releases [ 3 ] . querySelectorAll ( 'h3' ) [ 1 ] . textContent = 'Changelog:' ;
190+ const v28Changes = releases [ 3 ] . querySelectorAll ( 'ul' ) [ 1 ] . querySelectorAll ( 'li' ) ;
181191 v28Changes [ 0 ] . textContent = 'Introduced new development environments.' ;
182192 v28Changes [ 1 ] . textContent = 'Fixed known bugs from previous versions.' ;
183193 v28Changes [ 2 ] . textContent = 'Improved user interface elements.' ;
184-
185194 document . querySelector ( 'footer p' ) . textContent = '© 2025 HackerOS. All rights reserved.' ;
186195 }
187196 } ) ;
203212 </ header >
204213 < section class ="releases-section ">
205214 < h1 > Wydania HackerOS</ h1 >
215+ < div class ="release ">
216+ < h2 > HackerOS V3.1</ h2 >
217+ < p > Najnowsza wersja, poprawiono wiele znanych błędów z HackerOS V3.0.</ p >
218+ < h3 > Data wydania:</ h3 >
219+ < ul >
220+ < li > HackerOS Official: 20.09.2025</ li >
221+ < li > HackerOS Cybersecurity: 20.09.2025</ li >
222+ </ ul >
223+ < h3 > Changelog:</ h3 >
224+ < ul >
225+ < li > Zaktualizowana baza do najnowszego Debian Testing.</ li >
226+ < li > Naprawiono błędy z tapetami.</ li >
227+ < li > Naprawiono błędy z jądrem.</ li >
228+ < li > Dodano nową grę The Racer i nową aplikację HackerOS Welcome.</ li >
229+ </ ul >
230+ </ div >
206231 < div class ="release ">
207232 < h2 > HackerOS V3.0</ h2 >
208- < p > Najnowsza główna wersja z znacznymi ulepszeniami: zmieniono z jadra xanmod na xanmod lts (lepsza oblsuga urzadzeń) </ p >
233+ < p > Najnowsza główna wersja z znacznymi ulepszeniami: zmieniono z jądra xanmod na xanmod lts (lepsza obsługa urządzeń). </ p >
209234 < h3 > Data wydania:</ h3 >
210235 < ul >
211236 < li > HackerOS Official: 13.09.2025</ li >
@@ -217,7 +242,7 @@ <h3>Changelog:</h3>
217242 < li > Zaktualizowano bazę do najnowszego Debian Testing.</ li >
218243 < li > Poprawiono wsparcie dla sterowników Nvidia dla lepszej wydajności w grach.</ li >
219244 < li > Dodano zaawansowane narzędzia cybersecurity, takie jak ulepszone firewalle i wykrywanie intruzów.</ li >
220- < li > Poprawki błędów, dodano i ulepszono narzedzia cli oraz gry hackeros.</ li >
245+ < li > Poprawki błędów, dodano i ulepszono narzędzia cli oraz gry hackeros.</ li >
221246 </ ul >
222247 </ div >
223248 < div class ="release ">
0 commit comments