ChangeLog 19 KB

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