Skip to content

Releases: dharple/detox

v3.0.1

10 Aug 13:09

Choose a tag to compare

Fixed

  • Increased timeout on unit tests. [#129]

Full Changelog: v3.0.0...v3.0.1

v2.0.3

10 Aug 13:08

Choose a tag to compare

Fixed

  • Increased timeout on unit tests. [#129]

Full Changelog: v2.0.2...v2.0.3

v3.0.0

03 Aug 15:01

Choose a tag to compare

Note that these release notes roll up the 3.0.0 beta release notes.

Added

  • Re-added fraction slash (0x2044) to the unicode translation table. [#106]

Fixed

  • Fixed an install error due to name collisions on the primary and legacy translation tables.

Changed

  • Moved legacy translation tables to tables/legacy/. [#112]
  • Removed the transliteration attempts in unicode.tbl, as well as the default value, so most Unicode will just pass through unchanged. [#112]
  • The translation tables for CP-1252 and ISO-8859-1 now transcode characters to UTF-8. [#112]

Removed

  • Removed utf_8-legacy sequence (use iso8859_1-legacy instead). [#112]

Misc

  • Merged changes from v2.0.1 and v2.0.2.

Full Changelog: v2.0.2...v3.0.0

v2.0.2

03 Aug 14:39

Choose a tag to compare

Fixed

  • Fix make distcheck. [#128]

Full Changelog: v2.0.1...v2.0.2

v2.0.1

03 Aug 13:56

Choose a tag to compare

Fixed

  • Updated manifest for distribution tarballs to include files needed to run unit tests. #126

Full Changelog: v2.0.0...v2.0.1

v3.0.0-beta2

06 Apr 01:13

Choose a tag to compare

v3.0.0-beta2 Pre-release
Pre-release

Added

  • Re-added fraction slash (0x2044) to the unicode translation table. [#106]

Fixed

  • Fixed an install error due to name collisions on the primary and legacy
    translation tables.

v3.0.0-beta1

31 Mar 14:07

Choose a tag to compare

v3.0.0-beta1 Pre-release
Pre-release

Changed

  • Moved legacy translation tables to tables/legacy/. [#112]
  • Removed the transliteration attempts in unicode.tbl, as well as the default
    value, so most Unicode will just pass through unchanged. [#112]
  • The translation tables for CP-1252 and ISO-8859-1 now transcode characters to
    UTF-8. [#112]

Removed

  • Removed utf_8-legacy sequence (use iso8859_1-legacy instead). [#112]

v2.0.0

31 Mar 00:42

Choose a tag to compare

Added

  • Look for detoxrc in $XDG_CONFIG_HOME. [#101]

Changed

  • Enabling verbose mode is now done with either -v or --verbose.
  • Renamed .ts files to .template so they don't appear as TypeScript files.

Merged

  • detox v1.4.5

v1.4.5

15 Aug 18:40

Choose a tag to compare

Fixed

  • Autoconf macros have been updated to support 2.70 changes. [#82]

v2.0.0-beta2

14 Aug 21:36

Choose a tag to compare

v2.0.0-beta2 Pre-release
Pre-release

Fixed

  • inline-detox no longer chokes when a stream doesn't end in a newline. [#74]
  • Compilation works under msys2. [#80]

Merged

  • detox v1.4.4
  • detox v1.4.3
  • detox v1.4.2