Skip to content

Releases: wilddeer/Sniffer

Sniffer 4.1

14 Dec 10:39
Compare
Choose a tag to compare
  • Renamed Mac OS X → macOS
  • Fixed macOS Big Sur detection
  • Added version names for Catalina and Big Sur

Sniffer 4.0

08 Dec 10:44
Compare
Choose a tag to compare

Added detection for Edge on Chromium

Sniffer 3.3

19 Nov 07:22
Compare
Choose a tag to compare

Added new human-readable version names for OS X.

Sniffer 3.2

02 Sep 13:03
Compare
Choose a tag to compare

Added Yandex Browser & UC Browser 🎉

Sniffer 3.1

18 Mar 17:45
Compare
Choose a tag to compare

Added PlayStation

Sniffer 3.0

07 Dec 12:56
Compare
Choose a tag to compare

I've changed the way Mac OS X versions are displayed. I was omitting the major version before (which is always 10 for Mac OS X), but it was kinda stupid. So, El Capitan, for instance, is now 10.11 instead of just 11.

And it's a breaking change, so I bumped the major version.

Sniffer 2.4

25 Jun 17:40
Compare
Choose a tag to compare
  • Microsoft Edge detection (shortcode: edge, fullName: Edge, engine: edgehtml)

  • Windows 10 version name mapping. It finally matches the actual version number, wow:

    '10.0': '10',
    '6.3': '8.1',
    '6.2': '8',
    '6.1': '7',
    '6.0': 'Vista',
    '5.2': 'XP',
    '5.1': 'XP',
    '5.01': '2000',
    '5.0': '2000'
    

Sniffer 2.3

05 May 13:55
Compare
Choose a tag to compare

Ubuntu and Fedora

Giving Linux some love: Sniffer now detects Ubuntu and Fedora (and knows Fedora version names) – props to @raks437

Sniffer 2.2

08 Mar 18:54
Compare
Choose a tag to compare
  • new build sniffer.module.js compatible with Node (and any other require-based module system, I guess);
  • default Sniffer build (sniffer.js) now returns detection results via module.exports, if available;
  • test suit compatible with Node.

Sniffer 2.1

08 Mar 15:06
Compare
Choose a tag to compare

"New Nintendo 3DS" detection

"New" (they call it so, "New") model of Nintendo 3DS has updated version of web browser, which now supports video, custom fonts, touch events, a bunch of css properties disabled before for performance reasons and some other stuff (also see my tests). Oh, and it has tabs now.

So, definitely giving this one a new short name (n3ds) to differentiate the models.