CHANGELOG & bump version v.1.43

This commit is contained in:
lesion 2022-03-10 14:24:48 +01:00
parent 2fa24b9478
commit 623ac0a64f
No known key found for this signature in database
GPG key ID: 352918250B012177
3 changed files with 21 additions and 1 deletions

View file

@ -1,5 +1,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
### 1.4.3 - 10 mar '22
- fix [#140](https://framagit.org/les/gancio/-/issues/140) - Invalid date
- fix [#141](https://framagit.org/les/gancio/-/issues/141) - Cannot change logo
- fix same day events
- add missing icons in admin
- prepare multisite settings
- improve initialization
- start unit testing API (it's never too late)
### 1.4.1 - 4 mar '22 ### 1.4.1 - 4 mar '22
- add gl/galego locale, thanks @xosem - add gl/galego locale, thanks @xosem
- fix import redirect loop - fix import redirect loop

View file

@ -7,6 +7,17 @@ nav_order: 10
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
### 1.4.3 - 10 mar '22
- fix [#140](https://framagit.org/les/gancio/-/issues/140) - Invalid date
- fix [#141](https://framagit.org/les/gancio/-/issues/141) - Cannot change logo
- fix same day events
- add missing icons in admin
- prepare multisite settings
- improve initialization
- start unit testing API (it's never too late)
- make it clear that the admin password must be saved at the end of setup
### 1.4.1 - 4 mar '22 ### 1.4.1 - 4 mar '22
- add gl/galego locale, thanks @xosem - add gl/galego locale, thanks @xosem
- fix import redirect loop - fix import redirect loop

View file

@ -1,6 +1,6 @@
{ {
"name": "gancio", "name": "gancio",
"version": "1.4.2", "version": "1.4.4",
"description": "A shared agenda for local communities", "description": "A shared agenda for local communities",
"author": "lesion", "author": "lesion",
"scripts": { "scripts": {