Commit Graph

13 Commits

Author SHA1 Message Date
Marc Wrobel
1e45de3c58 [macOS] Accept all kind of spaces in regexes (fixes #47)
There were two issues with the macOS regexes:

- The regexex accepted only spaces separator. But non-breakable spaces are also used from time to time. Replacing spaces by \s fixed the issue (other product regexes were also updated - never know).
- The first regex, the one that accepted major releases with no minor version, were not useful (covered by the second regex) and partly catched valid versions (such as 13.1), who was then ignored. I removed it.
2022-12-20 15:25:55 +05:30
github-actions[bot]
c930432538 🤖: Automatic Update 2022-12-14 06:39:41 +00:00
github-actions[bot]
51caefbf1d 🤖: electron, ios, ipados, macos, rabbitmq
electron: 19.1.5, 20.3.5, 21.2.3
ios: 16.1.1
ipados: 16.1.1
macos: 13.0.1
rabbitmq: 3.11.3
2022-11-09 18:47:54 +00:00
github-actions[bot]
92ad5b5c28 🤖: ios, ipados, macos, watchos
ios: 13, 12, 14, 15, 16, 11, 9, 10, 8, 2, 6, 7, 4, 5, 3
ipados: 13, 14, 15, 16
macos: 10, 11, 12, 13
watchos: 6, 5, 7, 8, 9, 4, 2, 3
2022-11-08 16:56:12 +05:30
github-actions[bot]
63cca8f016 🤖: linuxkernel, macos
linuxkernel: 4.14.296, 4.19.262, 4.9.331, 5.10.150, 5.15.75, 5.4.220, 6.0.4, 6.0.5
macos:
2022-10-26 13:20:57 +00:00
nobelharvards
e7d58c4475 Add macOS Ventura 13.0 release date (#29) 2022-10-26 18:02:11 +05:30
github-actions[bot]
2beeef4f23 🤖: drush, gitlab, ios, macos, watchos
drush: 11.3.2
gitlab: 15.5.1
ios: 16.1
macos: 12.6.1, 11.7.1
watchos: 9.1
2022-10-24 19:02:52 +00:00
github-actions[bot]
a5af56bd6f 🤖: ios, ipados, macos
ios: 15.7
ipados: 15.7
macos: 11.7, 12.6
2022-09-12 18:48:56 +00:00
github-actions[bot]
0767080b47 🤖: angular, electron, ios, ipados, linuxkernel, macos
angular: 14.1.3
electron: 18.3.9, 19.0.13, 20.0.3
ios: 15.6.1
ipados: 15.6.1
linuxkernel: 4.19.255, 5.10.136, 5.15.60, 5.15.61, 5.18.17, 5.18.18, 5.19.1, 5.19.2, 5.4.210
macos: 12.5.1
2022-08-17 18:46:59 +00:00
github-actions[bot]
45cbed576f 🤖: angular, drupal, ios, ipados, laravel, macos, watchos
angular: 14.0.7, 14.1.0
drupal: 9.3.19, 9.4.3
ios: 15.6
ipados: 15.6
laravel: 9.21.1, 9.21.2, 9.21.3
macos: 12.5, 11.6.8
watchos: 8.7
2022-07-20 18:44:51 +00:00
github-actions[bot]
288804f7d6 🤖: macos, symfony
macos: 11.6.7
symfony: 6.1.1
2022-06-09 18:42:15 +00:00
Nemo
8e31ed037d Fix release dates for old apple releases
Some dates with 4 character months weren't parsing correctly
2022-06-02 18:58:11 +05:30
Nemo
ea0306b95a Track Apple OS releases (#5) 2022-06-02 09:03:42 +00:00