ChangeLog 42 KB

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