Skip to content

Releases: Codefend/core

v3.0.0

27 Dec 19:57
3df52fd
Compare
Choose a tag to compare

3.0.0 (2023-12-27)

Features

  • Codefend can now obfuscate the names of the Files and Folders along with their imports in the code. Learn more

  • Added Pool Transformation that can be used to inject words from a list or text in the obfuscated code. Learn more

  • New hosted documentation available here

BREAKING CHANGES

  • Changes in the .codefendrc.json configuration file Learn more

v3.0.0-alpha.2

09 Dec 18:01
0226fa2
Compare
Choose a tag to compare
v3.0.0-alpha.2 Pre-release
Pre-release

3.0.0-alpha.2 (2023-12-09)

v3.0.0-alpha.1

09 Dec 17:31
bb23cab
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

3.0.0-alpha.1 (2023-12-09)

v2.2.0-alpha.1

09 Dec 17:06
c5e298f
Compare
Choose a tag to compare
v2.2.0-alpha.1 Pre-release
Pre-release

2.2.0-alpha.1 (2023-12-09)

v2.1.0

12 Feb 17:56
c1c855d
Compare
Choose a tag to compare

2.1.0 (2023-02-12)

Features

  • cli: check for outdated rc (e3cec85)
  • options: replace debug with stats option (a37d0b3)

v2.0.0

12 Feb 16:05
6b49450
Compare
Choose a tag to compare

2.0.0 (2023-02-12)

Bug Fixes

Features

  • logger: display predefined/ignored words in a different style (3e3e73a)
  • runtime: rewrite (e664a49)
  • runtime: track processed for accurate display (78aba48)
  • stats: new detailed obfuscation stats (9eab578)

BREAKING CHANGES

  • stats: docs

v2.0.0-alpha.1

12 Feb 15:42
94793b2
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

2.0.0-alpha.1 (2023-02-12)

Features

  • stats: new detailed obfuscation stats (9eab578)

BREAKING CHANGES

  • stats: docs

v1.7.0-alpha.2

12 Feb 14:11
94e5531
Compare
Choose a tag to compare
v1.7.0-alpha.2 Pre-release
Pre-release

1.7.0-alpha.2 (2023-02-12)

Bug Fixes

v1.7.0-alpha.1

12 Feb 13:47
b4ebe7c
Compare
Choose a tag to compare
v1.7.0-alpha.1 Pre-release
Pre-release

1.7.0-alpha.1 (2023-02-12)

Features

  • logger: display predefined/ignored words in a different style (3e3e73a)
  • runtime: rewrite (e664a49)
  • runtime: track processed for accurate display (78aba48)

v1.6.0

12 Jan 22:37
6517792
Compare
Choose a tag to compare

1.6.0 (2023-01-12)

Features

  • ignored/predefined words: Display ignored and predefined words differently and separated from the normal parsed words by @Z-n-o-M in #42
  • debug: Fix logs displaying when debug is disabled by @Z-n-o-M in #41
  • docs : improvement by @Z-n-o-M in #39
  • options: refactor outside core classes by @Z-n-o-M in #40