Merge pull request #3317 from normanjaeckel/Changelog

Updated CHANGELOG.
This commit is contained in:
Emanuel Schütze 2017-07-07 11:28:34 +02:00 committed by GitHub
commit 9c1d2319ac
1 changed files with 4 additions and 3 deletions

View File

@ -40,6 +40,7 @@ Users:
e. g. for minimum password length [#3200].
- Fixed compare of duplicated users while CSV user import [#3201].
- Added fast mass import for users [#3290].
- Removed OPTIONS request. All permissions are now provided on startup [#3306].
Core:
- No reload on logoff. OpenSlides is now a full single page
@ -52,16 +53,16 @@ Core:
clients by refactoring autoupdate, Collection and AccessPermission [#3223].
- Fixes autoupdate bug for a user without user.can_see_name permission [#3233].
- Improved reconnect handling if the server was flushed [#3297].
- Highlight list entries in a light blue, if a related object is projected (e.g.
a list of speakers of a motion) [#3301]
- Highlight list entries in a light blue, if a related object is projected
(e. g. a list of speakers of a motion) [#3301].
- Select the projector resolution with a slider and an aspect ratio [#3311].
Mediafiles:
- Fixed reloading of PDF on page change [#3274].
General:
- Switched from npm to Yarn [#3188].
- Several bugfixes and minor improvements.
- Switched from npm to Yarn [#3188].
- Improved performance for PDF generation significantly (by upgrading
to pdfmake 0.1.30) [#3278, #3285].
- Bugfixes for PDF creation [#3227, #3251, #3279, #3286].