From 237f5ee3bb7617c5ae92cb434c796359f573ab04 Mon Sep 17 00:00:00 2001 From: lesion Date: Sat, 2 Nov 2024 16:47:21 +0100 Subject: [PATCH] chore(release): 1.20.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4973172..babe9e70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.20.0](https://framagit.org/les/gancio/compare/v1.19.5...v1.20.0) (2024-11-02) + + +### Features + +* add Belarusian language ([4ecf8ff](https://framagit.org/les/gancio/commit/4ecf8ff1f693561cb795b88caf7e2c3cf332b52d)) +* Show if an event is in the past ([e3a6f1b](https://framagit.org/les/gancio/commit/e3a6f1b5f5d28bfd15d800decc8c3b82a5123764)) + + +### Bug Fixes + +* clean due date when switching to recurrent ([eb3935d](https://framagit.org/les/gancio/commit/eb3935d2e61cd2f0182dfcdf97d0a54b60280a95)) +* do not escape url in html template / other languages ([279c3a8](https://framagit.org/les/gancio/commit/279c3a8b6ec9adc8f5fb69a439c7c25627448c3b)) +* preserve due date and time when switching to recurrent on new event ([64997d3](https://framagit.org/les/gancio/commit/64997d312c017958acd3dd44163a7285ac640667)), closes [#333](https://framagit.org/les/gancio/issues/333) +* reset due date on recurring selection only if coming from multidate selection ([f8b4b7c](https://framagit.org/les/gancio/commit/f8b4b7c764b0037e689fe650009718ce6de2b67d)) + ### [1.19.5](https://framagit.org/les/gancio/compare/v1.19.4...v1.19.5) (2024-10-09) diff --git a/package.json b/package.json index 1c0929b5..44d4c809 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gancio", - "version": "1.19.5", + "version": "1.20.0", "description": "A shared agenda for local communities", "author": "lesion", "scripts": {