Skip to content

Commit

Permalink
update: CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
yossTheDev committed Aug 24, 2023
1 parent 84056b6 commit 0f766b4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Changelog

## v 1.11.8
## v 1.12.0 - Release (August 24th, 2023)

* feat: New Template System with Community-Generated Content
* New installation formats available for Linux
* All Previous Changes
* Minor Fixes and Improvements

## v 1.11.7

Expand Down
2 changes: 1 addition & 1 deletion src/components/Modals/AboutModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const AboutModal: React.FC<Props> = ({ open, onClose, ref }) => {
</span>

<div className='mx-auto w-fit select-none rounded-full bg-base-300/70 px-4 py-2 text-base-content'>
<label>v1.11.6</label>
<label>v1.12.0</label>
</div>

{/* Social Networks */}
Expand Down
8 changes: 8 additions & 0 deletions src/components/Modals/ChangelogModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ interface Props {
}

const changelog = `
## v 1.12.0 - Release (August 24th, 2023)
* feat: New Template System with Community-Generated Content
* New installation formats available for Linux
* All Previous Changes
* Minor Fixes and Improvements
## v 1.11.7
feat: Add a set of predefined gradients for background
Expand Down

0 comments on commit 0f766b4

Please sign in to comment.