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.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
### 1.6.12 - unreleased
|
### 1.6.12 - 12 mag '23
|
||||||
- update locales (Basque, Galician, Italian, Spanish, Catalan )
|
- Fixed a bad bug in end time calculation that would sometimes hide the event from the homepage the day it occurred
|
||||||
- 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
|
|
||||||
- map marker is now draggable
|
- map marker is now draggable
|
||||||
- allow plugins to use native log system
|
- update locales (Basque, Galician, Italian, Spanish, Catalan)
|
||||||
- do not allow duplicate or empty tags
|
- [fix multiline event description breaks ICS export](https://framagit.org/les/gancio/-/issues/234)
|
||||||
- adds a way to test plugins settings from admin
|
- adds online locations and geo coords to ICS export
|
||||||
- fix #266
|
- do not allow duplicate or empty tags in UI
|
||||||
- show full media on upload / add a switch to show preview, fix #257
|
- [fix wrong week calculation in recurrent events](https://framagit.org/les/gancio/-/issues/266)
|
||||||
- update image alt text when modified
|
- [show full media on upload / add a switch to show preview](https://framagit.org/les/gancio/-/issues/257)
|
||||||
- fix end_datetime
|
- [update image alt text when modified](https://framagit.org/les/gancio/-/issues/267)
|
||||||
- check if place or tag exists, fix #268
|
- [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
|
### 1.6.11 - 21 apr '23
|
||||||
- update deps
|
- update deps
|
||||||
|
|
|
@ -8,6 +8,25 @@ 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.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
|
### 1.6.11 - 21 apr '23
|
||||||
- update deps
|
- update deps
|
||||||
- update locales (polish, spanish, catalan, galician)
|
- update locales (polish, spanish, catalan, galician)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "gancio",
|
"name": "gancio",
|
||||||
"version": "1.6.11",
|
"version": "1.6.12",
|
||||||
"description": "A shared agenda for local communities",
|
"description": "A shared agenda for local communities",
|
||||||
"author": "lesion",
|
"author": "lesion",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue