mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
CHANGELOG & bump version v.1.43
This commit is contained in:
parent
2fa24b9478
commit
623ac0a64f
3 changed files with 21 additions and 1 deletions
|
@ -1,5 +1,14 @@
|
|||
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
|
||||
- add gl/galego locale, thanks @xosem
|
||||
- fix import redirect loop
|
||||
|
|
|
@ -7,6 +7,17 @@ nav_order: 10
|
|||
|
||||
|
||||
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
|
||||
- add gl/galego locale, thanks @xosem
|
||||
- fix import redirect loop
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gancio",
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.4",
|
||||
"description": "A shared agenda for local communities",
|
||||
"author": "lesion",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue