mirror of
https://github.com/SrIzan10/TwisterOS.git
synced 2026-05-01 11:05:22 +00:00
Twister OS 1.9.0
This commit is contained in:
BIN
Patches/TwisterOSv1-9-0Patch.zip
Normal file
BIN
Patches/TwisterOSv1-9-0Patch.zip
Normal file
Binary file not shown.
@@ -1,3 +1,4 @@
|
||||
Twister OS version 1.9.0
|
||||
Twister OS version 1.8.5
|
||||
Twister OS version 1.8.4
|
||||
Twister OS version 1.8.3
|
||||
|
||||
@@ -1 +1 @@
|
||||
https://twisteros.com/Patches/TwisterOSv1-8-5Patch.zip
|
||||
https://twisteros.com/Patches/TwisterOSv1-9-0Patch.zip
|
||||
@@ -1,3 +1,15 @@
|
||||
Version 1.9.0 patch notes:
|
||||
- Updated mesa/vulkan driver
|
||||
- Updated Wine to use new mesa/vulkan driver
|
||||
- Reverted Discord web app to Nativefier version until non-tray icon variant of Electron app is available
|
||||
- Updated Chromimum and Chromium Media Edition to v84
|
||||
- Updated Chromium Media Edition icon
|
||||
- Updated README
|
||||
|
||||
NOTE: If you have manually either held back Chromium updates, or downgraded to Chromium v78, you will need to revert those changes prior to installing this patch.
|
||||
|
||||
Thanks to Jose Cerrejon for his mesa/vulkan driver update script, and to Botspot for his Chromium v84 Media Edition solution
|
||||
|
||||
Version 1.8.5 patch notes:
|
||||
- Updated CommanderPi to version 0.7.2
|
||||
- Updated Discord web app to newer Electron version
|
||||
|
||||
@@ -230,7 +230,7 @@ footer a:hover {
|
||||
.btn {
|
||||
margin-top: -2px;
|
||||
}
|
||||
|
||||
|
||||
.resize {
|
||||
width: 30%;
|
||||
margin-top: 50px;
|
||||
@@ -256,7 +256,7 @@ footer a:hover {
|
||||
}
|
||||
|
||||
.close {
|
||||
color: darkslategrey;
|
||||
color: #2D2C8A;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
background-color: #FACF46;
|
||||
@@ -266,6 +266,9 @@ footer a:hover {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.close:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
/** Twister UI Download Page **/
|
||||
|
||||
|
||||
@@ -30,11 +30,11 @@
|
||||
<div class="center" style="width: 60% !important; margin-top: 100px;">
|
||||
<div class="current-release">
|
||||
<h1>Current Release</h1>
|
||||
<h3>Twister OS 1.8.4</h3>
|
||||
<h3>Twister OS 1.9.0</h3>
|
||||
</div>
|
||||
<div class="current-links">
|
||||
<a href="https://archive.org/download/twister-osv-1-8-4.img/TwisterOSv1-8-4.img.xz"><button>DOWNLOAD</button></a>
|
||||
<a href="https://archive.org/download/twister-osv-1-8-4.img/twister-osv-1-8-4.img_archive.torrent"><button>TORRENT</button></a>
|
||||
<a href="https://archive.org/download/twister-osv-1-9-0.img/TwisterOSv1-9-0.img.xz"><button>DOWNLOAD</button></a>
|
||||
<a href="https://archive.org/download/twister-osv-1-9-0.img/twister-osv-1-9-0.img_archive.torrent"><button>TORRENT</button></a>
|
||||
</div>
|
||||
<br><br>
|
||||
</div>
|
||||
@@ -52,6 +52,32 @@
|
||||
|
||||
<div class="center" style="width: 50%;">
|
||||
|
||||
<ul class="PatchLink">
|
||||
<li>Version 1.9.0</li>
|
||||
<li>
|
||||
<div class="ChangelogLink">
|
||||
<div class="popup" id="popup190">
|
||||
<p class="version">Version 1.9.0 patch notes:</p><br>
|
||||
Updated mesa/vulkan driver<br>
|
||||
Updated Wine to use new mesa/vulkan driver<br>
|
||||
Reverted Discord web app to Nativefier version until non-tray icon variant of Electron app is available<br>
|
||||
Updated Chromimum and Chromium Media Edition to v84<br>
|
||||
Updated Chromium Media Edition icon<br>
|
||||
Updated README<br>
|
||||
|
||||
<p>NOTE: If you have manually either held back Chromium updates, or downgraded to Chromium v78, you will need to revert those changes prior to installing this patch.</p>
|
||||
|
||||
<p>Thanks to Jose Cerrejon for his mesa/vulkan driver update script, and to Botspot for his Chromium v84 Media Edition solution</p><br><br>
|
||||
<p class="close">close</p>
|
||||
</div>
|
||||
<p class="btn" data-popup="popup190">Changelog</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><a href="https://twisteros.com/Patches/TwisterOSv1-9-0Patch.zip"><button>DOWNLOAD</button></a></li>
|
||||
</ul>
|
||||
|
||||
<br>
|
||||
|
||||
<ul class="PatchLink">
|
||||
<li>Version 1.8.5</li>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user