-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
1 changed file
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,49 @@ | ||
# UAParser.js Changelog | ||
|
||
## Version 0.8.0 | ||
# Version 0.7 / 1.0 | ||
|
||
Version 1.0.x is basically the equivalent of version 0.7.x. See [#536](https://github.com/faisalman/ua-parser-js/issues/536) for the reason behind this confusion. | ||
|
||
## Version 0.7.30 / 1.0.1 | ||
|
||
- Add new browser : Obigo, UP.Browser, Klar | ||
- Add new device : Oculus, Roku | ||
- Add new OS: Maemo, HP-UX, Android-x86, Deepin, elementary OS, GhostBSD, Linspire, Manjaro, Sabayon | ||
- Improve detection for Sony Xperia 1ii, LG Android TV, and some more devices | ||
- Improve detection for ARM64 CPU | ||
- Improve detection for Windows Mobile, Netscape, Mac on PowerPC | ||
- Categorize PDA as mobile | ||
- Fix Sharp devices misjudged as Huawei | ||
- Fix trailing comma for ES3 compatibility | ||
- Some code refactor | ||
|
||
## Version 0.7.31 / 1.0.2 | ||
|
||
- Fix OPPO Reno A5 incorrect detection | ||
- Fix TypeError Bug | ||
- Use AST to extract regexes and verify them with safe-regex | ||
|
||
## Version 0.7.32 / 1.0.32 | ||
|
||
- Add new browser : DuckDuckGo, Huawei Browser, LinkedIn | ||
- Add new OS : HarmonyOS | ||
- Add some Huawei models | ||
- Add Sharp Aquos TV | ||
- Improve detection Xiaomi Mi CC9 | ||
- Fix Sony Xperia 1 III misidentified as Acer tablet | ||
- Fix Detect Sony BRAVIA as SmartTV | ||
- Fix Detect Xiaomi Mi TV as SmartTV | ||
- Fix Detect Galaxy Tab S8 as tablet | ||
- Fix WeGame mistakenly identified as WeChat | ||
- Fix included commas in Safari / Mobile Safari version | ||
- Increase UA_MAX_LENGTH to 350 | ||
|
||
## Version 0.7.33 / 1.0.33 | ||
|
||
- Add new browser : Cobalt | ||
- Identify Macintosh as an Apple device | ||
- Fix ReDoS vulnerability | ||
|
||
# Version 0.8 | ||
|
||
Version 0.8 was created by accident. This version is now deprecated and no longer maintained, please update to version 0.7 / 1.0. |