ChangeLog 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158
  1. Version 2.0.47 (August 20, 2023)
  2. --------------------------------
  3. * Update rules for `webtoons.com`
  4. * Use HTTP client from the standard library for third-party integrations
  5. * Rename internal `url` package to `urllib` to avoid overlap with `net/url`
  6. * Add Shaarli integration
  7. * Add Shiori integration
  8. * Add Apprise integration
  9. * Add Readwise Reader integration
  10. * Consider base path when generating third-party services API endpoint
  11. * Use podcast duration tag as reading time
  12. * Move internal packages to an `internal` folder
  13. * For reference: <https://go.dev/doc/go1.4#internalpackages>
  14. * Rename Miniflux package name to follow Go module naming convention
  15. * For reference: <https://go.dev/ref/mod#major-version-suffixes>
  16. * Update RockyLinux image from 8 to 9 (used to build RPM package)
  17. * Add force refresh in feed edit and feed entries page
  18. * Use Odysee video duration as read time
  19. * Upgrade to Go 1.21
  20. * Use details disclosure element to show the list of third-party services
  21. * Use Web Share API for sharing entry
  22. * Add a workaround for parsing some invalid date format
  23. * Add Thunder Client API collection into contrib folder
  24. * Add new API endpoint: `/entries/{entryID}/save`
  25. * Trigger Docker and packages workflows only for semantic tags
  26. * Go module versioning expect Git tags to start with the letter v.
  27. * The goal is to keep the existing naming convention for generated artifacts and
  28. have proper versioning for the Go module.
  29. * Bump `golang.org/x/*` dependencies
  30. * Bump `github.com/yuin/goldmark`
  31. * Bump `github.com/tdewolff/minify/v2`
  32. * Bump `github.com/mccutchen/go-httpbin/v2`
  33. Version 2.0.46 (July 21, 2023)
  34. ------------------------------
  35. * Add scraper and rewrite rules for Webtoons
  36. * Fix regression in integration page and simplify SQL query
  37. * Wallabag integration: add more information in log messages
  38. * Add support for custom Youtube embed URL
  39. * Fix accessibility issues in modal component
  40. * Fix modal aria role
  41. * Trap focusing with tab / shift+tab inside the modal
  42. * Restore keyboard focus when closing modal
  43. * Automatically move keyboard focus to first focusable element unless specified otherwise
  44. * Keyboard shortcut help modal: move keyboard focus to modal title
  45. * Keyboard shortcut help modal: change close control from link to button
  46. * Add Notion integration
  47. * Update `golang.org/x/*` dependencies and `go-oidc` to v3.6.0
  48. * Improve responsive design
  49. * Add user setting for marking entry as read on view
  50. * Improve Russian translation
  51. * Add the possibility to run cleanup tasks from the command line
  52. * Add the possibility to run Miniflux as a cronjob
  53. * Use `go-httpbin` to run tests locally and avoid remote calls to `httpbin.org`
  54. * Display tags when viewing entries
  55. * Update categories API endpoint to return `total_unread` and `feed_count`
  56. * Improve date parser to handle various broken date formats
  57. * Avoid `pq: time zone displacement out of range` errors
  58. * Improve entry existance check to make better use of index
  59. * Add unique index `enclosures_user_entry_url_idx`
  60. * Add mark as unread for Linkding integration
  61. * Add sub-folder support for Wallabag integration
  62. * Use RockyLinux to build RPM package
  63. * Disable CGO when building RPM package
  64. * Disable CGO when building Docker images
  65. Version 2.0.45 (June 21, 2023)
  66. ------------------------------
  67. * Add media player to listen to audio and video podcasts with the possiblity to resume to last playback position
  68. * Add default tag names for Linkding integration
  69. * Mark only globally visible entries when marking all entries from UI
  70. * Use image included in feed as feed icon when available
  71. * Order history by `changed_at` and `published_at`
  72. * Remove title attribute from entry title links
  73. * Fix reading time that is not aligned correctly with the latest version of Safari
  74. * Use glyphs of the same size on keyboard shortcuts page
  75. * Add maskable versions of the PWA icon
  76. * Replace copyright header with SPDX identifier
  77. * Remove the "í" letter from the Portuguese "lido" word
  78. * Increase golangci-lint timeout value
  79. * Bump `github.com/tdewolff/minify/v2`, `github.com/prometheus/client_golang`, `golang.org/x/*` dependencies
  80. Version 2.0.44 (May 6, 2023)
  81. ----------------------------
  82. * Add link to the URL rewrite rules documentation
  83. * Update scraping rules for `ilpost.it`
  84. * Update rewrite rules for `theverge.com`
  85. * Add a rewrite rule to remove clickbait titles
  86. * Make sure `PROXY_IMAGES` option is backward compatible with `PROXY_OPTION` and `PROXY_MEDIA_TYPES`
  87. * Add new rule to remove tables
  88. * Add support for searching well-known URLs in subdirectory
  89. * Add CSS `word-wrap` rule to break very long entry title into multiple lines
  90. * Add swipe as option for gesture navigation between entries. There are now 3 possible choices: `none`, `double-tap`, and `swipe`.
  91. * Prefer typographic punctuation in English translation
  92. * Process older entries first:
  93. - Feed entries are usually ordered from most to least recent.
  94. - Processing older entries first ensures that their creation timestamp
  95. is lower than that of newer entries.
  96. - This is useful when we order by creation, because then we get a
  97. consistent timeline.
  98. * Fix Grafana dashboard
  99. * Push Docker images to `Quay.io` (RedHat)
  100. * Bump `golang.org/x/*`, `github.com/lib/pq`, `mvdan.cc/xurls/v2` and `github.com/prometheus/client_golang` dependencies
  101. Version 2.0.43 (March 16, 2023)
  102. -------------------------------
  103. * Avoid XSS when opening a broken image due to unescaped ServerError in proxy handler (CVE-2023-27592)
  104. Creating an RSS feed item with the inline description containing an `<img>` tag
  105. with a `srcset` attribute pointing to an invalid URL like
  106. `http:a<script>alert(1)</script>`, we can coerce the proxy handler into an error
  107. condition where the invalid URL is returned unescaped and in full.
  108. This results in JavaScript execution on the Miniflux instance as soon as the
  109. user is convinced to open the broken image.
  110. * Use `r.RemoteAddr` to check `/metrics` endpoint network access (CVE-2023-27591)
  111. HTTP headers like `X-Forwarded-For` or `X-Real-Ip` can be easily spoofed. As
  112. such, it cannot be used to test if the client IP is allowed.
  113. The recommendation is to use HTTP Basic authentication to protect the
  114. metrics endpoint, or run Miniflux behind a trusted reverse-proxy.
  115. * Add HTTP Basic authentication for `/metrics` endpoint
  116. * Add proxy support for several media types
  117. * Parse feed categories from RSS, Atom and JSON feeds
  118. * Ignore empty link when discovering feeds
  119. * Disable CGO explicitly to make sure the binary is statically linked
  120. * Add CSS classes to differentiate between category/feed/entry view and icons
  121. * Add rewrite and scraper rules for `blog.cloudflare.com`
  122. * Add `color-scheme` to themes
  123. * Add new keyboard shortcut to toggle open/close entry attachments section
  124. * Sanitizer: allow `id` attribute in `<sup>` element
  125. * Add Indonesian Language
  126. * Update translations
  127. * Update Docker Compose examples:
  128. - Run the application in one command
  129. - Bring back the health check condition to `depends_on`
  130. - Remove deprecated `version` element
  131. * Update scraping rules for `ilpost.it`
  132. * Bump `github.com/PuerkitoBio/goquery` from `1.8.0` to `1.8.1`
  133. * Bump `github.com/tdewolff/minify/v2` from `2.12.4` to `2.12.5`
  134. * Bump `github.com/yuin/goldmark` from `1.5.3` to `1.5.4`
  135. * Bump `golang.org/x/*` dependencies
  136. Version 2.0.42 (January 29, 2023)
  137. ---------------------------------
  138. * Fix header items wrapping
  139. * Add option to enable or disable double tap
  140. * Improve PWA display mode label in settings page
  141. * Bump `golang.org/x/*` dependencies
  142. * Update translations
  143. * Add scraping rule for `ilpost.it`
  144. * Update reading time HTML element after fetching the original web page
  145. * Add category feeds refresh feature
  146. Version 2.0.41 (December 10, 2022)
  147. ----------------------------------
  148. * Reverted PR #1290 (follow the only link) because it leads to several panics/segfaults that prevent feed updates
  149. * Disable double-tap mobile gesture if swipe gesture is disabled
  150. * Skip integrations if there are no entries to push
  151. * Enable TLS-ALPN-01 challenge for ACME
  152. - This type of challenge works purely at the TLS layer and is compatible
  153. with SNI proxies. The existing HTTP-01 challenge support has been left
  154. as-is.
  155. * Preconfigure Miniflux for GitHub Codespaces
  156. * Updated `golang.org/x/net/*` dependencies
  157. Version 2.0.40 (November 13, 2022)
  158. ----------------------------------
  159. * Update dependencies
  160. * Pin Postgres image version in Docker Compose examples to avoid unexpected upgrades
  161. * Make English and Spanish translation more consistent:
  162. - Use "Feed" everywhere instead of "Subscription"
  163. - Use "Entry" instead of "Article"
  164. * Allow Content-Type and Accept headers in CORS policy
  165. * Use dirs file for Debian package
  166. * Use custom home page in PWA manifest
  167. * Fix scraper rule that could be incorrect when there is a redirect
  168. * Improve web scraper to fetch the only link present as workaround to some landing pages
  169. * Add Matrix bot integration
  170. * Proxify images in API responses
  171. * Add new options in user preferences to configure sorting of entries in the category page
  172. * Remove dependency on `github.com/mitchellh/go-server-timing`
  173. * Add support for the `continuation` parameter and result for Google Reader API ID calls
  174. * Use automatic variable for build target file names
  175. * Add rewrite rule for `recalbox.com`
  176. * Improve Dutch translation
  177. Version 2.0.39 (October 16, 2022)
  178. ---------------------------------
  179. * Add support for date filtering in Google Reader API item ID calls
  180. * Handle RSS entries with only a GUID permalink
  181. * Go API Client: Accept endpoint URLs ending with `/v1/`
  182. * CORS API headers: Allow `Basic` authorization header
  183. * Log feed URL when submitting a subscription that returns an error
  184. * Update `make run` command to execute migrations automatically
  185. * Add option to send only the URL to Wallabag
  186. * Do not convert anchors to absolute links
  187. * Add config option to use a custom image proxy URL
  188. * Allow zoom on mobile devices
  189. * Add scraping rules for `theverge.com`, `royalroad.com`, `swordscomic.com`, and `smbc-comics.com`
  190. * Add Ukrainian translation
  191. * Update `golang.org/x/*` dependencies
  192. * Bump `github.com/tdewolff/minify/v2` from `2.12.0` to `2.12.4`
  193. * Bump `github.com/yuin/goldmark` from `1.4.13` to `1.5.2`
  194. * Bump `github.com/lib/pq` from `1.10.6` to `1.10.7`
  195. Version 2.0.38 (August 13, 2022)
  196. --------------------------------
  197. * Rename default branch from master to main
  198. * Update GitHub Actions
  199. * Bump `github.com/prometheus/client_golang` from `1.12.2` to `1.13.0`
  200. * Fix some linter issues
  201. * Handle Atom links with a text/html type defined
  202. * Add `parse_markdown` rewrite function
  203. * Build RPM and Debian packages automatically using GitHub Actions
  204. * Add `explosm.net` scraper rule
  205. * Make default home page configurable
  206. * Add title attribute to entry links because text could be truncated
  207. * Highlight categories with unread entries
  208. * Allow option to order by title and author in API entry endpoint
  209. * Update Russian translation
  210. * Make reading speed user-configurable
  211. * Added translation for Hindi language used in India
  212. * Add rewrite rules for article URL before fetching content
  213. * Bump `github.com/tdewolff/minify/v2` from `2.11.7` to `2.12.0`
  214. * Support other repo owners in GitHub Docker Action
  215. * Proxify empty URL should not crash
  216. * Avoid stretched image if specified width is larger than Miniflux's layout
  217. * Add support for OPML files with several nested outlines
  218. * sanitizer: handle image URLs in `srcset` attribute with comma
  219. * Allow `width` and `height` attributes for `img` tags
  220. * Document that `-config-dump` command line argument shows sensitive info
  221. * Add System-V init service in contrib folder
  222. * Fix syntax error in `RequestBuilder.getCsrfToken()` method
  223. Version 2.0.37 (May 27, 2022)
  224. -----------------------------
  225. * Add rewrite rule to decode base64 content
  226. * Add Linkding integration
  227. * Add comment button to Telegram message
  228. * Add API endpoint to fetch unread and read counters
  229. * Fixes logic bug in Google Reader API sanity check
  230. * Reduce number of CORS preflight check to save network brandwidth
  231. * Add Espial integration
  232. * Allow API search for entries which are not starred
  233. * Try to use outermost element text when title is empty
  234. * Make swipe gestures feel more natural
  235. - Removes opacity transition when swiping an article read/unread
  236. - Adds "resistance" to the swiped entry when the 75px threshold is
  237. reached
  238. - Fixes an issue in which a swiped article couldn't be moved <15px
  239. * Add support for feed streams to Google Reader API IDs API
  240. * Fix invalid parsing of icon data URL
  241. * Add Traditional Chinese translation
  242. * Add distroless Docker image variant
  243. * Add Go 1.18 to GitHub Action
  244. * Bump `github.com/tdewolff/minify/v2` from `2.10.0` to `2.11`
  245. * Bump `github.com/prometheus/client_golang` from `1.12.1` to `1.12.2`
  246. * Bump `github.com/lib/pq` from `1.10.4` to `1.10.6`
  247. Version 2.0.36 (March 8, 2022)
  248. ------------------------------
  249. * Gray out pagination buttons when they are not applicable
  250. * Use truncated entry description as title if unavailable
  251. * Do not fallback to InnerXML if XHTML title is empty
  252. * Add `+` keyboard shortcut for new subscription page
  253. * Add `(+)` action next to Feeds to quickly add new feeds
  254. * Fix unstar not working via Google Reader API
  255. * Remove circles in front of page header list items
  256. * Fix CSS hover style for links styled as buttons
  257. * Avoid showing `undefined` when clicking on read/unread
  258. * Add new keyboard shortcut `M` to toggle read/unread, and go to previous item
  259. * Add several icons to menus according to their roles
  260. * Add missing event argument to `onClick()` function call
  261. * Add links to scraper/rewrite/filtering docs when editing feeds
  262. * Add a rewrite rule for Castopod episodes
  263. * Fix regression: reset touch-item if not in `/unread` page
  264. * Add API endpoint to fetch original article
  265. * Show the category first in feed settings
  266. * Add pagination on top of all entries
  267. * Display Go version in "About" page
  268. * Bump `mvdan.cc/xurls/v2` from 2.3.0 to 2.4.0
  269. * Bump `github.com/prometheus/client_golang` from 1.11.0 to 1.12.1
  270. * Bump `github.com/tdewolff/minify/v2` from 2.9.28 to 2.10.0
  271. Version 2.0.35 (January 21, 2022)
  272. ---------------------------------
  273. * Set `read-all` permission to `GITHUB_TOKEN` for GitHub Actions
  274. * Pin `jshint` version in linter job
  275. * Fix incorrect conversion between integer types
  276. * Add new GitHub Actions workflows: CodeQL and Scorecards analysis
  277. * Handle Atom feeds with space around CDATA
  278. * Bump `github.com/tdewolff/minify/v2` from 2.9.22 to 2.9.28
  279. * Add Documentation directive to Systemd service
  280. * Do not reset `touch-item` if successfully swiped
  281. * Add support for multiple authors in Atom feeds
  282. * Omit `User-Agent` header in image proxy to avoid being blocked
  283. * Use custom feed user agent to fetch website icon
  284. * Make default Invidious instance configurable
  285. * Add new rewrite rule `add_youtube_video_from_id` to add Youtube videos in Quanta articles
  286. * Add scrape and rewrite rules for `quantamagazine.org`
  287. * Expose entry unshare link in the entry and list views
  288. * Add Google Reader API implementation (experimental)
  289. * Add `Content-Security-Policy` header to feed icon and image proxy endpoints
  290. - SVG images could contain Javascript. This CSP blocks inline script.
  291. - Feed icons are served using `<img>` tag and Javascript is not interpreted.
  292. * Add Finnish translation
  293. * Add scraper rule for `ikiwiki.iki.fi`
  294. * Remove `SystemCallFilter` from `miniflux.service`
  295. * Fix minor typo in French translation
  296. Version 2.0.34 (December 16, 2021)
  297. ----------------------------------
  298. * Add rewrite rule for comics website http://monkeyuser.com
  299. * Add `<head>` tag to OPML export
  300. * Tighten Systemd sandboxing and update comments in `miniflux.service`
  301. * Add `RuntimeDirectory` to Systemd service
  302. * Order disabled feeds at the end of the list
  303. * Add support for theme color based on preferred color scheme of OS
  304. * Bump `github.com/lib/pq` from 1.10.3 to 1.10.4
  305. * Bump `github.com/PuerkitoBio/goquery` from 1.7.1 to 1.8.0
  306. * Fix typos in `model/icon.go`
  307. * Add `data-srcset` support to `add_dynamic_image rewrite` rewrite rule
  308. * Fix Docker Compose example files compatibility to v3
  309. * Added the `role="article"` to `<article>` elements for better accessibility with screen readers
  310. * Redact secrets shown on the about page
  311. * Handle `srcset` images with no space after comma
  312. * Hide the logout link when using auth proxy
  313. * Fix wrong CSS variable
  314. * Change `-config-dump` command to use `KEY=VALUE` format
  315. Version 2.0.33 (September 25, 2021)
  316. -----------------------------------
  317. * Build RPM and Debian package with PIE mode enabled
  318. * Add CSS rule to hide `<template>` tag in old browsers
  319. * Bump `github.com/tdewolff/minify/v2 from 2.9.21 to 2.9.22`
  320. * Bump `github.com/lib/pq from 1.10.2 to 1.10.3`
  321. * Remove `RequestURI()` hack
  322. * Improve `zh_CN` translation
  323. * Add ability to change entry sort order in the UI
  324. * Add minor improvements in integration package
  325. * Add Telegram integration
  326. * Add rewrite rule to remove DOM elements
  327. * Add proxy argument to `scraper.Fetch()`
  328. * Add mime type `application/feed+json` to discover JSON Feed v1.1
  329. * Update scraper rule for `theregister.com`
  330. * Add Go 1.17 to GitHub Actions
  331. * Display option to hide feed only when category is not already hidden
  332. * Add option to hide feeds from the global Unread list
  333. Version 2.0.32 (August 14, 2021)
  334. --------------------------------
  335. * Bump `github.com/tdewolff/minify/v2` from 2.9.17 to 2.9.21
  336. * Bump `mvdan.cc/xurls/v2` from 2.2.0 to 2.3.0
  337. * Bump `github.com/PuerkitoBio/goquery` from 1.6.1 to 1.7.1
  338. * Bump `github.com/prometheus/client_golang` from 1.10.0 to 1.11.0
  339. * Add `/rss/` to the list of well known URLs during feed discovery
  340. * Use `authors` entry for JSON 1.1 feeds
  341. * Added Greek translation
  342. * Added the ability to mark an entire category as read in the web ui
  343. * Added "in" in "logged in" for en_US `tooltip.logged_user`
  344. * Added option to hide categories from the global unread list
  345. * Show "saving" labels for entry status button
  346. * Golang client: Try to parse response body on `InternalServerError` errors
  347. * contrib: Add support for a $MINIFLUX_IMAGE env var in docker-compose
  348. * contrib: Bump docker-compose version to 3.4
  349. Version 2.0.31 (June 6, 2021)
  350. -----------------------------
  351. * Expose comments_url entry field in Golang API client
  352. * Use unique file names for cache busting instead of query string
  353. * Highlight and sort feeds with unread entries in feeds list
  354. * Mark items as read on click/middle click of external links
  355. * Fix: Firefox on Windows does not show the active link as bold
  356. * Avoid extra HTTP request for fetching custom stylesheet
  357. * Remove invalid CSRF HTML meta tag
  358. * Add lang attribute to root HTML tag
  359. * Use runes instead of bytes to truncate JSON feed titles (avoid breaking Unicode strings)
  360. * Expose changed_at time through the API
  361. * Add new config option CLEANUP_ARCHIVE_BATCH_SIZE
  362. * Add new option DATABASE_CONNECTION_LIFETIME
  363. * Add database stats to Prometheus exporter
  364. * Add Systemd watchdog
  365. * Avoid custom stylesheet to be cached by third-party CDN
  366. * Update a shared entry label translation in zh_CN
  367. * Bump github.com/tdewolff/minify/v2 from 2.9.16 to 2.9.17
  368. * Bump github.com/lib/pq from 1.10.1 to 1.10.2
  369. Version 2.0.30 (May 7, 2021)
  370. ----------------------------
  371. * Security fix: any user can delete any feed (Regression introduced in commit 51fb949)
  372. * Fix password reset via CLI
  373. * Increase default batch size value
  374. * Handle RSS feed title with encoded Unicode entities
  375. * Show number of unread per category in category list instead of number of feeds
  376. * Bump github.com/lib/pq from 1.10.0 to 1.10.1
  377. * Filtering doesn't work when selecting from multiple found feeds
  378. * Bump github.com/tdewolff/minify/v2 from 2.9.15 to 2.9.16
  379. * Use an appropriate color for visited links on dark theme
  380. * Fix typo in reader/json/doc.go
  381. * Create SECURITY.md
  382. * Setup golangci-lint Github Action
  383. * Add per feed cookies option
  384. * Bump github.com/prometheus/client_golang from 1.9.0 to 1.10.0
  385. * Bump github.com/tdewolff/minify/v2 from 2.9.13 to 2.9.15
  386. Version 2.0.29 (Mar 21, 2021)
  387. -----------------------------
  388. * Miniflux requires at least Go 1.16 now
  389. * Improved support of Atom text constructs
  390. - Improve handling of CDATA in text elements
  391. - Omit XHTML root element because it should not be part of the content
  392. - Fix incorrect parsing of HTML elements
  393. * Handle RDF feed with HTML encoded entry title
  394. * Add Turkish language
  395. * Improve deletion of feeds with lots of entries
  396. * Add support of Systemd readiness notification using the sd_notify protocol
  397. * Remove feed_icons service worker cache because it's causing more problems than it solves (and HTTP cache seems faster)
  398. * Add basic PWA offline page
  399. - Add basic offline mode when using the service worker
  400. - Starting in Chrome 93, offline mode is going to be a requirement to install the PWA
  401. * Replace icon for "Add to home screen" button
  402. * Use SVG icons for "toast" notifications
  403. * Use SVG sprite for icons instead of inline elements
  404. * Reset scroll position on mark page as read
  405. * Add link to mark all feed entries as read
  406. * Make web app display mode configurable (The change is visible after reinstalling the web app)
  407. * Handle RSS feeds with CDATA in author item element
  408. * Add read time on the article page
  409. * Avoid showing a broken image when there is no feed icon
  410. * Add option to allow self-signed or invalid certificates
  411. * Add new config option to scrape YouTube's website to get video duration as read time (disabled by default)
  412. * Send full article content to Wallabag
  413. * Add more extensive health check support
  414. - Improve endpoint to test database connection
  415. - Add new cli argument: -healthcheck
  416. - Update Docker Compose examples
  417. * Update iframe "allow list" to support Bilibili videos
  418. * Remove completely generated files and use embed package to bundle JS/CSS/Images/Translations files into the final binary
  419. * Remove deprecated io/ioutil package
  420. * Show Postgres version in "About" page
  421. Version 2.0.28 (Feb 15, 2021)
  422. -----------------------------
  423. * Add HTTP header "Referrer-Policy: no-referrer"
  424. * Handle entry title with double encoded entities
  425. * Add Open Containers annotations to Docker image
  426. * Remove iframe inner HTML contents (iframe element never has fallback content)
  427. * Update date parser to fix another time zone issue
  428. * Update German translation for blocklist and keeplist
  429. * Validate Keep list and Block list rules syntax
  430. * Add support for IPv6 with zone index
  431. * Allow images with data URLs
  432. * Limit full-text search indexation to first 500K characters (tsvector has a size limit of 1MB)
  433. * Change PWA display mode to standalone
  434. * ETag value is not set correctly in HTTP client (regression)
  435. * Add database backed Let's Encrypt certificate cache
  436. * Add global option POLLING_PARSING_ERROR_LIMIT
  437. * Update systemd service file comments to use `systemctl edit` for editing
  438. * Update Go version to 1.15 in go.mod
  439. * Don't discard the "Fetch via Proxy" option
  440. * Update man page to show the default values
  441. * Add PostgreSQL indices
  442. * Add API endpoints to get feeds and entries of a category
  443. * Create feed query builder
  444. * Bump github.com/PuerkitoBio/goquery from 1.6.0 to 1.6.1
  445. * Show global options in the about page
  446. * Update man page to mention -1 can be used for CLEANUP_ARCHIVE_* options
  447. Version 2.0.27 (Jan 9, 2021)
  448. ----------------------------
  449. * Add spellcheck="false" to input fields
  450. * Refactoring of entry, feed, category, and user validation
  451. * Avoid stripping tags for entry title
  452. * Add the possibility to subscribe to feeds with the Android Share menu
  453. * API improvements:
  454. - Change feed creation request to allow setting most fields via API
  455. - Allow regular users to change settings via API
  456. - Make user fields editable via API
  457. - Renaming non-existent category via API should return a 404
  458. * Update Systemd service file:
  459. - Add capability CAP_NET_BIND_SERVICE (allow the process to listen on privileged ports)
  460. - Enable a private /tmp for $CERT_CACHE (required when using Let's Encrypt)
  461. * Update read/star icons to SVGs
  462. * Add autocomplete="username" to HTML forms
  463. * Improve user mass delete to use fewer Goroutines
  464. * Use SQL transaction when creating user sessions and users
  465. * Remove extra column (HSTORE field) from users table and migrate key/value pairs to specific columns
  466. * Bump github.com/prometheus/client_golang from 1.8.0 to 1.9.0
  467. * Bump github.com/lib/pq from 1.8.0 to 1.9.0
  468. * Add styles for <abbr> HTML tag
  469. * Refactor SQL migrations:
  470. - Avoid embedding SQL files into binary
  471. - Allow more flexible changes by using Go functions
  472. * Add Server-Timing header to unread page
  473. * Show correct User Agent in input placeholders
  474. * Add autocomplete attribute to login form
  475. * Add Grafana dashboard in contrib folder
  476. Version 2.0.26 (Dec 5, 2020)
  477. ----------------------------
  478. * Use created_at instead of published_at for archiving entries
  479. * Add created_at field for entries
  480. * Handle invalid feeds with relative URLs
  481. * Add API routes for "mark all as read"
  482. * Add support for setting a global default User-Agent
  483. * Add rewrite rule "replace" for custom search and replace
  484. * Calculate reading time during feed processing
  485. * Handle various invalid dates
  486. * systemd: keep /run writeable
  487. * debian package: add missing post-install script
  488. * Do not follow redirects when trying known feed URLs
  489. * Trim spaces around icon URLs
  490. * Reinstate EXPOSE instruction in Dockerfile
  491. * Update German and Portuguese translations
  492. Version 2.0.25 (Nov 3, 2020)
  493. ----------------------------
  494. * Rename "original" link to be more explicit
  495. * Do not escape HTML for Atom 1.0 text content during parsing (Avoid HTML entities issues)
  496. * Do not use charset.NewReader if the body is a valid UTF-8 document
  497. * Restore the ability to use a proxy for all HTTP requests (see https://golang.org/pkg/net/http/#ProxyFromEnvironment)
  498. * Show Git commit in about page
  499. * Publish Docker images to GitHub Container Registry
  500. * Added few Docker Compose examples in contrib folder
  501. * Added Ansible Role + Playbook for Miniflux in contrib folder
  502. * Add rewrite rule to use noscript content for images rendered with Javascript
  503. * Bump github.com/prometheus/client_golang from 1.7.1 to 1.8.0
  504. * Update contributor link and Godoc badge for API client
  505. * Move Debian package builder to main repository
  506. * Move RPM build files to main repository
  507. * Add GitHub Action to generate Docker images
  508. * Build multi-platform images with Docker Buildx
  509. * Add keyboard shortcut to scroll current item to the top
  510. * Add feed filters (Keeplist and Blocklist)
  511. * Do not proxy image with a data URL
  512. * Bump github.com/PuerkitoBio/goquery from 1.5.1 to 1.6.0
  513. * Proxify articles crawled manually
  514. * Proxify images defined in srcset attribute
  515. * Remove plaintext Fever password from database
  516. * Add keyboard shortcut to jump to an item's feed page
  517. * Add option for swipe gesture on entries on mobile
  518. Version 2.0.24 (Oct 3, 2020)
  519. ----------------------------
  520. * Add rewrite rule to fix Medium.com images
  521. * Update sanitizer to support responsive images:
  522. - Add support for picture HTML tag
  523. - Add support for srcset, media, and sizes attributes to img and source tags
  524. * Enhance man page formatting
  525. * Add Prometheus exporter
  526. * Remove dependency on global config options in HTTP client
  527. * API:
  528. - Avoid database lookup if empty credentials are provided
  529. - Add the possibility to filter entries by category ID
  530. - Add the possibility to filter entries by a list of statuses
  531. * Add Feed ID in worker error logs
  532. * Tweak default HTTP client transport timeout values to reduce the number of file descriptors
  533. * CSS tweaks and optimizations:
  534. - Prevent sub and sup from affecting line-height
  535. - Set touch-action on .items to prevent browser navigation
  536. - Move font-family specific CSS to the appropriate file
  537. - Update primary font-family for UI to be even more compatible with various operating systems
  538. - Make .entry-content font-weight variable depending on font-family used
  539. * Avoid Javascript minifier to break keyboard shortcuts
  540. * Rename service worker script to avoid being blocked by uBlock
  541. * Update date parser to handle Pacific Daylight Time in addition to Pacific Standard Time
  542. * Create index to speed up bookmark page
  543. * Do not try to update a duplicated feed after a refresh
  544. * Use a transaction to refresh and create entries
  545. * Speed up entries clean up with an index and a goroutine
  546. * Avoid the accumulation of enclosures by keeping only what is referenced in the feed
  547. * Add workarounds for parsing an invalid date
  548. * Archive older entries first
  549. * Update API client to support more filters
  550. * Avoid duplication between get feed entries and get entries API endpoints
  551. * Enable strict slash to avoid a page not found (404) when using a trailing slash in the URLs
  552. * Add a submit button to each section of the integration page
  553. * Reload page after making page as read when showing unread entries
  554. * Add option to archive unread entries
  555. * Add option to enable maintenance mode
  556. * Add HTTP proxy option for subscriptions
  557. * Make add_invidious_video rule applicable for different invidious instances
  558. * Fix reading time for jp, ko and zh languages
  559. * Update POLLING_SCHEDULER description in man page
  560. * Bump gorilla/mux from 1.7.4 to 1.8.0
  561. * Add link to mark a feed as read
  562. Version 2.0.23 (Aug 15, 2020)
  563. -----------------------------
  564. * Try known URLs when discovering subscriptions
  565. * Add workarounds to find YouTube channel feeds (YouTube doesn't expose RSS links anymore for new-style URLs)
  566. * Increase HTTP server timeout values
  567. * Use stdlib constants for HTTP methods instead of strings
  568. * Add support for RTL feed content
  569. * Ignore <media:title> to avoid overriding the default title if they are different
  570. * Add support for secret keys exposed as a file (useful for containerized environments)
  571. * Display recent entries first in search results
  572. * Do not archive shared items
  573. * Add option to change the number of entries per page
  574. * Add Brazilian Portuguese (pt_BR) translation
  575. * Add reading time for entries
  576. * Redirect to login page if CSRF token is expired
  577. * Fever API:
  578. - Use getEntryIDs instead of getEntries to reduce memory consumption
  579. - Fix max_id argument logic to follow the specs
  580. - Improve logging
  581. - Do not send articles to external services when unsaving an item
  582. - Create index to speed up API calls
  583. - Log client IP in middleware
  584. * API client: Do not return body for response with no content
  585. * REST API:
  586. - Delete users asynchronously (Deleting large users might lock the tables)
  587. - Add CORS support
  588. * Align entry actions to the left
  589. - Attempt to avoid awkward alignment on smartphone screens
  590. - Keep the read/star actions aligned to the left
  591. - Remove CSS flex to allow easier override with custom CSS
  592. * Upgrade Postgres client library
  593. * Upgrade CI checks to Go 1.15
  594. Version 2.0.22 (Jun 19, 2020)
  595. -----------------------------
  596. * Remove child-src CSP policy (deprecated)
  597. * Add /version endpoint
  598. * Add the ability to use custom css
  599. * Handle more invalid dates
  600. * Add CSS styles for textarea
  601. * Add index to speed up slow query
  602. * Speed up feed list page rendering
  603. * Add alternative scheduler based on the number of entries
  604. * Setup Dependabot on GitHub
  605. * Update Docker image to Alpine 3.12
  606. * Add feed option to ignore HTTP cache
  607. * Fix some Italian and German translations
  608. * Added scraper rule for RayWenderlich.com, TheOatmeal.com, financialsamurai.com, dilbert.com and turnoff.us
  609. * Replace link to categories by a link to the list of entries in "Category > Feeds" page
  610. * Change feed title to a link to the original website
  611. * Add icons to feeds and categories list
  612. * Update dependencies and remove vendor folder
  613. Version 2.0.21 (Mar 28, 2020)
  614. -----------------------------
  615. * Add SVG icons to entry actions
  616. * Add support for Invidious
  617. - Embed Invidious player for invidio.us feeds
  618. - Add new rewrite rule to use Invidious player for Youtube feeds
  619. * Check during application startup if the database schema is up to date
  620. * Change default theme for public pages to "System Serif"
  621. * Add feature to share an article (create a public link of a feed entry)
  622. * Fix SQL injection in full-text search rank ordering
  623. * Add generic OpenID Connect provider (OAuth2)
  624. * Use more secure TLS configuration for autocert server (increase SSL Labs score from B to A+)
  625. * Add feature to create per-application API Keys
  626. * Add Go 1.14 to GitHub Actions
  627. * Add scraper rule for wdwnt.com
  628. * Add API client function to refresh all feeds
  629. * Add API endpoint to refresh all feeds
  630. * Add Auth Proxy authentication
  631. * Use rel=prev/next on pagination links
  632. Version 2.0.20 (Feb 15, 2020)
  633. -----------------------------
  634. * Add Japanese translation
  635. * History: show entries in the order in which they were read
  636. * Add button to add to Home screen
  637. * Ignore enclosures without URL
  638. * Correct spelling of "toggle"
  639. * List view: align information to the left side, and the actionable buttons to the right
  640. * Redirect to /unread when getting a 404 for an unread expired entry
  641. * Do not advance to the next item when using the 'v' shortcut on the list of starred items
  642. * Wrap around when navigating with keyboard shortcuts on a list view
  643. * Remove unused Feed.Entries and Entry.Category from API client
  644. * Add comments link keyboard shortcut
  645. * Allow application/xhtml+xml links as comments URL in Atom replies
  646. * Allow only absolute URLs in comments URL
  647. * Use internal XML workarounds to detect feed format
  648. * Make menu consistent across feed pages
  649. * Make sure external URLs are not encoded incorrectly by Go template engine
  650. * Make sure whitelisted URI schemes are handled properly by the sanitizer
  651. * Use white background for favicon (Improve legibility when using a dark theme)
  652. * Remove dependency on Sed to build Docker images
  653. * Normalize URL query string before executing HTTP requests
  654. * Improve Dublin Core support for RDF feeds
  655. * Improve Podcast support (iTunes and Google Play feeds)
  656. * Add support for Atom 0.3
  657. * Add support for Atom "replies" link relation
  658. * Return outer HTML when scraping elements
  659. * Update scraper rule for "Le Monde"
  660. * Filter valid XML characters for UTF-8 XML documents before decoding
  661. * Trim spaces for RDF entry links
  662. Version 2.0.19 (Dec 1, 2019)
  663. ----------------------------
  664. * Add shortcut "V" to open original link in current tab
  665. * Add the possibility to add rules during feed creation
  666. * Wrap attachments into <details> disclosure element
  667. * Show attachment size on entry page
  668. * Add support of RSS Media elements (group, description, peer link, and thumbnails)
  669. * Add rewrite functions: convert_text_link and nl2br
  670. * Add scraper rule for openingsource.org
  671. * Add Makefile target to build only amd64 Docker image
  672. * Make sure to remove integration settings when removing a user
  673. * Add API parameter to filter entries by category
  674. * Display list of feeds per category
  675. * Show the number of read and unread entries for each feed
  676. * Make sure settings menu is consistent
  677. * Remove fixed table-layout for entry content
  678. * Update autocert lib because ACME v1 is EOL
  679. * Do not lighten blockquote font color
  680. * Update de_DE translation
  681. * Send a response when changing status of removed entries in Fever API
  682. * Add meta tag to disable Google Translate
  683. * Improve storage module
  684. * Improve XML decoder to remove illegal characters
  685. * Compare Fever token case-insensitively
  686. * Make sure integration tests are marked as failed in Github Actions
  687. * Add new formats to date parser
  688. * Add notification message when using keyboard shortcuts: f, s, and m.
  689. * Avoid keyboard shortcuts to conflict with Firefox’s "Find as you type" feature
  690. Version 2.0.18 (Sep 25, 2019)
  691. -----------------------------
  692. * Add Docker image variant for arm32v7
  693. * Add theme variants
  694. - Use CSS variables instead of inherence
  695. - Rename default theme to "Light - Serif"
  696. - Rename Black theme to "Dark - Serif"
  697. - Rename "Sans-Serif" theme to "Light - Sans Serif"
  698. - Add "System" theme that use system preferences: Dark or Light
  699. - Add Serif and Sans-Serif variants for each color theme
  700. * Avoid constraint error when having duplicate entries during feed creation
  701. * Disable strict XML parsing
  702. * Ignore invalid content type
  703. * Update man page
  704. * Replace Travis by GitHub Actions
  705. * Rename cleanup config variables and deprecate old ones
  706. - CLEANUP_FREQUENCY_HOURS instead of CLEANUP_FREQUENCY
  707. - CLEANUP_ARCHIVE_READ_DAYS instead of ARCHIVE_READ_DAYS
  708. * Make configurable the number of days to remove old sessions
  709. * Add native lazy loading for images and iframes
  710. * Do not buffer responses in the image proxy
  711. * Update dependencies
  712. * Add Go 1.13 to test matrix
  713. * Replace link border by outline to avoid slight content shift
  714. * New rewrite function: add_mailto_subject
  715. * Import OPML from URL
  716. * Fix HTML injection in addImageTitle
  717. * Accept HTML entities when parsing XML
  718. Version 2.0.17 (Aug 3, 2019)
  719. ----------------------------
  720. * Update Docker image to Alpine Linux 3.10.1
  721. * Pass auth header to manifest request (crossorigin attribute)
  722. * Sort feed categories before serialization
  723. * Fix syntax errors in man page
  724. * Add .search margin-right
  725. * Ask for confirmation before flushing history, marking page as read, and mark all as read
  726. * Add option to disable feeds
  727. Version 2.0.16 (Jun 8, 2019)
  728. ----------------------------
  729. * Add option to toggle date/time in log messages
  730. * Add optional config file parser in addition to environment variables
  731. * Make HTTP Client timeout and max body size configurable
  732. * Refactor config package:
  733. - Parse configuration only once during startup time
  734. - Store configuration values in a global variable
  735. * Flip behavior of j and k keyboard shortcuts
  736. * Bump Postgresql client library to v1.1.1 to bring in SCRAM-SHA-256 authentication
  737. * Add option to enable/disable keyboard shortcuts
  738. * Add missing translation
  739. * Improve page reload when showing unread/all entries:
  740. - Show only unread entries = refresh current page
  741. - Show all entries = go to next page
  742. * Always display feed entries even when there is a feed error
  743. * Use loading label instead of saving when submitting login form
  744. * Add OPML v1 support during importation
  745. * Add 'allow-popups' to iframe sandbox permissions
  746. Version 2.0.15 (Mar 16, 2019)
  747. -----------------------------
  748. * Move Dockerfile to main repo
  749. * Change location of the binary from /usr/local/bin to /usr/bin in Docker image
  750. * Add double tap detection for next/previous page navigation
  751. * Allow users to disable auto-remove
  752. * Make parser compatible with Go 1.12
  753. * Add Golang 1.12 to CI
  754. * Use feed ID instead of user ID to check entry URLs presence
  755. * Fix typo in stylesheet
  756. * Sort search results by relevance
  757. * Use preferably the published date for Atom feeds
  758. * Add Spanish translation
  759. * Rename session cookies
  760. * Handle the case when application session is expired and not user session
  761. Version 2.0.14 (Jan 13, 2019)
  762. -----------------------------
  763. * Only attempt to change password if the confirmation field is filled in (Firefox)
  764. * Remove URL from client user agent
  765. * Make the feed list order case-insensitive
  766. * Handle XHTML Summary elements for Atom feeds
  767. * Make UTF-8 the default encoding for XML feeds
  768. * Add more targets to Makefile
  769. * Add -mod=vendor in Makefile
  770. * Move health check endpoint from ui package to httpd service
  771. * Add workaround for non GMT dates (RFC822, RFC850, and RFC1123)
  772. * Make sure `<strong>` elements are bold
  773. * Show scrollbars only when necessary for <pre> elements
  774. * Add Italian translation
  775. * Allow to switch between unread only and all entries on category/feed views
  776. * Add function storage.UpdateFeedError()
  777. * Add BBC News scraping rule
  778. * Ignore JSON feeds from EnsureUnicode()
  779. * Preserve category selection when no feed is found
  780. * Update XML encoding regex to take single quotes into consideration
  781. * Send cli errors to stderr
  782. * Update dependencies
  783. * Make password prompt compatible with Windows
  784. * Make configurable the number of days to archive read items
  785. * Change log level to debug when starting workers
  786. * Do not show $DATABASE_URL warning when showing application info
  787. * Move image proxy filter to template functions
  788. * Update scraper rule for lemonde.fr
  789. * Refactor manual entry scraper
  790. * Apply rewriter rules on manual "Fetch Original Content"
  791. * Add Makefile target for current OS and architecture
  792. * Improve Makefile
  793. Version 2.0.13 (Nov 25, 2018)
  794. -----------------------------
  795. * Add man page
  796. * Add support for Systemd Socket Activation (experimental)
  797. * Add the possibility to listen on Unix sockets
  798. * Add config options to disable HTTP and scheduler services
  799. * Archive more read entries in cleanup job
  800. * Change default database connection string (backward compatible)
  801. * Improve logging messages in ui package
  802. * Improve overall Simplified Chinese translations
  803. * Improve time since post date displays:
  804. - "15 days" now is "15 days" rather than "3 weeks" ago
  805. - "32 days" is now "1 month" rather than "2 months" ago
  806. - "366 days" is now "1 year" rather than "2 years" ago
  807. * Allow the scraper to parse XHTML documents
  808. * Remove charset=utf-8 from JSON responses
  809. * Ignore hotkeys containing Control, Alt or Meta keys
  810. * Handle more encoding conversion edge cases
  811. * Disable go test caching
  812. * Avoid duplication of ldflags in Makefile
  813. * Fix wrong translation key for category pages
  814. * Code refactoring:
  815. - Simplify application HTTP middlewares
  816. - Replace daemon and scheduler package with service package
  817. - Move UI middlewares and routes to ui package
  818. - Move API middleware and routes to api package
  819. - Move Fever middleware and routes to fever package
  820. Version 2.0.12 (Oct 26, 2018)
  821. -----------------------------
  822. * Add OpenBSD build
  823. * Improve logging for OAuth2 callback
  824. * Make "g f" go to feed, or list of feeds
  825. * Add more details in feed storage errors to facilitate debugging
  826. * Add entries storage error to feed errors count
  827. * Set arbitrary maximum size for tsvector column
  828. * Unsubscribe from feed through link or "#"
  829. * Simplify feed entries filtering
  830. * Simplify feed fetcher
  831. * Simplify feed parser and format detection
  832. * Improve unit tests in url package
  833. * Add short cli flags -i and -v
  834. * Convert text links and line feeds to HTML in YouTube channels
  835. * Change link state when marking all entries as read
  836. * Add missing package descriptions for GoDoc
  837. * Fix typo in license header
  838. * Refactor HTTP response builder
  839. * Improve Fever API performances when marking a feed or group as read
  840. * Set focus on article link when pressing prev/next hotkeys
  841. * Improve request package and add more unit tests
  842. * Add more unit tests for config package
  843. * Simplify locale package usage (refactoring)
  844. * Translate application in Russian
  845. * Use disclosure widget <details> for advanced feed options
  846. * Use unique translation IDs instead of English text as key
  847. * Add more unit tests for template functions
  848. * Fix invalid output when truncating Unicode text in templates
  849. * Add the possibility to override default user agent for each feed
  850. * Split Makefile linux targets by architecture
  851. * Add compiler, Arch, and OS to info command
  852. * Avoid line break between emoji and (un)read/(un)star links
  853. * Build Docker image for multiple architectures (amd64, arm32v6, arm64v8)
  854. Version 2.0.11 (Sep 11, 2018)
  855. -----------------------------
  856. * Set cookie flag `SameSite` to Lax mode
  857. * Use predefined ciphers when TLS is configured
  858. * Avoid displaying an error when shutting down the daemon
  859. * Add "Mark this page as read" to the bottom
  860. * Store client IP address in request context
  861. * Refactor HTTP context handling
  862. * Make user creation via environment variables idempotent
  863. * Use regular text version of ✔︎ instead of emoji version on iOS
  864. * Add toggle status button to entry page
  865. * Migrate to Go Modules and Go 1.11
  866. * Show count of feeds with permanent errors in header menu
  867. * Display remote client IP in logs when having a login failure (Fail2Ban)
  868. * Add remove button in feed edit page
  869. * Split integration tests into multiple files
  870. * Update scraper rule for heise.de
  871. * Expose real error messages for internal server API errors
  872. * Move Golang API client in project source tree (the separate project is deprecated)
  873. * Use canonical imports
  874. * Add Procfile
  875. * Create database package (refactoring)
  876. * Update user agent with new website URL
  877. * Update German translation
  878. Version 2.0.10 (July 22, 2018)
  879. ------------------------------
  880. * Avoid browser caching issues when assets changes
  881. * Add Gzip/Deflate compression for HTML, JSON, CSS and Javascript responses
  882. * Improve themes handling
  883. * Store user theme in session
  884. * Logged out users will keep their theme
  885. * Add theme background color to web manifest and meta tag
  886. * Update application icon with different sizes
  887. * Add support for published tag in Atom feeds
  888. * Add tooltip to feed domain in feeds list (title attribute)
  889. * Prevent vertical scrolling on swipe
  890. * Show feed title instead of domain in items list
  891. * Add service worker to cache feed icons
  892. * Make image proxy configurable via IMAGE_PROXY environment variable:
  893. * none = No proxy
  894. * http-only = Proxy only non-HTTPS images (default)
  895. * all = Proxy everything
  896. * Add alt attribute for feed icons
  897. * Update CI jshint check
  898. * Add embedly.com to iframe whitelist
  899. * Use passive event listeners for touch events
  900. * Add `add_dynamic_image` rewriter for JavaScript-loaded images
  901. * Change feed password field type to text to avoid auto-completion with Firefox
  902. * Using autocomplete="off" or autocomplete="new-password" doesn't change anything
  903. * Changing the input ID doesn't change anything
  904. * Using a different input name doesn't change anything
  905. * Only Chrome supports autocomplete="new-password"
  906. * Add base URL validation
  907. * Update default stylesheet name in HTML layout
  908. * Pre-generate themes stylesheets at build time
  909. * Update vendor dependencies
  910. * Refactor assets bundler and split Javascript files
  911. * Run sanitizer after all processing and entry content rewrite
  912. * Remove timestamp from generated files
  913. * Add support for protocol relative YouTube URLs
  914. * Add Postgres full-text search for entries
  915. * Add search form in user interface
  916. * Add search parameter to the API
  917. * Improve Dutch locales
  918. * Sandbox iframes when sanitizing
  919. * Keep consistent text size on mobile orientation change
  920. * Change permission of /etc/miniflux.conf to 600 instead of 644 in RPM package
  921. * Add tzdata package to Docker image
  922. * Update Docker image to Alpine Linux 3.8
  923. Version 2.0.9 (July 1, 2018)
  924. ----------------------------
  925. * Avoid Chrome to autocomplete no-login password fields
  926. * Add cli flag to reset all feed errors
  927. * Do not ignore errored feeds when a user refresh feeds manually
  928. * Add specific 404 and 401 error messages
  929. * Strip binaries to reduce size
  930. * Make sure we always get the pagination in unread mode
  931. * Fix incorrect data value when toggling bookmark flag on entry page
  932. * Set opener to null when opening original URL with JavaScript
  933. * Remove unnecessary style
  934. * Refactor AddImageTitle rewriter
  935. * Only processes images with `src` **and** `title` attributes (others are ignored)
  936. * Processes **all** images in the document (not just the first one)
  937. * Wraps the image and its title attribute in a `figure` tag with the title attribute's contents in a `figcaption` tag
  938. * Improve sanitizer to remove `style`, `noscript` and `script` tag contents
  939. * Improve feed and user API updates with optional values
  940. * Add new fields for feed username/password
  941. * Improve memory usage debug log
  942. * Disable keep-alive for HTTP client
  943. * Close HTTP response body even for failed requests
  944. * Add Sans-Serif theme
  945. * Rewrite iframe Youtube URLs to https://www.youtube-nocookie.com
  946. * Add more filters for API call `/entries`:
  947. * before (unix timestamp)
  948. * before_entry_id (int64)
  949. * after (unix timestamp)
  950. * after_entry_id (int64)
  951. * starred (boolean)
  952. * Rewrite individual entry pagination SQL queries
  953. * Simplify entry query builder
  954. * Prevent items from sticking on touchend
  955. * Extended horizontal overflow to feed and category views
  956. * Translate missing strings
  957. * Update German translation
  958. Version 2.0.8 (June 4, 2018)
  959. ----------------------------
  960. * Add Pocket integration
  961. * Rewrite RealIP() to avoid returning an empty string
  962. * Convert IP field from text to inet type
  963. * Improve error handling in integration clients
  964. * Make unread counter clickable
  965. * Archive read entries automatically after 60 days
  966. * Hide horizontal overflow when swiping articles on touch devices
  967. * Add API endpoint to get logged user
  968. * Fever API: Return response with an empty list if there is no item
  969. * Handle feeds with dates formatted as Unix timestamp
  970. Version 2.0.7 (May 7, 2018)
  971. ---------------------------
  972. * Add API endpoint to import OPML file
  973. * Make sure to close request body in HTTP client
  974. * Do not show save link if no integration is configured
  975. * Make sure integrations are configured before to make any HTTP requests
  976. * Avoid people to unlink their OAuth2 account without having a local password
  977. * Do not use shared variable to translate templates (avoid concurrency issue)
  978. * Use vanilla HTTP handlers (refactoring)
  979. * Move HTTP client to its own package (refactoring)
  980. * Add middleware to read X-Forwarded-Proto header (refactoring)
  981. * Use Gorilla middleware (refactoring)
  982. * Scrape parent element for iframe
  983. * Add SoundCloud and Bandcamp iframe sources
  984. Version 2.0.6 (Apr 20, 2018)
  985. ----------------------------
  986. * Improve graceful shutdown
  987. * Simplify Heroku deployment
  988. * Display memory usage and some metrics in logs
  989. * Increase read/write timeout for HTTP server
  990. * Add support for Dublin Core date in RDF feeds
  991. * Do not return an error if the user session is not found
  992. * Handle some non-english date formats
  993. * Add missing French translation
  994. * Rename RSS parser getters
  995. * Get the right comments URL when having multiple namespaces
  996. * Ignore caching headers for feeds that send "Expires: 0"
  997. * Update translations
  998. Version 2.0.5 (Apr 7, 2018)
  999. ---------------------------
  1000. * Avoid unread counter to be off by one when reading an entry
  1001. * Add Comments URL to entries
  1002. * Add FreeBSD build target
  1003. * Handle RSS author elements with inner HTML
  1004. * Fix typo in translations
  1005. * Add Dutch translation
  1006. * Convert enclosure size field to bigint
  1007. * Switch CI to Go v1.10
  1008. * Fix broken OPML import when compiling with Go 1.10
  1009. Version 2.0.4 (Mar 5, 2018)
  1010. ---------------------------
  1011. * Add Simplified Chinese translation
  1012. * Add Nunux Keeper integration
  1013. * Filter the list of timezones
  1014. * Add timezone to entries dates for REST and Fever API
  1015. * Show last login and session creation date in current timezone
  1016. * Fix typo in edit user template
  1017. * Improve parser error messages
  1018. * Remove parentheses around feed error messages
  1019. * Support localized feed errors generated by background workers
  1020. * Print info message if DATABASE_URL is not set
  1021. Version 2.0.3 (Feb 19, 2018)
  1022. ----------------------------
  1023. * Add Polish translation
  1024. * Change color of <q> tags for black theme
  1025. * Add database indexes (don't forget to run database migrations)
  1026. * Handle Atom feeds with HTML title
  1027. * Strip invalid XML characters to avoid parsing errors
  1028. * Improve error handling for HTTP client
  1029. Version 2.0.2 (Feb 5, 2018)
  1030. ---------------------------
  1031. * Add support for Let's Encrypt http-01 challenge
  1032. * Move template functions outside engine (refactoring)
  1033. * Take timezone into consideration when calculating relative time
  1034. * Add support for HTTP Strict Transport Security header
  1035. * Add support for base URLs with subfolders
  1036. * Add missing about menu in settings
  1037. * Show API URL endpoints in user interface
  1038. * Do not update entry date while refreshing a feed
  1039. * Add flag to toggle debug logging
  1040. * Improve unread counter updates
  1041. Version 2.0.1 (Jan 22, 2018)
  1042. ----------------------------
  1043. * Change user agent (People are blocking the crawler with mod_security)
  1044. * Move environment variables to config package (refactoring)
  1045. * Add build targets for all ARM architectures
  1046. * Do not crawl existing entry URLs
  1047. * Show translated login page in user language when logged out
  1048. * Handle more encoding edge cases:
  1049. - Feeds with charset specified only in Content-Type header and not in XML document
  1050. - Feeds with charset specified in both places
  1051. - Feeds with charset specified only in XML document and not in HTTP header
  1052. * Add German translation
  1053. * Add mark as read/unread link on list items
  1054. * Add API endpoint for OPML export
  1055. Version 2.0.0 (Jan 11, 2018)
  1056. ----------------------------
  1057. * Initial release of Miniflux 2.