Skip to content

Releases: TeaM-TL/FotoKilof

5.1.4 entry point and locale

22 Dec 20:48
Compare
Choose a tag to compare

Fixed

  • #204 add entrypoint to run directly
  • updated locales

5.1.3 unified clipboard

22 Dec 19:15
Compare
Choose a tag to compare

Fixed

#200 GUI: display preview doesn't work on X11 != 0
#202 Windows and Python 3.13 - problem with FindSystemFontsFilename
#156 used pyproject.toml instead setup.py

Improvement

  • result is always copied into clipboard
  • pyperclipimg for copy to and from clipboard

Known issues will fix soon

  • run only by
python3 -m fotokilof
  • I found issue with building

5.1.2 fix compose, crop

09 Dec 21:24
Compare
Choose a tag to compare

Fixed

#197 crop has to be fixed
#199 compose - wrong calculation

Updated

#198 Italian localization

Improvement

  • less duplicated code
  • more pythonic
  • more tests

Other

  • min Python version >= 3.10

5.1.1 Arrow

04 Nov 22:42
fb210ca
Compare
Choose a tag to compare

New

  • #192 add arrow with text, on demand

Fixed

  • refreshed translation file - welcome to translation
  • a bit better error handle
  • DRY

5.1.0 use FindSystemFontsFilename when use Pillow

06 Oct 12:44
b919189
Compare
Choose a tag to compare

Fixed

#190 use FindSystemFontsFilename when use Pillow instead cflist on unixlike or own find solutions
FindSystemFontsFilename > 0.3.0 works on FreeBSD and other unixlike systems

5.0.7 fix colon in filename

03 Oct 21:16
Compare
Choose a tag to compare

Fixed:

#189 colon in filename

5.0.6 fix path with colon and dot

02 Oct 21:26
Compare
Choose a tag to compare

Fixed

#189 preview doesn't work if path contains colon or dot

5.0.5 less redundant code

30 Sep 22:40
Compare
Choose a tag to compare

Fixed

#188 remove redundand asking about platform - use variables
#187 get default font depends on platform, fixed again, I hope last time

5.0.4 fix font

28 Sep 22:20
Compare
Choose a tag to compare

Fixed

  • #187 GUI: default font should depends on OS
  • fixed use saved font on start

5.0.3 compose and text work with Pillow

23 Sep 21:07
Compare
Choose a tag to compare

Fixed

#185 - conversion Text with Pillow
#186 - conversion Compose with Pillow

some small code polishing