Skip to content

Commit

Permalink
added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zaanposni committed Nov 29, 2024
1 parent 4a51b54 commit 0a3f098
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/psaggregator/src/routes/changelog/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
</style>

<div class="flex-col p-4">
<h2 class="mb-2 text-2xl font-bold">Version 1.18.0</h2>
<div class="changelog-contents w-full grow overflow-y-auto lg:w-1/2">
<h3 class="mb-2 text-xl font-bold">Überarbeitungen</h3>
<div>
<span>Bildergrößen und Ladezeiten</span>
<span
>Bilder werden jetzt in kleineren Größen geladen. Dies hängt auch vom verwendenten Gerät ab. Die Ladezeiten sollten sich
dadurch verbessern.</span>
</div>
</div>

<h2 class="mb-2 text-2xl font-bold">Version 1.17.1</h2>
<div class="changelog-contents w-full grow overflow-y-auto lg:w-1/2">
<h3 class="mb-2 text-xl font-bold">Überarbeitungen</h3>
Expand Down

0 comments on commit 0a3f098

Please sign in to comment.