Skip to content

Commit

Permalink
Changelog for 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GODrums committed Oct 18, 2024
1 parent c65f631 commit d4273e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/pages/Changelog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ export const Changelogs = () => {
<TabsContent value="changelog" className="h-[530px] w-[330px]">
<ScrollArea className="h-full w-full py-2 px-2">
<h3 className="text-lg font-bold leading-none tracking-tight uppercase text-center py-4">Changelog</h3>
<SingleChangelog version="v2.8.0">
<li>Added Charm patterns / coloring to CSFloat.</li>
<li>Reduced network traffic for prices.</li>
</SingleChangelog>
<SingleChangelog version="v2.7.9">
<li>New pricing source: CSFloat</li>
<li>CSFloat: Now supporting the '/sell'-page.</li>
Expand Down

0 comments on commit d4273e2

Please sign in to comment.