ACodec Changelog

What's new in ACodec 2.5.4

Oct 8, 2023
  • Maintenance release: updated dependencies & fixed.

New in ACodec 2.5.3 (May 7, 2022)

  • Mainteinance release: updated dependencies.

New in ACodec 2.5.2 (Mar 23, 2022)

  • Automatic hiding of input text when output text is hidden. The reason behind this change is that when both the input text and the algorithm are visible, it's always immediate to determine the output knowing the input, so hiding the output only is meaningless and is only a potential security risk.

New in ACodec 2.5.1 (Dec 23, 2021)

  • Fixed occasional crash.
  • Updated dependencies.

New in ACodec 2.5.0 (Sep 5, 2021)

  • Added two new options to the CLI:
  • e Produce detailed execution error messages.
  • d Produce execution debug output.
  • Improved error handling.
  • Minor improvements.

New in ACodec 2.4.1 (Jul 19, 2021)

  • News:
  • Added release package for macOS-AArch64 (Apple M Series).
  • Minor GUI fixes.

New in ACodec 2.4.0 (Jul 10, 2021)

  • News:
  • Added Base45 algorithm.
  • Added character counters for both input and output fields.
  • Added File > Load input and File > Save output functions.
  • Fixed line breaks handling while processing files:
  • encoders write the system-specific line break;
  • decoders accept (ignore) CR and LF characters.

New in ACodec 2.3.0 (Apr 18, 2021)

  • News:
  • Fixed some duplicate mnemonics in the english language GUI.
  • Linux only:
  • added a dedicated acodecw.sh shell script to launch the GUI version;
  • modified acodec.sh to launch only the console version.