mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
Added changelog for 2.1.0
This commit is contained in:
parent
3a1ef560ec
commit
6c9730bc53
1 changed files with 13 additions and 0 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
|||
# 2.1.0
|
||||
|
||||
### Notable enhancements and fixes
|
||||
|
||||
- Added PWA support. You can now add your Etherpad instance to your home screen on your mobile device or desktop.
|
||||
- Fixed live plugin manager versions clashing. Thanks to @yacchin1205
|
||||
- Fixed a bug in the pad panel where pagination was not working correctly when sorting by pad name
|
||||
|
||||
### Compatibility changes
|
||||
|
||||
- Reintroduced APIKey.txt support. You can now switch between APIKey and OAuth2.0 authentication. This can be toggled with the setting authenticationMethod. The default is OAuth2. If you want to use the APIKey method you can set that to `apikey`.
|
||||
|
||||
|
||||
# 2.0.3
|
||||
|
||||
### Notable enhancements and fixes
|
||||
|
|
Loading…
Reference in a new issue