I have decided to delay release of the new Novobot version. The current builds work OK but not great. The reason for this is Novobot’s reliance on Microsoft Internet Explorer for displaying feed content. This makes the process of building the feed item “page” and displaying it extremely slow (and I mean, extremely as in tens of seconds to several minutes for feeds with hundreds of saved items on slow machines). Another bad thing about using MSIE WebView control is that it is next to impossible to provide a keyboard interface.
In short, the current feed display model makes for really bad user experience.
What I’m currently doing is rewriting the feed display component to not use MSIE but instead do its own drawing. The drawback is that this will not, at least initially, be a full-featured HTML feed content display. The content will be pre-processed to get rid of tags and other formatting, and will be shown as plain text. If full display is needed, you can always open the item in your web browser. The advantage is the display is extremely fast. It literally runs circles around the MSIE WebControl. And it will also be possible to use keyboard to navigate and control the feed item list.
I plan to release unstable builds for testing before the final build becomes available.