File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,46 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 5.2.2] [ r26.02]
8+ ### Added
9+ - Czech language support
10+ - Free Prints feature (grant users pages or funds for printing on a recurring basis)
11+
12+ ### Changed
13+ - Updated Debian Dockerfile to minideb: trixie as base (Perl 5.40)
14+
15+ ### Fixed
16+ - Dockerfile warnings
17+ - added ghostscript as required module (to allow Print Station to fetch thumbnails)
18+
19+ ## [ 5.2.1]
20+ ### Added
21+ - Message to self-registered guests on client with username/password (one-time message)
22+ - Option in printer auto-release to differentiate between Client uploads and Web uploads
23+ - API v2 (just for transactions so far)
24+ - Stripe payments
25+ - Config option to disable the display of the clients on the public webpage
26+
27+ ### Changed
28+ - Auto-extend goes up to next reservation (plus gap)
29+ - Set resource limits on default docker-compose
30+ - Remove "experimental" phrasing from non-PDF web print
31+
32+ ### Fixed
33+ - Default ReservationGap to 0
34+ - API issues resulting from transaction table introduction
35+ - Typo in Libki banner
36+ - Quotes around filenames in HTTP headers
37+
38+ ## [ 5.2.0]
39+ ### Added
40+ - Ability to instantly save changes to print jobs from public interface
41+ - Finanical Transactions table (replacing static users.funds field)
42+ - Add link to Admin interface to public page if user is admin
43+
44+ ### Changed
45+ - removed users.funds field in DB; functions in User.pm now do the calculation within transactions
46+
747## [ 5.1.0] [ r25.12]
848### Added
949- SIP2 Telnet
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use DateTime::Format::MySQL;
1313use DateTime;
1414use File::Slurp;
1515
16- our $VERSION = ' 5.2.1 ' ;
16+ our $VERSION = ' 5.2.2 ' ;
1717
1818# Set flags and add plugins for the application.
1919#
You can’t perform that action at this time.
0 commit comments