diff --git a/src/display-data/versions.ts b/src/display-data/versions.ts index 6ccde73f..b248f33f 100644 --- a/src/display-data/versions.ts +++ b/src/display-data/versions.ts @@ -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", diff --git a/src/pages/produit.mdx b/src/pages/produit.mdx index d1804bb0..0ff3fe12 100644 --- a/src/pages/produit.mdx +++ b/src/pages/produit.mdx @@ -66,6 +66,10 @@ import PresentationVideo from "../components/presentation-video"; +## 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 : diff --git a/static/api-version.json b/static/api-version.json index 270b0a5a..50a48aeb 100644 --- a/static/api-version.json +++ b/static/api-version.json @@ -1 +1 @@ -{ "lastVersion": "3.2.0" } +{ "lastVersion": "3.2.1" }