Faisal Salman
aed89f0b41
Fix #660 - Infer device vendor & type from sec-ch-ua-model
2024-11-30 19:26:41 +07:00
Faisal Salman
dbd24a579f
Browser naming adjustments for Client Hints:
...
- `Google Chrome` => `Chrome`
- `Microsoft Edge` => `Edge`
- `Android WebView` => `Chrome WebView`
- `HeadlessChrome` => `Chrome Headless`
2024-11-30 13:16:53 +07:00
Faisal Salman
fc851b40c5
Improve device detection: recognize MIUI as Xiaomi
2024-11-30 08:35:19 +07:00
Faisal Salman
e013038643
Improve cpu detection for x86
2024-11-29 20:44:37 +07:00
Faisal Salman
aa56b2f4f3
Update engine.version
to be the same as browser.version
for Chromium-based browser when UA-CH is available
2024-11-28 12:56:04 +07:00
Faisal Salman
bcf249da06
Fix #767 #763 - Improve type definition for headers
2024-11-22 22:08:43 +07:00
Faisal Salman
b4bc86ac6d
Improve device detection: Lenovo
2024-11-21 23:33:52 +07:00
Faisal Salman
e006e5a129
Merge tag 'tags/2.0.0' into pro-enterprise
2024-11-21 17:40:24 +07:00
Faisal Salman
94d3d84cd5
Add new device vendor: HMD
2024-11-20 18:00:18 +07:00
Faisal Salman
c72198d470
Improve device detection: Nokia tablets
2024-11-20 17:54:41 +07:00
Faisal Salman
c8ece08b1b
Improve device detection: Google Pixel Watch
2024-11-20 17:19:46 +07:00
Faisal Salman
536031d789
Improve device detection: Google Pixel Tablet
2024-11-20 17:02:30 +07:00
Faisal Salman
4c57a5a567
Improve device detection for tablets: OnePlus, Xiaomi
2024-11-20 17:02:30 +07:00
Faisal Salman
41de949809
Improve device detection for tablets: Honor, Huawei, Infinix
2024-11-19 23:43:21 +07:00
Faisal Salman
38baf844fc
Update version to 2.0.0
2024-11-18 07:55:18 +07:00
Faisal Salman
4a12562946
[submodule:extensions] Add new CLI: ELinks, HTTPie
2024-11-14 22:51:41 +07:00
Faisal Salman
fdcb01d64e
Fix typos
2024-11-14 20:30:12 +07:00
Faisal Salman
b960c42691
Make it prize - 2.0.0-rc.3
2024-11-14 20:24:40 +07:00
Faisal Salman
abde14f2a5
Make it biz - 2.0.0-rc.3
2024-11-14 20:11:17 +07:00
Faisal Salman
138e6b7e55
Make it personal - 2.0.0-rc.3
2024-11-14 18:00:31 +07:00
Faisal Salman
ee51caf422
Update version to 2.0.0-rc.3
2024-11-13 17:47:44 +07:00
Faisal Salman
84c4613145
Add new device vendors: Advan
, IMO
, Smartfren
2024-11-12 16:07:06 +07:00
Faisal Salman
6b8920c700
Add new device vendors: Cat
, Energizer
, Micromax
...
- https://www.catphones.com
- https://www.energizeyourdevice.com
- https://micromaxinfo.com/
2024-11-11 22:16:39 +07:00
Faisal Salman
49151e478c
Add new browser engine: Servo
2024-11-11 19:55:40 +07:00
Faisal Salman
3b3361fe53
[submodule:extensions] Breaking change: rename module
to library
2024-11-10 08:16:24 +07:00
Faisal Salman
75690f16cc
Merge remote-tracking branch 'origin/develop'
2024-11-09 10:50:44 +07:00
Faisal Salman
d5edcbae12
Fix #763 - Add support for Headers object
2024-11-09 10:21:36 +07:00
Aiyush
be2f167f90
Added support for honor separated from Huawei ( #749 )
...
* Added support for honor separated from Huawei
* Revert "Added support for honor separated from Huawei"
This reverts commit 28bde1c0b4da2aa14082a8d036914761e00ca750.
* Added changes wrt comments
* Added another change
2024-11-09 10:20:45 +07:00
Faisal Salman
a1644b6775
Update version to 2.0.0-rc.2
2024-11-07 21:00:04 +07:00
Faisal Salman
2223a2b2d4
Add new browser: LibreWolf
...
https://librewolf.net/
2024-11-03 11:32:02 +07:00
Faisal Salman
246c038895
Improve browser detection: Maxthon
2024-11-03 11:17:30 +07:00
Faisal Salman
2dc1be1a50
Add new browser: 115 Browser
...
http://pc.115.com/
2024-11-03 01:35:47 +07:00
Faisal Salman
2624a92b39
Improve browser detection: 2345
& 360
2024-11-03 01:30:47 +07:00
Faisal Salman
d571859b2e
Improve browser detection: Comodo Dragon
, or simply Dragon
2024-11-02 20:17:50 +07:00
Faisal Salman
b7c2f541d9
Add new browsers: Slimjet & SlimBoat
...
https://www.slimjet.com/
2024-11-02 19:57:54 +07:00
Faisal Salman
10b81836f1
Improve browser detection: SRWare Iron
2024-11-02 18:26:35 +07:00
Faisal Salman
7a754ef227
Update browser.type="inapp" for InApp browsers
2024-11-02 12:30:31 +07:00
Faisal Salman
1e0175c001
Update version to 2.0.0-rc.1
2024-10-29 22:29:51 +07:00
Faisal Salman
aad163ffc5
Change withFeatureCheck()
return value to also include PromiseLike<T>
as an anticipation
2024-10-29 22:15:07 +07:00
Faisal Salman
fe15f115f9
Fix #754 : Add new Engine: ArkWeb & new OS: OpenHarmony
2024-10-22 21:36:46 +07:00
Faisal Salman
391b8087fb
Fix #747 : Python Request mistakenly identified as Meta Quest
2024-09-20 09:26:39 +07:00
Faisal Salman
b9f1bf6223
Fix #743 - Improve device detection for Xiaomi
2024-09-06 19:26:05 +07:00
Faisal Salman
491c2d7477
Add new device vendor: itel
...
https://www.itel-life.com/
2024-08-24 10:40:54 +07:00
Faisal Salman
b8d823dd57
Improve detection: Amazon Echo Show devices
2024-08-16 14:23:07 +07:00
Faisal Salman
ccc554232b
Improve detection: recognize Samsung Galaxy Watch devices as wearable
2024-08-16 14:19:49 +07:00
Joey Parrish
692b175d49
feat: Update and expand Chromecast device families ( #724 )
2024-08-14 10:46:21 +07:00
Faisal Salman
cce9060b4f
Add more TCL devices
2024-08-06 21:23:54 +07:00
Faisal Salman
ac3a3c33dc
Add new device vendor: TCL
...
https://www.tcl.com/global/en/mobile
2024-08-04 10:29:17 +07:00
Faisal Salman
cf775f18f0
Restore unintentionally removed code from previous commit
2024-07-31 10:48:24 +07:00
Faisal Salman
9065949451
Add new vendor: Nothing
...
https://nothing.tech
2024-07-31 10:43:27 +07:00