minor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
### 1.6.12 - 12 mag '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
|
||||
- map marker is now draggable
|
||||
- update locales (Basque, Galician, Italian, Spanish, Catalan)
|
||||
|
||||
@@ -8,7 +8,7 @@ nav_order: 10
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
### 1.6.12 - 12 mag '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
|
||||
- update locales (Basque, Galician, Italian, Spanish, Catalan)
|
||||
- [fix multiline event description breaks ICS export](https://framagit.org/les/gancio/-/issues/234)
|
||||
|
||||
@@ -10,7 +10,7 @@ permalink: /
|
||||
|
||||
A shared agenda for local communities.
|
||||
{: .fs-6 }
|
||||
Last release **[1.6.11 - 21 Apr 2023](/changelog#1611---21-apr-23)**
|
||||
Last release **[1.6.12 - 12 May 2023](/changelog#1612---12-may-23)**
|
||||
|
||||
[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 }
|
||||
|
||||
@@ -113,6 +113,10 @@
|
||||
"jest": {
|
||||
"testEnvironment": "jsdom"
|
||||
},
|
||||
"resolutions": {
|
||||
"vue": "2.7.14",
|
||||
"vue-template-compiler": "2.7.14"
|
||||
},
|
||||
"bin": {
|
||||
"gancio": "server/cli.js"
|
||||
},
|
||||
|
||||
@@ -13203,7 +13203,7 @@ vue-style-loader@^4.1.0, vue-style-loader@^4.1.3:
|
||||
hash-sum "^1.0.2"
|
||||
loader-utils "^1.0.2"
|
||||
|
||||
vue-template-compiler@^2.6.14, vue-template-compiler@^2.7.14:
|
||||
vue-template-compiler@2.7.14, vue-template-compiler@^2.6.14, vue-template-compiler@^2.7.14:
|
||||
version "2.7.14"
|
||||
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.7.14.tgz#4545b7dfb88090744c1577ae5ac3f964e61634b1"
|
||||
integrity sha512-zyA5Y3ArvVG0NacJDkkzJuPQDF8RFeRlzV2vLeSnhSpieO6LK2OVbdLPi5MPPs09Ii+gMO8nY4S3iKQxBxDmWQ==
|
||||
@@ -13221,7 +13221,7 @@ vue2-leaflet@^2.7.1:
|
||||
resolved "https://registry.yarnpkg.com/vue2-leaflet/-/vue2-leaflet-2.7.1.tgz#2f95c287621bf778f10804c88223877f5c049257"
|
||||
integrity sha512-K7HOlzRhjt3Z7+IvTqEavIBRbmCwSZSCVUlz9u4Rc+3xGCLsHKz4TAL4diAmfHElCQdPPVdZdJk8wPUt2fu6WQ==
|
||||
|
||||
vue@^2.7.10:
|
||||
vue@2.7.14, vue@^2.7.10:
|
||||
version "2.7.14"
|
||||
resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.14.tgz#3743dcd248fd3a34d421ae456b864a0246bafb17"
|
||||
integrity sha512-b2qkFyOM0kwqWFuQmgd4o+uHGU7T+2z3T+WQp8UBjADfEv2n4FEMffzBmCKNP0IGzOEEfYjvtcC62xaSKeQDrQ==
|
||||
|
||||
Reference in New Issue
Block a user