Skip to content

Releases: bee-san/Ares

0.11.0 - Major Changes

06 Mar 11:01
f0df3ef

Choose a tag to compare

  • Completely new A* search algorithm which is significantly faster than BFS
  • Cipher identification heuristics module to aid in A* search
  • Brand new English checker with much more improved accuracy
  • 2 new decoders

Basically I spent a significant amount of time rewriting the search algorithm to be super efficient and writing the new English checker.

Also, Ares can now detect passwords in plaintext like passw0rd etc.

What's Changed

New Contributors

Full Changelog: v0.10.0...0.11.0

Amphitrite

03 May 12:38
e41e78f

Choose a tag to compare

2 new decoders, improved base32, and lots of bug fixes and dependency updates! ❤️

Downloadable binaries are available below for each OS! 👇

Changes

Paidia

27 Dec 13:41
73e66b0

Choose a tag to compare

A lot of cleanup and preparation to support filters in decoders :)

What’s Changed

Aether

13 Dec 04:55
0ffb4fb

Choose a tag to compare

This release adds file input, 2 new decoders, and minor bug fixes.

What’s Changed

Phoebus

08 Dec 13:33

Choose a tag to compare

Lots of minor bug fixes, especially around the API. This release also tests our automated release process!

What’s Changed

  • Improves Morse Code Slightly (#132) @bee-san
  • Add timeout to CLI argument and improve API documentation (#128) @bee-san
  • Automatically publish to Cargo on new release (#127) @bee-san
  • Change positioning of timer::pause in human checker fixing bug where API would panic no matter what (#126) @bee-san
  • Added small test to test for 1 letter words (#125) @bee-san
  • Update dictionary for english checker (#123) @bee-san
  • Bump data-encoding from 2.3.2 to 2.3.3 (#122) @dependabot

Pan

04 Dec 08:58

Choose a tag to compare

Pan

What’s Changed

Leto

21 Nov 09:17

Choose a tag to compare

What’s Changed

Eileithyia

17 Nov 10:19
0c8a277

Choose a tag to compare

Ares is 484% faster using this test:

Screenshot 2022-11-17 at 10 19 24

🥳

What’s Changed

Daedalus

15 Nov 20:36
6037dd5

Choose a tag to compare

We've added a bunch of decoders and we're still fast 😎

This decoding (30 levels deep) takes ~2 seconds!

Screenshot 2022-11-15 at 20 36 25

What’s Changed

Zeus and the Tortoise

30 Jul 13:52
46b57e9

Choose a tag to compare

Major changes:

  1. We increase speed from 1 second to around 135ms on average.
  2. The English checker is now much better
  3. THe breadth first search algorithm is now faster!

And lots more!

What’s Changed