PageRenderTime 62ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/CHANGES

http://github.com/akrennmair/newsbeuter
#! | 252 lines | 224 code | 28 blank | 0 comment | 0 complexity | 2d269e971efaafdd6249fcd4471ec13e MD5 | raw file
  1. Changes for newsbeuter:
  2. 2.10:
  3. 2.9 (2015-02-19):
  4. Fix custom keybindings in tag and filter selection dialogs (fixes #78).
  5. Fix incorrect reloading of tags after editing the urls file.
  6. Catch an exception that might be thrown by the "killfile" function.
  7. Don't override feed titles for hidden feeds.
  8. Fix dumpconfig.
  9. Add support for FeedHQ (feedhq.org).
  10. Fix missing variable in log output (fixes #124).
  11. Fix type of configuration variables to path where appropriate (fixes #125).
  12. Update to Brazilian Portuguese translation (fixes #126).
  13. Fix crash when GUID is lost (fixes #127).
  14. Fix dependency check (fixes #132).
  15. Fix segfault in jump_to_next_unread_item (fixes #133).
  16. Change code base to C++11.
  17. Don't render inline images (fixes #154).
  18. Fixed bug where feeds would appear empty due to variable shadowing issue.
  19. 2.8 (2014-01-19):
  20. Add bookmark script for getpocket.com support (Andreas Happe).
  21. Fix issues with the build process on OpenBSD (Kyle Isom).
  22. Make guid generation smarter (Jochen Sprickerhof).
  23. In the feed list, quitting now is the same as clearing the tag in case a tag is selected.
  24. Add support for The Old Reader (theoldreader.com).
  25. Add support for NewsBlur (Thomas Weißschuh).
  26. Fix crash bug in filter expression parsing.
  27. Update French translation (Sabrina Dubroca).
  28. Fix crash bug with unbalanced <ol> tags (Richard Quirk).
  29. 2.7 (2013-08-27):
  30. Fix crash bug.
  31. Add option to colorize unread messages (Patrick Steinhardt).
  32. Add option to swap title and hints bar (Patrick Steinhardt).
  33. Add %u and %t support to itemview (Giuliano Schneider).
  34. Only force redraw if a form action is active (Patrick Steinhardt).
  35. 2.6 (2013-03-19):
  36. Fixed crash in RSS parser (thanks to Isaac Good).
  37. Fixed authentication issues with Google Reader (thanks to Fabrice Noilhan).
  38. Fixed bug in Google authentication (Daniel Aleksandersen).
  39. Style table headers in bold (Daniel Aleksandersen).
  40. Add support for q and aside tags (Daniel Aleksandersen).
  41. Remove all soft-hyphens (Daniel Aleksandersen).
  42. More compact default user-agent on Mac OS X (Daniel Aleksandersen).
  43. Add Norwegian bokmål translation (Daniel Aleksandersen).
  44. Updated Russian translation (Justin Forest).
  45. Updated Polish translation (Michal Siemek).
  46. 2.5 (2012-01-06):
  47. Implemented download-full-page configuration option.
  48. Added configuration option to use external URL viewer (fixes issue #242).
  49. Added ability to store Google Reader password in an external file (fixes issue #239).
  50. Added Tiny Tiny RSS support (fixes issue #243).
  51. Made HTTP authentication method configurable (fixes issue #247).
  52. Implemented "delete-read-articles-on-quit" option.
  53. Fixed rendering of nested <ol> lists.
  54. 2.4 (2011-02-01):
  55. Added support for query feeds in combination with Google Reader support.
  56. Added ability to configure proxy authentication method.
  57. Added commandline option -q to enable quiet startup (patch by Isaac Good)
  58. Re-sort feed list after all feeds have been reloaded.
  59. Added keys to jump to the next/previous feed or article regardless of its "unread" status (patches by Jim Pryor)
  60. Implemented on-demand loading of feeds to reduce memory usage.
  61. Removed Bloglines support as the service shuts down on October 1, 2010.
  62. Implemented XDG Base Directory support (patch by Elrond)
  63. Google Reader: when in offline mode, record unread status changes and later replay when in online mode.
  64. Fixed Google Reader authentication issue with certain passwords (fixes issue #238).
  65. Added configuration option "cookie-cache" (fixes issue #234).
  66. 2.3 (2010-06-24):
  67. Fixed HTML rendering of bold and underline text when light background is configured.
  68. Fixed issues #192, #194, #197, #198, #199, #200, #201, #202, #210, #216.
  69. Made newsbeuter silent on lockfile errors when '-x' option is used.
  70. Fixed Google Reader authentication (by Seth Mason)
  71. 2.2 (2010-03-14):
  72. Added Google Reader support.
  73. Fixed issues #90, #160, #161, #168, #169, #171, #179, #180, #184.
  74. Implemented article highlighting in article list based on the article content (fixes issue #174).
  75. Extended "ignore article" functionality with different ignore modes (download/display; fixes issue #52).
  76. Added "hard quit" key to immediately quit from newsbeuter (patch by Jim Pryor)
  77. Added "download status" format specifier for feedlist-format (fixes issue #181).
  78. Added HTML table renderer (patch by Stefan Erben)
  79. Fixed issues #183, #188 (patch by Stefan Erben)
  80. Added "open-in-browser-and-mark-read" key (patch by Isaac Good)
  81. 2.1 (2009-12-08):
  82. Added support for dc:creator tag for RSS 2.0 parser.
  83. Fixed issue #141 (podbeuter ignored use-proxy configuration command).
  84. When entering a feed, the first unread article is automatically selected (can be turned off with goto-first-unread no).
  85. When marking a feed read, move the selection to the next feed (unless a filter is currently applied).
  86. Improved HTML rendering (patch by Stefan Erben)
  87. Added length field to article list format (patch by Stefan Erben)
  88. Added support for 256-color terminals
  89. Added "dumpform" commandline command as a debugging aid.
  90. Allow deletion of articles from article view
  91. Added support for SOCKS proxies
  92. Added "notify-beep" notification beep (patch by Vern Sun)
  93. Added key to quickly jump to article URLs above #10 (patch by Stefan Erben)
  94. 2.0 (2009-04-21):
  95. Added more flexible dialog handling
  96. Improved position handling in article list (fixes #112; thanks to Isaac Good)
  97. Fixed a lot of bugs (#102, #111, #117, #130, #131).
  98. Added ability to specify a list of OPML URLs when using OPML as URL source.
  99. Added config option "keep-articles-days" to optionally keep articles only for a limited number of days.
  100. Added config option "bookmark-interactive" to indicate that the configured bookmarking command is interactive.
  101. Don't display authentication information in URLs (fixes #121).
  102. Replaced mrss with new RSS/Atom parser.
  103. Added ability to search for text from the article view.
  104. Added basic support for Yahoo Media RSS.
  105. Made article view pager configurable.
  106. Improved HTML rendering of links and underlined and bold text.
  107. Added ":source" commandline command to (re)load configuration files.
  108. Implemented "pipe-to" key to pipe articles to external commands.
  109. Implemented backtick evaluation for configuration files.
  110. Extended filter language with "between" operator.
  111. Added "age" attribute for articles to filter them for relative age (in days).
  112. Extended "set" commandline command to toggle boolean variables and reset configuration variables of all types to their default.
  113. Added ability to configure local files as feeds.
  114. Added a "random-unread" key to go to a random unread article.
  115. When opening articles from a search result dialog, make search phrase stand out in article view.
  116. Persist commandline and search history.
  117. Implemented commandline completion.
  118. Improved help dialog so that it now shows unbound functions.
  119. Added ability to sort feed list and article list by interactively choosing the sort method.
  120. Improved and extended conditional HTTP download handling.
  121. 1.3 (2008-12-06):
  122. Changed some internal data structures to smart pointers (stability improvement).
  123. Extended podbeuter to keep finished downloads in the queue until they've been played.
  124. Implemented placeholders for download-path (fixes #46).
  125. Added the ability to edit the list of subscribed URLs from newsbeuter through a text editor.
  126. Implemented a file format to exchange information about read articles between different newsbeuter instances.
  127. Extended keymap to allow dialog-specific configuration.
  128. Extended macros to enable modification of configuration variables.
  129. Implemented configuration option "feed-sort-order" to sort the feed list by the first tag.
  130. Added ability to toggle read flag from article view (thanks to Isaac Good).
  131. Added ability to configure the number of parallel reload threads (fixes #101).
  132. 1.2 (2008-09-02):
  133. Fixed crash in case of invalid color/attribute names in the configuration
  134. Implemented "download-timeout" and "download-retries" config options to make newsbeuter more reliable over unreliable connection (fixes #88).
  135. Improved whitespace handling in XML parser (fixes Debian issue #496765).
  136. Fixed broken open-in-browser operation for URLs that contained a single quote (fixes Debian issue #497495; fixes incomplete security fix).
  137. 1.1 (2008-09-01):
  138. Added a line wrap for the article view's headers and the link list on the bottom (fixes Debian issue #491122)
  139. Added test suite for functional tests of the user interface
  140. Fixed potential security issue when opening article URLs with the configured browser (thanks to J.H.M. Dassen (Ray) for pointing out)
  141. 1.0 (2008-08-20):
  142. Implemented support for highlighting of regular expressions
  143. Implemented search function in help dialog
  144. Implemented "show-read-articles" configuration option to toggle displaying of read articles
  145. Implemented "always-download" configuration option to configure a list of feed URLs for which newsbeuter ignores the Last-Modified timestamp
  146. Added read progress display in article view
  147. Added optional format string support for "browser" configuration option
  148. Added "reset-unread-on-update" configuration command
  149. 0.9.1 (2008-05-12):
  150. Fixed issue with filter feeds.
  151. Added possibility to open a feed's link by pressing the open-in-browser key in feed list.
  152. Fixed issue with RFC-822 date parsing where the year only had 2 digits.
  153. 0.9 (2008-05-01):
  154. Improved locking to allow multiple newsbeuter instances (one instance per cache file)
  155. Flagged articles don't get deleted anymore.
  156. Added commandline option to podbeuter to automatically start download.
  157. Added "article-sort-order" configuration option to freely configure the sort order of article lists
  158. Added possibility to delete articles
  159. Lots of bug fixes
  160. 0.8.2 (2008-03-16):
  161. fixed broken string conversion.
  162. 0.8.1 (2008-03-12):
  163. fixed crash (related to string conversion of format string support)
  164. 0.8 (2008-03-07):
  165. implemented custom configurability of feed list and article list format
  166. improved reload speed by checking the Last-Modified header
  167. added special tags to rename feeds
  168. added macro support
  169. added Ruby scripting support
  170. directly integrated nxml/mrss code since API and ABI are a moving target
  171. 0.7 (2007-09-18):
  172. implemented the possibility to predefine filters
  173. implemented bloglines synchronization support
  174. implemented OPML online subscription support
  175. implemented plugin-based bookmarking support
  176. implemented custom flagging of articles
  177. redesigned search function
  178. implemented more key commands to ease navigation even more
  179. added the possibility to optionally use an external HTML renderer
  180. 0.6 (2007-08-14):
  181. implemented support for reloading the urls file
  182. implemented query feeds
  183. implemented history for the most important input fields
  184. fixed a major bug with filtering in the item list
  185. bugfix in the OPML import functionality
  186. implemented additional commandline commands
  187. 0.5 (2007-08-02):
  188. improved HTML rendering
  189. improved lock file handling
  190. added Unicode compatibility
  191. added support for notifications
  192. implemented filter language
  193. it is now possible to freely configure e.g. the up/down-keys
  194. 0.4 (2007-05-08):
  195. refactored view
  196. introduced configuration option to disable cache cleanup (user request)
  197. introduced configuration option to set the HTTP user-agent header to a custom value
  198. significant speed improvement for reload and cache cleanup (by Jürgen Jung)
  199. added Italian translation (by Andrea Marchesini)
  200. added unit tests
  201. added an "include" configuration command to make it possible to separate the configuration into several files
  202. introduced global configuration file /etc/newsbeuter/config
  203. added support for Snownews/Liferea extension scripts
  204. 0.3 (2007-03-26):
  205. added gettext support
  206. added podcast support
  207. changed handling of encoding - now, everything is stored as UTF-8 internally, and gets converted on-the-fly
  208. removed dependency to libidn
  209. numerous bugs have been fixed
  210. 0.2 (2007-02-21):
  211. removed an unnecessary mutex lock/unlock that made newsbeuter lock up when the "max-items" config option was set
  212. improved HTML rendering (occasional missing spaces, <pre> tags)
  213. added possibility to use the space key for key bindings
  214. made "next unread" function work across feeds when in item view
  215. added the possibility to view all URLs within an article and open them in a browser
  216. added HTTP proxy support
  217. added color configuration support
  218. added tagging/categorization support
  219. added auto-reload support
  220. added search dialog
  221. 0.1.1 (2007-01-17):
  222. fixed a crash when ISO-8859-1 encoded feeds with umlauts in the title were displayed on systems with UTF-8 locales enabled.
  223. 0.1 (2007-01-16):
  224. Initial release.