From 6352cb3d12a30d884de78e0769c62b441dd7e7cb Mon Sep 17 00:00:00 2001 From: les Date: Fri, 24 Jan 2020 01:12:12 +0100 Subject: [PATCH] 0.20.1 - New layout (navbar/footer/visible filters) - two month calendar on large display - admin could edit title, description, about, favicon & logo directly form admin panel - new add event layout => https://demo.gancio.org/add - new editor to describe events (bold, italic, link) supported also using copy/paste - the editor also support live markdown (try using ### at line start) - start oauth2 server implementation (documentation: https://gancio.org/dev/oauth) - add fediverse moderation - fix embedding an event via iframe - images converted in .webp - new catalan translation, thanks @fadelkon --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34aa66ee..d9116c9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gancio", - "version": "0.20.0", + "version": "0.20.1", "description": "A shared agenda for local communities", "author": "lesion", "scripts": {