v1.6.13
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
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.13 - 16 may '23
|
||||||
|
- fix feed, ics, json exports
|
||||||
|
|
||||||
### 1.6.12 - 12 may '23
|
### 1.6.12 - 12 may '23
|
||||||
- Fixed a bad bug in end time calculation that would sometimes hide the event from the homepage the day it occurred
|
- 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
|
- map marker is now draggable
|
||||||
|
|||||||
@@ -8,6 +8,9 @@ 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.13 - 16 may '23
|
||||||
|
- fix feed, ics, json exports
|
||||||
|
|
||||||
### 1.6.12 - 12 may '23
|
### 1.6.12 - 12 may '23
|
||||||
- Fixed a bad bug in end time calculation that would sometimes hide the event from the homepage the day it occurred
|
- 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)
|
- update locales (Basque, Galician, Italian, Spanish, Catalan)
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ permalink: /
|
|||||||
|
|
||||||
A shared agenda for local communities.
|
A shared agenda for local communities.
|
||||||
{: .fs-6 }
|
{: .fs-6 }
|
||||||
Last release **[1.6.12 - 12 May 2023](/changelog#1612---12-may-23)**
|
Last release **[1.6.13 - 16 May 2023](/changelog#1613---16-may-23)**
|
||||||
|
|
||||||
[Install]({% link install/install.md %}){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
|
[Install]({% link install/install.md %}){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
|
||||||
[Demo](https://demo.gancio.org){: .btn .btn-green .fs-5 .mb-4 .mb-md-0 .mr-2 }
|
[Demo](https://demo.gancio.org){: .btn .btn-green .fs-5 .mb-4 .mb-md-0 .mr-2 }
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gancio",
|
"name": "gancio",
|
||||||
"version": "1.6.12",
|
"version": "1.6.13",
|
||||||
"description": "A shared agenda for local communities",
|
"description": "A shared agenda for local communities",
|
||||||
"author": "lesion",
|
"author": "lesion",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user