Skip to content

Commit 7e6ce44

Browse files
committed
release installer 1.4.0
1 parent 55c6e48 commit 7e6ce44

2 files changed

Lines changed: 24 additions & 10 deletions

File tree

changelogs/index.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
</li>
7777
</ul>
7878
</div>
79-
</div>
79+
</div>
8080
</nav><!-- /.site-navigation -->
8181
</header><!-- /#mastheaed -->
8282

@@ -649,6 +649,20 @@ <h1>Changelogs</h1>
649649
<div class="apanel panel-changelogs">
650650
<p></p>
651651
<p></p>
652+
<button class="aaccordion aaversion">1.4.0 - July 10, 2026</button>
653+
<div class="apanel">
654+
<p></p>
655+
<p>Changes over 1.3.0:
656+
<br>- Shader style selection no longer has a default option. The user must select a style manually
657+
<br>- Merged changes from newer Iris Installer versions:
658+
<br>   * Added an error message when the Minecraft Launcher is open during installation
659+
<br>   * Added a fake mod into the installer to give an error message if the installer is put in the mods folder
660+
<br>   * Several small changes
661+
<br>- Fixed Modrinth API downloader not having the correct user agent
662+
<br>- Thanks to SpacEagle17 for doing everything in this update
663+
</p>
664+
<p></p>
665+
</div>
652666
<button class="aaccordion aaversion">1.3.0 - May 27, 2025</button>
653667
<div class="apanel">
654668
<p></p>
@@ -781,7 +795,7 @@ <h1>Changelogs</h1>
781795
panel.style.maxHeight = null;
782796
} else {
783797
panel.style.maxHeight = panel.scrollHeight + "px";
784-
}
798+
}
785799
});
786800
acc[i].addEventListener("click", function() {
787801
setTimeout(

shaders/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
</li>
7777
</ul>
7878
</div>
79-
</div>
79+
</div>
8080
</nav><!-- /.site-navigation -->
8181
</header><!-- /#mastheaed -->
8282

@@ -94,7 +94,7 @@ <h1 class="hero-shader-title" style="color: var(--ThemeColor)">Complementary Sha
9494
</div><!-- /.hero-content -->
9595
</div><!-- /.hero -->
9696

97-
<main id="main" class="site-main">
97+
<main id="main" class="site-main">
9898
<!-- Horizontal Ad 1 -->
9999
<div class="ad-div1">
100100
<ins class="adsbygoogle"
@@ -124,7 +124,7 @@ <h2>Downloads</h2>
124124
<a href="https://modrinth.com/shader/complementary-reimagined/versions" target="_blank" class="btn btn-manual" style="width: 270px; --ThemeColor: var(--CompOrange);">Complementary Reimagined</a>
125125
</div>
126126
</section><!-- /.section-downloads -->
127-
127+
128128
<section id="style-section" class="site-section section-screenshots">
129129
<div class="hero-text" style="margin-top: -12px;">
130130
<h2>Choose Your Style</h2>
@@ -184,20 +184,20 @@ <h2>Screenshots</h2>
184184
<script>
185185
function isWindowsOS() {
186186
if (navigator.platform && navigator.platform.startsWith("Win")) {
187-
return true;
187+
return true;
188188
}
189-
189+
190190
if (navigator.userAgent && /Windows/i.test(navigator.userAgent)) {
191191
return true;
192192
}
193-
193+
194194
return false;
195195
}
196196

197-
const installerVersion = "1.3.0";
197+
const installerVersion = "1.4.0";
198198
const exeInstallerUrl = `https://github.com/ComplementaryDevelopment/Complementary-Installer/releases/download/latest/Complementary-Installer-${installerVersion}.exe`;
199199
const jarInstallerUrl = `https://github.com/ComplementaryDevelopment/Complementary-Installer/releases/download/latest/Complementary-Installer-${installerVersion}.jar`;
200-
200+
201201
if (isWindowsOS()) {
202202
// Show both .exe and .jar buttons for Windows users
203203
document.getElementById('installer-buttons').innerHTML = `

0 commit comments

Comments
 (0)