Skip to content

Releases: LazataknesSoftware/crab

v1.2.0

12 Sep 16:47
Compare
Choose a tag to compare

Big update!

Details:

  • Implementation of -u flag: maximally shorten your keywords!
  • Implementation of -x flag: excludes some keywords.

Read README.md about usage of that flags.

v1.1.1

24 Aug 13:39
Compare
Choose a tag to compare
  1. Removing code, which loads dictionary, from cycle optimized program!

Here is small benchmark:

➡️ Testing word: "mike at home", repeating test 100 times, tested by busybox time

  • v1.1.0: 790ms
  • v1.1.1: 310ms
  1. No more @, #, ,, ., <, >, etc. - crab will remove them

v1.1.0

22 Aug 12:07
Compare
Choose a tag to compare

I solved critical bugs in this version. Here is list of improvements:

  1. Numbers (2017, 200, 9000, etc.) won't be shorten
  2. -r flag was released
  3. Link to documentation was added in crab executable
  4. Version 1.0.0 has huge problem. Due to it you couldn't add your abbreviations. Such behavior was corrected
  5. Now crab will check dict.txt for problems which can distract its work. It will check existence of empty lines and spaces, order of abbreviations...

v1.0.0

20 Aug 19:37
d5a25e4
Compare
Choose a tag to compare

crab - for Android
crab.exe - for Windows
Put dict.txt together with crab executable.