ChangeLog 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509
  1. Version 2.0.22 (Jun 19, 2020)
  2. -----------------------------
  3. * Remove child-src CSP policy (deprecated)
  4. * Add /version endpoint
  5. * Add the ability to use custom css
  6. * Handle more invalid dates
  7. * Add CSS styles for textarea
  8. * Add index to speed up slow query
  9. * Speed up feed list page rendering
  10. * Add alternative scheduler based on the number of entries
  11. * Setup Dependabot on GitHub
  12. * Update Docker image to Alpine 3.12
  13. * Add feed option to ignore HTTP cache
  14. * Fix some Italian and German translations
  15. * Added scraper rule for RayWenderlich.com, TheOatmeal.com, financialsamurai.com, dilbert.com and turnoff.us
  16. * Replace link to categories by a link to the list of entries in "Category > Feeds" page
  17. * Change feed title to a link to the original website
  18. * Add icons to feeds and categories list
  19. * Update dependencies and remove vendor folder
  20. Version 2.0.21 (Mar 28, 2020)
  21. -----------------------------
  22. * Add SVG icons to entry actions
  23. * Add support for Invidious
  24. - Embed Invidious player for invidio.us feeds
  25. - Add new rewrite rule to use Invidious player for Youtube feeds
  26. * Check during application startup if the database schema is up to date
  27. * Change default theme for public pages to "System Serif"
  28. * Add feature to share an article (create a public link of a feed entry)
  29. * Fix SQL injection in full-text search rank ordering
  30. * Add generic OpenID Connect provider (OAuth2)
  31. * Use more secure TLS configuration for autocert server (increase SSL Labs score from B to A+)
  32. * Add feature to create per-application API Keys
  33. * Add Go 1.14 to GitHub Actions
  34. * Add scraper rule for wdwnt.com
  35. * Add API client function to refresh all feeds
  36. * Add API endpoint to refresh all feeds
  37. * Add Auth Proxy authentication
  38. * Use rel=prev/next on pagination links
  39. Version 2.0.20 (Feb 15, 2020)
  40. -----------------------------
  41. * Add Japanese translation
  42. * History: show entries in the order in which they were read
  43. * Add button to add to Home screen
  44. * Ignore enclosures without URL
  45. * Correct spelling of "toggle"
  46. * List view: align information to the left side, and the actionable buttons to the right
  47. * Redirect to /unread when getting a 404 for an unread expired entry
  48. * Do not advance to the next item when using the 'v' shortcut on the list of starred items
  49. * Wrap around when navigating with keyboard shortcuts on a list view
  50. * Remove unused Feed.Entries and Entry.Category from API client
  51. * Add comments link keyboard shortcut
  52. * Allow application/xhtml+xml links as comments URL in Atom replies
  53. * Allow only absolute URLs in comments URL
  54. * Use internal XML workarounds to detect feed format
  55. * Make menu consistent across feed pages
  56. * Make sure external URLs are not encoded incorrectly by Go template engine
  57. * Make sure whitelisted URI schemes are handled properly by the sanitizer
  58. * Use white background for favicon (Improve legibility when using a dark theme)
  59. * Remove dependency on Sed to build Docker images
  60. * Normalize URL query string before executing HTTP requests
  61. * Improve Dublin Core support for RDF feeds
  62. * Improve Podcast support (iTunes and Google Play feeds)
  63. * Add support for Atom 0.3
  64. * Add support for Atom "replies" link relation
  65. * Return outer HTML when scraping elements
  66. * Update scraper rule for "Le Monde"
  67. * Filter valid XML characters for UTF-8 XML documents before decoding
  68. * Trim spaces for RDF entry links
  69. Version 2.0.19 (Dec 1, 2019)
  70. ----------------------------
  71. * Add shortcut "V" to open original link in current tab
  72. * Add the possibility to add rules during feed creation
  73. * Wrap attachments into <details> disclosure element
  74. * Show attachment size on entry page
  75. * Add support of RSS Media elements (group, description, peer link, and thumbnails)
  76. * Add rewrite functions: convert_text_link and nl2br
  77. * Add scraper rule for openingsource.org
  78. * Add Makefile target to build only amd64 Docker image
  79. * Make sure to remove integration settings when removing a user
  80. * Add API parameter to filter entries by category
  81. * Display list of feeds per category
  82. * Show the number of read and unread entries for each feed
  83. * Make sure settings menu is consistent
  84. * Remove fixed table-layout for entry content
  85. * Update autocert lib because ACME v1 is EOL
  86. * Do not lighten blockquote font color
  87. * Update de_DE translation
  88. * Send a response when changing status of removed entries in Fever API
  89. * Add meta tag to disable Google Translate
  90. * Improve storage module
  91. * Improve XML decoder to remove illegal characters
  92. * Compare Fever token case-insensitively
  93. * Make sure integration tests are marked as failed in Github Actions
  94. * Add new formats to date parser
  95. * Add notification message when using keyboard shortcuts: f, s, and m.
  96. * Avoid keyboard shortcuts to conflict with Firefox’s "Find as you type" feature
  97. Version 2.0.18 (Sep 25, 2019)
  98. -----------------------------
  99. * Add Docker image variant for arm32v7
  100. * Add theme variants
  101. - Use CSS variables instead of inherence
  102. - Rename default theme to "Light - Serif"
  103. - Rename Black theme to "Dark - Serif"
  104. - Rename "Sans-Serif" theme to "Light - Sans Serif"
  105. - Add "System" theme that use system preferences: Dark or Light
  106. - Add Serif and Sans-Serif variants for each color theme
  107. * Avoid constraint error when having duplicate entries during feed creation
  108. * Disable strict XML parsing
  109. * Ignore invalid content type
  110. * Update man page
  111. * Replace Travis by GitHub Actions
  112. * Rename cleanup config variables and deprecate old ones
  113. - CLEANUP_FREQUENCY_HOURS instead of CLEANUP_FREQUENCY
  114. - CLEANUP_ARCHIVE_READ_DAYS instead of ARCHIVE_READ_DAYS
  115. * Make configurable the number of days to remove old sessions
  116. * Add native lazy loading for images and iframes
  117. * Do not buffer responses in the image proxy
  118. * Update dependencies
  119. * Add Go 1.13 to test matrix
  120. * Replace link border by outline to avoid slight content shift
  121. * New rewrite function: add_mailto_subject
  122. * Import OPML from URL
  123. * Fix HTML injection in addImageTitle
  124. * Accept HTML entities when parsing XML
  125. Version 2.0.17 (Aug 3, 2019)
  126. ----------------------------
  127. * Update Docker image to Alpine Linux 3.10.1
  128. * Pass auth header to manifest request (crossorigin attribute)
  129. * Sort feed categories before serialization
  130. * Fix syntax errors in man page
  131. * Add .search margin-right
  132. * Ask for confirmation before flushing history, marking page as read, and mark all as read
  133. * Add option to disable feeds
  134. Version 2.0.16 (Jun 8, 2019)
  135. ----------------------------
  136. * Add option to toggle date/time in log messages
  137. * Add optional config file parser in addition to environment variables
  138. * Make HTTP Client timeout and max body size configurable
  139. * Refactor config package:
  140. - Parse configuration only once during startup time
  141. - Store configuration values in a global variable
  142. * Flip behavior of j and k keyboard shortcuts
  143. * Bump Postgresql client library to v1.1.1 to bring in SCRAM-SHA-256 authentication
  144. * Add option to enable/disable keyboard shortcuts
  145. * Add missing translation
  146. * Improve page reload when showing unread/all entries:
  147. - Show only unread entries = refresh current page
  148. - Show all entries = go to next page
  149. * Always display feed entries even when there is a feed error
  150. * Use loading label instead of saving when submitting login form
  151. * Add OPML v1 support during importation
  152. * Add 'allow-popups' to iframe sandbox permissions
  153. Version 2.0.15 (Mar 16, 2019)
  154. -----------------------------
  155. * Move Dockerfile to main repo
  156. * Change location of the binary from /usr/local/bin to /usr/bin in Docker image
  157. * Add double tap detection for next/previous page navigation
  158. * Allow users to disable auto-remove
  159. * Make parser compatible with Go 1.12
  160. * Add Golang 1.12 to CI
  161. * Use feed ID instead of user ID to check entry URLs presence
  162. * Fix typo in stylesheet
  163. * Sort search results by relevance
  164. * Use preferably the published date for Atom feeds
  165. * Add Spanish translation
  166. * Rename session cookies
  167. * Handle the case when application session is expired and not user session
  168. Version 2.0.14 (Jan 13, 2019)
  169. -----------------------------
  170. * Only attempt to change password if the confirmation field is filled in (Firefox)
  171. * Remove URL from client user agent
  172. * Make the feed list order case-insensitive
  173. * Handle XHTML Summary elements for Atom feeds
  174. * Make UTF-8 the default encoding for XML feeds
  175. * Add more targets to Makefile
  176. * Add -mod=vendor in Makefile
  177. * Move health check endpoint from ui package to httpd service
  178. * Add workaround for non GMT dates (RFC822, RFC850, and RFC1123)
  179. * Make sure `<strong>` elements are bold
  180. * Show scrollbars only when necessary for <pre> elements
  181. * Add Italian translation
  182. * Allow to switch between unread only and all entries on category/feed views
  183. * Add function storage.UpdateFeedError()
  184. * Add BBC News scraping rule
  185. * Ignore JSON feeds from EnsureUnicode()
  186. * Preserve category selection when no feed is found
  187. * Update XML encoding regex to take single quotes into consideration
  188. * Send cli errors to stderr
  189. * Update dependencies
  190. * Make password prompt compatible with Windows
  191. * Make configurable the number of days to archive read items
  192. * Change log level to debug when starting workers
  193. * Do not show $DATABASE_URL warning when showing application info
  194. * Move image proxy filter to template functions
  195. * Update scraper rule for lemonde.fr
  196. * Refactor manual entry scraper
  197. * Apply rewriter rules on manual "Fetch Original Content"
  198. * Add Makefile target for current OS and architecture
  199. * Improve Makefile
  200. Version 2.0.13 (Nov 25, 2018)
  201. -----------------------------
  202. * Add man page
  203. * Add support for Systemd Socket Activation (experimental)
  204. * Add the possiblity to listen on Unix sockets
  205. * Add config options to disable HTTP and scheduler services
  206. * Archive more read entries in cleanup job
  207. * Change default database connection string (backward compatible)
  208. * Improve logging messages in ui package
  209. * Improve overall Simplified Chinese translations
  210. * Improve time since post date displays:
  211. - "15 days" now is "15 days" rather than "3 weeks" ago
  212. - "32 days" is now "1 month" rather than "2 months" ago
  213. - "366 days" is now "1 year" rather than "2 years" ago
  214. * Allow the scraper to parse XHTML documents
  215. * Remove charset=utf-8 from JSON responses
  216. * Ignore hotkeys containing Control, Alt or Meta keys
  217. * Handle more encoding conversion edge cases
  218. * Disable go test caching
  219. * Avoid duplication of ldflags in Makefile
  220. * Fix wrong translation key for category pages
  221. * Code refactoring:
  222. - Simplify application HTTP middlewares
  223. - Replace daemon and scheduler package with service package
  224. - Move UI middlewares and routes to ui package
  225. - Move API middleware and routes to api package
  226. - Move Fever middleware and routes to fever package
  227. Version 2.0.12 (Oct 26, 2018)
  228. -----------------------------
  229. * Add OpenBSD build
  230. * Improve logging for OAuth2 callback
  231. * Make "g f" go to feed, or list of feeds
  232. * Add more details in feed storage errors to facilitate debugging
  233. * Add entries storage error to feed errors count
  234. * Set arbitrary maximum size for tsvector column
  235. * Unsubscribe from feed through link or "#"
  236. * Simplify feed entries filtering
  237. * Simplify feed fetcher
  238. * Simplify feed parser and format detection
  239. * Improve unit tests in url package
  240. * Add short cli flags -i and -v
  241. * Convert text links and line feeds to HTML in YouTube channels
  242. * Change link state when marking all entries as read
  243. * Add missing package descriptions for GoDoc
  244. * Fix typo in license header
  245. * Refactor HTTP response builder
  246. * Improve Fever API performances when marking a feed or group as read
  247. * Set focus on article link when pressing prev/next hotkeys
  248. * Improve request package and add more unit tests
  249. * Add more unit tests for config package
  250. * Simplify locale package usage (refactoring)
  251. * Translate application in Russian
  252. * Use disclosure widget <details> for advanced feed options
  253. * Use unique translation IDs instead of English text as key
  254. * Add more unit tests for template functions
  255. * Fix invalid output when truncating Unicode text in templates
  256. * Add the possibility to override default user agent for each feed
  257. * Split Makefile linux targets by architecture
  258. * Add compiler, Arch, and OS to info command
  259. * Avoid line break between emoji and (un)read/(un)star links
  260. * Build Docker image for multiple architectures (amd64, arm32v6, arm64v8)
  261. Version 2.0.11 (Sep 11, 2018)
  262. -----------------------------
  263. * Set cookie flag `SameSite` to Lax mode
  264. * Use predefined ciphers when TLS is configured
  265. * Avoid displaying an error when shutting down the daemon
  266. * Add "Mark this page as read" to the bottom
  267. * Store client IP address in request context
  268. * Refactor HTTP context handling
  269. * Make user creation via environment variables idempotent
  270. * Use regular text version of ✔︎ instead of emoji version on iOS
  271. * Add toggle status button to entry page
  272. * Migrate to Go Modules and Go 1.11
  273. * Show count of feeds with permanent errors in header menu
  274. * Display remote client IP in logs when having a login failure (Fail2Ban)
  275. * Add remove button in feed edit page
  276. * Split integration tests into multiple files
  277. * Update scraper rule for heise.de
  278. * Expose real error messages for internal server API errors
  279. * Move Golang API client in project source tree (the separate project is deprecated)
  280. * Use canonical imports
  281. * Add Procfile
  282. * Create database package (refactoring)
  283. * Update user agent with new website URL
  284. * Update German translation
  285. Version 2.0.10 (July 22, 2018)
  286. ------------------------------
  287. * Avoid browser caching issues when assets changes
  288. * Add Gzip/Deflate compression for HTML, JSON, CSS and Javascript responses
  289. * Improve themes handling
  290. * Store user theme in session
  291. * Logged out users will keep their theme
  292. * Add theme background color to web manifest and meta tag
  293. * Update application icon with different sizes
  294. * Add support for published tag in Atom feeds
  295. * Add tooltip to feed domain in feeds list (title attribute)
  296. * Prevent vertical scrolling on swipe
  297. * Show feed title instead of domain in items list
  298. * Add service worker to cache feed icons
  299. * Make image proxy configurable via IMAGE_PROXY environment variable:
  300. * none = No proxy
  301. * http-only = Proxy only non-HTTPS images (default)
  302. * all = Proxy everything
  303. * Add alt attribute for feed icons
  304. * Update CI jshint check
  305. * Add embedly.com to iframe whitelist
  306. * Use passive event listeners for touch events
  307. * Add `add_dynamic_image` rewriter for JavaScript-loaded images
  308. * Change feed password field type to text to avoid auto-completion with Firefox
  309. * Using autocomplete="off" or autocomplete="new-password" doesn't change anything
  310. * Changing the input ID doesn't change anything
  311. * Using a different input name doesn't change anything
  312. * Only Chrome supports autocomplete="new-password"
  313. * Add base URL validation
  314. * Update default stylesheet name in HTML layout
  315. * Pre-generate themes stylesheets at build time
  316. * Update vendor dependencies
  317. * Refactor assets bundler and split Javascript files
  318. * Run sanitizer after all processing and entry content rewrite
  319. * Remove timestamp from generated files
  320. * Add support for protocol relative YouTube URLs
  321. * Add Postgres full-text search for entries
  322. * Add search form in user interface
  323. * Add search parameter to the API
  324. * Improve Dutch locales
  325. * Sandbox iframes when sanitizing
  326. * Keep consistent text size on mobile orientation change
  327. * Change permission of /etc/miniflux.conf to 600 instead of 644 in RPM package
  328. * Add tzdata package to Docker image
  329. * Update Docker image to Alpine Linux 3.8
  330. Version 2.0.9 (July 1, 2018)
  331. ----------------------------
  332. * Avoid Chrome to autocomplete no-login password fields
  333. * Add cli flag to reset all feed errors
  334. * Do not ignore errored feeds when a user refresh feeds manually
  335. * Add specific 404 and 401 error messages
  336. * Strip binaries to reduce size
  337. * Make sure we always get the pagination in unread mode
  338. * Fix incorrect data value when toggling bookmark flag on entry page
  339. * Set opener to null when opening original URL with JavaScript
  340. * Remove unnecessary style
  341. * Refactor AddImageTitle rewriter
  342. * Only processes images with `src` **and** `title` attributes (others are ignored)
  343. * Processes **all** images in the document (not just the first one)
  344. * Wraps the image and its title attribute in a `figure` tag with the title attribute's contents in a `figcaption` tag
  345. * Improve sanitizer to remove `style`, `noscript` and `script` tag contents
  346. * Improve feed and user API updates with optional values
  347. * Add new fields for feed username/password
  348. * Improve memory usage debug log
  349. * Disable keep-alive for HTTP client
  350. * Close HTTP response body even for failed requests
  351. * Add Sans-Serif theme
  352. * Rewrite iframe Youtube URLs to https://www.youtube-nocookie.com
  353. * Add more filters for API call `/entries`:
  354. * before (unix timestamp)
  355. * before_entry_id (int64)
  356. * after (unix timestamp)
  357. * after_entry_id (int64)
  358. * starred (boolean)
  359. * Rewrite individual entry pagination SQL queries
  360. * Simplify entry query builder
  361. * Prevent items from sticking on touchend
  362. * Extended horizontal overflow to feed and category views
  363. * Translate missing strings
  364. * Update German translation
  365. Version 2.0.8 (June 4, 2018)
  366. ----------------------------
  367. * Add Pocket integration
  368. * Rewrite RealIP() to avoid returning an empty string
  369. * Convert IP field from text to inet type
  370. * Improve error handling in integration clients
  371. * Make unread counter clickable
  372. * Archive read entries automatically after 60 days
  373. * Hide horizontal overflow when swiping articles on touch devices
  374. * Add API endpoint to get logged user
  375. * Fever API: Return response with an empty list if there is no item
  376. * Handle feeds with dates formatted as Unix timestamp
  377. Version 2.0.7 (May 7, 2018)
  378. ---------------------------
  379. * Add API endpoint to import OPML file
  380. * Make sure to close request body in HTTP client
  381. * Do not show save link if no integration is configured
  382. * Make sure integrations are configured before to make any HTTP requests
  383. * Avoid people to unlink their OAuth2 account without having a local password
  384. * Do not use shared variable to translate templates (avoid concurrency issue)
  385. * Use vanilla HTTP handlers (refactoring)
  386. * Move HTTP client to its own package (refactoring)
  387. * Add middleware to read X-Forwarded-Proto header (refactoring)
  388. * Use Gorilla middleware (refactoring)
  389. * Scrape parent element for iframe
  390. * Add SoundCloud and Bandcamp iframe sources
  391. Version 2.0.6 (Apr 20, 2018)
  392. ----------------------------
  393. * Improve graceful shutdown
  394. * Simplify Heroku deployment
  395. * Display memory usage and some metrics in logs
  396. * Increase read/write timeout for HTTP server
  397. * Add support for Dublin Core date in RDF feeds
  398. * Do not return an error if the user session is not found
  399. * Handle some non-english date formats
  400. * Add missing French translation
  401. * Rename RSS parser getters
  402. * Get the right comments URL when having multiple namespaces
  403. * Ignore caching headers for feeds that send "Expires: 0"
  404. * Update translations
  405. Version 2.0.5 (Apr 7, 2018)
  406. ---------------------------
  407. * Avoid unread counter to be off by one when reading an entry
  408. * Add Comments URL to entries
  409. * Add FreeBSD build target
  410. * Handle RSS author elements with inner HTML
  411. * Fix typo in translations
  412. * Add Dutch translation
  413. * Convert enclosure size field to bigint
  414. * Switch CI to Go v1.10
  415. * Fix broken OPML import when compiling with Go 1.10
  416. Version 2.0.4 (Mar 5, 2018)
  417. ---------------------------
  418. * Add Simplified Chinese translation
  419. * Add Nunux Keeper integration
  420. * Filter the list of timezones
  421. * Add timezone to entries dates for REST and Fever API
  422. * Show last login and session creation date in current timezone
  423. * Fix typo in edit user template
  424. * Improve parser error messages
  425. * Remove parentheses around feed error messages
  426. * Support localized feed errors generated by background workers
  427. * Print info message if DATABASE_URL is not set
  428. Version 2.0.3 (Feb 19, 2018)
  429. ----------------------------
  430. * Add Polish translation
  431. * Change color of <q> tags for black theme
  432. * Add database indexes (don't forget to run database migrations)
  433. * Handle Atom feeds with HTML title
  434. * Strip invalid XML characters to avoid parsing errors
  435. * Improve error handling for HTTP client
  436. Version 2.0.2 (Feb 5, 2018)
  437. ---------------------------
  438. * Add support for Let's Encrypt http-01 challenge
  439. * Move template functions outside engine (refactoring)
  440. * Take timezone into consideration when calculating relative time
  441. * Add support for HTTP Strict Transport Security header
  442. * Add support for base URLs with subfolders
  443. * Add missing about menu in settings
  444. * Show API URL endpoints in user interface
  445. * Do not update entry date while refreshing a feed
  446. * Add flag to toggle debug logging
  447. * Improve unread counter updates
  448. Version 2.0.1 (Jan 22, 2018)
  449. ----------------------------
  450. * Change user agent (People are blocking the crawler with mod_security)
  451. * Move environment variables to config package (refactoring)
  452. * Add build targets for all ARM architectures
  453. * Do not crawl existing entry URLs
  454. * Show translated login page in user language when logged out
  455. * Handle more encoding edge cases:
  456. - Feeds with charset specified only in Content-Type header and not in XML document
  457. - Feeds with charset specified in both places
  458. - Feeds with charset specified only in XML document and not in HTTP header
  459. * Add German translation
  460. * Add mark as read/unread link on list items
  461. * Add API endpoint for OPML export
  462. Version 2.0.0 (Jan 11, 2018)
  463. ----------------------------
  464. * Initial release of Miniflux 2.