ChangeLog 61 KB

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