« Return to Thread: Release: NewsFox 0.8.1

Release: NewsFox 0.8.1

by R Pruitt :: Rate this Message:

Reply to Author | View in Thread

Newsfox 0.8.1 is prereleased at mozdev. This is basically the version that will be released later at addons.mozilla.org, but with fewer translations. There may be minor bug fixes before the release.

NewsFox no longer uses the Sage feed parser, but rather uses its own.

The UTF-8 file encoding is not backward compatible with previous NewsFox versions. This version will read prior versions, but you will not be able to use a newsfox folder saved with NewsFox 0.8.1 with previous versions of NewsFox.

You can now choose the location of the newsfox directory. For example, you can choose a location on a flash drive and take your newsfox directory with you.

There are now 3 date styles available for use in the article pane: ISO with no seconds, the short date as set on your system, and the long date as set on your system.

There are two new advanced user features: email articles and enclosures(podcasts). These are advanced user features because how the links are handled is determined by your system setup, and this is beyond the control of NewsFox. The chance of problems with these features being a problem with NewsFox is not high. :)

There is now the ability to email articles (title, link, body) using a mailto: link in text view. Mailto: links are limited to 256(?) bytes, so there is an about:config option to copy the body of the article to the clipboard.

The control of text view via the textview.css file has been improved. The following classes are defined: .newsfox-mail, .newsfox-title, .newsfox-category, .newsfox-date, .newsfox-link, .newsfox-enclosures, .newsfox-encl. So you can style individual pieces of the newsfox-box in text view. For example, to keep the categories from showing, place

.newsfox-category { display: none; }

in your textview.css file inside your newsfox folder. The class .newsfox-enclosures refers to the span containing all enclosures, and .newsfox-encl refers to a single enclosure.

 « Return to Thread: Release: NewsFox 0.8.1