v1.6.0 changelog

This commit is contained in:
lesion 2022-12-11 01:06:21 +01:00
parent 808390897b
commit 4798a370e0
No known key found for this signature in database
GPG key ID: 352918250B012177
2 changed files with 30 additions and 3 deletions

View file

@ -1,6 +1,6 @@
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.0 - 30 nov '22 ### 1.6.0 - 11 dec '22
- new plugin system - fix #177 - new plugin system - fix #177
- new "publish on telegram" plugin: (thanks @fadelkon) - new "publish on telegram" plugin: (thanks @fadelkon)
- people can now choose the language displayed - fix #171 - people can now choose the language displayed - fix #171
@ -18,8 +18,8 @@ All notable changes to this project will be documented in this file.
- Wordpress plugin now supports MU installation - Wordpress plugin now supports MU installation
- new chinese translation - new chinese translation
- new portuguese translation - new portuguese translation
- improve navbar layout - improved navbar layout
- improve event layout - improved event layout
- complete oauth2 refactoring - complete oauth2 refactoring
- fix ics unique uuid - fix ics unique uuid
- fix place "[Object]" issue - #194 - fix place "[Object]" issue - #194

View file

@ -8,6 +8,33 @@ 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.0 - 11 dec '22
- new plugin system - fix #177
- new "publish on telegram" plugin: (thanks @fadelkon)
- people can now choose the language displayed - fix #171
- admin could choose a custom fallback image - fix #195
- it is now possible NOT to enter the end time of an event - fix #188
- live search
- improve event import
- add Apple touch icon - fix #200
- add nominatim / openstreetmap search feature (thanks @sedum)
- new hide calendar option
- new hide thumbs from homepage option
- linkable admin tab
- friendly instances label is now customizable (thanks @sedum)
- i18n refactoring
- Wordpress plugin now supports MU installation
- new chinese translation
- new portuguese translation
- improved navbar layout
- improved event layout
- complete oauth2 refactoring
- fix ics unique uuid
- fix place "[Object]" issue - #194
- fix random restart while downloading random media
- fix mobile dialog layout
- urlencode place and tag urls
### 1.5.6 - 22 set '22 ### 1.5.6 - 22 set '22
- update linkifyjs, sequelizem, nuxt deps - update linkifyjs, sequelizem, nuxt deps
- improve homepage loading time - improve homepage loading time