* Added `useWideViewPort` in `Settings` to support the viewport HTML meta tag or if a wide viewport should be used. (Only affects `SystemEngineSession`)
***browser-session**
* Added `SessionManager.add(List<Session>)` to add a list of `Session`s to the `SessionManager`.
***feature-tab-collections**
*`Tab.restore()` now returns a `Session` instead of a `SessionManager.Snapshot`
*`TabCollection.restore()` and `TabCollection.restoreSubset()` now return a `List<Session>` instead of a `SessionManager.Snapshot`