Added changelog for #1710

This commit is contained in:
Bernd Bestel 2021-12-06 22:25:27 +01:00
parent 1e8a1d7ffb
commit 3e20c2cc3d
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -1,3 +1,4 @@
- Optimized relative time display (also fixed a phrasing problem for some languages, e.g. Hungarian) (thanks @Tallyrald)
- When using LDAP authentication, the configured `LDAP_UID_ATTR` is now used to compare if the user already exists instead of the username entered on the login page (that prevents creating multiple users if you entere the username in different notations) (thanks @FloSet)
- Fixed that stock entry labels on purchase were printed, even when "No label" was selected (was only a problem when running label printer WebHooks server side)
- Fixed that numeric and date-time sorting of table columns on the stock entries page did not work correctly (thanks @MasterofJOKers)