export const version = "b-0.7.0";
const User = ({ user }: { user: string }) => (
{user}
);
export const Changelog = () => (
<>
Version b-0.7.0 (August 7th 2024)
- • Added customization to servers
- • New button focus effect
- • Lots of bugfixes
Version b-0.6.0 (August 3rd 2024)
- • Enhanced shortcuts
- • Added gradient beam to player count
- • Updated loading animations
- • Lots of bugfixes
Version b-0.4.5 (July 26th 2024):
- • Made charts better
- • Sorted API endpoints
Version b-0.4 (July 25th 2024):
- • Added Info button
- • Fixed Clerk in production
- • Added Turbo for faster builds
-
• Added historical data
Version b-0.3 (July 23th 2024):
-
• Fixed minor bugs described by
Version b-0.2 (July 23th 2024):
>
);