Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
feat(version): add v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alezco committed Apr 19, 2021
1 parent 40cc646 commit 52aee26
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 1 deletion.
49 changes: 49 additions & 0 deletions src/display-data/versions.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,55 @@
import { OS } from "../utils/os-util";

export default [
{
date: "19/04/2021",
name: "Romantic Raccoon",
number: "3.2.1",
platforms: [
{
hashUrl:
"https://github.com/SocialGouv/archifiltre/releases/download/v3.2.1/archifiltre-win64.sha512",
id: OS.WIN64,
url:
"https://github.com/SocialGouv/archifiltre/releases/download/v3.2.1/archifiltre-3.2.1.exe",
},
{
hashUrl:
"https://github.com/SocialGouv/archifiltre/releases/download/v3.2.1/archifiltre-win32.sha512",
id: OS.WIN32,
url:
"https://github.com/SocialGouv/archifiltre/releases/download/v3.2.1/archifiltre-3.2.1-32bit.exe",
},
{
hashUrl:
"https://github.com/SocialGouv/archifiltre/releases/download/v3.2.1/archifiltre-linux.sha512",
id: OS.LINUX,
url:
"https://github.com/SocialGouv/archifiltre/releases/download/v3.2.1/archifiltre-3.2.1.AppImage",
},
{
hashUrl:
"https://github.com/SocialGouv/archifiltre/releases/download/v3.2.1/archifiltre-mac.sha512",
id: OS.MAC,
url:
"https://github.com/SocialGouv/archifiltre/releases/download/v3.2.1/archifiltre-3.2.1.dmg",
},
{
hashUrl:
"https://github.com/SocialGouv/archifiltre/releases/download/v3.2.1/archifiltre-win64-msi.sha512",
id: OS.MSI64,
url:
"https://github.com/SocialGouv/archifiltre/releases/download/v3.2.1/archifiltre-3.2.1.msi",
},
{
hashUrl:
"https://github.com/SocialGouv/archifiltre/releases/download/v3.2.1/archifiltre-win32-msi.sha512",
id: OS.MSI32,
url:
"https://github.com/SocialGouv/archifiltre/releases/download/v3.2.1/archifiltre-3.2.1-32bit.msi",
},
],
},
{
date: "14/04/2021",
name: "Romantic Raccoon",
Expand Down
4 changes: 4 additions & 0 deletions src/pages/produit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ import PresentationVideo from "../components/presentation-video";
</Typography>
</Box>

## v3.2.1 Romantic Raccoon - 19/04/2021 {#321}

Cette version est un patch qui corrige un bug empêchant la lecture de JSON sur la version 3.2.0.

## v3.2.0 Romantic Raccoon - 14/04/2021 {#320}

Cette version apporte plusieurs nouvelles fonctionnalités et corrections de bugs :
Expand Down
2 changes: 1 addition & 1 deletion static/api-version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "lastVersion": "3.2.0" }
{ "lastVersion": "3.2.1" }

0 comments on commit 52aee26

Please sign in to comment.