Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Update readme for 1.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
HaraldWalker committed Jun 15, 2015
1 parent c1e0a2c commit f522755
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,19 @@ https://github.com/HaraldWalker/user-agent-utils/tree/master
Support me and buy me a beer:
<a href="http://flattr.com/thing/1968218/HaraldWalkeruser-agent-utils-on-GitHub" target="_blank"><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a>

New in Version 1.16 (unreleased)
New in Version 1.16
-------------------
TBA
- iOS 8.2, 8.3, 8.4 and 9 added
- Chrome updated with latest versions
- Firefox updated with latest versions
- Updated Opera browser detection
- Xbox OS and Internet Explorer for Xbox added
- Improved CFNETWORK browser detection
- Added Vivaldi browser
- Improved Windows 10 detection
- Improved bot detection
- Added Android 5 tablet detection
- Performance improvements

Javadoc
-------
Expand All @@ -27,7 +37,7 @@ Add dependency:
<dependency>
<groupId>eu.bitwalker</groupId>
<artifactId>UserAgentUtils</artifactId>
<version>1.15</version>
<version>1.16</version>
</dependency>
```

Expand All @@ -36,7 +46,7 @@ Add dependency for snapshot releases:
<dependency>
<groupId>eu.bitwalker</groupId>
<artifactId>UserAgentUtils</artifactId>
<version>1.16-SNAPSHOT</version>
<version>1.17-SNAPSHOT</version>
</dependency>
```

Expand Down

0 comments on commit f522755

Please sign in to comment.