mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
chore(release): 1.20.0
This commit is contained in:
parent
0e4468a31d
commit
237f5ee3bb
2 changed files with 17 additions and 1 deletions
16
CHANGELOG.md
16
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)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gancio",
|
||||
"version": "1.19.5",
|
||||
"version": "1.20.0",
|
||||
"description": "A shared agenda for local communities",
|
||||
"author": "lesion",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue