ChangeLog 81 KB

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