Skip to content

Releases: dharple/detox

v3.0.0-beta2

06 Apr 01:13
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v1.4.4

14 Aug 21:17
Compare
Choose a tag to compare

Fixed

  • Add explicit large file support via autoconf. [#81]

v1.4.3

24 Jul 15:40
Compare
Choose a tag to compare
  • Fixed build when the stat struct is missing st_blocks. [#77]

v2.0.0-beta1

06 Mar 04:48
Compare
Choose a tag to compare
v2.0.0-beta1 Pre-release
Pre-release

Numerous changes. Please see the CHANGELOG for full details.

Highlights:

  • The default sequence no longer performs transliteration of UTF-8 or ISO8859-1 characters to ASCII.
  • Translation tables are still available, but the default translation tables and config file is now built-in to detox.
  • The wipeup filter is configured to run remove_trailing by default.
  • We have unit tests! Paired with the regression tests added in v1.4.0, we are at 76.5% code coverage as of v2.0.0-beta1.

v1.4.2

06 Mar 17:04
Compare
Choose a tag to compare
  • Replaced instances of cp -an with test and install in the Makefile rule
    that copies yyz.sample to yyz. [#73]
  • Fixed make distcheck. [#73]

v1.4.1

20 Feb 18:19
Compare
Choose a tag to compare
  • Fixed a memory overflow bug while reading files from the command line, using
    a patch from David Tardon, which was passed on by UsernameRandomlyGenerated.
    [#56] #sf-patch-3