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

feat(version): add v3.2.1 #171

Merged
merged 1 commit into from
Apr 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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" }