Releases: Libki/libki-server
Releases · Libki/libki-server
r25.12
What's Changed
Exciting New Features 🎉
- Issue #391: Add self-hosted font-awesome directly to Libki by @kylemhall in #393
Other Changes
- Use Quay.io robot account in GitHub Actions by @kylemhall in #395
- GitHub actions fail for pull requests #397 by @kylemhall in #398
- Fix missing parameter to call to get_wol_mac_addresses for WOL featur… by @kylemhall in #403
- Update History.pm by @ychouloute in #406
- Sip2 telnet by @jfmartinezm in #401
- libki-server hungarian translation by @kkalmanigyuk in #408
- Update Spanish translation by @jfmartinezm in #415
New Contributors
- @ychouloute made their first contribution in #406
- @kkalmanigyuk made their first contribution in #408
Full Changelog: r25.05...r25.12
r25.05
What's Changed
Other Changes
- Update sv.po by @JSahlberg in #355
- Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows by @dependabot in #357
- Issue 365 - Add statistics for payments by @kylemhall in #366
- Prevent API error if user is invalid #368 by @kylemhall in #369
New Contributors
- @dependabot made their first contribution in #357
Full Changelog: r24.01...r25.05
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