Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Releases: ikalnytskyi/em

Version 0.4

09 Jul 12:43
Compare
Choose a tag to compare

Released on July 7, 2014.

  • Add French localization.
  • Add Python 2.6 support.
  • Change FORMAT from positional argument to optional one.

Version 0.3

24 Jan 21:38
Compare
Choose a tag to compare

Released on January 24, 2014.

  • Add FORMAT options for changing background value: onred, oncyan and so on.
  • Add ukrainian localization.
  • Remove --safe-mode option since it's no sense to use this software when stdout isn't refers to the terminal.
  • More readable code.

Version 0.2.1

16 Jan 12:22
Compare
Choose a tag to compare

Released on January 15, 2014.

  • Install localization files with ./setup.py install.

Version 0.2

16 Jan 12:22
Compare
Choose a tag to compare

Released on January 14, 2014.

  • Improve processing of /dev/stdin input in Python 2.x.
  • Add --line-mode option to highlight entire line.
  • Rename --safe-output option to --safe-mode.
  • Fix handling of EOF in Python 3.x.
  • Fix handling of UTF-8 args and files in Python 2.x.
  • Fix ignore_case for non-ascii strings in Python 2.x.
  • Fix reading files with non-ascii names in Python 2.x.

Version 0.1

16 Jan 12:20
Compare
Choose a tag to compare

Released on January 9, 2014.

  • First public release.