From d3e5fd686d4b4eac280af20ef668ea36710f0e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Z=C3=A9fling?= Date: Thu, 24 Oct 2024 23:06:31 +0200 Subject: [PATCH] Version 3.0.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf68c66..d67b72c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog - Standalone web app & API +### 3.0.1 (2024-10-24) + +#### Standalone web app + +- Fix fonts with markdown +- Improve emoji list +- Improve advanced options on mobile +- Fix blocks in 3rd party licenses view + ### 3.0.0 (2024-10-23) #### Standalone web app diff --git a/package.json b/package.json index 2ea2421..ece7f69 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "classement", "description": "This application aims to manage ranking list by groups of elements in the form of images or texts.", - "version": "3.0.0", + "version": "3.0.1", "license": "GPL-3.0-or-later", "author": { "name": "ZĂ©fling",