2012-10-29 16:54:35 -07:00
<!DOCTYPE html>
2012-08-22 20:04:58 -07:00
< html >
< head >
2012-10-29 16:54:35 -07:00
< meta http-equiv = "Content-Type" content = "text/html; charset=iso-8859-1" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" / >
< title > Install the NewsBlur iPhone and iPad app< / title >
< style type = "text/css" >
body {
background: url(/media/img/reader/iphone-stripe-bkg.png) repeat #c5ccd4;
font-family: Helvetica, arial, sans-serif;
}
.congrats {
font-size: 16pt;
padding: 6px;
text-align: center;
}
.step {
background: white;
border: 1px #ccc solid;
border-radius: 14px;
padding: 4px 10px;
margin: 10px 0;
}
.instructions {
font-size: 14pt;
}
a {
text-decoration: none;
}
.arrow {
font-size: 15pt;
}
table {
width: 100%;
}
2014-11-12 16:30:34 -08:00
.changelog {
2014-11-14 10:32:03 -08:00
margin: 24px 24px;
2014-11-12 16:30:34 -08:00
}
2012-10-29 16:54:35 -07:00
< / style >
2012-08-22 20:04:58 -07:00
< / head >
< body >
2012-10-29 16:54:35 -07:00
< div class = "congrats" > Download the latest version of the NewsBlur iOS app< / div >
< div class = "step" >
< table > < tr >
2014-03-11 12:21:13 -07:00
< td class = "instructions" > < a href = "itms-services://?action=download-manifest&url=https://www.newsblur.com/ios/NewsBlur.plist" > Install the NewsBlur app< / a > < / td >
2012-10-29 16:54:35 -07:00
< td width = "24" class = "arrow" > → < / td >
< td width = "57" class = "imagelink" >
2014-03-11 12:21:13 -07:00
< a href = "itms-services://?action=download-manifest&url=https://www.newsblur.com/ios/NewsBlur.plist" >
2013-10-08 16:04:46 -07:00
< img src = "/media/ios/Resources/logos/logo_116.png" height = "57" width = "57" / >
2012-10-29 16:54:35 -07:00
< / a >
< / td >
< / tr > < / table >
< / div >
2014-11-12 16:30:34 -08:00
< div class = "changelog" >
2015-09-23 22:49:05 -07:00
< h2 > What's new: < code > version 5.0.0b2 / September 23rd, 2015< / code > < / h2 >
2015-09-18 15:17:31 -07:00
< ul >
< li > iOS 9-ified< / li >
< li > The Text view is now sticky based on the last view you used. It's per feed but it also respects individual feeds when reading by folder. < / li >
< li > Stories now remember your last scroll position. When you go back to a story, you are taken back to the same place you left off. < / li >
< li > Stories are now searchable through spotlight if they have been stored for offline reading. < / li >
< li > New Safari-based browser for the original story. These views are faster and support content blockers on iOS 9 and use your browser's cookies. However, they look like Safari and not NewsBlur, so the default in-app browser is the original browser. The new in-app Safari browser is a preference, along with Chrome, Opera, and the full Safari app.< / li >
< li > Sending stories to third-party services now uses full Text if available. Useful for storing full story text in Evernote or Pocket.< / li >
< li > iOS 8 is the minimum supported version for this release. < / li >
< / ul >
2014-11-12 16:30:34 -08:00
< h2 > What's new: < code > version 4.6.0 / November 12th, 2014< / code > < / h2 >
< ul >
2014-11-17 17:05:49 -08:00
< li > Search feeds and folders.< / li >
2014-12-02 18:41:16 -08:00
< li > Fixing rotation issues so you can watch a video and rotate without losing position.< / li >
2014-11-12 16:30:34 -08:00
< li > Saved story tagging: add and remove tags with a handy tagging popover.< / li >
< li > Native controls for sending a story to other services (mail, safari, chrome, evernote, instapaper, etc).< / li >
< li > Progress bar for the Story view when loading a story using the in-app browser.< / li >
2014-12-02 18:41:16 -08:00
< li > Further UI cleanups and memory fixes/speedups for iOS 8.< / li >
2014-11-12 16:30:34 -08:00
< / ul >
< h2 > What's new: < code > version 4.5.0 / October 15th, 2014< / code > < / h2 >
< ul >
< li > iPhone 6 and 6 Plus are now fully supported< / li >
< li > iOS 8 is also now fully supported (as well as iOS 7)< / li >
< li > Moving between the feed list, story list, and story detail is now much faster< / li >
< li > Images are now “full bleed”, extending to the entire width of the screen< / li >
< li > New preference for hiding feeds after they are read< / li >
< li > Long press images in a story to read the alt text< / li >
< li > Long press images in a story to save it to your camera roll< / li >
< li > Long press images in a story to zoom into it< / li >
< li > Long press links in a story to get an actions menu (safari, instapaper, bookmark, etc)< / li >
< li > Fixed all iOS 8 issues (preference panes, profile popovers)< / li >
< li > OvershareKit updated for iOS 8< / li >
< li > Pull to refresh updated to match theme< / li >
< li > Pull to refresh date is now localized< / li >
< / ul >
< / div >
2012-08-22 20:04:58 -07:00
< / body >
2012-10-29 16:54:35 -07:00
< / html >