4
0

small_atom.xml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xml:lang="en-US">
  3. <id>tag:github.com,2008:/miniflux/v2/commits/main</id>
  4. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commits/main"/>
  5. <link type="application/atom+xml" rel="self" href="https://github.com/miniflux/v2/commits/main.atom"/>
  6. <title>Recent Commits to v2:main</title>
  7. <updated>2024-03-12T05:30:27Z</updated>
  8. <entry>
  9. <id>tag:github.com,2008:Grit::Commit/6d97f8b4582414b6ce69467656824690057d4793</id>
  10. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commit/6d97f8b4582414b6ce69467656824690057d4793"/>
  11. <title>
  12. Parse podcast categories
  13. </title>
  14. <updated>2024-03-12T05:30:27Z</updated>
  15. <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/323546?s=30&amp;v=4"/>
  16. <author>
  17. <name>fguillot</name>
  18. <uri>https://github.com/fguillot</uri>
  19. </author>
  20. <content type="html">
  21. &lt;pre style=&#39;white-space:pre-wrap;width:81ex&#39;&gt;Parse podcast categories&lt;/pre&gt;
  22. </content>
  23. </entry>
  24. <entry>
  25. <id>tag:github.com,2008:Grit::Commit/f8e50947f2885047155a8070dddab133a5c685c2</id>
  26. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commit/f8e50947f2885047155a8070dddab133a5c685c2"/>
  27. <title>
  28. Move iTunes and GooglePlay XML definitions to their own packages
  29. </title>
  30. <updated>2024-03-12T05:09:31Z</updated>
  31. <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/323546?s=30&amp;v=4"/>
  32. <author>
  33. <name>fguillot</name>
  34. <uri>https://github.com/fguillot</uri>
  35. </author>
  36. <content type="html">
  37. &lt;pre style=&#39;white-space:pre-wrap;width:81ex&#39;&gt;Move iTunes and GooglePlay XML definitions to their own packages&lt;/pre&gt;
  38. </content>
  39. </entry>
  40. <entry>
  41. <id>tag:github.com,2008:Grit::Commit/9a637ce95e05459adc4712027e6a07eaabcfe657</id>
  42. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commit/9a637ce95e05459adc4712027e6a07eaabcfe657"/>
  43. <title>
  44. Refactor RSS parser to use default namespace
  45. </title>
  46. <updated>2024-03-12T04:07:13Z</updated>
  47. <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/323546?s=30&amp;v=4"/>
  48. <author>
  49. <name>fguillot</name>
  50. <uri>https://github.com/fguillot</uri>
  51. </author>
  52. <content type="html">
  53. &lt;pre style=&#39;white-space:pre-wrap;width:81ex&#39;&gt;Refactor RSS parser to use default namespace
  54. This change avoid some limitations of the Go XML parser regarding XML namespaces&lt;/pre&gt;
  55. </content>
  56. </entry>
  57. <entry>
  58. <id>tag:github.com,2008:Grit::Commit/d3a85b049b14d4a4ddd6b813134b2abd45fe5e8d</id>
  59. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commit/d3a85b049b14d4a4ddd6b813134b2abd45fe5e8d"/>
  60. <title>
  61. jsminifier: set JavaScript version
  62. </title>
  63. <updated>2024-03-12T02:02:52Z</updated>
  64. <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/323546?s=30&amp;v=4"/>
  65. <author>
  66. <name>fguillot</name>
  67. <uri>https://github.com/fguillot</uri>
  68. </author>
  69. <content type="html">
  70. &lt;pre style=&#39;white-space:pre-wrap;width:81ex&#39;&gt;jsminifier: set JavaScript version&lt;/pre&gt;
  71. </content>
  72. </entry>
  73. <entry>
  74. <id>tag:github.com,2008:Grit::Commit/5bcb37901c60463b27e1211e0f68295f213b19e6</id>
  75. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commit/5bcb37901c60463b27e1211e0f68295f213b19e6"/>
  76. <title>
  77. Use crypto.GenerateRandomBytes instead of doing it by hand
  78. </title>
  79. <updated>2024-03-11T23:31:43Z</updated>
  80. <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/325724?s=30&amp;v=4"/>
  81. <author>
  82. <name>jvoisin</name>
  83. <uri>https://github.com/jvoisin</uri>
  84. </author>
  85. <content type="html">
  86. &lt;pre style=&#39;white-space:pre-wrap;width:81ex&#39;&gt;Use crypto.GenerateRandomBytes instead of doing it by hand
  87. This makes the code a bit shorter, and properly handle
  88. cryptographic error conditions.&lt;/pre&gt;
  89. </content>
  90. </entry>
  91. <entry>
  92. <id>tag:github.com,2008:Grit::Commit/9c8a7dfffe2f4596dcbde2c923a7539914bb252f</id>
  93. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commit/9c8a7dfffe2f4596dcbde2c923a7539914bb252f"/>
  94. <title>
  95. Make use of HashFromBytes everywhere
  96. </title>
  97. <updated>2024-03-11T22:22:22Z</updated>
  98. <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/325724?s=30&amp;v=4"/>
  99. <author>
  100. <name>jvoisin</name>
  101. <uri>https://github.com/jvoisin</uri>
  102. </author>
  103. <content type="html">
  104. &lt;pre style=&#39;white-space:pre-wrap;width:81ex&#39;&gt;Make use of HashFromBytes everywhere
  105. It feels a bit silly to have a function and to not make use of it.&lt;/pre&gt;
  106. </content>
  107. </entry>
  108. <entry>
  109. <id>tag:github.com,2008:Grit::Commit/74e4032ffc9faad4fec602f283a32d2af8dec47e</id>
  110. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commit/74e4032ffc9faad4fec602f283a32d2af8dec47e"/>
  111. <title>
  112. Small refactor of app.js
  113. </title>
  114. <updated>2024-03-11T22:18:57Z</updated>
  115. <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/325724?s=30&amp;v=4"/>
  116. <author>
  117. <name>jvoisin</name>
  118. <uri>https://github.com/jvoisin</uri>
  119. </author>
  120. <content type="html">
  121. &lt;pre style=&#39;white-space:pre-wrap;width:81ex&#39;&gt;Small refactor of app.js
  122. - replace a lot of `let` with `const`
  123. - inline some `querySelectorAll` calls
  124. - reduce the scope of some variables
  125. - use some ternaries where it makes sense
  126. - inline one-line functions&lt;/pre&gt;
  127. </content>
  128. </entry>
  129. <entry>
  130. <id>tag:github.com,2008:Grit::Commit/fd1fee852cb35fa0f5b0ed6dc0c23b4a6ce368c3</id>
  131. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commit/fd1fee852cb35fa0f5b0ed6dc0c23b4a6ce368c3"/>
  132. <title>
  133. Simplify DomHelper.getVisibleElements
  134. </title>
  135. <updated>2024-03-11T22:03:00Z</updated>
  136. <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/325724?s=30&amp;v=4"/>
  137. <author>
  138. <name>jvoisin</name>
  139. <uri>https://github.com/jvoisin</uri>
  140. </author>
  141. <content type="html">
  142. &lt;pre style=&#39;white-space:pre-wrap;width:81ex&#39;&gt;Simplify DomHelper.getVisibleElements
  143. Use a `filter` instead of a loop with an index.&lt;/pre&gt;
  144. </content>
  145. </entry>
  146. <entry>
  147. <id>tag:github.com,2008:Grit::Commit/c51a3270da1f6af796b7d23fa4b434ccf11818e7</id>
  148. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commit/c51a3270da1f6af796b7d23fa4b434ccf11818e7"/>
  149. <title>
  150. GitHub Actions: Add basic ESLinter checks
  151. </title>
  152. <updated>2024-03-11T03:57:27Z</updated>
  153. <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/323546?s=30&amp;v=4"/>
  154. <author>
  155. <name>fguillot</name>
  156. <uri>https://github.com/fguillot</uri>
  157. </author>
  158. <content type="html">
  159. &lt;pre style=&#39;white-space:pre-wrap;width:81ex&#39;&gt;GitHub Actions: Add basic ESLinter checks&lt;/pre&gt;
  160. </content>
  161. </entry>
  162. <entry>
  163. <id>tag:github.com,2008:Grit::Commit/45fa641d26a5f68e663aa9af72e97523d8d63c1e</id>
  164. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commit/45fa641d26a5f68e663aa9af72e97523d8d63c1e"/>
  165. <title>
  166. Fix JavaScript linter path in GitHub Actions
  167. </title>
  168. <updated>2024-03-11T03:37:18Z</updated>
  169. <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/323546?s=30&amp;v=4"/>
  170. <author>
  171. <name>fguillot</name>
  172. <uri>https://github.com/fguillot</uri>
  173. </author>
  174. <content type="html">
  175. &lt;pre style=&#39;white-space:pre-wrap;width:81ex&#39;&gt;Fix JavaScript linter path in GitHub Actions&lt;/pre&gt;
  176. </content>
  177. </entry>
  178. <entry>
  179. <id>tag:github.com,2008:Grit::Commit/fd8f25916b025a92b1b8349ef9d0acdb832a9e8e</id>
  180. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commit/fd8f25916b025a92b1b8349ef9d0acdb832a9e8e"/>
  181. <title>
  182. First steps towards trusted-types support
  183. </title>
  184. <updated>2024-03-11T03:14:30Z</updated>
  185. <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/325724?s=30&amp;v=4"/>
  186. <author>
  187. <name>jvoisin</name>
  188. <uri>https://github.com/jvoisin</uri>
  189. </author>
  190. <content type="html">
  191. &lt;pre style=&#39;white-space:pre-wrap;width:81ex&#39;&gt;First steps towards trusted-types support
  192. Refactor away some trival usages of `.innerHTML`. Unfortunately, there is no way to
  193. enabled trusted-types in report-only mode via `&amp;lt;meta&amp;gt;` tags, see
  194. https://github.com/w3c/webappsec-csp/issues/277&lt;/pre&gt;
  195. </content>
  196. </entry>
  197. <entry>
  198. <id>tag:github.com,2008:Grit::Commit/826e4d654f511ea8d1d385bdc09cbed69ff6a70f</id>
  199. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commit/826e4d654f511ea8d1d385bdc09cbed69ff6a70f"/>
  200. <title>
  201. Replace DomHelper.findParent with .closest
  202. </title>
  203. <updated>2024-03-11T03:06:54Z</updated>
  204. <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/325724?s=30&amp;v=4"/>
  205. <author>
  206. <name>jvoisin</name>
  207. <uri>https://github.com/jvoisin</uri>
  208. </author>
  209. <content type="html">
  210. &lt;pre style=&#39;white-space:pre-wrap;width:81ex&#39;&gt;Replace DomHelper.findParent with .closest
  211. See https://developer.mozilla.org/en-US/docs/Web/API/Element/closest&lt;/pre&gt;
  212. </content>
  213. </entry>
  214. <entry>
  215. <id>tag:github.com,2008:Grit::Commit/d9d17f0d69d1dafb3bd9d81bf9fc27df3def4f4c</id>
  216. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commit/d9d17f0d69d1dafb3bd9d81bf9fc27df3def4f4c"/>
  217. <title>
  218. Use a `Set` instead of an array in a KeyboardHandler&#39;s member
  219. </title>
  220. <updated>2024-03-11T02:41:13Z</updated>
  221. <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/325724?s=30&amp;v=4"/>
  222. <author>
  223. <name>jvoisin</name>
  224. <uri>https://github.com/jvoisin</uri>
  225. </author>
  226. <content type="html">
  227. &lt;pre style=&#39;white-space:pre-wrap;width:81ex&#39;&gt;Use a `Set` instead of an array in a KeyboardHandler&amp;#39;s member
  228. The variable `triggers` is only used to check if in contains a particular
  229. value. Given that the number of keyboard shortcuts is starting to be
  230. significant, let&amp;#39;s future-proof the performances and use a `Set` instead of an
  231. `Array` instead.&lt;/pre&gt;
  232. </content>
  233. </entry>
  234. <entry>
  235. <id>tag:github.com,2008:Grit::Commit/eaaeb68474ff194f682e9521a848d7ab2c89348e</id>
  236. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commit/eaaeb68474ff194f682e9521a848d7ab2c89348e"/>
  237. <title>
  238. Fix conditions to publish packages in GitHub workflows
  239. </title>
  240. <updated>2024-03-10T19:25:13Z</updated>
  241. <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/323546?s=30&amp;v=4"/>
  242. <author>
  243. <name>fguillot</name>
  244. <uri>https://github.com/fguillot</uri>
  245. </author>
  246. <content type="html">
  247. &lt;pre style=&#39;white-space:pre-wrap;width:81ex&#39;&gt;Fix conditions to publish packages in GitHub workflows&lt;/pre&gt;
  248. </content>
  249. </entry>
  250. <entry>
  251. <id>tag:github.com,2008:Grit::Commit/382885f14403526adfa6c303927889c76fd5a1eb</id>
  252. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commit/382885f14403526adfa6c303927889c76fd5a1eb"/>
  253. <title>
  254. Update changeLog
  255. </title>
  256. <updated>2024-03-10T17:50:47Z</updated>
  257. <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/323546?s=30&amp;v=4"/>
  258. <author>
  259. <name>fguillot</name>
  260. <uri>https://github.com/fguillot</uri>
  261. </author>
  262. <content type="html">
  263. &lt;pre style=&#39;white-space:pre-wrap;width:81ex&#39;&gt;Update changeLog&lt;/pre&gt;
  264. </content>
  265. </entry>
  266. <entry>
  267. <id>tag:github.com,2008:Grit::Commit/0f7b047b0a81253b6d146e05d561545303016b74</id>
  268. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commit/0f7b047b0a81253b6d146e05d561545303016b74"/>
  269. <title>
  270. Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3
  271. </title>
  272. <updated>2024-03-08T04:59:42Z</updated>
  273. <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/in/29110?s=30&amp;v=4"/>
  274. <author>
  275. <name>dependabot</name>
  276. <uri>https://github.com/dependabot</uri>
  277. </author>
  278. <content type="html">
  279. &lt;pre style=&#39;white-space:pre-wrap;width:81ex&#39;&gt;Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3
  280. Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.1 to 3.0.3.
  281. - [Release notes](https://github.com/go-jose/go-jose/releases)
  282. - [Changelog](https://github.com/go-jose/go-jose/blob/v3.0.3/CHANGELOG.md)
  283. - [Commits](https://github.com/go-jose/go-jose/compare/v3.0.1...v3.0.3)
  284. ---
  285. updated-dependencies:
  286. - dependency-name: github.com/go-jose/go-jose/v3
  287. dependency-type: indirect
  288. ...
  289. Signed-off-by: dependabot[bot] &amp;lt;support@github.com&amp;gt;&lt;/pre&gt;
  290. </content>
  291. </entry>
  292. <entry>
  293. <id>tag:github.com,2008:Grit::Commit/a074773e6c5d3b2066094cbac0502094aa364713</id>
  294. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commit/a074773e6c5d3b2066094cbac0502094aa364713"/>
  295. <title>
  296. Use an io.ReadSeeker instead of an io.Reader to parse feeds
  297. </title>
  298. <updated>2024-03-07T04:13:39Z</updated>
  299. <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/325724?s=30&amp;v=4"/>
  300. <author>
  301. <name>jvoisin</name>
  302. <uri>https://github.com/jvoisin</uri>
  303. </author>
  304. <content type="html">
  305. &lt;pre style=&#39;white-space:pre-wrap;width:81ex&#39;&gt;Use an io.ReadSeeker instead of an io.Reader to parse feeds
  306. This will allow to make use of func (*Reader) Seek, instead of re-recreating a
  307. new reader. It&amp;#39;s a large commit for a small change, but anything to simply the
  308. reader/buffer/ReadAll/… mess is a step in the right direction I think, and it
  309. should enable more follow-up simplifications.&lt;/pre&gt;
  310. </content>
  311. </entry>
  312. <entry>
  313. <id>tag:github.com,2008:Grit::Commit/3d0126be0b8a603401b7593250f80b0a8042b995</id>
  314. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commit/3d0126be0b8a603401b7593250f80b0a8042b995"/>
  315. <title>
  316. Speed the sanitizer up a bit, again
  317. </title>
  318. <updated>2024-03-06T03:31:50Z</updated>
  319. <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/325724?s=30&amp;v=4"/>
  320. <author>
  321. <name>jvoisin</name>
  322. <uri>https://github.com/jvoisin</uri>
  323. </author>
  324. <content type="html">
  325. &lt;pre style=&#39;white-space:pre-wrap;width:81ex&#39;&gt;Speed the sanitizer up a bit, again
  326. - allow youtube urls to start with `www`
  327. - use `strings.Builder` instead of a `bytes.Buffer`
  328. - use a `strings.NewReader` instead of a `bytes.NewBufferString`
  329. - sprinkles a couple of `continue` to make the code-flow more obvious
  330. - inline calls to `inList`, and put their parameters in the right order
  331. - simplify isPixelTracker
  332. - simplify `isValidIframeSource`, by extracting the hostname and comparing it
  333. directly, instead of using the full url and checking if it starts with
  334. multiple variations of the same one (`//`, `http:`, `https://` multiplied by
  335. ``/`www.`)
  336. - add a benchmark&lt;/pre&gt;
  337. </content>
  338. </entry>
  339. <entry>
  340. <id>tag:github.com,2008:Grit::Commit/eda2e2f3f5c278e44e2def72caedc33667a0fb6c</id>
  341. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commit/eda2e2f3f5c278e44e2def72caedc33667a0fb6c"/>
  342. <title>
  343. Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0
  344. </title>
  345. <updated>2024-03-05T23:39:07Z</updated>
  346. <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/in/29110?s=30&amp;v=4"/>
  347. <author>
  348. <name>dependabot</name>
  349. <uri>https://github.com/dependabot</uri>
  350. </author>
  351. <content type="html">
  352. &lt;pre style=&#39;white-space:pre-wrap;width:81ex&#39;&gt;Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0
  353. Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.17.0 to 0.18.0.
  354. - [Commits](https://github.com/golang/oauth2/compare/v0.17.0...v0.18.0)
  355. ---
  356. updated-dependencies:
  357. - dependency-name: golang.org/x/oauth2
  358. dependency-type: direct:production
  359. update-type: version-update:semver-minor
  360. ...
  361. Signed-off-by: dependabot[bot] &amp;lt;support@github.com&amp;gt;&lt;/pre&gt;
  362. </content>
  363. </entry>
  364. <entry>
  365. <id>tag:github.com,2008:Grit::Commit/111e3f2106646cd29f7f74c0102f2a570c598e2e</id>
  366. <link type="text/html" rel="alternate" href="https://github.com/miniflux/v2/commit/111e3f2106646cd29f7f74c0102f2a570c598e2e"/>
  367. <title>
  368. Reuse a Reader instead of copying to a buffer when parsing an atom feed
  369. </title>
  370. <updated>2024-03-05T01:36:10Z</updated>
  371. <media:thumbnail height="30" width="30" url="https://avatars.githubusercontent.com/u/325724?s=30&amp;v=4"/>
  372. <author>
  373. <name>jvoisin</name>
  374. <uri>https://github.com/jvoisin</uri>
  375. </author>
  376. <content type="html">
  377. &lt;pre style=&#39;white-space:pre-wrap;width:81ex&#39;&gt;Reuse a Reader instead of copying to a buffer when parsing an atom feed&lt;/pre&gt;
  378. </content>
  379. </entry>
  380. </feed>