Skip to content

Releases: altcha-org/altcha

v0.2.0

08 Mar 15:24
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • Introducing the expire attribute to specify challenge expiration. Upon expiration, the state is automatically updated to expired.
  • Implemented multithreading support and introduced a new attribute workers to specify the number of concurrent workers.

Migrating from 0.1.x:

  • Multithreading is now enabled by default, resulting in significantly faster PoW (approximately 6-10x faster). If migrating from version 0.1.x, it is advisable to consider increasing the complexity (the maximum random number on the server).
  • The default value of maxnumber is now 1,000,000 (instead of 10 million).

v0.1.9

25 Feb 14:44
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • Added configure() method for programmatic configuration

v0.1.8

22 Feb 18:18
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • fix border width

v0.1.7

22 Feb 18:05
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • add css vars --altcha-max-width, --altcha-border-width, --altcha-border-radius

v0.1.6

12 Feb 14:27
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • Fix hidelogo + hidefooter (#15)

v0.1.5

22 Jan 12:33
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • remove automatic reset after form submit (use .reset() method instead)
  • emit verified event after re-render

v0.1.4

20 Jan 16:13
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • fix unverified typo [#9]
  • add auto=onload|onsubmit parameter [#8]

v0.1.3

18 Jan 12:46
@ovx ovx
Compare
Choose a tag to compare

Changes:

  • accepts lower-cased algorithm in challenge
  • improved styling and support for dark themes

Breaking changes:

  • default background color is now set to transparent (use CSS variable to set value: style="--altcha-color-base:#ffffff")

v0.1.2

18 Dec 15:56
@ovx ovx
Compare
Choose a tag to compare

Fix submit input.

v0.1.1

05 Dec 05:19
@ovx ovx
Compare
Choose a tag to compare
0.1.1