v1.6.12
This commit is contained in:
parent
77e00c8f46
commit
42b7dd1621
3 changed files with 37 additions and 14 deletions
30
CHANGELOG
30
CHANGELOG
|
@ -1,19 +1,23 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
|
||||
### 1.6.12 - unreleased
|
||||
- update locales (Basque, Galician, Italian, Spanish, Catalan )
|
||||
- fix multiline event description breaks ICS export, #234
|
||||
- adds online locations and geo coords to ICS export
|
||||
- reload plugins when its settings change, fix #262
|
||||
### 1.6.12 - 12 mag '23
|
||||
- Fixed a bad bug in end time calculation that would sometimes hide the event from the homepage the day it occurred
|
||||
- map marker is now draggable
|
||||
- allow plugins to use native log system
|
||||
- do not allow duplicate or empty tags
|
||||
- adds a way to test plugins settings from admin
|
||||
- fix #266
|
||||
- show full media on upload / add a switch to show preview, fix #257
|
||||
- update image alt text when modified
|
||||
- fix end_datetime
|
||||
- check if place or tag exists, fix #268
|
||||
- update locales (Basque, Galician, Italian, Spanish, Catalan)
|
||||
- [fix multiline event description breaks ICS export](https://framagit.org/les/gancio/-/issues/234)
|
||||
- adds online locations and geo coords to ICS export
|
||||
- do not allow duplicate or empty tags in UI
|
||||
- [fix wrong week calculation in recurrent events](https://framagit.org/les/gancio/-/issues/266)
|
||||
- [show full media on upload / add a switch to show preview](https://framagit.org/les/gancio/-/issues/257)
|
||||
- [update image alt text when modified](https://framagit.org/les/gancio/-/issues/267)
|
||||
- [check if place or tag exists](https://framagit.org/les/gancio/-/issues/268)
|
||||
- fix export microformat / microdata events
|
||||
- plugins improvements:
|
||||
- [reload plugins when its settings change](https://framagit.org/les/gancio/-/issues/262)
|
||||
- [allow plugins to use native log system](https://framagit.org/bcn.convocala/gancio-plugin-telegram-bridge/-/issues/6)
|
||||
- [adds a way to test plugins settings from admin](https://framagit.org/bcn.convocala/gancio-plugin-telegram-bridge/-/issues/3)
|
||||
- avoid loading the same plugin twice
|
||||
- update [gancio-plugin-telegram-bridge](https://framagit.org/bcn.convocala/gancio-plugin-telegram-bridge)
|
||||
|
||||
### 1.6.11 - 21 apr '23
|
||||
- update deps
|
||||
|
|
|
@ -8,6 +8,25 @@ nav_order: 10
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
### 1.6.12 - 12 mag '23
|
||||
- Fixed a bad bug in end time calculation that would sometimes hide the event from the homepage the day it occurred
|
||||
- update locales (Basque, Galician, Italian, Spanish, Catalan)
|
||||
- [fix multiline event description breaks ICS export](https://framagit.org/les/gancio/-/issues/234)
|
||||
- adds online locations and geo coords to ICS export
|
||||
- map marker is now draggable
|
||||
- do not allow duplicate or empty tags in UI
|
||||
- [fix wrong week calculation in recurrent events](https://framagit.org/les/gancio/-/issues/266)
|
||||
- [show full media on upload / add a switch to show preview](https://framagit.org/les/gancio/-/issues/257)
|
||||
- [update image alt text when modified](https://framagit.org/les/gancio/-/issues/267)
|
||||
- [check if place or tag exists](https://framagit.org/les/gancio/-/issues/268)
|
||||
- fix export microformat / microdata events
|
||||
- plugins improvements:
|
||||
- [reload plugins when its settings change](https://framagit.org/les/gancio/-/issues/262)
|
||||
- [allow plugins to use native log system](https://framagit.org/bcn.convocala/gancio-plugin-telegram-bridge/-/issues/6)
|
||||
- [adds a way to test plugins settings from admin](https://framagit.org/bcn.convocala/gancio-plugin-telegram-bridge/-/issues/3)
|
||||
- avoid loading the same plugin twice
|
||||
- update [gancio-plugin-telegram-bridge](https://framagit.org/bcn.convocala/gancio-plugin-telegram-bridge)
|
||||
|
||||
### 1.6.11 - 21 apr '23
|
||||
- update deps
|
||||
- update locales (polish, spanish, catalan, galician)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gancio",
|
||||
"version": "1.6.11",
|
||||
"version": "1.6.12",
|
||||
"description": "A shared agenda for local communities",
|
||||
"author": "lesion",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue