Releases: Libki/libki-server
Releases · Libki/libki-server
r24.01
r23.11
Prevent patrons from logging in on the exact minute of closing time #337 This bug is due to a check for for "truthiness" of the minutes until closing variable. The problem being that 0 is false so we never check to see if it is 0 or less. Instead, we should be checking to see if the variable is defined.
r23.10
r23.09
r23.07
What's Changed
Other Changes
- Update Spanish translation by @jfmartinezm in #307
- update_schema.sh should not show diff warning for identical schema unless it is true #311 by @kylemhall in #312
New Contributors
- @jfmartinezm made their first contribution in #307
Full Changelog: r23.05...r23.07
r23.05
What's Changed
Bug Fix 🐛
- Fix Libki server crashes when a pdf with an owner password is uploade… by @kylemhall in #299
Other Changes
- Add ability to disable patron hold notifictions via SIP2 by @kylemhall in #296
- Fix for Dockerfile smell DL4000 by @grosa1 in #295
New Contributors
Full Changelog: r23.04...r23.05
r23.04
What's Changed
Exciting New Features 🎉
- Add ability to disable patron side print release #286 by @kylemhall in #290
- Add passwordless mode that supports SIP and regular logins by @kylemhall in #292
Bug Fix 🐛
- Fix error preventing staff from releasing print jobs #279 by @kylemhall in #280
- Allow superadmin accounts to delete other superadmin accounts #281 by @kylemhall in #282
Other Changes
- Add ability to disable importing names when using SIP2 integration #285 by @kylemhall in #289
Full Changelog: r23.03...r23.04
r23.03.01
What's Changed
Bug Fix 🐛
- Fix error preventing staff from releasing print jobs #279 by @kylemhall in #280
Full Changelog: r23.03...r23.03.01
r23.03
What's Changed
Exciting New Features 🎉
- Add additional info to SHUTDOWN command logging by @kylemhall in #270
Other Changes
- Set default of null for statistics columns username and client_name #274 by @kylemhall in #275
- Issue 273 by @kylemhall in #276
- Issue 96 by @kylemhall in #277
Full Changelog: r23.02...r23.03
r23.02
What's Changed
Other Changes
- Add ability to specify if personal names in SIP come in reserse order… by @kylemhall in #265
Full Changelog: r23.01...r23.02