release v1.6.5
This commit is contained in:
parent
0ebb467630
commit
eb2bf32162
3 changed files with 7 additions and 7 deletions
|
@ -1,17 +1,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
|
||||
### 1.6.5 - 20 mar '23
|
||||
- optimize home page using lazy loading (v-lazy)
|
||||
### 1.6.5 - 21 mar '23
|
||||
- optimize home page using lazy loading
|
||||
- add support for server side http proxy (thanks @sedum)
|
||||
- add Duch (nl) locale (thanks @jeoenepraat)
|
||||
- fix #244, dark theme user / admin preference merge issue
|
||||
- fix some issues with recurrent events, #247
|
||||
- improve search flow (order by, press enter or icon...)
|
||||
- filters / helpers refactoring
|
||||
- use luxon instead of dayjs, new $time plugin
|
||||
- tag and place pages list all events (past too)
|
||||
- show boosts/bookmarks, fix #241
|
||||
- go to event on save/update
|
||||
- use luxon instead of dayjs, new $time plugin
|
||||
- fix event import from URL
|
||||
- remove an annoying warning from logs
|
||||
|
||||
|
|
|
@ -9,18 +9,18 @@ nav_order: 10
|
|||
All notable changes to this project will be documented in this file.
|
||||
|
||||
|
||||
### 1.6.5 - 20 mar '23
|
||||
- optimize home page using lazy loading (v-lazy)
|
||||
### 1.6.5 - 21 mar '23
|
||||
- optimize home page using lazy loading
|
||||
- add support for server side http proxy (thanks @sedum)
|
||||
- add Duch (nl) locale (thanks @jeoenepraat)
|
||||
- fix #244, dark theme user / admin preference merge issue
|
||||
- fix some issues with recurrent events, #247
|
||||
- improve search flow (order by, press enter or icon...)
|
||||
- filters / helpers refactoring
|
||||
- use luxon instead of dayjs, new $time plugin
|
||||
- tag and place pages list all events (past too)
|
||||
- show boosts/bookmarks, fix #241
|
||||
- go to event on save/update
|
||||
- use luxon instead of dayjs, new $time plugin
|
||||
- fix event import from URL
|
||||
- remove an annoying warning from logs
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ permalink: /
|
|||
|
||||
A shared agenda for local communities.
|
||||
{: .fs-6 }
|
||||
Last release **[1.6.3 - 17 Feb 2023](/changelog#163---17-feb-23)**
|
||||
Last release **[1.6.5 - 21 Mar 2023](/changelog#165---21-mar-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 }
|
||||
|
|
Loading…
Reference in a new issue