Skip to content

Releases: curegit/halftone-converter

v2.4.6

20 Mar 15:55
Compare
Choose a tag to compare
  • Fix PyPI classifiers

v2.4.5

19 Mar 07:00
Compare
Choose a tag to compare
  • Improved Handling of EPIPE

v2.4.4

13 Mar 14:22
Compare
Choose a tag to compare
  • Update CLI help messages

v2.4.3

09 Mar 13:37
Compare
Choose a tag to compare
  • Fix exclusive file creation eb2f910

v2.4.2

05 Mar 13:35
263f506
Compare
Choose a tag to compare
  • Update documentation

v2.4.1

02 Mar 09:02
Compare
Choose a tag to compare
  • Update documentation

v2.4

02 Mar 08:51
Compare
Choose a tag to compare

v2.3.1

26 Feb 12:47
Compare
Choose a tag to compare
  • Update documentation
  • Internal fixes

v2.3

24 Jan 15:10
c1c295b
Compare
Choose a tag to compare
  • Add -v option

v2.2

10 Dec 13:12
4756ff8
Compare
Choose a tag to compare
  • Added the ability to read image files from standard input by passing '-' as an argument.
  • Introduced a new command-line option --stdout to direct the output to standard output, which is mutually exclusive with the --directory option.
  • All system messages, including non-error related information, are now redirected to stderr. This ensures that system messages do not interfere with the actual output of the program, especially when using --stdout.