I just put out an update to Greed with a few notable features. As part of a new high-powered marketing plan here at Fognl, I'm going to include pictures in my posts to give them more visual impact. Brace yourselves.

I'm not sure which feature is the most noteworthy, so I'll list them in order of how recently I worked on them.
Customizable Menus As of this release, you can customize the main Greed menu. If you have certain feeds you always go to first, or other things on the main menu that you never use, you can now change the menu to suit your way of using Greed. Not only that, you can create any number of custom menus and switch between them with just a couple of clicks. Here's an example:

The "Folders" item is the same "Folders" item you know and love from the standard Greed menu. The "Podcasts" item is a Google Reader label, and the remaining 3 items are regular old feed items. Clicking one of them takes you directly to the article list in that feed.
Editing a menu is pretty simple. Just click the "Menu" button from the main screen's options menu, and follow the prompts. Use the options menu to create new menus and menu items, and long-press to manage items that are already there. Here's a picture of the menu editor:

Picking a feed, label, or state item is straightforward. Just click the "Add item" option and pick the feed, label, or state item from this screen:

To use a given menu, just long-press it in the menu list and select "Use this menu". To go back to the default main menu, just click the cleverly-named "Default menu" option in the menu list screen.
I've been experimenting with exposing Greed's functionality as objects that can be used via a JavaScript interface in HTML inside the WebView component. My initial idea for a customizable UI was to make it where you could supply your own HTML-based view, for example on the SD card, and set an option for Greed to use that. I tried out the idea, and it worked well enough. The problem was avoiding making it too fiddly to use. That's how I arrived at the idea to just make the main menu customizable. I'd be interested in knowing peoples' thoughts on whether the
HTML idea seems like it's worth pursuing. Personally, I think it's kind of cool.
YouTube VideosThis update also adds YouTube video support. If you have a Podcast with an attached YouTube video, you should be able to navigate to the link in the "Attachments" dialog box and select it to view it in the YouTube player.
Note that you can't download a YouTube video to your SD card the same way you can download an audio file. Who knows? It might be useful to have the ability to convert and download videos. I don't know if that violates some kind of licensing agreement or something, but if it's legal, I think it would be useful.
Podcast SupportA recent comment about Greed reads as follows:
Good RSS reader, lamentable podcast support. Maybe it was the fact that the commenter was articulate enough to make good use of the word "lamentable", but something about his/her comment inspired me to improve Greed's Podcast support.
The main improvement here is that now when you download a Podcast, it shows up in the Music application.

The audio file is downloaded to
/sdcard/Music/Podcasts/Greed, and the Media Scanner is used to scan the file for any ID information it might have. Thus, in most cases it shows up in the music application with a proper title, "artist" information, and even an album cover. The best part is that when you play the Podcast from there, the Music player acts like it should: You get a call, it pauses. Hang up the call, it resumes. Is it just me, or is this a lot less lamentable than the old approach?
There is also an option you can set to have Greed manage the Podcast files. When it's set, you can clear downloads from within Greed, and the Media database is updated properly. When the option is turned off, you can manage the Podcast files yourself in the Music application.
Compressed PagesThere's also a new option for caching compressed (mobile) versions of pages. When you select it, Greed downloads a reduced-content version of a given page instead of the full version. (Thanks to Stephane for the suggestion.)
That's about it for the new features. The one remaining update has to do with
Feed Notifications. The last update included a definitive fix for new feed notification. The method it uses for detecting new feeds is much more reliable than the previous method was. However, a few people notified me that the Updated Feeds screen was no longer acting right. I discovered a problem there with the way it was updating the unread counts, and fixed that. That should be working correctly now.
As always, suggestions are appreciated.