Skip to content

Commit

Permalink
Deploying to gh-pages from @ 15ad503 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneWizard08 committed May 6, 2024
1 parent 022aeb5 commit 85c3df5
Show file tree
Hide file tree
Showing 161 changed files with 4,436 additions and 0 deletions.
207 changes: 207 additions & 0 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,207 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Changelog | ConfigurableWarning Docs </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Changelog | ConfigurableWarning Docs ">


<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="public/docfx.min.css">
<link rel="stylesheet" href="public/main.css">
<meta name="docfx:navrel" content="toc.html">
<meta name="docfx:tocrel" content="toc.html">

<meta name="docfx:rel" content="">


<meta name="docfx:docurl" content="https://github.com/RedstoneWizard08/ConfigurableWarning/blob/main/CHANGELOG.md/#L1">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
<meta name="loc:tocFilter" content="Filter by title">
<meta name="loc:nextArticle" content="Next">
<meta name="loc:prevArticle" content="Previous">
<meta name="loc:themeLight" content="Light">
<meta name="loc:themeDark" content="Dark">
<meta name="loc:themeAuto" content="Auto">
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
<meta name="loc:downloadPdf" content="Download PDF">

<script type="module" src="./public/docfx.min.js"></script>

<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>

</head>

<body class="tex2jax_ignore" data-layout="" data-yaml-mime="">
<header class="bg-body border-bottom">
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
<div class="container-xxl flex-nowrap">
<a class="navbar-brand" href="index.html">
<img id="logo" class="svg" src="banner.svg" alt="">

</a>
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
<i class="bi bi-three-dots"></i>
</button>
<div class="collapse navbar-collapse" id="navpanel">
<div id="navbar">
<form class="search" role="search" id="search">
<i class="bi bi-search"></i>
<input class="form-control" id="search-query" type="search" disabled="" placeholder="Search" autocomplete="off" aria-label="Search">
</form>
</div>
</div>
</div>
</nav>
</header>

<main class="container-xxl">

<div class="content">
<div class="actionbar">

<nav id="breadcrumb"></nav>
</div>

<article data-uid="">
<h1 id="changelog">Changelog</h1>

<p>All notable changes to this project will be documented in this file.</p>
<p>The format is based on <a href="https://keepachangelog.com/en/1.1.0/">Keep a Changelog</a>,
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<h2 id="1120---2024-05-05">[1.12.0] - 2024-05-05</h2>
<h3 id="changed">Changed</h3>
<ul>
<li>Added diving bell settings</li>
<li>Updated sync</li>
</ul>
<h2 id="1110---2024-05-02">[1.11.0] - 2024-05-02</h2>
<h3 id="changed-1">Changed</h3>
<ul>
<li>Fixed settings sync (again)</li>
<li>Made UI elements not borked</li>
<li>Redid settings packing</li>
<li>Added depdendencies</li>
<li>Fixed for CW's new May 2nd release</li>
</ul>
<h2 id="1102---2024-05-01">[1.10.2] - 2024-05-01</h2>
<h3 id="changed-2">Changed</h3>
<ul>
<li>Hopefully fix settings sync</li>
</ul>
<h2 id="1101---2024-05-01">[1.10.1] - 2024-05-01</h2>
<h3 id="changed-3">Changed</h3>
<ul>
<li>Actually fixed the build</li>
</ul>
<h2 id="1100---2024-04-29">[1.10.0] - 2024-04-29</h2>
<h3 id="changed-4">Changed</h3>
<ul>
<li>Updated settings UI to be cleaner</li>
<li>Switched fully to Mycelium Networking</li>
<li>Cached settings values</li>
<li>Building in release mode! (Yes, I wasn't before.)</li>
<li>Removed BepInEx config because it kinda broke stuff</li>
</ul>
<h2 id="192---2024-04-19">[1.9.2] - 2024-04-19</h2>
<h3 id="changed-5">Changed</h3>
<ul>
<li>Fixed settings sync</li>
</ul>
<h2 id="191---2024-04-18">[1.9.1] - 2024-04-18</h2>
<h3 id="changed-6">Changed</h3>
<ul>
<li>Nothing, just updated the README. :)</li>
</ul>
<h2 id="190---2024-04-18">[1.9.0] - 2024-04-18</h2>
<h3 id="changed-7">Changed</h3>
<ul>
<li>Refactored UI</li>
<li>Moved to using ContentSettings and MyceliumNetworking</li>
</ul>
<h2 id="181---2024-04-12">[1.8.1] - 2024-04-12</h2>
<h3 id="changed-8">Changed</h3>
<ul>
<li>Fixed a default config value</li>
<li>Hopefully fix the lobby patch</li>
</ul>
<h2 id="180---2024-04-12">[1.8.0] - 2024-04-12</h2>
<h3 id="changed-9">Changed</h3>
<ul>
<li>Fixed health &amp; days left HUD to actually reflect the correct value (in real time)</li>
</ul>
<h2 id="171---2024-04-12">[1.7.1] - 2024-04-12</h2>
<h3 id="changed-10">Changed</h3>
<ul>
<li>Fixed lobby stuff (I actually applied the patch this time!)</li>
<li>Fixed patches not using <code>nameof</code></li>
</ul>
<h2 id="170---2024-04-12">[1.7.0] - 2024-04-12</h2>
<h3 id="changed-11">Changed</h3>
<ul>
<li>Reorganized settings to make it easier to work with</li>
<li>Fixed a few issues</li>
<li>Made the patches better</li>
<li>We no longer rely on ContentSettings!</li>
</ul>
<h3 id="added">Added</h3>
<ul>
<li>Modified ContentSettings API is now built-in</li>
<li>Settings patch</li>
<li><code>TextSetting</code> and <code>TextSettingsUI</code> for blank &quot;settings&quot; (basically a label/divider)</li>
<li><code>Common*Setting</code> classes for ease</li>
<li>Basic register &amp; setup function for settings (DX stuff)</li>
</ul>
<h2 id="160---2024-04-11">[1.6.0] - 2024-04-11</h2>
<h3 id="added-1">Added</h3>
<ul>
<li>Added oxygen refill-related settings</li>
<li>Added private lobbies patch &amp; config</li>
</ul>
<h3 id="changed-12">Changed</h3>
<ul>
<li>Changed the sprint multiplier max from 4 to 10</li>
</ul>
<h2 id="150---2024-04-11">[1.5.0] - 2024-04-11</h2>
<h3 id="changed-13">Changed</h3>
<ul>
<li>Moved to weird(-er) patching methods instead of overwriting methods for maximum compatibility (pretend that had echo
in it)</li>
<li>Removed redundant stuff</li>
<li>Made config sync hopefully better</li>
<li>Hopefully didn't break anything 🙏</li>
</ul>

</article>

<div class="contribution d-print-none">
<a href="https://github.com/RedstoneWizard08/ConfigurableWarning/blob/main/CHANGELOG.md/#L1" class="edit-link">Edit this page</a>
</div>

<div class="next-article d-print-none border-top" id="nextArticle"></div>

</div>

<div class="affix">
<nav id="affix"></nav>
</div>
</main>

<div class="container-xxl search-results" id="search-results"></div>

<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
</div>
</div>
</footer>
</body>
</html>
Binary file added banner-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 85c3df5

Please sign in to comment.