update changelog, v1.6.3

This commit is contained in:
lesion 2023-02-18 00:05:52 +01:00
parent bb9f7cca47
commit bba196b068
No known key found for this signature in database
GPG key ID: 352918250B012177
4 changed files with 515 additions and 496 deletions

View file

@ -1,5 +1,21 @@
All notable changes to this project will be documented in this file.
### 1.6.3 - 17 feb '23
- visitors could now choose to view images or not / dark theme or not
- i18n refactoring, locale loaders, custom strings, fix #231
- introduce a new instance api limiter
- hide search filters when none is allowed
- add instance timezone and AP actor to nodeinfo
- event api path is now /api/event/detail/
- fix tag in rss export
- fix fbclid param removal in url sanitizer
- fix ics validation
- rows now breaks correctly in description, fix #237
- do not use hash as tags separator, fix #210
- do not use end time when not used, fix #233
- use timezone on selection, fix #232
- fix ics link
### 1.6.2 - 12 jan '23
- add swipe gesture to move to next/prev event
- fix refresh collections, fix #219

View file

@ -7,6 +7,21 @@ nav_order: 10
All notable changes to this project will be documented in this file.
### 1.6.3 - 17 feb '23
- visitors could now choose to view images or not / dark theme or not
- i18n refactoring, locale loaders, custom strings, fix #231
- introduce a new instance api limiter
- hide search filters when none is allowed
- add instance timezone and AP actor to nodeinfo
- event api path is now /api/event/detail/
- fix tag in rss export
- fix fbclid param removal in url sanitizer
- fix ics validation
- rows now breaks correctly in description, fix #237
- do not use hash as tags separator, fix #210
- do not use end time when not used, fix #233
- use timezone on selection, fix #232
- fix ics link
### 1.6.2 - 12 jan '23
- add swipe gesture to move to next/prev event

View file

@ -1,6 +1,6 @@
{
"name": "gancio",
"version": "1.6.2",
"version": "1.6.3",
"description": "A shared agenda for local communities",
"author": "lesion",
"scripts": {
@ -61,14 +61,14 @@
"linkify-html": "^4.0.2",
"linkifyjs": "4.1.0",
"lodash": "^4.17.21",
"mariadb": "^3.0.1",
"mariadb": "^3.1.0",
"memory-cache": "^0.2.0",
"microformat-node": "^2.0.1",
"minify-css-string": "^1.0.0",
"mkdirp": "^2.1.3",
"multer": "^1.4.5-lts.1",
"mysql2": "^2.3.3",
"nuxt-edge": "2.16.1-27928821.5455c4a",
"nuxt-edge": "2.17.0-27941778.c493723",
"oauth2orize": "^1.11.1",
"passport": "^0.6.0",
"passport-anonymous": "^1.0.1",
@ -91,7 +91,7 @@
"vuetify": "2.6.14",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"yargs": "^17.5.0"
"yargs": "^17.7.0"
},
"devDependencies": {
"@nuxtjs/vuetify": "^1.12.3",

972
yarn.lock

File diff suppressed because it is too large Load diff