Skip to content

Releases: fingerprintjs/fingerprintjs

v.1.6.1

23 Jan 18:20
Compare
Choose a tag to compare

Note: This version's fingerprints may be different from the previous version's fingerprints.

  • Add preprocessor option
  • Add webglVendorAndRenderer component
  • Add navigator.deviceMemory support
  • Add Google closure compiler support
  • Handle anti-canvas fingerprinting extensions
  • Fix loads of bugs

v.1.5.0

08 Feb 16:19
Compare
Choose a tag to compare

New WebGL options to include unmasked renderer and unmasked vendor info (should be helpful to add a lot of entropy)
Thanks @daankuijsten

v.1.4.1

17 Jul 19:06
Compare
Choose a tag to compare

Add option for user-defined fonts

v.1.4.0

12 Jun 14:34
Compare
Choose a tag to compare

Bug fixes + new FP source - pixel ratio. Will change the FPs if compared with v.1.3.0.
The FP should be more stable now thanks to @eisman (#161)

v.1.3.0

26 May 19:01
Compare
Choose a tag to compare

Thanks to @arthuredelstein we have a better font detection code, which removed false positives.
Now font detection is more accurate which results in more accurate fingerprinting process

v.1.2.0

21 May 03:48
Compare
Choose a tag to compare
  1. AdBlock detection fixed
  2. Performance improvements - 2-4 times depending on the browser (thanks @lrlinde)

1.1.1

26 Feb 03:38
Compare
Choose a tag to compare

Bugfix release

1.1.0

19 Jan 08:56
Compare
Choose a tag to compare

Available resolution is now separate from regular resolution and can be excluded separately.
It's still enabled by default, so no changes there.

1.0.0

18 Dec 08:07
Compare
Choose a tag to compare

Stable version 1.0.0

1.0.0-rc3

24 Nov 11:47
Compare
Choose a tag to compare
1.0.0-rc3 Pre-release
Pre-release

Now the get function callback returns a second arguments - a components array that contains all components that went into building the fingerprint. It can be used to save in the DB, for example.