Skip to content

Commit

Permalink
2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip-Kin committed Aug 10, 2024
1 parent 1404d3a commit bf6d71a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/src/util/updater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ interface Version {
}

export const VERSIONS: { [key: string]: Version } = {
'2.5.2': {
changelog: `
<h1 class="text-lg font-bold">v2.5.2</h1>
<ul>
<li>More reliable cycle time tracking</li>
<li>Ticket notifications</li>
<li>Redesigned the monitor page</li>
</ul>`,
update: () => { }
},
'2.5.1': {
changelog: `
<h1 class="text-lg font-bold">v2.5.1</h1>
Expand Down

0 comments on commit bf6d71a

Please sign in to comment.