ChangeLog 18 KB

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