Skip to content

Commit

Permalink
docs(desktop-client): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
BSoDium committed Sep 10, 2021
1 parent b628a60 commit f6bba7e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/renderer/changelog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ import React from 'react';
// place your changelog here
const changelog = (
<ul>
<li>write titlebar logic, fix modal visual glitch</li>
<li>add modals, fix sidebar transition, improve theming</li>
<li>make titlebar draggable</li>
<li>setup title bar</li>
<li>rewrite scss file structure to match boilerplate requirements</li>
<li>fix titlebar blur bug on modal open</li>
<li>fix regex disk filesystem filtering in dashboard</li>
<li>add spell checking to the server edit and add modals</li>
<li>minor ui tweaks</li>
</ul>
);

Expand Down

0 comments on commit f6bba7e

Please sign in to comment.