update CHANGELOG, deps and prepare release

This commit is contained in:
lesion
2022-01-26 15:39:38 +01:00
parent d20e2dada5
commit e980c26ab0
3 changed files with 34 additions and 11 deletions

View File

@@ -1,20 +1,24 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
### UNRELEASED ### 1.3.0 - 26 gen '22
- add mysql/mariadb support - add mariadb support
- add [microdata](https://developer.mozilla.org/en-US/docs/Web/HTML/Microdata) support - add [microdata](https://developer.mozilla.org/en-US/docs/Web/HTML/Microdata) support
- support db setup via environment variables (used in updated `docker-compose.yml` files)
- improve rss feed: - improve rss feed:
- fix validation - fix validation
- add enclusure media for featured image - add enclusure media for featured image
- add categories - add categories
- fix typo in export code - fix typo in export code
- add theme attribute to gancio-events (dark/light) - add theme attribute to gancio-events webcomponent (dark/light)
- increase thumbs quality - increase thumbs quality
- improve logo for light theme - improve logo for light theme
- improve wordpress plugin - improve [wordpress plugin](https://wordpress.org/plugins/wpgancio/)
- add \[gancio-event\] and \[gancio-events\] shortcode - add \[gancio-event\] and \[gancio-events\] shortcode
- allow gancio-events / gancio-event tags in editor - allow gancio-events / gancio-event tags in editor
- automatically enqueue webcomponent script - automatically enqueue webcomponent script
- tags/places filters are now inclusive not exclusive
- fix image undefined alternative text
- update documentation, dependencies, translations
### 1.2.2 - 7 dic '21 ### 1.2.2 - 7 dic '21
- shiny new gancio-event\[s\] webcomponents => [docs](https://gancio.org/usage/embed) - shiny new gancio-event\[s\] webcomponents => [docs](https://gancio.org/usage/embed)

View File

@@ -7,6 +7,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.3.0 - 26 gen '22
- add mariadb support
- add [microdata](https://developer.mozilla.org/en-US/docs/Web/HTML/Microdata) support
- support db setup via environment variables (used in updated `docker-compose.yml` files)
- improve rss feed:
- fix validation
- add enclusure media for featured image
- add categories
- fix typo in export code
- add theme attribute to gancio-events webcomponent (dark/light)
- increase thumbs quality
- improve logo for light theme
- improve [wordpress plugin](https://wordpress.org/plugins/wpgancio/)
- add \[gancio-event\] and \[gancio-events\] shortcode
- allow gancio-events / gancio-event tags in editor
- automatically enqueue webcomponent script
- tags/places filters are now inclusive not exclusive
- fix image undefined alternative text
- update documentation, dependencies, translations
### 1.2.2 - 7 dic '21 ### 1.2.2 - 7 dic '21
- shiny new gancio-event\[s\] webcomponents => [docs](https://gancio.org/usage/embed) - shiny new gancio-event\[s\] webcomponents => [docs](https://gancio.org/usage/embed)

View File

@@ -1,6 +1,6 @@
{ {
"name": "gancio", "name": "gancio",
"version": "1.2.2", "version": "1.3.0",
"description": "A shared agenda for local communities", "description": "A shared agenda for local communities",
"author": "lesion", "author": "lesion",
"scripts": { "scripts": {
@@ -29,7 +29,7 @@
"@nuxtjs/auth": "^4.9.1", "@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.13.5", "@nuxtjs/axios": "^5.13.5",
"accept-language": "^3.0.18", "accept-language": "^3.0.18",
"axios": "^0.24.0", "axios": "^0.25.0",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"body-parser": "^1.18.3", "body-parser": "^1.18.3",
"cookie-parser": "^1.4.6", "cookie-parser": "^1.4.6",
@@ -40,12 +40,12 @@
"express": "^4.17.1", "express": "^4.17.1",
"express-oauth-server": "lesion/express-oauth-server#master", "express-oauth-server": "lesion/express-oauth-server#master",
"http-signature": "^1.3.6", "http-signature": "^1.3.6",
"ical.js": "^1.4.0", "ical.js": "^1.5.0",
"ics": "^2.35.0", "ics": "^2.35.0",
"jsdom": "^18.1.1", "jsdom": "^19.0.0",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
"linkify-html": "^3.0.4", "linkify-html": "^3.0.4",
"linkifyjs": "3.0.4", "linkifyjs": "3.0.5",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mariadb": "^2.5.5", "mariadb": "^2.5.5",
"microformat-node": "^2.0.1", "microformat-node": "^2.0.1",
@@ -65,8 +65,8 @@
"vue-i18n": "^8.26.7", "vue-i18n": "^8.26.7",
"vue-template-compiler": "^2.6.14", "vue-template-compiler": "^2.6.14",
"vuetify": "^2.6.1", "vuetify": "^2.6.1",
"winston": "^3.3.3", "winston": "^3.4.0",
"winston-daily-rotate-file": "^4.5.5", "winston-daily-rotate-file": "^4.6.0",
"yargs": "^17.2.0" "yargs": "^17.2.0"
}, },
"devDependencies": { "devDependencies": {