Skip to content

Commit

Permalink
token
Browse files Browse the repository at this point in the history
  • Loading branch information
AtlantisPleb committed Oct 24, 2024
1 parent 5c4e686 commit afed37a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions panes/changelog/ChangelogPane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ const ChangelogPane: React.FC = () => {
<Card className="w-full h-full bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60">
<CardContent>
<ScrollArea className="py-4 h-[calc(100%-2rem)] pr-4">
<h2 className="mb-2 font-semibold">Oct 24</h2>
<ul className="space-y-2 list-disc list-inside">
<li className="text-sm text-foreground/80">Added ability to manually specify GitHub token</li>
</ul>
<h2 className="mb-2 font-semibold">Aug 29</h2>
<ul className="space-y-2 list-disc list-inside">
<li className="text-sm text-foreground/80">Added tool to create GitHub issue</li>
Expand Down

0 comments on commit afed37a

Please sign in to comment.