Skip to content

Releases: sts10/tidy

v0.3.20

14 Jan 18:10

Choose a tag to compare

Install tidy 0.3.20

  • Adds new flag --concat. If given this flag, and Tidy is given multiple inputted word list files, Tidy will simply concatenate the lists in the order given, rather than "blend" them together. The blending is still the default behavior, as I believe that is the more common use-case. See Issue 63 for more.
  • Some light fixes to readme

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sts10/tidy/releases/download/v0.3.20/tidy-installer.sh | sh

Download tidy 0.3.20

File Platform Checksum
tidy-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tidy-x86_64-apple-darwin.tar.xz Intel macOS checksum
tidy-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
tidy-x86_64-pc-windows-msvc.zip x64 Windows checksum
tidy-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
tidy-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
tidy-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

v0.3.17

23 Jul 05:16

Choose a tag to compare

Install tidy 0.3.17

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sts10/tidy/releases/download/v0.3.17/tidy-installer.sh | sh

Download tidy 0.3.17

File Platform Checksum
tidy-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tidy-x86_64-apple-darwin.tar.xz Intel macOS checksum
tidy-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
tidy-x86_64-pc-windows-msvc.zip x64 Windows checksum
tidy-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
tidy-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
tidy-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

v0.3.13

30 Jan 19:56

Choose a tag to compare

Install tidy 0.3.13

  • Upgrades rand and itertools dependencies (#59)
  • Uses latest version of cargo-dist to create new release

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sts10/tidy/releases/download/v0.3.13/tidy-installer.sh | sh

Download tidy 0.3.13

File Platform Checksum
tidy-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tidy-x86_64-apple-darwin.tar.xz Intel macOS checksum
tidy-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
tidy-x86_64-pc-windows-msvc.zip x64 Windows checksum
tidy-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
tidy-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
tidy-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

v0.3.12

22 Sep 23:17

Choose a tag to compare

Install tidy 0.3.12

Release notes

  • Dependencies upgrades.

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sts10/tidy/releases/download/v0.3.12/tidy-installer.sh | sh

Download tidy 0.3.12

File Platform Checksum
tidy-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tidy-x86_64-apple-darwin.tar.xz Intel macOS checksum
tidy-x86_64-pc-windows-msvc.zip x64 Windows checksum
tidy-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.3.9

29 May 14:29

Choose a tag to compare

Install tidy 0.3.9

Release notes

  • Update all dependencies that have new versions as of today.
  • Uses version 0.14.1 of cargo-dist to create release binaries and a shell installation script.

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sts10/tidy/releases/download/v0.3.9/tidy-installer.sh | sh

Download tidy 0.3.9

File Platform Checksum
tidy-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tidy-x86_64-apple-darwin.tar.xz Intel macOS checksum
tidy-x86_64-pc-windows-msvc.zip x64 Windows checksum
tidy-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.3.8

24 Jan 18:18

Choose a tag to compare

Release Notes

  • Uses version 0.8.0 of cargo-dist to create release binaries and a shell installation script.

Install tidy 0.3.8

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sts10/tidy/releases/download/v0.3.8/tidy-installer.sh | sh

Download tidy 0.3.8

File Platform Checksum
tidy-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
tidy-x86_64-apple-darwin.tar.xz Intel macOS checksum
tidy-x86_64-pc-windows-msvc.zip x64 Windows checksum
tidy-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.3.7

03 Dec 16:56

Choose a tag to compare

Release Notes

  • First release using cargo-dist. Should create binaries for Mac and Windows users. Cool!
  • Use an improved implementation of the Sardinas-Patterson algorithm in both uniquely decodable check and in Schlinkert pruning. Should be about 80% faster. Thanks to @westonal. 72a9859
  • Upgrades and consolidates icu crates, fixing a warning b396c7b and 18d8152
  • Fixes mean edit distance bug by using f64 type throughout function 912a489

Download tidy 0.3.7

File Platform Checksum
tidy-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
tidy-x86_64-apple-darwin.tar.xz macOS Intel checksum
tidy-x86_64-pc-windows-msvc.zip Windows x64 checksum
tidy-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

v0.3.0

31 May 03:05
00991ab

Choose a tag to compare

Think this is basically the same as the pre-0.3.0 version.

Again, the big new feature in this release is that users can optionally print attributes and word samples in JSON format.

Changes

  • d06d1ea - Uses an enum for result of Kraft-McMillan Inequality
  • abe465d - only calculates longest word length once, in order to be more efficient
  • a979645 - brings help text up to date with JSON feature
  • fdf4071 - print word samples within JSON output
  • dad0cd6 - gives credit back to Kraft!
  • f77ec28 - more concise creation of ListAttributes object. Also think I made the shared prefix calculation a bit faster
  • 8549df7 - make shared prefix optional, since it takes a while
  • 95d72b6 - improves the descriptiveness of a function name
  • 4fed268 - fixes spelling of 'unique' in new display attributes code
  • b07f7dc - puts ListAttributes into a new enum, adds feature of printing list attributes in JSON

v0.3.0-pre

19 May 14:07

Choose a tag to compare

v0.3.0-pre Pre-release
Pre-release

Big new feature in this release is that users can optionally print attributes and word samples in JSON format.

This is a pre-release, as the PR (#46) hasn't been merged into main yet. See the discussion of that PR for more information.

Changes

  • d06d1ea - Uses an enum for result of Kraft-McMillan Inequality
  • abe465d - only calculates longest word length once, in order to be more efficient
  • a979645 - brings help text up to date with json feature
  • fdf4071 - print word samples within json output
  • dad0cd6 - gives credit back to Kraft !
  • f77ec28 - more concise creation of ListAttributes object. Also think I made the shared prefix calculation a bit faster
  • 8549df7 - make shared prefix optional, since it takes a while
  • 95d72b6 - improves the descriptiveness of a function name
  • 4fed268 - fixes spelling of 'unique' in new display attributes code
  • b07f7dc - puts ListAttributes into a new enum, adds feature of printing list attributes in JSON

v0.2.91

13 May 03:20

Choose a tag to compare

Mostly housekeeping in this release.

  • 0a6a78b - moves Shannon line boolean attribute behind 5 As rather than 4, since it's a pretty dubious attribute at this point
  • 67ab0ca - adds link to NSA's password generator and its word list
  • d3f3549 - fixes mistake in explanation of unique decodability in readme
  • dc4828e - adds some metadata to Cargo.toml for thoroughness
  • 80181b0 - adds upgrade and uninstall information to the readme
  • 84bf97a - updates word sample language in readme