Releases: Libki/libki-server
Releases · Libki/libki-server
r26.03.01
Full Changelog: r26.03...r26.03.01
r26.03
What's Changed
Other Changes
- Issue #426: Add statistics for printing by @kylemhall in #446
Full Changelog: r26.02...r26.03
r26.02
What's Changed
Other Changes
- Added the guest username to the guest account pop up on login by @bwsmmiller in #433
- Change auto_release to include options to only auto-release jobs from… by @bwsmmiller in #435
- Edited libki-banner.png to remove 'kiosk managment system' by @bwsmmiller in #437
- Added quotes around the filename in PrintJob.pm by @bwsmmiller in #442
- Create cs.po by @black23 in #424
- Update en.po by @black23 in #425
New Contributors
- @bwsmmiller made their first contribution in #432
- @black23 made their first contribution in #424
Full Changelog: r25.12.01...r26.02
r25.12.01
Full Changelog: r25.12...r25.12.01
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.