CHANGELOG

This commit is contained in:
les 2020-01-24 00:23:56 +01:00
parent 602e219c26
commit 8bef4e6296
3 changed files with 494 additions and 236 deletions

View file

@ -1,7 +1,17 @@
All notable changes to this project will be documented in this file.
unreleased
- oauth server implementation
### 0.20.0
- New layout (navbar/footer/visible filters)
- two month calendar on large display
- admin could edit title, description, about, favicon & logo directly form admin panel
- new add event layout => https://demo.gancio.org/add
- new editor to describe events (bold, italic, link) supported also using copy/paste
- the editor also support live markdown (try using ### at line start)
- start oauth2 server implementation (documentation: https://gancio.org/dev/oauth)
- add fediverse moderation
- fix embedding an event via iframe
- images converted in .webp
- new catalan translation, thanks @fadelkon
### 0.17.14
- [locale] add catalan

View file

@ -8,8 +8,18 @@ nav_order: 10
All notable changes to this project will be documented in this file.
unreleased
- oauth server implementation
### 0.20.0
- New layout (navbar/footer/visible filters)
- two month calendar on large display
- admin could edit title, description, about, favicon & logo directly form admin panel
- new add event layout => https://demo.gancio.org/add
- new editor to describe events (bold, italic, link) supported also using copy/paste
- the editor also support live markdown (try using ### at line start)
- start oauth2 server implementation (documentation: https://gancio.org/dev/oauth)
- add fediverse moderation
- fix embedding an event via iframe
- images converted in .webp
- new catalan translation, thanks @fadelkon
### 0.17.14
- [locale] add catalan

702
yarn.lock

File diff suppressed because it is too large Load diff