Skip to content

Commit

Permalink
Add changelog for 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansechrest committed Apr 27, 2024
1 parent db5fd1c commit 5ee351c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,33 @@ <h1 class="mt-6 text-4xl font-bold tracking-tight text-gray-900 sm:text-6xl">
<div class="flow-root">
<ul role="list" class="-mb-8">

<li>
<div class="relative pb-8">
<span class="absolute left-5 top-5 -ml-px h-full w-0.5 bg-gray-200" aria-hidden="true"></span>
<div class="relative flex items-start space-x-3">
<div>
<div class="relative px-1">
<div class="flex h-8 w-8 items-center justify-center rounded-full bg-gray-100 ring-8 ring-white">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4 text-gray-500">
<path fill-rule="evenodd" d="M11.5 8a3.5 3.5 0 0 0 3.362-4.476c-.094-.325-.497-.39-.736-.15L12.099 5.4a.48.48 0 0 1-.653.033 8.554 8.554 0 0 1-.879-.879.48.48 0 0 1 .033-.653l2.027-2.028c.24-.239.175-.642-.15-.736a3.502 3.502 0 0 0-4.476 3.427c.018.99-.133 2.093-.914 2.7l-5.31 4.13a2.015 2.015 0 1 0 2.828 2.827l4.13-5.309c.607-.78 1.71-.932 2.7-.914L11.5 8ZM3 13.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z" clip-rule="evenodd" />
</svg>
</div>
</div>
</div>
<div class="min-w-0 flex-1 py-1">
<div>
<div class="text-md font-semibold text-gray-900">
1.0.3
</div>
</div>
<ul class="list-disc list-inside mt-2 text-sm text-gray-700">
<li>Limit plugin updates to plugins managed by <code class="border rounded px-1 py-0.5 font-mono text-xs">GitHubUpdater</code></li>
</ul>
</div>
</div>
</div>
</li>

<li>
<div class="relative pb-8">
<span class="absolute left-5 top-5 -ml-px h-full w-0.5 bg-gray-200" aria-hidden="true"></span>
Expand Down

0 comments on commit 5ee351c

Please sign in to comment.