We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab83b5 commit a2f6043Copy full SHA for a2f6043
CHANGELOG.md
@@ -3,6 +3,7 @@
3
### Next version
4
5
- Adjusts the computation of the suppression threshold mean to spec.
6
+- Fixes new release link in update notification message.
7
8
### Version 1.0.0
9
src/App/use-check-updates.tsx
@@ -8,7 +8,7 @@ const notificationContent = (version: string) => {
<br />
Click{' '}
10
<strong>
11
- <a href={`https://github.com/diffix/desktop/releases/tag/v${version}`} target="_blank" rel="noreferrer">
+ <a href={`https://github.com/diffix/desktop/releases/tag/${version}`} target="_blank" rel="noreferrer">
12
here
13
</a>
14
</strong>{' '}
0 commit comments