Skip to content
1.3.1 release. (1.3 was unreleased and is superseded by this version.)

* Support iPhone 5 (taller 4" Retina screen). Also compile openssl,
  libevent, and Tor for "armv7s" CPU target, which represents the new
  A6 processor. May improve performance on the iPhone 5 versus
  more generically compiled versions of those libraries.

* Fix dumb issue where iOS 5.0 devices were not supported. Onion Browser
  should work in all devices that have iOS 5.0 or higher. (Please go to
  http://onionbrowser.com/help/ and contact me if you are on an iOS 5.0
  device and have issues.)

* Fix tapping on text box in "bridge edit" view.

* Update tor to 0.2.3.21-rc (Sep 05, 2012).

Changes in 1.3:

* Bookmarking ability. Moved most of the "quick links" from startup
  page into default bookmarks.

* Ability to configure Tor bridges. This is primarily geared toward advanced
  users that are using networks that block Tor based on known Tor nodes.
  See http://onionbrowser.com/help/ for instructions.

* Major changes to underlying Tor wrapper code. May solve issues
  related to connection dying after the app has been open for some
  time and if the app was open while the device went into idle sleep.
  (Issue #2, Issue #3)

* Fixes CSS/JS on sites like meine-startseite.de, where statically gzipped
  resources are served (i.e. "foo.gz.css") automatically. HTTP code in
  Onion Browser now automatically handles these cases. (Issue #21)