X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=ChangeLog;h=0b3f0aa8e4a6cf6705883490ef3e2d945b9239a7;hb=HEAD;hp=0e9a26f4eeb4c606cf51c2736d139497b15a07ac;hpb=d8a985cb7c3aa4e0e3592ef9ef2ce62a2ca50695;p=xsetbg.git diff --git a/ChangeLog b/ChangeLog index 0e9a26f..0b3f0aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +Version 5.1.2 (2024-02-25) + + DB: Fix column encoding. + +Version 5.1.1 (2024-02-24) + + Python 3: Fix filesystem encoding. + + DB: Close connexions. + +Version 5.1.0 (2024-02-24) + + Python 3. + + A lot of small improvements and fixes. + +Version 5.0.2 (2016-06-05) + + Encode file name to filesystem encoding. + + Print older files using an index. + +Version 5.0.1 (2015-07-26) + + Rename find_oldest.py to print-stats.py. Extend print-stats.py. + + Fix a minor bug. + +Version 5.0.0 (2015-07-26) + + SQLite (via SQLObject) instead of bsddb. + Version 4.1.0 (2014-03-09) Minor enhancements and bug fixes.