All news

From Evolution-plugins

Jump to: navigation, search

[edit] News

  • 2008-06-30: Released version 0.1.0
    • custom feeds update interval
    • implement feed TTL
    • fix slow deletion of expired articles
    • redesigned add/edit feed dialog
    • prevent fetching enclosures & images to be cancelled by abort_soup_all => articles with missing images/enclosures
    • fix move folder to imply rename operation
    • support multiple levels of rename
    • Fix for bug #531751 correctly parse UTF8 content
    • added X-evolution-rss-feed-id for feed aricle's UUID
    • implemented usage of evolution's proxy config options: for now support only evo's manual proxy config option
    • implement persistent storage for feed images
    • make Cancel All button work (fix #535689)
    • fix for #535670 make articles forward/replay-able
    • modify feeds articles to a more correct content type x-evolution/evolution-rss/feed
    • correctly startup/shutdown gecko
    • add enable java and javascript to render options
    • disable plugin install popups for gecko
    • setup evolution/evolution-rss agent string when browsing with gecko
    • implement network timeout
    • Implement tooltips for longer feed names
    • Implement progress operation for add/edit feeds
    • shorten the feed names to avoid the scrolling
    • increase timeout (30) for evolution complete startup (Jasper Lievisse Adriaanse)
    • Enforce libsoup-2.4 devel requirement for evolution >= 2.21.90
    • support for building against xulrunner-1.9
    • Gracefully fallback to other render
    • Modify taskbar_operation meaning to have only one operation for whole feeds fetching
    • fix gecko/webit CFLAGS
    • fix send and receive dialog crash
    • merge patch from Pedro Fragoso fixes deb #477053
    • finish_feed() fix removing feed
    • implement 'Received' header
    • abort_all_soup() do not set message status
    • sanitize_url() accept feed:// protocol
    • fix no feeds enabled
    • added RSS_VERBOSE_DEBUG option
    • make 'no feeds configured' popup a little less annoying
    • add progress message for adding and editing feeds
    • fix currently read article not to be deleted also prevent items flagged as important to be deleted
    • update to newer webkit API
    • correctly parse ATOM source, sumary
    • corectly parse xml element and xml text nodes
  • 2008-03-03: Released version 0.0.8
    • ATOM content parsing
    • libxul (mozilla 2.0) support
    • fix mozembed/webkit size_allocate signal
    • prevent currently read article to be deleted when feeds deletion activated
    • change to XML_SUBSTITUTE_PEREF in order to correctly parse link in article (eg. slashdot)
    • fix stop and reload web area operations
    • fix editing feeds
    • updated RSS icon
    • notify of sucessful feed when import through dbus
    • port to libsoup-2.4
    • fix UTF8 parsing for gtkhtml engine
    • add XML_PARSE_NOCDATA as gtkhtml won't interpret either way
    • fix incrementing when adding feeds with the same name
    • make auth dialog less intrusive
    • add check for data before reload when using xulrunner
    • enable proxy options (ingored till now)
    • fix percent display on taskbar operations
    • message if mozembed/webkits are not enabled
    • initial implementation of non-intrusive error
    • implemented reading feeds as task bar operations
    • validate parsed date against rfc822, and use system time in case of broken date
  • 2007-12-13: Released version 0.0.7
    • fix several memory leaks in fetching feeds
    • make policy for dialogs to be on top
    • decode html entities when displaying article (links were wrongly displayed)
    • sanitizing wrong characters in folder name or channel name
    • decode html entities for summary body too
    • prevent extra content fetching when formatting with webkits
    • tell webkit widget not to fetch when evo is offline
    • added stop/refresh buttons when browsing as html
    • added evolution-import-rss for importing feeds over DBUS from other applications like browsers
    • fixed setting value for checking feeds interval, also fixed network port setting
    • make g++ and gettext packages required in configure.ac, evo-rss won't build without 'em
    • added checks for g++ in configure script (needed for gecko.m4) fix for #25
    • added guid parsing for RSS2.0
    • fixed wrong fetching of enclosures
    • fixed wrong content parsing of ATOM feeds, atom feeds might contain summary instead of content.
    • fixed sender name in case author was missing format needs to be: sender <sender>
    • fix displaying type of feed in send N receive dialog
    • added primary render flag (with-primary-render) to setup default render engine
    • implement article storage settings, it is now possible to delete feeds older than certain date or keep a minimum number of feed articles.
    • safe failback to gtkhtml when webkits not available and fixing bug #23
    • added gconf schema stuff
  • 2007-10-19: Released version 0.0.6
    • Added support for feeds enclosures.
    • Support for renaming folders and main folder (News&Blogs).
    • Support for adding SSL feeds.
    • Added uniqueing channels name in case of duplicate channel name.
    • Fix crashing when evolution-rss plugin is disabled.
    • Moved feed ids from crc32 to md5.
    • Moved feeds setup to gconf.
    • Support evolution's network hooks.
    • Decode html entities in channel name and article title.
  • 2007-09-08: Released version 0.0.5
    • Added feeds version detection support.
    • Added support for xml namespacing
    • Added support for different rendering engines: gtkmozembed support (gecko layout engine),and Apple's Webkit.
    • Better feed validation.
    • Added import/export with opml function.
    • Add a more relaxed xml parsing function.
    • Added remove option when deleting a feed.
  • 2007-08-11: Webkit and GtkMozEmbed (gecko) support in upcoming evolution-rss, the new version of evolution-rss can use webkit and/or gtkmozembed for rendering articles. See Developement page for screenshots.
  • 2007-07-03: Released version 0.0.4
    • Fixed HTML display on summary view.
    • Network connection cleanups and proper handling of network sesion as well as proper error handling.
    • Moved setup page to Evolution Preferences.
    • Added network configuration tab with proxy option and proxy auth option.
    • Fixed some atom parsing content problems. Proper handling of cancel all pending requests.
    • Force loading of images when browsing feeds. Added user/password authentication support to feeds.
    • Added switch summary/HTML view. Fixed various segfaults when parsing html.
  • 2007-06-11: Evolution RSS devel page, See latest Developement of plugin.
  • 2007-06-05: Released version 0.0.3
    • Many nework error fixes as well as a better implementation of async feeds fetching.
    • Removed fetching feeds limitation (16)
    • Added ATOM support
    • Implemented displaying article's html page. See here.