- Scroll up when changing the article in article viewer -tpr
- Various frame-switching bug fixes -smt
- Fix favicon loading crash (#82682) -smt
- Various stop-button related bug fixes -smt
- Changed "Copy Link Location" to "Copy Link Address" because of the new naming standard of KDE -tpr
- Fix archiving of article <guid> elements -sg
Changes after 1.0b2:
-----------------------------
New Features:
- Configuration dialog added -tpr
- Kontact plugin added -smt
- Ability to mark all entries as read on exit -tpr
- Ability to change middle mouse button behaviour in browser -tpr
- Ability to specify external browser (KDE default or custom command) -PhantomsDad
- Fetch all feeds every <num> minutes -tpr
- Display unread count in the tooltip of the tray icon -tpr
Bug Fixes:
#82618 - Don't crash if there's no kpart available -tpr
#82691 - Don't minimize but close aKregator when session is shutting down -tpr
- Mark all read marks everything as read -tpr
#82752 - Mark all as read marks every entry in feed(group), mark all feeds as read marks every feed(group) as read -tpr
- Make the feed tree drop visualizer work -sg
- Make "Copy Link Location" copy into the selection clipboard as well -sg
Changes from 1.0b1 to 1.0b2:
-----------------------------
New Features:
- Add Search bar for searching text in articles
- Clicking on a folder will show articles of all subitems
- Feed images are stored and aren't fetched every time
- Show progress while loading feed list
- Make all shortcuts configurable
- Gray out feed icons while fetching
- Add context menus to the article and page readers
- Add unread count to try icon
#81993 - Save splitter sizes on exit
#82004 - Next Unread in feed menu
#82005 - Link title in article viewer to article link
#82166 - Use ctrl-w to close tabs
#82084 - Middle click in article list opens article link in tab
#82095 - Show homepage in feed list context menu
#82189 - Option to fetch all at startup
- Middleclick on viewer opens now an external browser
#82138 - Add context menu to the tabs with close and detach entries
Bug Fixes:
- Favicon fetching works for sites that have never been viewed
- Make opening large OPML lists much faster
- Reset feed icon on fetch if it error-ed
- Fix memory leak in adding feeds
- Update unread count after deleting a feed
- Don't write article archive upon reading a read article
#81965 - "When viewing story right clicking a feed crashes"
#81966 - Fix the fact that sub-folder fetch fetched all siblings
#81968 - Import feed list not enabling save
#81978 - Fix favicon updating after fetch errors
#81993 - Make splitters more sane
#81994 - Fix duplicates articles listed in some feeds
#81998 - Crash when folder selected and clicking in list view
#81999 - Dragging in feeds view doesn't active save action
#82000 - Duplicates found in feeds when they should not be
#82002 - Save auto fetch interval
#82003 - "Initial feed properties are discarded"
#82021 - Support archiving for feeds whose encoding wasn't utf8
#82024 - Make sure that All Feeds isn't draggable
#82029 - In first time use, save action does not work
#82048 - Renaming a folder doesn't enable "Save Action"
#82049 - File/New doesn't start with an empty view
#82131 - Fix fetching with folders that have subfolders
#82050 - Allow drag and drop to empty folders
#82053 - Program closes without asking whether user saves
#82165 - "cannot delete feed via menu"
#82172 - "date is not fetched for some feeds"
#82183 - Mark all as unread empties article list
#82425 - add http:// to urls in add feed dialog if no protocol
Changes from 0.9 to 1.0b1:
#000049 FIX [x] Saving a freshly created feeds list erases "All Feeds" root entry text.
CHG [x] show current feed's title in the article list heading
#000041 FIX [x] order for dateless items (right now they show in random order) -->berkus
order should be: ordered for items with dates, order same as in rss for items without dates.
#000025 FIX [x] fix path in m_html->begin( KURL( "file:/tmp/something.html" ) ) so that local images and css can be referenced from article preview --> smt
#000030 FIX [x] boolean vars are stored and retrieved improperly in opml
CHG [x] use KPasswordEdit for ljPassword input
#000001 ADD [x] allow inline editing of feeds to alter Feed[Group]::title and resetting updateTitle to false (slotItemRenamed)
#000028 FIX [x] (librss + QDom) &lt;b&gt;test</b> from RSS is parsed wrong - because, librss tries to do unescaping on entitites that QDom already unescaped -- solution: fixed librss
#000002 FIX [x] update ArticleList when selecting another feed
#000026 CHG [x] unless someone offers me some icons, Fetch and Fetch all will be 'down' and 'bottom' respectively
#000023 FIX [x] implement fetch all
#000024 CHG [x] replace generic HTML part with strictly KHTMLPart (saves some static_cast<>s)
#000018 ADD [x] provide .desktop file
#000017 ADD [x] provide .lsm file
#000016 ADD [x] provide standard AUTHORS, ChangeLog, README, and TODO files