device_detector 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -127,3 +127,7 @@
127
127
  - regex: 'NaverMailApp/(\d+\.[\.\d]+)'
128
128
  name: 'NAVER Mail'
129
129
  version: '$1'
130
+
131
+ - regex: '^Mail/([\d\.]+)'
132
+ name: 'Apple Mail'
133
+ version: '$1'
@@ -7,7 +7,7 @@
7
7
 
8
8
  # Tesla Model S
9
9
  Tesla:
10
- regex: '(?:Tesla/(?:(?:develop|feature)-)?[0-9.]+|QtCarBrowser)'
10
+ regex: '(?:Tesla/(?:(?:develop|feature|terminal-das-fsd-eap)-)?[0-9.]+|QtCarBrowser)'
11
11
  device: 'car browser'
12
12
  models:
13
13
  - regex: 'QtCarBrowser'
@@ -26,7 +26,7 @@ Microsoft:
26
26
  model: 'Xbox 360'
27
27
 
28
28
  Nintendo:
29
- regex: 'Nintendo (([3]?DS[i]?)|Wii[U]?|Switch)'
29
+ regex: 'Nintendo (([3]?DS[i]?)|Wii[U]?|Switch|GameBoy)'
30
30
  device: 'console'
31
31
  model: '$1'
32
32
 
@@ -46,12 +46,16 @@ JXD:
46
46
  model: 'S601 WiFi'
47
47
 
48
48
  Sony:
49
- regex: 'PlayStation ?(2|3|4 Pro|4|5|Portable|Vita)'
49
+ regex: '(?:PlayStation ?(2|3|4 Pro|4|5|Portable|Vita)|sony_tv;ps5;)'
50
50
  device: 'console'
51
- model: 'PlayStation $1'
51
+ models:
52
+ - regex: 'PlayStation ?(2|3|4 Pro|4|5|Portable|Vita)'
53
+ model: 'PlayStation $1'
54
+ - regex: 'sony_tv;ps5;'
55
+ model: 'PlayStation 5'
52
56
 
53
57
  # Retroid Pocket (www.goretroid.com)
54
58
  Retroid Pocket:
55
- regex: 'Retroid Pocket 2Plus'
59
+ regex: 'Retroid Pocket 2(?:Plus|\+)'
56
60
  device: 'console'
57
61
  model: '2 Plus'