update changelog

This commit is contained in:
les 2021-07-28 10:31:17 +02:00
parent 7a34c98ce4
commit 91df653867
No known key found for this signature in database
GPG key ID: 352918250B012177
2 changed files with 32 additions and 0 deletions

View file

@ -1,5 +1,17 @@
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
- fix/improve debian install docs
- fix ics export, use new ics package
- use slug url everywhere (rss feed, embedded list)
- use i18n in event confirmation email
- remove lot of deps warning and remove some unused dependencies
- fix show_recurrent in embedded list
- remove old to-ico dep, use png favicon instead
### 1.0.4 (alpha)
- shows a generic img for events without it
### 1.0.3 (alpha) ### 1.0.3 (alpha)
- 12 hour clock selection, #119 - 12 hour clock selection, #119
- improve media management - improve media management

View file

@ -8,6 +8,26 @@ 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.
### UNRELEASED
- fix/improve debian install docs
- fix ics export, use new ics package
- use slug url everywhere (rss feed, embedded list)
- use i18n in event confirmation email
- remove lot of deps warning and remove some unused dependencies
- fix show_recurrent in embedded list
- remove old to-ico dep, use png favicon instead
### 1.0.4 (alpha)
- shows a generic img for events without it
### 1.0.3 (alpha)
- 12 hour clock selection, #119
- improve media management
- add alt-text to featured image, fix #106
- add focalPoint support, fix #116
- improve a11y
- improve node v16 compatibility
- fix #122 ? (downgrade prettier)
### 1.0.2 (alpha) ### 1.0.2 (alpha)
- improve oauth flow UI - improve oauth flow UI